summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk
Commit message (Collapse)AuthorAgeFilesLines
* [android] ensure that move detector is enabled if double-tap is interruptedŁukasz Paczos2019-07-111-10/+27
|
* [android] fix up "match" expressions docs with stop argumentsŁukasz Paczos2019-07-111-6/+5
|
* [android] allow map panning after quick zoom is disabled but a phantom ↵Łukasz Paczos2019-07-111-22/+23
| | | | gesture is executed
* [android] ensure location shadow's gradient is greater than 0Łukasz Paczos2019-07-111-1/+37
|
* [android] remove access token's nullability annotations to not impact Kotlin ↵Łukasz Paczos2019-07-112-2/+2
| | | | interop
* [android] allow setting a null access token in the runtimeŁukasz Paczos2019-07-112-2/+2
|
* [android] throw configuration exception when accessing Mapbox services with ↵Łukasz Paczos2019-07-114-0/+40
| | | | an invalid token
* [android] - introduce MapboxMapOptins facility creation method.tobrun2019-07-083-4/+16
|
* [android] - add binding integration for cache management APItobrun2019-07-023-29/+304
|
* [android] - add setVerbosity to Logger, add LogLevel IntDeftobrun2019-06-251-10/+107
|
* [android] reset location layer animators when render mode changesŁukasz Paczos2019-06-242-4/+35
|
* [android] - limit concurrent request for Android 4.4 and below to 10 (#14971)Tobrun2019-06-201-3/+9
|
* [android] ensure to re-enable move when quickzoom finishesŁukasz Paczos2019-06-201-2/+11
| | | | Because the double tap event can be canceled and stop delivering events whenever ACTION_CANCEL or ACTION_POINTER_DOWN is dispatched, we need to make the #onScaleEnd callback responsible for re-enabling the move detector as well
* [android] - optimise CameraUpdateFactory#newLatLngBounds to use camera ↵Tobrun2019-06-191-12/+69
| | | | position tilt and bearing values (#14953)
* [android] accept floating numbers during core->platform color conversionŁukasz Paczos2019-06-181-5/+7
|
* [android] - add resource usage to HttpRequest, add offline query parameter ↵Tobrun2019-06-124-12/+18
| | | | flag to http request (#14837)
* Merge pull request #14898 from mapbox/tvn-allow-null-updatesTobrun2019-06-111-4/+3
| | | Allow null updates to GeoJsonSource#setGeoJson
* [android] - change library loader to soloadertobrun2019-06-111-20/+11
|
* [android] - fix reset behavior for setLatLngBoundsForCameraTargettobrun2019-06-111-1/+1
|
* [android] - rename style component URL api to URItobrun2019-06-056-30/+153
|
* [android] copy features array before passing them to coreŁukasz Paczos2019-06-041-6/+13
|
* [android] - add external links to javadoc generation, fix warnings and ↵tobrun2019-06-046-38/+43
| | | | errors, add package-info to loader module package
* [android] reset the native renderer only when the GL thread exitsŁukasz Paczos2019-06-047-66/+81
|
* [android] add support for external sdk clients to be able to manage the ↵Pablo Guardiola2019-05-302-19/+83
| | | | tokens on their side (#14631)
* [android] option to change the zoom rateŁukasz Paczos2019-05-293-5/+39
|
* [android] decrease zoom rate by 35%Łukasz Paczos2019-05-291-1/+1
|
* [android] - add javadoc URI supported protocolstobrun2019-05-275-23/+335
|
* [android] - use URI instead of URL to enable asset loadingtobrun2019-05-275-20/+171
|
* [android] resume file source and wait for result to complete resources cache ↵Łukasz Paczos2019-05-241-8/+22
| | | | path change
* [android] break location camera tracking when a developer invoked animation ↵Łukasz Paczos2019-05-245-21/+89
| | | | starts
* [android] deprecate MapboxMapOptions empty constructorŁukasz Paczos2019-05-231-0/+2
|
* [android] return color string values in the [0-255] rangeŁukasz Paczos2019-05-222-12/+10
|
* [android] document that elevation(0) turns off the location shadowKa-Ping Yee2019-05-221-1/+2
|
* [android] Add bindings for onRemoveUnusedStyleImages APIAlexander Shalamov2019-05-213-0/+88
|
* [android] - wrap jni callback with try-catchtobrun2019-05-171-7/+13
|
* Revert "[android] new manifest flag to enable/disable sku tokens"tobrun2019-05-175-68/+17
| | | | This reverts commit 71fd1474804563265117acd9bff1f94e7a68c08a.
* [android] - use atomic boolean for hasSurface, check if renderer is created ↵tobrun2019-05-104-8/+11
| | | | by validating if mapboxMap isn't null when invoking MapView#onLowMemory
* [android] - only invoke AndroidRendererFrontend::reduceMemoryUse with an ↵tobrun2019-05-101-1/+1
| | | | active renderer
* [android] keep strong callback reference and use application context during ↵Łukasz Paczos2019-05-101-42/+41
| | | | cache path change
* [android] FileUtils read/write permission check tasks retain a strong referenceŁukasz Paczos2019-05-101-29/+22
|
* [android] use strong references to the offline merge callbacksŁukasz Paczos2019-05-101-70/+51
|
* [android] - remove internal gesture event handling code, deprecate public ↵Tobrun2019-05-108-393/+22
| | | | gesture event hooks
* [android] normalize previous rotation values of the location animatorŁukasz Paczos2019-05-102-0/+13
|
* [android] option to provide custom values for location camera transitionŁukasz Paczos2019-05-092-7/+62
|
* [android] - add javadoc to highlight imcompatible onIdle with snapshot API, ↵tobrun2019-05-091-0/+4
| | | | update test app example to use OnFullyRenderedFrame callback instead
* [android] remove missing image logŁukasz Paczos2019-05-091-1/+0
|
* [core] upgrade mapbox-gl-js pin to the most recent versionKonstantin Käfer2019-05-081-1/+1
|
* [core] render extrusions directly in the main framebufferKonstantin Käfer2019-05-081-2/+2
|
* [Android]Expand schema test, modify performance event (#14535)Kevin Li2019-05-025-108/+144
| | | | | | | | * expand schema test, modify performance event * enclose java doc * revert int to long
* [android] - use same isComplete logic as coretobrun2019-04-261-8/+8
|