summaryrefslogtreecommitdiff
path: root/android
Commit message (Collapse)AuthorAgeFilesLines
...
* [android] Test max 27.4k markersLeith Bade2015-10-232-2/+176
| | | | | Add timing logging For #2726
* [android] #2748 - added a coordinatebounds unit testTobrun2015-10-233-17/+102
|
* [android] Add SpriteFactory.drawable for custom markersLeith Bade2015-10-238-8/+47
| | | | | Used in InfoWindowAdapter activity Fixes #2744
* [android] Fix JNI local ref overflowLeith Bade2015-10-232-2/+2
| | | | | Change test to 1000 markers For #2726
* [android] Add missing satellite streets style to Android and iOS.Leith Bade2015-10-237-15/+34
| | | | | | As well as default_styles.cpp Fixes #2739 Fixes #2740
* [android] #2689 - Setting new 2.2.0-SNAPSHOT version for developmentBrad Leege2015-10-221-1/+1
|
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-5/+5
|
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-4/+4
|
* [android] #2552 add 10000 markersTobrun2015-10-2224-36/+136586
|
* [android] #2716 - moved visible coordinate bounds to separate activityTobrun2015-10-225-6/+143
|
* [android] #2640 - replaced RelateLayout with merge tagTobrun2015-10-221-5/+2
|
* add missing DPI bitmaps and update based on code review commentsManabu Shimobe2015-10-2211-4/+38
|
* add setSetVisibleCoordinateBounds api as already in iOSManabu-GT2015-10-228-21/+250
|
* [android] Refactor annotations APILeith Bade2015-10-2219-724/+298
| | | | | | | | | | | | | Remove unimplemented properties. Correct defintions of equals() and hasCode(). Add setOnInfoWindowClickListener and remove old method from Marker. Refactor showInfoWindow() to remove need for exposing internal method. Make select/deselectMarker public. Add getSelectedMarker. Fix bug where you couldn't reselect a closed info window. Add empty constructor to LatLng and LatLngZoom. Fixes #2546 Fixes #2631 Fixes #2448
* [android] Implement UserLocationViewLeith Bade2015-10-2218-279/+793
| | | | | | | | | | | | | | | | | | | Draws animated and synced GPS marker. Inlcudes direction arrow and accuracy ring. Fade out the compass after a delay when reset to north. Lots of other performance and memory improvements. add OnMyLocationChangeListener Move FAB with snackbar Fix getMetersPerPixelAtLatitude Fix some incorrect annotations Fixes #2668 Fixes #2411 Fixes #2678 Fixes #2675 Fixes #2566 Fixes #2549 Fixes #2692 Fixes #2572
* Add style string resourcesLeith Bade2015-10-2215-109/+161
| | | | | | | | | | Use _ in public resources ids Make visibility attributes enums Make attrs public Remove info window margin public value Reformat XML code Test app uses XML map properties for InfoWindow activities Fixes #2703
* [android] Fix bug in setSprite when calculating pixel data sizeLeith Bade2015-10-2210-117/+350
| | | | | | Change Marker sprite() to icon() and use Sprite class Load a Maki dog icon in test app Fixes #2506
* [android] #2689 - Setting Version to 2.1.0 for releaseBrad Leege2015-10-221-1/+1
|
* [android] #2684 - Twitter Fabric integration metadataBrad Leege2015-10-221-0/+3
|
* [android] - #2666 removed compass sensor data for milestone 2.1.0Tobrun2015-10-222-99/+1
|
* [android] #2663 animate user dot when location changesTobrun2015-10-221-4/+18
|
* [android] #2661 - improved LOST configuration: using a min interval time ↵Tobrun2015-10-221-3/+3
| | | | spend interval instead of fixed interval, enlarged minimum replacement, fixed type in inline comment
* [android] # 2659 - While zooming location change is incorrectTobrun2015-10-221-8/+8
|
* [android] Use -1px topMargin on InfoWindowTipView to avoid occasional gap.Leith Bade2015-10-221-0/+3
| | | | Fixes #2636
* [android] Make Marker anchor property privateLeith Bade2015-10-222-7/+7
| | | | Fixes #2652
* [android] Tidy up annotations APILeith Bade2015-10-2214-172/+220
| | | | | | | | | Make unimplemented properties package private. Make annotations object properties immutable. Make InfoWindow and Circle classes package private. Remove no longer needed casts from Options classes. Added a few missing get/add methods to annotations classes for consistency. Mininal version of #2546 suitable for v2.1.0 release.
* [android] #2631 - Adding alpha() test for PolygonOptionsBrad Leege2015-10-221-1/+1
|
* [android] #2631 - Removing AnnotationsOptions and MultiPointOptions in favor ↵Brad Leege2015-10-226-41/+68
| | | | of concrete implementation
* [android] Remove JavaDoc changelog for 2.1.0 releaseLeith Bade2015-10-221-2/+2
|
* [core] Annotation refactorJohn Firebaugh2015-10-201-1/+1
|
* [android] Update to Android support library v23.1.0Leith Bade2015-10-162-11/+12
| | | | | Also OkHTTP to 2.5.0 Fixes #2639
* [core] [android] Fix InfoWindow topOffsetPixels adjustment when switching stylesLeith Bade2015-10-166-41/+97
| | | | | | | Fixes #2599 Make getTopOffsetPixelsForAnnotationSymbol private Also implements MapChangeWillStartLoadingMap, MapChangeDidFinishLoadingMap Paritally implements #630
* [android] Remove R and BuildType from JavaDoc. Remove iOS image.Leith Bade2015-10-162-2/+3
| | | | For #2002
* [android] Tidy up latest MapView changes. Fix JavaDoc warnings. Implement ↵Leith Bade2015-10-1517-12/+92
| | | | | | overview and packge-info files. For #2002
* Merge branch 'pull_branch' of https://github.com/Mappy/mapbox-gl-native into ↵Tobrun2015-10-141-6/+6
|\ | | | | | | Mapp-pull_branch
| * fix proguard rules according to class packaging refactor: from ↵mayardb2015-10-141-6/+6
| | | | | | | | com.mapbox.mapboxgl to com.mapbox.mapboxsdk
* | [android] #2606 - have test activity use map view object instantiationTobrun2015-10-142-28/+22
|/
* [android] #2273 - Added InfoWindowView, Refactored InfoWindow to take in ↵Tobrun2015-10-1416-61/+287
| | | | account margins/offset, exposed margin of InfoWindow as configurable
* Revert "[android] #2588 - Make getTopOffsetPixelsForAnnotationSymbol private."Tobrun2015-10-135-33/+30
| | | | This reverts commit 67f0108389cdd51f3c59ae7638ea2ecd1c4fa899.
* [android] #2588 - Make getTopOffsetPixelsForAnnotationSymbol private.Leith Bade2015-10-135-30/+33
|
* [android] #2586 - Replace MapChange enum with intsTobrun2015-10-111-113/+110
|
* [android] #2586 - Refactor Style with Android Support Annotations StringDefTobrun2015-10-116-47/+60
|
* [android] #2588 - Moving InfoWindow classes to annotations packageBrad Leege2015-10-105-11/+17
|
* [android] #2579 - Making constructor public so that the class can be used.Brad Leege2015-10-091-1/+1
|
* [android] #2579 - Moving InvalidAccessTokenException to the exceptions packageBrad Leege2015-10-092-2/+3
|
* [android] #2579 - Removing package-info.java cruftBrad Leege2015-10-091-4/+0
|
* [android] Tidy up MapView APILeith Bade2015-10-093-32/+32
| | | | For #2545
* [android] JavaDoc MapView Part 7Leith Bade2015-10-093-23/+126
| | | | For #2002
* [android] Change PressForMarkerActivity to use OnMapLongClick event.Leith Bade2015-10-091-14/+7
| | | | For #2519
* [android] JavaDoc MapView part 6Leith Bade2015-10-091-18/+106
| | | | For #2002