summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/fragment/ViewPagerActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] fix ViewPagerActivity style not loading after rotationŁukasz Paczos2019-01-241-4/+37
|
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-101-5/+10
|
* [android] - cleanup old style java constants file, migrate style transition ↵Tobrun2018-12-101-1/+1
| | | | to Style.java
* [android] - use TextureView for ViewPager carousel (#10519)Tobrun2017-11-211-0/+1
|
* [android] - use custom viewpager to allow horizontal swipingTobrun Van Nuland2017-07-251-2/+2
|
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-0/+3
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* Test app refactor (#7598)Cameron Mace2017-01-231-24/+0
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-69/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-12/+0
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* [android] #5649 - add a ViewPager exampleTobrun Van Nuland2016-07-131-0/+111
[android] #5649 - add back pressed event for action bar home icon