summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/annotation/PressForMarkerActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] 8.2.0 QA fixes for the test appŁukasz Paczos2019-07-221-0/+1
|
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-101-0/+3
|
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-311-3/+9
|
* [android] minor reference app fixesŁukasz Paczos2018-09-071-3/+5
|
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-191-25/+10
|
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-12/+29
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* Test app refactor (#7598)Cameron Mace2017-01-231-14/+0
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-114/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Checkstyle fixes round 1 (#6234)Cameron Mace2016-09-021-5/+5
| | | | | | * 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] #5652 - fix PressForMarkerActivity setup to follow best practices ↵Tobrun Van Nuland2016-07-131-4/+0
| | | | of loading a style and initial location of a MapView as early as possible.
* [android] Fix style urlsCameron2016-06-031-1/+3
| | | | Fixes #5193
* [android] #5060 - Adding Reset functionality to menuBrad Leege2016-05-171-2/+22
|
* [android] #5060 - Restoring rotation support for markersBrad Leege2016-05-171-0/+8
|
* [android] #5060 - Initial setup of PressForMarkerActivityBrad Leege2016-05-171-0/+113