summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [android] AndroidX support - adjust imports and layouts.upstream/tarigo_androidx_buildIgor Tarasov2019-10-15164-395/+399
* [android] Expose pre-fetching zoom delta. (#15769)Peng Liu2019-10-084-2/+106
* [android] keep Mapbox.java when obfuscating code to allow look up from JNItobrun2019-10-041-0/+2
* [android] - remove projected meters per pixel and pixel ratio relationŁukasz Paczos2019-10-031-1/+1
* [android] Remove usage of ResourceOptions::withPlatformContextAlexander Shalamov2019-09-262-5/+14
* [android] Migrate Android SDK to GL JS–powered feedback form (#15623)Peng Liu2019-09-231-13/+49
* [android] fix: MapSnapshotter.withApiBaseUri functionGuillaume2019-09-181-1/+1
* [android] - ignore location tracking mode based animations when the camera is...Łukasz Paczos2019-09-171-0/+32
* [android] Keep CompassView's state up to date when compass is enabled. (#15606)Peng Liu2019-09-122-4/+2
* [android] Call callback.onFinish() when camera is already at the correct posi...Tobrun2019-09-041-0/+6
* [core] Enable `text-offset` with variable label placementMikhail Pozdnyakov2019-09-031-6/+6
* Add number format expression (#15424)Tobrun2019-09-021-8/+158
* [android] Javadoc changes to clarify OfflineManager methods (#15519)Langston Smith2019-08-291-5/+16
* [android] expose camera padding optionŁukasz Paczos2019-08-298-71/+243
* [android] do not clear native layers and sources when style is reloadingŁukasz Paczos2019-08-292-3/+1
* [android] invalidate foreground icon sources even when location layer is hiddenŁukasz Paczos2019-08-281-2/+2
* [android] add font array attribute configuration for local ideograph font, ad...tobrun2019-08-281-9/+72
* [core] Remove programCacheDir parameter from ProgramParametersAnder Conselvan de Oliveira2019-08-272-9/+3
* [android] bindings for aggregated cluster properties (#15425)zmiao2019-08-222-0/+48
* [android] Updating HttpRequestUrl to separate offline requests from Maps SKU ...Langston Smith2019-08-211-4/+8
* [android] update javadoc on style image missingtobrun2019-08-201-2/+6
* [android] provide default font list for pre lollipoptobrun2019-08-201-7/+24
* [android] synchronize TextureView EGL context creationŁukasz Paczos2019-08-191-6/+10
* [android] execute quickzoom scale change based on the Y axis delta changeŁukasz Paczos2019-08-153-18/+54
* [android] bring back scale delta span threshold when rotation is started firstŁukasz Paczos2019-08-153-6/+38
* [android] improve rotation inertia, adjust velocity ratios for screen densityŁukasz Paczos2019-08-152-31/+46
* [android] improve scale + rotation behaviorŁukasz Paczos2019-08-153-40/+93
* [android] improve scale inertiaŁukasz Paczos2019-08-152-2/+17
* [android] Android bindings for new 'text-writing-mode' layout propertyAlexander Shalamov2019-08-133-0/+57
* [android] add fallback support to local ideograph font families, allow settin...tobrun2019-08-124-10/+118
* [android] - load style without url or jsontobrun2019-08-012-1/+3
* [android] do not reinitialize camera/render mode if it hasn't changedŁukasz Paczos2019-07-312-41/+42
* [android] save location animation timestamp only when fedŁukasz Paczos2019-07-311-20/+20
* [android] package ideographs flag in the offline definition parcelŁukasz Paczos2019-07-312-0/+4
* [android] do not include CJK ideographs in the offline packs by defaultŁukasz Paczos2019-07-312-2/+2
* [android] ensure default local ideographs font family is not overwroteŁukasz Paczos2019-07-301-3/+9
* [android] align gesture animation reasonŁukasz Paczos2019-07-251-3/+2
* [android] remove layers first when clearing the styleŁukasz Paczos2019-07-221-7/+7
* [android] - update dependencies, target SDK, support library (#15135)Tobrun2019-07-191-3/+2
* [docs] Remove references to increasing offline tile limitHeather Stenson2019-07-181-2/+1
* [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 gestur...Łukasz Paczos2019-07-111-22/+23
* [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
* [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 a...Łukasz Paczos2019-07-114-0/+40
* [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