summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src
Commit message (Expand)AuthorAgeFilesLines
* [android] #5934 - resolves memory leaks on animators + location listenersTobrun2016-08-112-5/+39
* [android] javadoc cleanup part 2Tobrun2016-08-0911-57/+847
* [android] #5889 - update info window location when info window content is bei...Tobrun2016-08-091-0/+1
* [android] #5880 - javadoc cleanup part oneTobrun2016-08-0815-48/+670
* [android] #5887 - Custom layer crash fix + updated test caseIvo van Dongen2016-08-082-2/+2
* [android] - move MyLocationView under static overlays as logo, attribution an...Tobrun2016-08-061-6/+6
* [android] - javadoc fixes breaking the release buildTobrun2016-08-064-17/+26
* [android] - Fix crash on dalvik due to missing finalizersIvo van Dongen2016-08-068-0/+31
* [android] improved and fixed compass trackingCameron2016-08-051-54/+39
* [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] #5378 - NavDrawer rendering issues, added snackbar exampleTobrun Van Nuland2016-08-031-1/+2
* [android] #5000 - initial surface view implementation.Tobrun Van Nuland2016-08-032-59/+39
* [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-242-11/+11
* [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-222-38/+97
* Merge branch 'release-android-v4.1.1'Brad Leege2016-07-191-1/+1
|\
| * [android] #5725 - Updating version to 4.1.1Brad Leege2016-07-191-1/+1
* | [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-062-59/+39
* | [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