summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com
Commit message (Expand)AuthorAgeFilesLines
* [android] Add unit test for onRemoveUnusedStyleImages APIupstream/alexshalamov_removeUnusedStyleImagesAlexander Shalamov2019-05-161-0/+162
* [android] split image missing testŁukasz Paczos2019-05-131-4/+17
* [android] keep strong callback reference and use application context during c...Łukasz Paczos2019-05-102-6/+5
* [android] Update ImageMissingTestMikhail Pozdnyakov2019-05-091-5/+55
* [Android]Expand schema test, modify performance event (#14535)Kevin Li2019-05-021-188/+0
* [android] clear up LocationComponent's z-index positioning docs and add "laye...Łukasz Paczos2019-04-241-2/+1
* [android] Generate style code for symbol-sort-keyAlexander Shalamov2019-04-171-1/+27
* [android] - program against NativeMap interfacetobrun2019-04-162-2/+2
* [android] - add style image missing binding integration, add synchronoustobrun2019-04-151-0/+91
* [android] - rework test to use query activity, fix attempt to render without ...tobrun2019-04-121-0/+30
* [android] add unit tests for #13947Łukasz Paczos2019-04-044-40/+185
* [android] disable leak canary during instrumentation testsŁukasz Paczos2019-04-032-0/+21
* [android] updated PerformanceEvent (#13894)Osana Babayan2019-04-021-0/+188
* [android] Fix style code generation if array default value is missingMikhail Pozdnyakov2019-03-291-1/+1
* [core] auto value for 'text-justify' fieldMikhail Pozdnyakov2019-03-291-1/+1
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-291-0/+13
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-291-0/+13
* [android] - use different Activity launchmode setup.tobrun2019-03-295-13/+40
* [android] - fix thread assertion issue while running instrumentation teststobrun2019-03-281-0/+3
* [android] provide more information when the OfflineManager test times outŁukasz Paczos2019-03-261-31/+52
* [android] - revert onDismiss workaround, refactor tests, adress reviewtobrun2019-03-229-95/+84
* [android] - make a singular FragmentBackStack testtobrun2019-03-221-18/+0
* [android] - add integration test suitetobrun2019-03-2211-183/+300
* [android] - improve reliability of UiAutomator teststobrun2019-03-222-18/+10
* [android] - introduce Pixel dimension instrumentation testtobrun2019-03-213-76/+119
* [android] - refactor idling resource from testtobrun2019-03-201-60/+42
* [android] - remove base idlingResource setuptobrun2019-03-1822-735/+495
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-151-10/+48
* [android] throw an exception if the component is accessed before the activationŁukasz Paczos2019-03-111-2/+7
* [android] get vector drawables using AppCompatResources and set vector drawab...Łukasz Paczos2019-03-071-3/+3
* [android] - fix dialog fragment setup, add regression testtobrun2019-03-061-0/+33
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-052-125/+344
* [android] replace remaining hardcoded delays with the idle eventŁukasz Paczos2019-02-264-16/+18
* [android] fix naming for re-open testsIvo van Dongen2019-02-232-12/+12
* [android] - add UiAutomator tests for testing clicking home and returning wit...tobrun2019-02-232-0/+150
* [android] keep location component's layers hidden when new style with the "la...Łukasz Paczos2019-02-191-4/+28
* [android] - bring back style loading test to native map, add onDestroy to aft...tobrun2019-02-141-0/+25
* [android] use #onDidBecomeIdle event instead of layer querying during instrum...Łukasz Paczos2019-02-129-377/+290
* [android] - migrate tests from #13882tobrun2019-02-073-25/+72
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-041-1/+11
* [android] restore location layer visibility with new "layer-below"Łukasz Paczos2019-01-221-0/+23
* [android] rename required TransitionOptions fieldŁukasz Paczos2019-01-211-0/+9
* [android] - expose query feature extensionstobrun2019-01-151-2/+2
* [android] - optimise interface definitiontobrun2019-01-152-15/+18
* [android] Rename offline database in Test App to follow .gitignore rule (#13708)Antonio Zugaldia2019-01-101-1/+1
* [android] - espresso tests reworkTobrun2019-01-1049-621/+278
* [android] reworked instrumentation test activity to use a local style againŁukasz Paczos2018-12-201-1/+2
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-196-128/+4
* [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