summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/camera/MaxMinZoomActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - rename style component URL api to URItobrun2019-06-051-1/+1
|
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-101-3/+2
|
* [android] - decouple style loading from OnMapReadyTobrun2018-12-101-1/+1
|
* [android] - remove style loaded listenerTobrun2018-12-101-1/+5
|
* [android] - cleanup old style java constants file, migrate style transition ↵Tobrun2018-12-101-1/+1
| | | | to Style.java
* [android] - annotate onMapReady with @NonNullTobrun2018-11-081-1/+1
|
* [android] - remove deprecation notices and codeTobrun2018-11-011-6/+17
|
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-311-1/+4
|
* 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-13/+1
|
* [android] - move strings resources to dedicated files, fixup simple map ↵Tobrun Van Nuland2017-09-181-0/+3
| | | | activity, fixup double map activity, snapshot activity home button click fix, add activity titles, remove obsolete navigation drawer activity
* [android] - add style loading callback (#8291)Tobrun2017-03-091-1/+17
| | | | | | * [android] - add style loading callback that is invoked when a style finishes loading. * fixup language + add support for adding a callback when invoking setStyle with the default styles.
* [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-23/+0
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-76/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - move min/max zoom to transform class, cleanup usage of double ↵Tobrun2016-12-151-2/+2
| | | | vs float, renaming for parity (#7306)
* 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
* 5859 generate sanity tests (#5870)Tobrun2016-08-171-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] #4365 - final testapp refactor cleanup, removed ApiAccess class, ↵Tobrun2016-04-051-0/+85
introduced category packages, Renamed some classes