summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/OnMapReadyCallback.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - annotate onMapReady with @NonNullTobrun2018-11-081-1/+3
|
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-231-3/+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/+3
| | | | removes necessity to add question mark to all mapboxMap invocations
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] #4429 Removed NonNull from OnMapReadyCameron Mace2016-03-241-6/+4
|
* [android] #4097 - update javadoc maps packageTobrun2016-02-251-6/+1
| | | | [android] #4097 - update visibility compassclickclistener fix
* [android] #3145 - MapboxMapTobrun2016-01-291-0/+26