summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src
Commit message (Collapse)AuthorAgeFilesLines
* add schema testkevin2019-04-188-79/+293
|
* bump mapbox-events-androidkevin2019-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
|
* 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
| | | | image overloads to style
* [android] - allow snapshot generation without overlain view contenttobrun2019-04-121-4/+9
|
* [android] - only perform thread checking in debug builds of the integrating ↵tobrun2019-04-128-18/+53
| | | | app. Use constants for source when thread checking
* [android] - rework test to use query activity, fix attempt to render without ↵tobrun2019-04-123-6/+21
| | | | surface crash
* [android] - harden query invocations, move hasSurface handling to NativeMapViewtobrun2019-04-123-15/+46
|
* [android] - add javadoc indicating that query methods can return empty ↵tobrun2019-04-121-6/+15
| | | | depending on map/surface state
* [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
| | | | This change is meanly because of https://github.com/mapbox/mapbox-gl-native/pull/14068 which is now throwing an exception when the component is not activated. This getter should help users to identify if the component is not activated yet to prevent usage and therefore exceptions.
* [android] clear previous style loaded listener when setting a new styleŁukasz Paczos2019-04-042-47/+86
|
* [android] add unit tests for #13947Łukasz Paczos2019-04-041-1/+1
|
* [android] add unit tests for #14171Łukasz Paczos2019-04-042-9/+114
|
* [android] clean up location permissions annotationŁukasz Paczos2019-04-031-14/+2
|
* [android] updated PerformanceEvent (#13894)Osana Babayan2019-04-022-8/+91
|
* [android] clear camera callbacks' message queue when the map is destroyedŁukasz Paczos2019-04-023-71/+88
|
* Remove support v7 (#14265)Kevin Li2019-04-023-6/+5
| | | | | | * remove support v7 * update license
* [android] reset scale/rotate focal point in each stepŁukasz Paczos2019-04-011-56/+33
|
* [android] do not reset custom location gestures manager if already setŁukasz Paczos2019-04-012-2/+34
|
* [android] - LatLng#distanceTo uses TurfMeasurement#distancetobrun2019-04-012-23/+25
|
* [android] add #toString override for formatted sectionsŁukasz Paczos2019-04-012-0/+18
|
* [android] - add pixel dimension annotation to public UiSettings methodstobrun2019-04-011-18/+31
|
* [android] disable move gesture detector foreseeing the quickzoomŁukasz Paczos2019-04-011-7/+7
|
* [core] auto value for 'text-justify' fieldMikhail Pozdnyakov2019-03-291-0/+5
|
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-292-2/+38
|
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-292-0/+36
|
* [android] - remove NativeMap#update()tobrun2019-03-272-11/+0
|
* [android] - remove request render from MapboxMap#onStarttobrun2019-03-271-1/+0
|
* [android] - don't call OnSurfaceCreated from the main threadtobrun2019-03-271-5/+0
|
* quick typo fix for OnDidFinishRenderingMapListener method (#14209)Sam Fader2019-03-251-2/+2
|
* [android] - hook GLSurfaceViewMapRenderer into surfaceCreated callback, ↵tobrun2019-03-222-9/+5
| | | | don't destroy map renderer when surface is destroyed as it can be recreated later
* [android] changelog for 7.3.0-beta.1Łukasz Paczos2019-03-201-1/+1
|
* [android] cache source/layer only when successfully addedŁukasz Paczos2019-03-201-5/+5
|
* [android] clear the style object when the map is destroyedŁukasz Paczos2019-03-202-4/+8
|
* [android] - add offline troubleshooting link to javadoc of OfflineManagertobrun2019-03-201-0/+4
|
* [android] expose LocationComponent's layer IDsŁukasz Paczos2019-03-191-6/+26
|