summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox
Commit message (Expand)AuthorAgeFilesLines
* [android] - add binding integration for cross source collisiontobrun2018-09-123-11/+46
* [android] use the SparseArray instead of the HashMap in location animator coo...Łukasz Paczos2018-09-122-28/+26
* [android] updated location tracking gestures management testsŁukasz Paczos2018-09-121-3/+4
* [android] prevent from reloading the location layer drawables on every locati...Łukasz Paczos2018-09-122-3/+12
* [android] LocationComponent - javadoc fixes, improved initialization, removed...Łukasz Paczos2018-09-1214-245/+224
* [android] location saved state tests, default location engine deactivation testŁukasz Paczos2018-09-121-1/+1
* [android] improved gestures management while tracking locationŁukasz Paczos2018-09-123-39/+95
* [android] updated naming scheme and packages structure for LocationLayerPlugi...Łukasz Paczos2018-09-1238-442/+447
* [android] save location stateŁukasz Paczos2018-09-123-7/+61
* [android] deactivating default location engine when the map is destroyedŁukasz Paczos2018-09-123-6/+20
* [android] LocationLayer example activitiesŁukasz Paczos2018-09-121-12/+16
* [android] adapt LocationLayerPlugin's test suiteŁukasz Paczos2018-09-123-18/+46
* [android] initialize LocationLayerPlugin with MapŁukasz Paczos2018-09-123-125/+153
* [android] merge LocationLayerPlugin to Maps SDKŁukasz Paczos2018-09-1236-0/+4904
* [android] - replace platform default implementation using nunicode for upperc...tobrun2018-09-111-0/+27
* 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 property...Tobrun2018-09-041-2/+4
* [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
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-232-1/+37
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-0/+61
* [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 va...Tobrun2018-08-221-3/+3
* [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js.Chris Loer2018-08-211-2/+2
* [android] - update map intializer for OfflineRegionDefintion with OfflineGeom...tobrun2018-08-211-9/+35
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView a...Tobrun2018-08-212-12/+55
* [android] - converting GeoJsonSource Java features to core ones on a worker t...Łukasz Paczos2018-08-211-4/+8
* [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 sour...Łukasz Paczos2018-08-101-17/+66
* 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 th...Tobrun2018-07-277-39/+143
* [android] Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizerKiyong Jung2018-07-271-15/+23
* [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