summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity
Commit message (Expand)AuthorAgeFilesLines
* [android] - rename style component URL api to URItobrun2019-06-0526-32/+32
* [android] - use URI instead of URL to enable asset loadingtobrun2019-05-274-41/+33
* [android] deprecate MapboxMapOptions empty constructorŁukasz Paczos2019-05-2310-23/+25
* [android] show multiple maps in a recycler view exampleŁukasz Paczos2019-05-202-34/+33
* [android] fix FragmentBackStackActivity navigationŁukasz Paczos2019-05-151-3/+7
* [android] refactor ViewPager exampleŁukasz Paczos2019-05-151-57/+49
* [android] deactivate file source when DownloadRegionActivity's finishedŁukasz Paczos2019-05-151-6/+11
* [android] fix DoubleMapActivity main map not interactive after rotationŁukasz Paczos2019-05-151-1/+3
* [android] re-enable rotation velocity animator when toggledŁukasz Paczos2019-05-151-1/+1
* [android] keep strong callback reference and use application context during c...Łukasz Paczos2019-05-101-3/+25
* [android] use strong references to the offline merge callbacksŁukasz Paczos2019-05-101-2/+24
* [android] - remove/readd listener to avoid recursiontobrun2019-05-101-5/+9
* [android] option to provide custom values for location camera transitionŁukasz Paczos2019-05-091-24/+26
* [android] - add javadoc to highlight imcompatible onIdle with snapshot API, u...tobrun2019-05-091-6/+11
* [android] - offline test, headless region downloadtobrun2019-04-301-0/+313
* [android] - callbacks as fields to MergeOfflineAcitivitytobrun2019-04-261-33/+41
* [android] clear up LocationComponent's z-index positioning docs and add "laye...Łukasz Paczos2019-04-241-1/+0
* [android] - circle with radius expressed in physical measurement using turf.tobrun2019-04-161-7/+14
* [android] - circle with radius expressed in physical measurement using turf.tobrun2019-04-161-0/+118
* [android] - provide default navigation experience for singleInstance activitiestobrun2019-04-164-26/+95
* [android] - add style image missing binding integration, add synchronoustobrun2019-04-152-5/+12
* [android] - rework test to use query activity, fix attempt to render without ...tobrun2019-04-122-13/+9
* [android] - reproduce downstream navigation crash with queryRendererFeatures ...tobrun2019-04-121-3/+13
* [android] Avoid memory leak by making static inner classes (#14343)Osana Babayan2019-04-081-36/+38
* [android] updated PerformanceEvent (#13894)Osana Babayan2019-04-021-0/+187
* [android] reset scale/rotate focal point in each stepŁukasz Paczos2019-04-011-1/+12
* [android] - update snapshot activity example with idle listener, convert to k...tobrun2019-04-012-114/+80
* [android] - revert onDismiss workaround, refactor tests, adress reviewtobrun2019-03-222-55/+67
* [android] - add integration test suitetobrun2019-03-222-117/+71
* [android] - add GLSurfaceView RecylerView example to test for regressionstobrun2019-03-223-151/+170
* [android] - call getMapAsync when restoring map fragment from saved instance ...tobrun2019-03-212-10/+18
* [android] - introduce Pixel dimension instrumentation testtobrun2019-03-211-0/+66
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-152-72/+139
* [android] when changing the resource path, recreate database instead of the w...Łukasz Paczos2019-03-131-19/+36
* [android] Feature: Change path of the resources cache dbArne Kaiser2019-03-131-0/+141
* [android] remove unnecessary JSON style declaration in the gradient line exampleŁukasz Paczos2019-03-111-1/+0
* [android] get vector drawables using AppCompatResources and set vector drawab...Łukasz Paczos2019-03-071-2/+2
* [android] - fix dialog fragment setup, add regression testtobrun2019-03-061-9/+19
* [android] - clear callbacks as part of OnDestroy not as part of OnDestroyViewtobrun2019-03-061-0/+45
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-055-22/+179
* [android] LocationComponent animator throttling tests and examplesŁukasz Paczos2019-01-301-0/+4
* [android] expose quick zoom option xml attributeŁukasz Paczos2019-01-251-9/+4
* [android] separate quick zoom gestures optionŁukasz Paczos2019-01-251-42/+67
* [android] fix zoom precision in GeoJSON cluster exampleŁukasz Paczos2019-01-241-1/+2
* [android] fix ViewPagerActivity style not loading after rotationŁukasz Paczos2019-01-241-4/+37
* [android] fix CameraAnimatorActivity leaksŁukasz Paczos2019-01-241-33/+28
* [android] re-apply location component's "layer-below" when changedŁukasz Paczos2019-01-171-18/+22
* [android] - allow reset fps listener, update debug mode activity withtobrun2019-01-161-13/+26
* [android] - expose query feature extensionstobrun2019-01-151-86/+144
* [android] fix debug activity not show fps (#13726)Kevin Li2019-01-141-2/+2