summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK
Commit message (Expand)AuthorAgeFilesLines
* [android] Add bindings for onRemoveUnusedStyleImages APIAlexander Shalamov2019-05-163-0/+88
* [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
* Polish codes and add test caseskevin2019-04-1810-541/+580
* formatkevin2019-04-182-4/+7
* Use snapshot for testkevin2019-04-181-0/+1
* Add map eventskevin2019-04-188-110/+664
* Add MapEventFactorykevin2019-04-182-1/+206
* [android] Generate style code for symbol-sort-keyAlexander Shalamov2019-04-173-0/+41
* [android] - unify has surface state handlingtobrun2019-04-176-43/+19
* [android] - program against NativeMap interfacetobrun2019-04-1611-45/+39
* [android] - add style image missing binding integration, add synchronoustobrun2019-04-154-55/+183
* [android] - allow snapshot generation without overlain view contenttobrun2019-04-121-4/+9
* [android] - only perform thread checking in debug builds of the integrating a...tobrun2019-04-128-18/+53
* [android] - rework test to use query activity, fix attempt to render without ...tobrun2019-04-123-6/+21
* [android] - harden query invocations, move hasSurface handling to NativeMapViewtobrun2019-04-123-15/+46
* [android] - add javadoc indicating that query methods can return empty depend...tobrun2019-04-121-6/+15
* [android] ignore equal offline region's download state updatesŁukasz Paczos2019-04-111-0/+4
* [android] activate the ConnectivityReceiver when starting the downloadŁukasz Paczos2019-04-111-0/+9
* [android] expose LOCATION_SOURCE constantŁukasz Paczos2019-04-091-1/+6
* [android] expose LocationComponentConstants classŁukasz Paczos2019-04-091-1/+1
* [android] check for Mapbox#INSTANCE when initializing the MapViewŁukasz Paczos2019-04-094-2/+54
* [android] - allow resetting a custom OkHttp client to the default implementationtobrun2019-04-085-32/+87
* Added getter for the field isComponentInitializedAlexander Eggers2019-04-051-1/+10