summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapChangeReceiver.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] catch and re-throw throwables thrown inside map state callbacksŁukasz Paczos2018-11-141-25/+24
|
* [android] log Java exception and fail silently instead of throwing a native ↵Łukasz Paczos2018-11-061-36/+101
| | | | exception in the map state callbacks
* [android] reworks MapCallback to execute correctly when a new style is ↵Łukasz Paczos2018-10-261-13/+21
| | | | requested before the map is initialized
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-0/+239