summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* [android] cleanup isDismissible flagŁukasz Paczos2018-10-312-25/+2
|
* [android] remove isMapInitialized checkŁukasz Paczos2018-10-301-28/+7
|
* [android] - move CameraPositionActivity to use FragmetnActivity above ↵tobrun2018-10-292-9/+4
| | | | AppCompatActivity
* [android] deliver onMapReady only at the end of the initialization blockŁukasz Paczos2018-10-291-2/+3
|
* [android] reworks MapCallback to execute correctly when a new style is ↵Łukasz Paczos2018-10-262-71/+127
| | | | requested before the map is initialized
* [android] deprecated ZoomButtonsController supportŁukasz Paczos2018-10-252-0/+7
|
* [android] telemetry 3.5.0 bump (#13171)Łukasz Paczos2018-10-251-8/+13
|
* 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] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-243-9/+12
|
* [android] "format" expression supportŁukasz Paczos2018-10-246-48/+491
|
* [android] Minimal Android wrapper on 'format' expressionChris Loer2018-10-241-1/+6
| | | | For converting to Java types, flatten 'text-field' back to a string.
* [android] - remove view tree observerTobrun2018-10-241-28/+1
|
* Revert "[android] - infer nullity"tobrun2018-10-23126-1352/+412
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-233-5/+3
| | | | | | callback, removes necessity to add question mark to all mapboxMap invocations" This reverts commit a436fd233f325ddca571e3c61641588e8166a6b4.
* [android] Include "must-revalidate" in putResourceWithURLChris Loer2018-10-171-1/+3
|
* [android] Add OfflineManager.putResourceForURLChris Loer2018-10-171-0/+21
| | | | Useful for pre-warming the ambient cache
* [android] - use appcompat resource configuration for vector drawablesTobrun2018-10-161-4/+2
|
* [android] - remove obsolete catch block in getLayerAsTobrun2018-10-151-10/+3
|
* [android] - avoid printing exception for valid code execution pathTobrun2018-10-151-5/+8
|
* [android] - add equals, hashcode and toString to camera update types from ↵Tobrun2018-10-121-0/+157
| | | | CameraUpdateFactory
* [android] - infer nullityTobrun2018-10-12126-412/+1352
|
* [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-113-6/+755
|
* [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-033-6/+63
| | | | 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-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