summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk
Commit message (Expand)AuthorAgeFilesLines
* [android] map snapshotterupstream/ivd-android-snapshotterIvo van Dongen2017-08-231-0/+131
* [android] - add example of camera zoom function on a symbol layer.Tobrun2017-08-102-188/+123
* [android] - refactor resource reading into utilTobrun2017-08-105-108/+48
* [android] - expose setStyleJson and getStyleJsonTobrun Van Nuland2017-08-102-27/+96
* [android] - update LatLngBounds activity with BottomSheet interactionTobrun2017-08-092-45/+166
* [andriod] - post updating InfoWinw update for Dynamic InfoWindowAdapter exampleTobrun Van Nuland2017-08-071-12/+14
* [android] - fix OnCameraMoveStartedListener typo (#9664)Tobrun2017-08-011-1/+1
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-2824-60/+64
* [android] - add zMediaOverlay configuration, add bottom sheet test setupTobrun Van Nuland2017-07-262-1/+286
* [android] - use custom viewpager to allow horizontal swipingTobrun Van Nuland2017-07-252-2/+22
* [android] - add OnPolygonClickListener and OnPolylineClickListener (#9443)Tobrun2017-07-182-1/+27
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-6/+22
* [android] - add Map change & visibility test activities (#9425)Tobrun2017-07-072-0/+257
* Merge branch 'release-ios-v3.6.0-android-v5.1.0'Tobrun2017-07-0511-244/+326
|\
| * Downgrade location provider dependency (#9394)Tobrun2017-06-302-35/+14
| * OnCameraIdle hook into quickzoom gesture (#9339)Tobrun2017-06-292-4/+8
| * [android] fix pulse marker view options parcelable creator (#9283)Pablo Guardiola2017-06-201-6/+6
| * [android] - update activity test generation with newest classes, make FillExt...Tobrun2017-06-201-4/+5
| * Custom location source fix (#9142)Tobrun2017-06-098-227/+325
| * add null check in custom location engine activity to prevent null pointer exc...Pablo Guardiola2017-06-011-1/+3
| * [android] - add binding support for Light (#9013)Tobrun2017-05-262-12/+154
| * [android] Release android-v5.1.0-beta.2 (#8976)Tobrun2017-05-121-3/+28
| * [android] - keep observer when timeout occurs, make observer param nullable, ...Tobrun2017-05-111-6/+4
* | [android] Add ImageSource bindingsAsheem Mamoowala2017-06-191-0/+132
* | Merge release-ios-v3.6.0-android-v5.1.0 to master (#9170)Tobrun2017-06-025-22/+189
* | [android] Fix gradle developer config creation task with discussed suggestion...Pablo Guardiola2017-05-122-1/+53
* | [android] refactor move unit tests from test app to sdk and add some annotati...Pablo Guardiola2017-05-111-6/+0
|/
* [android] - add 3D buildings example (#8845)Tobrun2017-05-031-0/+95
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+135
* [android] - fix test app runtime permissions (#8823)Tobrun2017-04-265-148/+69
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-211-0/+2
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-202-0/+224
* [android] - move calculation of LatLngBounds to core (#8765)Tobrun2017-04-201-40/+29
* [android] - expose source layer identifier (#8709)Tobrun2017-04-191-1/+22
* [android] - add binding integration for Map::setLatLngbounds, add example (#8...Tobrun2017-04-131-0/+109
* refactor signature from Hole to List<LatLng> (#8722)Pablo Guardiola2017-04-121-7/+6
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into boundsj-merge-release-b...Fabian Guerra2017-04-111-7/+0
|\
| * Revert 5.x touch changes (#8585)Tobrun2017-03-301-7/+0
* | [android] Polygon holes (#8557)Pablo Guardiola2017-04-111-0/+30
* | [android] - transition options for layer properties (#8509)Tobrun2017-03-311-4/+8
* | [android] resource transform callback exampleIvo van Dongen2017-03-301-0/+102
* | [android] - fixup location permissions in test app pre Android Marshmallow (#...Tobrun2017-03-301-1/+10
* | [android] - Update CircleLayerActivity with style switching. (#8274)Tobrun2017-03-301-55/+148
* | [android] - transition options in milliseconds, added test cases, fixup test ...Tobrun2017-03-301-2/+2
|/
* [android] - only dispatch events if not handled by MarkerView (#8447)Tobrun2017-03-171-0/+7
* [android] query source featuresIvo van Dongen2017-03-101-0/+116
* [android] - zoom to rounded levelsTobrun2017-03-101-0/+14
* [android] - add style loading callback (#8291)Tobrun2017-03-092-2/+23
* [android] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-041-1/+2
* [android] - example on converting an Android SDK view to a Bitmap to be used ...Tobrun2017-03-042-12/+53