summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/fragment/MapFragmentActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - call getMapAsync when restoring map fragment from saved instance ↵tobrun2019-03-211-5/+9
| | | | state
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-101-1/+1
|
* [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/+2
|
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-261-12/+13
|
* 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] - fix fragments example that were crashing on orientation changeŁukasz Paczos2018-10-081-1/+1
|
* [android] - expose MapView created callbacks on MapFragment and ↵tobrun2018-05-171-31/+48
| | | | MapSupportFragment
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-0/+6
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* Test app refactor (#7598)Cameron Mace2017-01-231-23/+0
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-53/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Checkstyle fixes round 1 (#6234)Cameron Mace2016-09-021-4/+2
| | | | | | * 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-8/+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] Fix style urlsCameron2016-06-031-2/+1
| | | | Fixes #5193
* [android] #5075 - Removing options.accessToken() usage in ↵Brad Leege2016-05-251-1/+0
| | | | MapFragmentActivity and SupportMapFragmentActivity
* [android] #4702 - upgrade default styles, deprecate Style string definition ↵Tobrun2016-05-061-1/+2
| | | | in favour versioned styling methods.
* [android] #4365 - final testapp refactor cleanup, removed ApiAccess class, ↵Tobrun2016-04-051-0/+90
introduced category packages, Renamed some classes