summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* File deactivate should be called before callbacksBharath MG2018-10-241-3/+3
|
* [android] Removed an unused importTamás Szincsák2018-10-241-1/+0
|
* [android] Revert vectorDrawables.useSupportLibrary to false in order to ↵Tamás Szincsák2018-10-241-2/+0
| | | | increase stability on Android 4.4 and below
* [android] - use appcompat resource configuration for vector drawablesTobrun2018-10-171-4/+2
|
* [android] - reverse order of prioritising shape vs marker click handlingTobrun2018-10-171-7/+7
|
* [android] - move camera and puck immediately when starting to track and ↵Łukasz Paczos2018-10-033-10/+27
| | | | | | displacement is big (cherry picked from commit 5bfdd9f)
* - add configuration to change the animation duration multiplier when ↵Łukasz Paczos2018-10-033-6/+63
| | | | 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-251-2/+8
| | | | changes only if necessary
* [android] - add binding integration for cross source collisiontobrun2018-09-123-11/+46
|
* [android] use the SparseArray instead of the HashMap in location animator ↵Łukasz Paczos2018-09-122-28/+26
| | | | coordinator
* [android] updated location tracking gestures management testsŁukasz Paczos2018-09-121-3/+4
|
* [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-123-39/+95
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-1238-442/+447
| | | | LocationLayerPlugin, now called LocationComponent
* [android] save location stateŁukasz Paczos2018-09-123-7/+61
|
* [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-1236-0/+4904
|
* [android] - replace platform default implementation using nunicode for ↵tobrun2018-09-111-0/+27
| | | | uppercasing an lowercasing with an Android specific String.java equivalent
* 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-071-0/+60
|
* [android] - update isEmulator checkTobrun2018-09-061-1/+8
|
* [android] - correct latlngbounds exception messageTobrun2018-09-051-1/+1
|
* [android] MapStrictMode implementationŁukasz Paczos2018-09-0415-10/+132
|
* [android] - provide correct expression integration for newly created ↵Tobrun2018-09-041-2/+4
| | | | 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-041-8/+5
|
* [android] - make improve this map translatableTobrun2018-09-042-1/+33
|
* [android] - add Keep annotations to abstract componentstobrun2018-09-032-0/+3
|
* [android] keep OfflineGeometryRegionDefinition fields and constructorŁukasz Paczos2018-08-281-0/+7
|
* [android] - modularise the sdktobrun2018-08-2435-443/+1326
|
* [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-222-6/+34
|
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-221-34/+562
|
* [android] - GeoJsonOptions javadoc correction on minZoom level and default ↵Tobrun2018-08-221-3/+3
| | | | values
* [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js.Chris Loer2018-08-211-2/+2
| | | | | Requires changing `generate-style-code` to treat 'formatted' as being the same as 'string' until gl-native gets 'formatted' support with https://github.com/mapbox/mapbox-gl-native/pull/12624. To make nitpick happy, PropertyFunction.java uses the latest "text-field" description from v8.json. It's technically correct, just kind of pointless since the "If a plain `string` is provided" clause will always be true.
* [android] - update map intializer for OfflineRegionDefintion with ↵tobrun2018-08-211-9/+35
| | | | OfflineGeometryRegionDefinition