summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MyLocationTrackingModeActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Downgrade location provider dependency (#9394)Tobrun2017-06-301-16/+6
| | | | | | * [android] - downgrade LOST to Mapbox SDK 5.0.2 version. * bump LOST back to Mapbox Android SDK version 4.x
* OnCameraIdle hook into quickzoom gesture (#9339)Tobrun2017-06-291-1/+1
| | | | | | | | | | * [android] - OnCameraIdle hook into quickzoom gesture * double tap fix * show MyLocationView bearing for GPS when Compass is not available, only show error about missing compass once, fix test activity. * fix accessor lint warning
* Custom location source fix (#9142)Tobrun2017-06-091-61/+116
| | | | | | * [android] - custom location engine fixes (#9139) * Update to latest LOST dependency, fixup internal location source integration
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-0/+7
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* [android] - zoom to at least 2 when tracking is enabled (#7795)Tobrun2017-01-231-97/+4
| | | | | | * [android] - zoom to at least 2 when tracking is enabled, introduce interface for zoom invalidation, simplify example * fixup unit test, added test for new interface + focal point interface
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-293/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2/+14
| | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* [android] refactored exposed api on MapboxMapTobrun Van Nuland2016-10-051-1/+1
| | | | | | fix unit tests fixup comments
* [android] Revise handling of tracking modes and interactionsclydebarrow2016-10-051-39/+89
| | | | | | | | | | | | with touch gestures. This fixes issues #6549 and #6567. Also pertinent to #6557. Additional code has been added to the test app (Activity "User Tracking Mode") to test. A potential race condition in the MapboxMap#easeCamera() methods where a camera change generated by tracking which could have reset the tracking modes has been eliminated by factoring out a new method MapboxMap#easeCameraInternal().
* [android] Checkstyle fixes round 1 (#6234)Cameron Mace2016-09-021-45/+51
| | | | | | * 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-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] #5963 - fixes location tracking mode activity disables location ↵Tobrun2016-08-121-2/+4
| | | | when rotated
* [android] #5934 - resolves memory leaks on animators + location listenersTobrun2016-08-111-2/+3
|
* [android] - Fix locational runtime permissionsTobrun Van Nuland2016-06-241-6/+46
| | | | Fixes #5450
* [android] #4902 - Standarizing Locale and LanguageBrad Leege2016-04-291-8/+4
|
* [android] #4800 - default location view from start: introduced attributes, ↵Tobrun2016-04-261-10/+22
| | | | update MapboxMapOptions, added tests. updated MockParcel
* [android] #4396 - fixed test activity tracking settings modes, Deprecated ↵Tobrun2016-04-231-4/+11
| | | | old configuration of tracking settings and introduced more flexible configuration.
* [android] #4396 - UserLocationView accuracy & non-tracking animation + cleanupTobrun2016-04-231-2/+6
|
* [android] #4396 - fixup mason build issueTobrun2016-04-231-8/+5
|
* [android] #4365 - Moving example activities to more descriptive subpackage ↵Brad Leege2016-04-051-0/+226
names for easier discovery