summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/RuntimeStyleTimingTestActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - decouple style loading from OnMapReadyTobrun2018-12-101-3/+6
|
* [android] - move all layer, source, image, light and transition ↵Tobrun2018-12-101-2/+2
| | | | configurations to style.java
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-191-18/+14
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-76/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-231-1/+0
|
* Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-311-2/+14
| | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* [android] Checkstyle fixes round 1 (#6234)Cameron Mace2016-09-021-2/+4
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* [android] #5610 - Runtime style api - part 2Ivo van Dongen2016-08-021-0/+87