summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/adapter
Commit message (Collapse)AuthorAgeFilesLines
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-0/+6
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-272-2/+2
|
* [android] Move the simple map activity to a "Basic" section, always listed ↵Antonio Zugaldia2017-01-231-1/+2
| | | | | | | | first (#7817) * move the simple map activity to a basic section, always listed first * category_first -> category_basic
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-162-165/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] Checkstyle fixes round 1 (#6234)Cameron Mace2016-09-021-7/+7
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* [android] #4365 - final testapp refactor cleanup, removed ApiAccess class, ↵Tobrun2016-04-051-1/+1
| | | | introduced category packages, Renamed some classes
* [android] #4365 - TestApp refactor with RecyclerView selection.Tobrun2016-03-232-0/+233