summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src
Commit message (Collapse)AuthorAgeFilesLines
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-153-82/+187
|
* [android] - move TextureView to top of list so UiAutomator finds it more quicklytobrun2019-03-141-1/+1
|
* [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-135-0/+175
|
* [android] throw an exception if the component is accessed before the activationŁukasz Paczos2019-03-111-2/+7
|
* [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-072-5/+5
| | | | drawables programmatically
* [android] - fix dialog fragment setup, add regression testtobrun2019-03-062-9/+52
|
* [android] - clear callbacks as part of OnDestroy not as part of OnDestroyViewtobrun2019-03-065-5/+75
|
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-0511-147/+553
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] replace remaining hardcoded delays with the idle eventŁukasz Paczos2019-02-264-16/+18
|
* [android] - make ReLinker default library loader, create library loader ↵tobrun2019-02-251-13/+0
| | | | provider for modularisation
* [android] fix naming for re-open testsIvo van Dongen2019-02-232-12/+12
|
* [android] - add UiAutomator tests for testing clicking home and returning ↵tobrun2019-02-233-0/+154
| | | | with recent apps
* [android] keep location component's layers hidden when new style with the ↵Łukasz Paczos2019-02-191-4/+28
| | | | "layer-below" option is applied
* [android] - bring back style loading test to native map, add onDestroy to ↵tobrun2019-02-141-0/+25
| | | | after test
* [android] use #onDidBecomeIdle event instead of layer querying during ↵Łukasz Paczos2019-02-129-377/+290
| | | | instrumentation tests
* [android] - migrate tests from #13882tobrun2019-02-073-25/+72
|
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-041-1/+11
|
* [android] LocationComponent animator throttling tests and examplesŁukasz Paczos2019-01-302-0/+12
|
* [android] expose quick zoom option xml attributeŁukasz Paczos2019-01-251-9/+4
|
* [android] separate quick zoom gestures optionŁukasz Paczos2019-01-252-47/+87
|
* [android] fix zoom precision in GeoJSON cluster exampleŁukasz Paczos2019-01-241-1/+2
|
* [android] return empty string instead of null in offline examplesŁukasz Paczos2019-01-241-2/+3
|
* [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] restore location layer visibility with new "layer-below"Łukasz Paczos2019-01-221-0/+23
|
* [android] - use ReLinker as default library loader for the test appTobrun2019-01-211-0/+13
|
* [android] rename required TransitionOptions fieldŁukasz Paczos2019-01-211-0/+9
|
* [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-163-44/+52
| | | | menu options
* [android] - expose query feature extensionstobrun2019-01-154-96/+6278
|
* [android] - optimise interface definitiontobrun2019-01-152-15/+18
|
* [android] fix debug activity not show fps (#13726)Kevin Li2019-01-141-2/+2
|
* [android] updated make icon id (#13729)Osana Babayan2019-01-141-1/+1
|
* [android] Rename offline database in Test App to follow .gitignore rule (#13708)Antonio Zugaldia2019-01-103-2/+2
| | | | | | * [android] rename offline.db to offline_test.db to avoid working around the .gitignore rule * [android] update code references to database file
* [android] - update symbol layer example with regression test for symbols ↵tobrun2019-01-101-7/+24
| | | | flashing
* [android] - espresso tests reworkTobrun2019-01-1057-833/+281
|
* [android] - fix random bounds generation in test app bounds activityupstream/osana-v7.0.0-changelogtobrun2019-01-071-8/+5
|
* [android] reworked instrumentation test activity to use a local style againŁukasz Paczos2018-12-203-19/+5
|
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-197-132/+8
|
* [android] properly stop renderer when dismissing an example dialogŁukasz Paczos2018-12-141-4/+9
|
* [android] option to disable smooth animation of compass and accuracy valuesŁukasz Paczos2018-12-141-0/+2
|
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-131-2/+5
|
* [android] - move MapboxMapTest to java unit testtobrun2018-12-131-185/+3
|
* [android] - remove style load test from instrumented unit teststobrun2018-12-131-18/+0
|
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-126-29/+96
|
* [android] CameraMode transition animation and result listenersŁukasz Paczos2018-12-121-19/+32
|
* [Android] Add setPreferredFramesPerSecond for MapView (#13498)Kevin Li2018-12-123-0/+35
| | | | * [Android] Add setPreferredFramesPerSecond for MapView
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-1/+1
|