summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src
Commit message (Expand)AuthorAgeFilesLines
* [android] cleaning up keyboard supportupstream/ls-adding-android-keyboard-supportlangsmith2019-09-192-7/+0
* [android] keyboard improvements - zooming works with alt keylangsmith2019-09-193-21/+47
* [android] adjusting android scrollwheel zoom so that target changeslangsmith2019-09-191-3/+2
* [android] basic zooming in via z key + scroll workslangsmith2019-09-193-95/+25
* [android] adding tilt logic when shift key is held down during up/downLangston Smith2019-09-193-25/+120
* [android] setting focus order for keyboard navigationLangston Smith2019-09-191-2/+11
* [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-123-4/+20
* [android] Call callback.onFinish() when camera is already at the correct posi...Tobrun2019-09-042-0/+103
* [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-2910-90/+272
* [android] do not clear native layers and sources when style is reloadingŁukasz Paczos2019-08-293-21/+1
* [android] invalidate foreground icon sources even when location layer is hiddenŁukasz Paczos2019-08-282-2/+37
* [android] add font array attribute configuration for local ideograph font, ad...tobrun2019-08-283-9/+175
* [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-212-6/+10
* [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-154-6/+41
* [android] improve rotation inertia, adjust velocity ratios for screen densityŁukasz Paczos2019-08-153-32/+53
* [android] improve scale + rotation behaviorŁukasz Paczos2019-08-155-51/+103
* [android] improve scale inertiaŁukasz Paczos2019-08-153-3/+18
* [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-125-11/+119
* [android] - load style without url or jsontobrun2019-08-013-2/+4
* [android] do not reinitialize camera/render mode if it hasn't changedŁukasz Paczos2019-07-314-41/+106
* [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-302-3/+19
* [android] align gesture animation reasonŁukasz Paczos2019-07-251-3/+2
* [android] remove layers first when clearing the styleŁukasz Paczos2019-07-222-11/+26
* [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 ktlint, optimise code for ktlint validationtobrun2019-07-043-11/+11
* [android] - add binding integration for cache management APItobrun2019-07-023-29/+304