summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK
Commit message (Expand)AuthorAgeFilesLines
* [android] - rename style component URL api to URItobrun2019-06-0510-44/+173
* [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 errors...tobrun2019-06-046-38/+43
* [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 token...Pablo Guardiola2019-05-303-24/+123
* [android] - consolidate native build setup into one gradle configuration filetobrun2019-05-291-74/+9
* [android] - move example custom layer compilation to testapptobrun2019-05-291-4/+0
* [android] option to change the zoom rateŁukasz Paczos2019-05-294-5/+52
* [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
* [android] break location camera tracking when a developer invoked animation s...Łukasz Paczos2019-05-249-119/+319
* [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
* [android] - bump snapshot version to 8.1.0tobrun2019-05-171-1/+1
* Revert "[android] new manifest flag to enable/disable sku tokens"tobrun2019-05-175-68/+17
* [android] - ignore telemtry schema size test for map loadtobrun2019-05-161-0/+2
* [android] pull in Polish translation and updates to Czech and HungarianŁukasz Paczos2019-05-163-7/+27
* [android] - bump version to 8.0.0tobrun2019-05-141-1/+1
* [android] expose trackingGesturesManagement attributeŁukasz Paczos2019-05-141-0/+1
* [android] - use atomic boolean for hasSurface, check if renderer is created b...tobrun2019-05-104-8/+11
* [android] - only invoke AndroidRendererFrontend::reduceMemoryUse with an acti...tobrun2019-05-101-1/+1
* [android] keep strong callback reference and use application context during c...Łukasz Paczos2019-05-101-42/+41
* [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 ges...Tobrun2019-05-1010-485/+22
* [android] normalize previous rotation values of the location animatorŁukasz Paczos2019-05-103-0/+115
* [android] - remove skuId from schema testtobrun2019-05-101-0/+1
* [android] option to provide custom values for location camera transitionŁukasz Paczos2019-05-094-26/+125
* [android] - add javadoc to highlight imcompatible onIdle with snapshot API, u...tobrun2019-05-091-0/+4
* [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-027-145/+284
* [android] - update snapshot version to v7.5.0tobrun2019-04-301-1/+1
* [android] - use same isComplete logic as coretobrun2019-04-261-8/+8
* [android] - add toString, hashcode and equals to OfflineRegionError.tobrun2019-04-241-2/+39
* [android] clear up LocationComponent's z-index positioning docs and add "laye...Łukasz Paczos2019-04-248-133/+416
* [android] new manifest flag to enable/disable sku tokensAntonio Zugaldia2019-04-245-17/+68
* [android] Introduce AccountsManager to support SKU tokens in API requests (#1...Antonio Zugaldia2019-04-188-9/+166
* [android] Measure TileLoading performance (elapsedMS & responseCode) (#14420)Osana Babayan2019-04-181-0/+10
* add schema testkevin2019-04-1810-79/+295
* bump mapbox-events-androidkevin2019-04-181-1/+0
* bump telemetry to 4.4.0kevin2019-04-181-1/+0
* add base class for eventskevin2019-04-187-95/+91
* Add hashcode(), equals() and toString() methods to Events class.kevin2019-04-1810-56/+483