summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [android] #5858 - added convenience methods for color propertiesIvo van Dongen2016-08-0311-77/+486
* [android] #5717 - update MarkerView when added to the map, previously only up...Tobrun Van Nuland2016-08-031-0/+3
* [android] SurfaceView compatible snapshot apiTobrun Van Nuland2016-08-032-15/+57
* [android] #5000 - initial surface view implementation.Tobrun Van Nuland2016-08-031-57/+37
* [android] #5663 - make shape annotations updateableTobrun2016-08-036-11/+149
* [android] #5610 - Runtime style api - part 2Ivo van Dongen2016-08-0223-112/+2377
* [android] #5500 - add layout editor support for my location viewTobrun Van Nuland2016-07-271-0/+4
* [android] #5610 - Initial Runtime Style BindingsIvo van Dongen2016-07-2620-1/+1159
* [android] Fixes #5777. deselectMarker is delegated to MapboxMap from Marker m...Bharath MG2016-07-242-3/+23
* [android] #5679 - move logo and attribution to the top rightTobrun Van Nuland2016-07-241-1/+1
* [android] #5745 - allow selectMarker on MapboxMap to be called with a MarkerViewTobrun Van Nuland2016-07-242-3/+31
* [android] #5738 - default navigation drawer exampleTobrun2016-07-241-8/+8
* [android] #5756 - correctly load style from xml attributesTobrun Van Nuland2016-07-241-2/+4
* [android] fixes #5762. Passing pixel points to native jni for getting latlng.Bharath MG2016-07-241-2/+2
* Revert "[android] #5000 - initial surface view implementation."Brad Leege2016-07-221-36/+95
* [android] #5718 - Adding support for SharedPreferencesBrad Leege2016-07-182-4/+13
* [android] #5536 - Adding GzipRequestInterceptor to Telemetry OkHttp ClientBrad Leege2016-07-181-1/+4
* [android] #5536 - Building GzipRequestInterceptorBrad Leege2016-07-181-0/+54
* [android] Introduce a getDatabasePath() method that enables switching storage...Antonio Zugaldia2016-07-153-2/+74
* [android] #5682 - Cloning events list to prevent synchronization issuesBrad Leege2016-07-141-1/+3
* [android] #5682 - Adding NaN and Infinite checks to trackGestureDragEndEvent(...Brad Leege2016-07-141-0/+22
* [android] Adds an API to enable/disable delivering messages when the region g...Antonio Zugaldia2016-07-141-18/+53
* [android] latlngbounds includes added in builderCameron2016-07-141-0/+7
* [android] #5631 - add a concrete java exception when creating a marker withou...Tobrun2016-07-143-0/+20
* [android] #5680 - Adding 1000 event cap to send telemetry dataBrad Leege2016-07-131-3/+20
* [android] #5649 - fixes fragment null pointer when creating a SupportMapFragm...Tobrun Van Nuland2016-07-131-2/+3
* [android] #5649 - Request MapView parents not to intercept scroll gestures.Justas Medeisis2016-07-131-0/+2
* [android] #5438 - add bearing to MyLocationView for the SDK camera objectTobrun2016-07-133-28/+26
* [android] #5541 - removes requirement of MapboxAccountManager.start before se...Tobrun2016-07-133-11/+45
* [android] #5613 - Limiting location event latitudes and longitudes to 7 digit...Brad Leege2016-07-121-2/+4
* [android] - remove duplicate bearing/direction API from MapViewTobrun2016-07-111-45/+21
* [android] #5513 - make sure view is measured first before anchoringTobrun2016-07-071-0/+4
* [android] - Resolves updating marker view position with SurfaceViewTobrun2016-07-071-0/+8
* [android] #5000 - initial surface view implementation.Tobrun Van Nuland2016-07-061-57/+37
* [android] #5104 - make nativePixelForLatLng faster (74ms to 57ms)Tobrun2016-07-051-19/+19
* [android] - Remove StyleInitializer class, obsolete with introduction MapboxA...Tobrun2016-07-051-50/+15
* [android] #5564 - fixes latitude lint range setup for getMetersPerPixelAtLati...Tobrun2016-07-051-1/+1
* [android] - add javadoc to mapboxmapoptionsTobrun2016-07-051-23/+69
* [android] - fixes deprecation javadoc of accessTokenTobrun2016-07-051-0/+1
* Merge remote-tracking branch 'origin/release-android-v4.1.0'John Firebaugh2016-06-2914-98/+302
|\
| * [android] #4700 - Removing Deprecated annotation on MapboxMap.OnMyLocationCh...Brad Leege2016-06-281-1/+0
| * [android] #5470 - Adding NaN and Infinite checks to location event trackingBrad Leege2016-06-271-0/+10
| * [android] Fixes disappearing markers when crossing dateline, remove debug exc...Tobrun2016-06-271-8/+3
| * [android] #5479 - don't invalidate MapView when we are animating MyLocationVi...Tobrun2016-06-251-7/+1
| * [android] #5479 - Don't disable rotate gesture if we have tracking disabledTobrun2016-06-251-2/+2
| * [android] #5479 - apply preRotate instead of postRotate for a correct transfo...Tobrun2016-06-251-1/+1
| * [android] Addresses marker view flat bugTobrun Van Nuland2016-06-241-0/+6
| * [android] Make markers View.GONE when being added for the first time to the mapTobrun Van Nuland2016-06-231-1/+2
| * [android] Recalculate offset with new anchorTobrun Van Nuland2016-06-232-18/+8
| * [android] Fix info window placement on programatic marker selectIvo van Dongen2016-06-172-5/+45