summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/annotation/PolygonActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - annotate onMapReady with @NonNullTobrun2018-11-081-1/+2
|
* 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] - replace anonymous inner classes with lambdaTobrun2017-12-191-11/+5
|
* [android] remove texture viewIvo van Dongen2017-09-221-2/+0
|
* [android] - add OnPolygonClickListener and OnPolylineClickListener (#9443)Tobrun2017-07-181-0/+14
|
* refactor signature from Hole to List<LatLng> (#8722)Pablo Guardiola2017-04-121-7/+6
|
* [android] Polygon holes (#8557)Pablo Guardiola2017-04-111-0/+30
| | | | | | | | * add 1 hole support to polygon-related classes * fix no hole crash and add triangle hole shape example * add support for multiple holes
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-2/+2
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* Test app refactor (#7598)Cameron Mace2017-01-231-16/+1
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-149/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/+13
| | | | | | | | | | * introduce onstart/onstop on MapView * update wear module * update fragments * update changeling
* [android] - remove timer from compassView, make fading when facing north ↵Tobrun2016-10-251-0/+1
| | | | | | | | | | | optional. (#6786) save state for recreating map view fix review comments unit test covering default value for fading and setting a new value fixup setter, fix default value
* [android] - fix polygon test activity state, introduced config class and ↵Tobrun2016-09-301-52/+56
| | | | toolbar composer, cleanup code (#6527)
* Optionable textureview (#6480)Tobrun2016-09-291-0/+2
| | | | | | * [android] - make using TextureView optional * add deprecation comment on texture mode
* [android] Checkstyle fixes round 1 (#6234)Cameron Mace2016-09-021-2/+4
| | | | | | * removed last of hungarian notation from testapp and fixed other checkstyle issues * added back MapboxMap for espresso
* [android] - 5844 remove stop gap for update-able shape annotations (#6187)Tobrun2016-08-291-1/+1
| | | | * [android] - remove stopgap updatable shape annotations
* 5859 generate sanity tests (#5870)Tobrun2016-08-171-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] #5663 - make shape annotations updateableTobrun2016-08-031-20/+70
|
* [android] Fix style urlsCameron2016-06-031-1/+1
| | | | Fixes #5193
* [android] #4702 - upgrade default styles, deprecate Style string definition ↵Tobrun2016-05-061-1/+2
| | | | in favour versioned styling methods.
* [android] #3231 - add support for tinting attribution icon through xml - ↵Tobrun2016-04-261-0/+1
| | | | MapboxMapOptions, AttributionDialog will use the same color values
* [android] #4365 - add toolbar to Polygon exampleTobrun2016-04-051-2/+27
|
* [android] #4365 - final testapp refactor cleanup, removed ApiAccess class, ↵Tobrun2016-04-051-0/+97
introduced category packages, Renamed some classes