summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/camera/CameraAnimationTypeActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-231-2/+1
| | | | | | callback, removes necessity to add question mark to all mapboxMap invocations" This reverts commit a436fd233f325ddca571e3c61641588e8166a6b4.
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-121-1/+2
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] - test app activity leak fix for CameraAnimationActivityTobrun2018-09-251-43/+21
|
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-191-80/+66
|
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-0/+6
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* Test app refactor (#7598)Cameron Mace2017-01-231-23/+0
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-171/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - fixup timber merge (#7179)Tobrun2016-11-241-21/+15
|
* [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-231-8/+6
|
* [android] - move camera logic to dedicated transform class (#6919)Tobrun2016-11-231-0/+7
| | | | | | | | * [android] - move camera logic to dedicated transform class post camera updates to the message queue, this makes calling an new camera update in the on finish of another update possible. Simplify transform.java implementation. * fail the step if instrumentation tests fail, fixup typo
* 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-4/+16
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* 5859 generate sanity tests (#5870)Tobrun2016-08-171-91/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] #5859 - generate espresso tests [android] #5859 - cleanup xml files, use all the same resource id for map view [android] #5859 - update scripts [android] #5859 - update Activity to match mapboxMap naming [android] #5859 - make SurfaceViewMediaControlActivity compatible [android] #5859 - make MarkerViewScaleActivity test generation compatible [android] #5859 - make PolygonActivity test generation compatible [android] #5859 - integration within make file [android] #5859 - made CameraPostion generation safe [android] #5859 - generate sanity test [android] #5859 - add generated test cases [android] #5859 - add documentation * [android] #5859 - remove generated files, introduce gen package, added gitignore to package * [android] #5859 - regenerated test code * [android] #5859 - added AWS gradle plugin + bitrise configuration * [android] #5859 - fixes running locally without having the properties configured * [android] #6010 - remove python from android sdk * [android] #5859 - update docs about aws gradle plugin
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-151-1/+0
|
* [android] #4365 - final testapp refactor cleanup, removed ApiAccess class, ↵Tobrun2016-04-051-0/+181
introduced category packages, Renamed some classes