summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* [android] added noneCompass and noneGps to LocationModesActivity (#14945)Langston Smith2019-06-181-0/+10
|
* [android] - fix reset behavior for setLatLngBoundsForCameraTargettobrun2019-06-111-10/+16
|
* [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] added connectivity state attribute to tile loading metric (#14667)Osana Babayan2019-05-171-0/+49
|
* [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 ↵Łukasz Paczos2019-05-101-3/+25
| | | | cache path change
* [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, ↵tobrun2019-05-091-6/+11
| | | | update test app example to use OnFullyRenderedFrame callback instead
* [android] - offline test, headless region downloadtobrun2019-04-301-0/+313
|
* [android] - callbacks as fields to MergeOfflineAcitivitytobrun2019-04-262-34/+42
|
* [android] clear up LocationComponent's z-index positioning docs and add ↵Łukasz Paczos2019-04-241-1/+0
| | | | "layer-above" option
* [android] Measure TileLoading performance (elapsedMS & responseCode) (#14420)Osana Babayan2019-04-182-0/+171
|
* [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-165-26/+109
|
* [android] - add style image missing binding integration, add synchronoustobrun2019-04-152-5/+12
| | | | image overloads to style
* [android] - rework test to use query activity, fix attempt to render without ↵tobrun2019-04-122-13/+9
| | | | surface crash
* [android] - reproduce downstream navigation crash with queryRendererFeatures ↵tobrun2019-04-121-3/+13
| | | | when resuming Activity
* [android] Avoid memory leak by making static inner classes (#14343)Osana Babayan2019-04-081-36/+38
|
* [android] disable leak canary during instrumentation testsŁukasz Paczos2019-04-031-1/+1
|
* [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 ↵tobrun2019-04-012-114/+80
| | | | kotlin
* [android] - revert onDismiss workaround, refactor tests, adress reviewtobrun2019-03-222-55/+67
| | | | comments
* [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
| | | | state
* [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 ↵Łukasz Paczos2019-03-131-19/+36
| | | | whole FileSource
* [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 ↵Łukasz Paczos2019-03-071-2/+2
| | | | drawables programmatically
* [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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial additions of activation builder * [android] refactoring LocationComponentActivationOptions based on code review * [android] initial addition of LocationComponentActivationOptionsTest unit tests * [android] more refactoring based on code review * [android] refactoring test app location examples * [android] espresso test refactor with LocationComponentActivationOptions usage * [android] locationComponent builder instrumentation test tweaks and log removal * [android] method and docs refactoring based @lukaspaczos 's review * [android] locationEngine setting logic refactor * [android] add null locationEngine to stillStaleAfterResuming test * added .locationEngine(null) to other tests * [android] javadocs, method, and test adjustments based on @lukaspaczos review * [android] test tweaks based on Lukasz review
* [android] - make ReLinker default library loader, create library loader ↵tobrun2019-02-251-13/+0
| | | | provider for modularisation
* [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
|