summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/FeatureOverviewActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] Integration of the new events library (#10999)upstream/pg-10999-cherry-pickPablo Guardiola2018-02-131-2/+2
| | | | | | | | | | | | | | | | | | | | * [android] integration of the new events library * JNI Bug - current build with JNI bug * fix #10999 comments * Clean-up - clean-up timbers and test code * [android] fix sdk identifier and sdk version * [android] merge from master (MAS 3.0) * [android] bump events lib version to 3.0.0-beta.1 and remove never used methods from math utils class
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-191-20/+13
|
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-1/+1
| | | | * [android] - fix lint issues SDK
* Custom location source fix (#9142)Tobrun2017-06-091-21/+31
| | | | | | * [android] - custom location engine fixes (#9139) * Update to latest LOST dependency, fixup internal location source integration
* [android] - fixup location permissions in test app pre Android Marshmallow ↵Tobrun2017-03-301-1/+10
| | | | (#8559)
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-0/+7
| | | | | | * [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-17/+3
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-167/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-3/+2
|
* [android] Checkstyle fixes round 1 (#6234)Cameron Mace2016-09-021-12/+22
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* 6039 focal point uses MyLocationView padding (#6108)Tobrun2016-08-231-0/+1
| | | | | | | | | | | | * [android] - don't auto tint drawables + formatting * [android] - formatting * [android] #6039 - fixes focal point when padding mylocationview * [android] #5977 - MyLocationView.setPadding example + formatting Manifest * [android] - Reset to default configuration, cleanup class
* [android] fix location permissions already acceptedTobrun2016-08-091-3/+7
|
* [android] #5888 - handle location permissions for non User Location category ↵Tobrun2016-08-081-18/+44
| | | | | | features [android] #5888 - setZMediaOverlay on overlain SurfaceView
* [android] #5610 - Runtime style api - part 2Ivo van Dongen2016-08-021-6/+6
|
* [android] - Fix locational runtime permissionsTobrun Van Nuland2016-06-241-3/+30
| | | | Fixes #5450
* [android] #4396 - fixup mason build issueTobrun2016-04-231-1/+11
|
* [android] #4754 - double map view exampleTobrun2016-04-191-2/+3
|
* [android] #4365 - final testapp refactor cleanup, removed ApiAccess class, ↵Tobrun2016-04-051-0/+155
introduced category packages, Renamed some classes