summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK
Commit message (Collapse)AuthorAgeFilesLines
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-123-3/+5
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-114-6/+975
|
* [android] push a new mapofflineevent upon region creation (#12544)Antonio Zugaldia2018-10-093-0/+40
|
* [android] - reverse order of prioritising shape vs marker click handlingTobrun2018-10-091-7/+7
|
* [android] - move camera and puck immediately when starting to track and ↵Łukasz Paczos2018-10-033-10/+27
| | | | displacement is big
* [android] - add configuration to change the animation duration multiplier ↵Łukasz Paczos2018-10-035-6/+69
| | | | when tracking location
* [android] check external database's read/write permissions asynchronouslyŁukasz Paczos2018-09-262-13/+147
|
* [android] expose offline database merge APIŁukasz Paczos2018-09-261-0/+167
|
* [android] preserve GLSurfaceView's EGL context on pauseŁukasz Paczos2018-09-261-0/+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 ↵Łukasz Paczos2018-09-262-117/+173
| | | | restarted
* [android] invalidate camera mode in LocationComponent for gestures initiated ↵Łukasz Paczos2018-09-252-2/+64
| | | | changes only if necessary
* [android] - complete proguard revisionTobrun2018-09-221-25/+15
|
* [android] - update proguard config to not warn about AutoValueTobrun2018-09-191-0/+1
|
* [android] - bump snapshot version to v6.6.0Tobrun2018-09-191-1/+1
|
* [android] - add binding integration for cross source collisiontobrun2018-09-126-13/+58
|
* [android] use the SparseArray instead of the HashMap in location animator ↵Łukasz Paczos2018-09-123-64/+62
| | | | coordinator
* [android] updated location tracking gestures management testsŁukasz Paczos2018-09-122-12/+72
|
* [android] prevent from reloading the location layer drawables on every ↵Łukasz Paczos2018-09-122-3/+12
| | | | location update
* [android] LocationComponent - javadoc fixes, improved initialization, ↵Łukasz Paczos2018-09-1214-245/+224
| | | | removed location save state
* [android] location saved state tests, default location engine deactivation testŁukasz Paczos2018-09-121-1/+1
|
* [android] improved gestures management while tracking locationŁukasz Paczos2018-09-128-45/+106
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-1249-871/+871
| | | | LocationLayerPlugin, now called LocationComponent
* [android] save location stateŁukasz Paczos2018-09-124-17/+71
|
* [android] deactivating default location engine when the map is destroyedŁukasz Paczos2018-09-123-6/+20
|
* [android] LocationLayer example activitiesŁukasz Paczos2018-09-121-12/+16
|
* [android] adapt LocationLayerPlugin's test suiteŁukasz Paczos2018-09-123-18/+46
|
* [android] initialize LocationLayerPlugin with MapŁukasz Paczos2018-09-123-125/+153
|
* [android] merge LocationLayerPlugin to Maps SDKŁukasz Paczos2018-09-1254-2/+6372
|
* [android] - replace platform default implementation using nunicode for ↵tobrun2018-09-111-0/+27
| | | | uppercasing an lowercasing with an Android specific String.java equivalent
* [android] add support for gnustlKonstantin Käfer2018-09-111-1/+7
|
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-073-0/+55
|
* [android] "is-supported-script" expression supportŁukasz Paczos2018-09-072-0/+75
|
* [android] - update isEmulator checkTobrun2018-09-061-1/+8
|
* [android] - correct latlngbounds exception messageTobrun2018-09-052-4/+4
|
* [android] MapStrictMode implementationŁukasz Paczos2018-09-0415-10/+132
|
* [android] - provide correct expression integration for newly created ↵Tobrun2018-09-042-2/+18
| | | | property values
* [android] - add get source id to supported layer typestobrun2018-09-0410-0/+95
|
* [android] check if the map is destroyed before saving state in a fragmentŁukasz Paczos2018-09-042-4/+12
|
* [android] - add quotes to toString representation of a String literalTobrun2018-09-042-10/+14
|
* [android] - make improve this map translatableTobrun2018-09-043-6/+38
|
* [android] - add Keep annotations to abstract componentstobrun2018-09-032-0/+3
|
* [android] adding more language maps to tx config filelangsmith2018-08-316-0/+39
|
* [android] keep OfflineGeometryRegionDefinition fields and constructorŁukasz Paczos2018-08-281-0/+7
|
* [android] - modularise the sdktobrun2018-08-2437-464/+1331
|
* [android] invalidate InfoWindow's y-offset when content is setŁukasz Paczos2018-08-242-5/+37
|
* [android] synchronize and coalesce requests targeting the same TileID in the ↵Łukasz Paczos2018-08-231-42/+152
| | | | CustomGeometrySource
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-232-1/+37
|
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-0/+61
| | | | | | | | Porting of https://github.com/mapbox/mapbox-gl-js/pull/6303 See the link above for the description of the feature and its limitations). Based on patch from @lbud (Lauren Budorick).
* [android] - replace hardcode telemetry settings string by resources stringTobrun2018-08-223-6/+48
|