summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/MapInDialogActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] fix map in dialog activityupstream/ivd-android-glsurfaceviewIvo van Dongen2017-09-221-6/+18
|
* [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-271-1/+1
|
* Test app refactor (#7598)Cameron Mace2017-01-231-23/+0
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-100/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-311-0/+12
| | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* Adds map dialog activity to testapp (#6741)Cameron Mace2016-10-191-0/+116
* adds map dialog activity to testapp * added to genertate-test-code script