summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-073-0/+55
|
* [android] "is-supported-script" expression supportŁukasz Paczos2018-09-071-0/+60
|
* [android] - update isEmulator checkTobrun2018-09-061-1/+8
|
* [android] - correct latlngbounds exception messageTobrun2018-09-051-1/+1
|
* [android] MapStrictMode implementationŁukasz Paczos2018-09-0415-10/+132
|
* [android] - provide correct expression integration for newly created ↵Tobrun2018-09-041-2/+4
| | | | property values
* [android] - add get source id to supported layer typestobrun2018-09-0410-0/+95
|
* [android] check if the map is destroyed before saving state in a fragmentŁukasz Paczos2018-09-042-4/+12
|
* [android] - add quotes to toString representation of a String literalTobrun2018-09-041-8/+5
|
* [android] - make improve this map translatableTobrun2018-09-042-1/+33
|
* [android] - add Keep annotations to abstract componentstobrun2018-09-032-0/+3
|
* [android] keep OfflineGeometryRegionDefinition fields and constructorŁukasz Paczos2018-08-281-0/+7
|
* [android] - modularise the sdktobrun2018-08-2435-443/+1326
|
* [android] invalidate InfoWindow's y-offset when content is setŁukasz Paczos2018-08-242-5/+37
|
* [android] synchronize and coalesce requests targeting the same TileID in the ↵Łukasz Paczos2018-08-231-42/+152
| | | | CustomGeometrySource
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-232-1/+37
|
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-0/+61
| | | | | | | | Porting of https://github.com/mapbox/mapbox-gl-js/pull/6303 See the link above for the description of the feature and its limitations). Based on patch from @lbud (Lauren Budorick).
* [android] - replace hardcode telemetry settings string by resources stringTobrun2018-08-222-6/+34
|
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-221-34/+562
|
* [android] - GeoJsonOptions javadoc correction on minZoom level and default ↵Tobrun2018-08-221-3/+3
| | | | values
* [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js.Chris Loer2018-08-211-2/+2
| | | | | Requires changing `generate-style-code` to treat 'formatted' as being the same as 'string' until gl-native gets 'formatted' support with https://github.com/mapbox/mapbox-gl-native/pull/12624. To make nitpick happy, PropertyFunction.java uses the latest "text-field" description from v8.json. It's technically correct, just kind of pointless since the "If a plain `string` is provided" clause will always be true.
* [android] - update map intializer for OfflineRegionDefintion with ↵tobrun2018-08-211-9/+35
| | | | OfflineGeometryRegionDefinition
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView ↵Tobrun2018-08-212-12/+55
| | | | attributes
* [android] - converting GeoJsonSource Java features to core ones on a worker ↵Łukasz Paczos2018-08-211-4/+8
| | | | thread
* [android] arbitrary offline region geometriesIvo van Dongen2018-08-201-0/+128
|
* [android] obtain paths to file directories on a worker threadŁukasz Paczos2018-08-205-8/+107
|
* [android] hide peer constructorsŁukasz Paczos2018-08-1520-20/+20
|
* [android] - use uncoverted bearing value for latlngbounds calculationtobrun2018-08-131-1/+1
|
* typo fix (#12593)Langston Smith2018-08-101-1/+1
|
* [android] shutting down thread pool of the CustomGeometrySource when the ↵Łukasz Paczos2018-08-101-17/+66
| | | | source is destroyed
* VisibleRegion on rotated bounds (#12135) (#12255)Osana Babayan2018-07-271-38/+100
|
* [android] - wait for the initial render to occur before showing the map to ↵Tobrun2018-07-277-39/+143
| | | | the end-user
* [android] Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizerKiyong Jung2018-07-271-15/+23
| | | | | - Make LocalGlyphRasterizer.drawGlyphBitmap() non-static - Store and reuse Bitmap, Paint & Canvas instances
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-2655-10/+641
|
* [android] - add minimal touch target to marker click detectionTobrun2018-07-261-3/+18
|
* [android, ios, macos] Generate symbol-placement: line-center wrappersChris Loer2018-07-231-4/+9
|
* [android] - fix accesstoken validationtobrun2018-07-231-4/+7
|
* [android] - expose getMap on native_map_viewTobrun2018-07-201-1/+1
|
* [android] option to request the visible region restricted by the content paddingŁukasz Paczos2018-07-181-5/+32
|
* [android] harden map events creationŁukasz Paczos2018-07-171-1/+3
|
* [android] - add convenience method for destroyed state on MapView, can be ↵tobrun2018-07-121-0/+13
| | | | used to determine if an asynchrous result should be set on map.
* [android] - validate if gesture detector is able to handle gesturetobrun2018-07-121-2/+6
|
* [android] - remove unique LatLng validation of LatLngBounds buildertobrun2018-07-091-31/+21
|
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-051-0/+8
|
* [android] - create device independent tests for camera position testingtobrun2018-07-054-39/+75
|
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-052-6/+72
|
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt ↵tobrun2018-07-052-13/+68
| | | | and bearing transformation in old api
* [android] - range alpha between 0 and 1 with android color conversiontobrun2018-06-273-13/+29
|
* [android] - remove reflection lookup for MarkerViewAdapter intialisationtobrun2018-06-262-5/+3
|
* [android] - add support for sdf by exposing sdf confiigurationn when calling ↵tobrun2018-06-253-10/+31
| | | | MapboxMap#addImage.