summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk
Commit message (Expand)AuthorAgeFilesLines
* [android] renamed format expression options, added format expression exampleupstream/lp-format-expressionŁukasz Paczos2018-10-231-1/+16
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady callbac...tobrun2018-10-2323-40/+24
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, remov...Tobrun2018-10-1223-24/+40
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-26/+13
* [android] - fix fragments example that were crashing on orientation changeŁukasz Paczos2018-10-082-2/+2
* [android] nullcheck region metadata in example activity, enable debug mode fo...Łukasz Paczos2018-09-262-3/+10
* [android] copy files from assets task utilŁukasz Paczos2018-09-262-43/+91
* [android] expose offline database merge APIŁukasz Paczos2018-09-261-0/+129
* [android] clear CameraChangeDispatcher message queue when camera move is rest...Łukasz Paczos2018-09-261-0/+2
* [android] - add selected state paradigm to SymbolLayerActivityTobrun2018-09-252-58/+114
* [android] - update custom sprite example with iconAllowOverlap and iconIgnore...Tobrun2018-09-251-5/+10
* [android] - test app activity leak fix for ManualLocationUpdatesActivityTobrun2018-09-251-4/+6
* [android] - test app activity leak fix for BottomSheetActivityTobrun2018-09-251-2/+5
* [android] - test app activity leak fix for CameraAnimationActivityTobrun2018-09-251-43/+21
* [android] LocationComponent - javadoc fixes, improved initialization, removed...Łukasz Paczos2018-09-124-39/+51
* [android] improved gestures management while tracking locationŁukasz Paczos2018-09-121-2/+26
* [android] updated naming scheme and packages structure for LocationLayerPlugi...Łukasz Paczos2018-09-124-79/+79
* [android] save location stateŁukasz Paczos2018-09-121-35/+25
* [android] LocationLayer example activitiesŁukasz Paczos2018-09-125-0/+944
* [android] - replace platform default implementation using nunicode for upperc...tobrun2018-09-111-1/+2
* [android] minor reference app fixesŁukasz Paczos2018-09-077-26/+47
* [android] - make kotlin activity compatible with sanity testsTobrun2018-09-051-0/+4
* [android] MapStrictMode implementationŁukasz Paczos2018-09-041-0/+4
* [android] - update broken test app examplesTobrun2018-08-273-40/+44
* [android] - modularise the sdktobrun2018-08-244-8/+66
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-231-0/+117
* [android] - example to render symbols offline with resources loaded from assetstobrun2018-08-211-55/+76
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView a...Tobrun2018-08-211-13/+23
* [android] - converting GeoJsonSource Java features to core ones on a worker t...Łukasz Paczos2018-08-211-1/+0
* [android] Make AndroidRendererFrontend to request render once per event loop ...Kiyong Jung2018-08-211-0/+13
* [android] shutting down thread pool of the CustomGeometrySource when the sour...Łukasz Paczos2018-08-101-4/+8
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-261-0/+3
* [android] - add convenience method for destroyed state on MapView, can be use...tobrun2018-07-122-4/+6
* [android] - added DraggableMarkerActivityŁukasz Paczos2018-07-061-0/+314
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-051-2/+12
* [android] - create device independent tests for camera position testingtobrun2018-07-052-1/+77
* [android] - remove reflection lookup for MarkerViewAdapter intialisationtobrun2018-06-261-2/+2
* [android] - fix geojson example, internal logic change with expressions conve...tobrun2018-06-261-12/+44
* [android] - add support for sdf by exposing sdf confiigurationn when calling ...tobrun2018-06-251-8/+25
* [android] - show amount failed tests and executed tests, integrate pixelratio...tobrun2018-06-112-0/+17
* [android] - added AnimatedSymbolLayerActivity back to the TestAppŁukasz Paczos2018-06-111-0/+438
* [android] - ignore render tests from ignores.jsontobrun2018-06-082-16/+64
* [android] - Render tests with PixelMatchTobrun Van Nuland2018-06-015-3/+544
* [android] - remove requirement of having a mapbox access token (#12001)Tobrun2018-05-251-14/+25
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-231-0/+71
* [android] - expose MapView created callbacks on MapFragment and MapSupportFra...tobrun2018-05-172-62/+99
* [android] - expose MapView#setOfflineRegionDefinitiontobrun2018-05-171-2/+28
* [android] - fix expression example that changes icon images dynamicallytobrun2018-05-021-12/+5
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2331-1737/+773
|\
| * [android] - add paused state to map renderer, don't render snapshot when paus...Tobrun2018-04-101-0/+9