summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* [android] - use appcompat resource configuration for vector drawablesTobrun2018-10-162-7/+5
* [android] - bump snapshot version to 6.7.0Tobrun2018-10-161-1/+1
* [android] Minimal Android support for 'format' expressionChris Loer2018-10-154-2/+69
* [android] - remove obsolete catch block in getLayerAsTobrun2018-10-151-10/+3
* [android] - include mapbox sdk services proguard configurationTobrun2018-10-151-0/+6
* [android] - avoid printing exception for valid code execution pathTobrun2018-10-151-5/+8
* [android] - add equals, hashcode and toString to camera update types from Cam...Tobrun2018-10-121-0/+157
* [android] - infer nullityTobrun2018-10-12131-415/+1375
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, remov...Tobrun2018-10-1227-28/+47
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-117-77/+1062
* [android] changelog for 6.6.0Łukasz Paczos2018-10-111-1/+1
* [android] push a new mapofflineevent upon region creation (#12544)Antonio Zugaldia2018-10-094-1/+41
* [android] - fix readme to point to correct developing.md in rootTobrun2018-10-091-1/+1
* [android] - reverse order of prioritising shape vs marker click handlingTobrun2018-10-091-7/+7
* [android] - fix fragments example that were crashing on orientation changeŁukasz Paczos2018-10-082-2/+2
* [ios, macos, android, node] update changelogsMolly Lloyd2018-10-031-0/+1
* [android] - changelog for 6.6.0-beta.1Łukasz Paczos2018-10-031-0/+4
* [android] - move camera and puck immediately when starting to track and displ...Łukasz Paczos2018-10-034-10/+50
* [android] - add configuration to change the animation duration multiplier whe...Łukasz Paczos2018-10-035-6/+69
* [ios,android,macos] add changelog entry for #12931Konstantin Käfer2018-10-021-0/+1
* [android] changelog for 6.6.0-alpha.2android-v6.6.0-alpha.2Łukasz Paczos2018-09-261-0/+9
* [android] check external database's read/write permissions asynchronouslyŁukasz Paczos2018-09-262-13/+147
* [android] nullcheck region metadata in example activity, enable debug mode fo...Łukasz Paczos2018-09-262-3/+10
* [android] copy files from assets task utilŁukasz Paczos2018-09-263-78/+115
* [android] explicitly set temp directory for SQLite3Konstantin Käfer2018-09-261-0/+4
* [android] expose offline database merge APIŁukasz Paczos2018-09-2612-15/+538
* [android] preserve GLSurfaceView's EGL context on pauseŁukasz Paczos2018-09-261-0/+1
* [android] - bump telemetry dependency to 3.2.1Tobrun2018-09-261-1/+1
* [android] dispatch camera idle/transition cancelling only if requiredŁukasz Paczos2018-09-261-14/+35
* [android] clear CameraChangeDispatcher message queue when camera move is rest...Łukasz Paczos2018-09-263-117/+175
* [android] - add selected state paradigm to SymbolLayerActivityTobrun2018-09-252-58/+114
* [android] - update custom sprite example with iconAllowOverlap and iconIgnore...Tobrun2018-09-251-5/+10
* [android] - test app activity leak fix for ManualLocationUpdatesActivityTobrun2018-09-251-4/+6
* [android] - test app activity leak fix for BottomSheetActivityTobrun2018-09-251-2/+5
* [android] - test app activity leak fix for CameraAnimationActivityTobrun2018-09-251-43/+21
* [android] invalidate camera mode in LocationComponent for gestures initiated ...Łukasz Paczos2018-09-252-2/+64
* [android] - avoid failing CI tests when device under test doesn't have a vali...tobrun2018-09-253-78/+6
* [android] - replace reflection setup with a findViewById, improves stability ...Tobrun2018-09-242-18/+18
* [android] - complete proguard revisionTobrun2018-09-222-30/+24
* [android] update 6.6.0-alpha.1 changelog to reflect ProGuard changesŁukasz Paczos2018-09-201-0/+1
* [android] changelog for 6.6.0.alpha.1android-v6.6.0-alpha.1Łukasz Paczos2018-09-191-2/+11
* [android] - update proguard config to not warn about AutoValueTobrun2018-09-192-2/+1
* [android] - bump snapshot version to v6.6.0Tobrun2018-09-191-1/+1
* [android, ios, macos, node] Update CHANGELOGsJohn Firebaugh2018-09-131-0/+1
* [android] - add binding integration for cross source collisiontobrun2018-09-128-17/+64
* [android] improved render timeouts in LocationComponent testsŁukasz Paczos2018-09-123-45/+93
* [android] use the SparseArray instead of the HashMap in location animator coo...Łukasz Paczos2018-09-123-64/+62
* [android] updated location tracking gestures management testsŁukasz Paczos2018-09-124-13/+81
* [android] prevent from reloading the location layer drawables on every locati...Łukasz Paczos2018-09-122-3/+12
* [android] LocationComponent - javadoc fixes, improved initialization, removed...Łukasz Paczos2018-09-1221-423/+391