summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation
Commit message (Collapse)AuthorAgeFilesLines
* Downgrade location provider dependency (#9394)Tobrun2017-06-302-35/+14
| | | | | | * [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-097-206/+294
| | | | | | * [android] - custom location engine fixes (#9139) * Update to latest LOST dependency, fixup internal location source integration
* add null check in custom location engine activity to prevent null pointer ↵Pablo Guardiola2017-06-011-1/+3
| | | | exception (#9159)
* [android] - fix test app runtime permissions (#8823)Tobrun2017-04-265-148/+69
|
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-202-0/+224
| | | | | | * add a way to use a custom location source * add custom location engine example to test app
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-273-0/+13
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-042-4/+4
|
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-033-20/+37
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* Test app refactor (#7598)Cameron Mace2017-01-233-95/+37
|
* [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-164-761/+762
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Allows for setting the user location icon to transparent (#7393)Cameron Mace2016-12-141-0/+16
| | | | | | * allows for setting the user location icon to transparent * removed color check
* Prefix library resources to avoid naming conflicts (#6878)Tobrun2016-11-021-1/+1
| | | | | | | | * [android] - add library resource prefix * update SDK resources with prefix * fixup tests
* Android Nougat compatibility: onstart/onstop on MapView (#6830)Tobrun2016-10-314-6/+44
| | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* [android] - correct focal point with padding and tilt enabled + cleanup code ↵Tobrun2016-10-051-0/+11
| | | | MyLocationView (#6594)
* [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-052-40/+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-024-93/+118
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* 5859 generate sanity tests (#5870)Tobrun2016-08-173-22/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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-112-7/+19
|
* [android] - Fix locational runtime permissionsTobrun Van Nuland2016-06-242-20/+96
| | | | Fixes #5450
* [android] Fix style urlsCameron2016-06-031-2/+2
| | | | Fixes #5193
* [android] #5004 - Introducing MapboxAccountManagerBrad Leege2016-05-151-1/+0
|
* [android] #4930 - added invalidate to change tint colorsTobrun2016-05-102-38/+43
|
* [android] #4702 - upgrade default styles, deprecate Style string definition ↵Tobrun2016-05-061-1/+2
| | | | in favour versioned styling methods.
* [android] #4896 - added permission request and id fixesCameron Mace2016-05-041-9/+48
|
* [android] added user dot customization exampleCameron Mace2016-05-041-0/+145
| | | | Fixes #4896
* [android] #4902 - Standarizing Locale and LanguageBrad Leege2016-04-292-13/+7
|
* [android] #4878 - Setting default MyLocationBackgroundTint to be whiteBrad Leege2016-04-281-1/+0
|
* [android] #4835 - Adding disable location icon switch to FABBrad Leege2016-04-261-1/+6
|
* [android] #4835 - Adding FAB Toggle UI And FunctionalityBrad Leege2016-04-261-1/+73
|
* [android] #4835 - Restoring Initial setup of MyLocationToggle UIBrad Leege2016-04-261-1/+25
|
* [android] #4835 - Initial setup of MyLocationToggle UIBrad Leege2016-04-261-0/+60
|
* [android] #4800 - correct background offsets from attributesTobrun2016-04-261-3/+10
|
* [android] #4800 - default location view from start: introduced attributes, ↵Tobrun2016-04-262-103/+68
| | | | 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-232-8/+182
|
* [android] #4365 - Moving example activities to more descriptive subpackage ↵Brad Leege2016-04-051-0/+226
names for easier discovery