summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout
Commit message (Expand)AuthorAgeFilesLines
* [android] - introduce MapboxMapOptins facility creation method.tobrun2019-07-081-2/+2
* [android] - add ktlint, optimise code for ktlint validationtobrun2019-07-043-4/+4
* [android] - fix reset behavior for setLatLngBoundsForCameraTargettobrun2019-06-111-10/+16
* [android] - rename style component URL api to URItobrun2019-06-054-5/+5
* [android] deprecate MapboxMapOptions empty constructorŁukasz Paczos2019-05-233-8/+8
* [android] show multiple maps in a recycler view exampleŁukasz Paczos2019-05-202-34/+33
* [android] fix DoubleMapActivity main map not interactive after rotationŁukasz Paczos2019-05-151-1/+3
* [android] - provide default navigation experience for singleInstance activitiestobrun2019-04-161-0/+21
* [android] - rework test to use query activity, fix attempt to render without ...tobrun2019-04-121-13/+3
* [android] - reproduce downstream navigation crash with queryRendererFeatures ...tobrun2019-04-121-3/+13
* [android] - revert onDismiss workaround, refactor tests, adress reviewtobrun2019-03-221-30/+4
* [android] - add GLSurfaceView RecylerView example to test for regressionstobrun2019-03-223-151/+170
* [android] - fix dialog fragment setup, add regression testtobrun2019-03-061-9/+19
* [android] - allow reset fps listener, update debug mode activity withtobrun2019-01-161-13/+26
* [android] fix debug activity not show fps (#13726)Kevin Li2019-01-141-2/+2
* [android] properly stop renderer when dismissing an example dialogŁukasz Paczos2018-12-141-4/+9
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-121-10/+46
* [Android] Add setPreferredFramesPerSecond for MapView (#13498)Kevin Li2018-12-121-0/+10
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-1/+1
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-0/+1
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-109-16/+32
* [android] - decouple style loading from OnMapReadyTobrun2018-12-107-33/+46
* [android] - remove style loaded listenerTobrun2018-12-101-1/+2
* [android] - move all layer, source, image, light and transition configuration...Tobrun2018-12-101-4/+2
* [android] - cleanup old style java constants file, migrate style transition t...Tobrun2018-12-103-3/+3
* [android] - add overlay example with custom drawing using paint and canvasTobrun2018-11-211-0/+82
* [android] - harden activation/deactivation of underlying ref counting componentsTobrun2018-11-141-1/+5
* [android] - example with recyclerviewTobrun2018-11-141-0/+144
* [android] - annotate onMapReady with @NonNullTobrun2018-11-083-4/+6
* [android] - remove deprecation notices and codeTobrun2018-11-011-15/+17
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-311-0/+2
* [android] removed ZoomButtonsController supportŁukasz Paczos2018-10-311-1/+0
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-261-3/+6
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady callbac...tobrun2018-10-233-6/+4
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, remov...Tobrun2018-10-123-4/+6
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-26/+13
* [android] - test app activity leak fix for BottomSheetActivityTobrun2018-09-251-2/+5
* [android] minor reference app fixesŁukasz Paczos2018-09-071-1/+1
* [android] - update broken test app examplesTobrun2018-08-271-32/+34
* [android] - modularise the sdktobrun2018-08-241-3/+0
* [android] - converting GeoJsonSource Java features to core ones on a worker t...Łukasz Paczos2018-08-211-1/+0
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-023-56/+2
* [android] - allow setting an OkHttpClientTobrun2018-01-181-2/+2
* [android] - include request urls when logging out failed http requestsTobrun2018-01-091-2/+2
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-041-0/+3
|\
| * [android] Add Configuration hook for local ideograph font family and demo act...Chris Loer2017-12-181-0/+81
| * [android] - allow configurable http loggingTobrun2017-12-121-1/+4
* | [android] - replace anonymous inner classes with lambdaTobrun2017-12-197-140/+72
* | [android] Add basic JavaDoc comment for LocalGlyphActivity.Chris Loer2017-12-111-0/+4
* | [android] Fixups for LocalGlyphActivityChris Loer2017-12-111-1/+1