summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/test
Commit message (Expand)AuthorAgeFilesLines
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-241-6/+8
* [android] "format" expression supportŁukasz Paczos2018-10-241-2/+113
* Revert "[android] - infer nullity"tobrun2018-10-235-23/+3
* [android] - infer nullityTobrun2018-10-125-3/+23
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-0/+220
* [android] invalidate camera mode in LocationComponent for gestures initiated ...Łukasz Paczos2018-09-251-0/+56
* [android] - add binding integration for cross source collisiontobrun2018-09-121-2/+10
* [android] use the SparseArray instead of the HashMap in location animator coo...Łukasz Paczos2018-09-121-36/+36
* [android] updated location tracking gestures management testsŁukasz Paczos2018-09-121-9/+68
* [android] improved gestures management while tracking locationŁukasz Paczos2018-09-122-4/+8
* [android] updated naming scheme and packages structure for LocationLayerPlugi...Łukasz Paczos2018-09-127-418/+417
* [android] save location stateŁukasz Paczos2018-09-121-10/+10
* [android] merge LocationLayerPlugin to Maps SDKŁukasz Paczos2018-09-126-0/+1248
* [android] "is-supported-script" expression supportŁukasz Paczos2018-09-071-0/+15
* [android] - correct latlngbounds exception messageTobrun2018-09-051-3/+3
* [android] - provide correct expression integration for newly created property...Tobrun2018-09-041-0/+14
* [android] - add quotes to toString representation of a String literalTobrun2018-09-041-2/+9
* [android] - make improve this map translatableTobrun2018-09-041-5/+5
* [android] - modularise the sdktobrun2018-08-241-19/+4
* [android] - replace hardcode telemetry settings string by resources stringTobrun2018-08-221-0/+14
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-221-0/+77
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView a...Tobrun2018-08-211-3/+3
* [android] - fix accesstoken validationtobrun2018-07-231-1/+25
* [android] - remove unique LatLng validation of LatLngBounds buildertobrun2018-07-091-4/+14
* [android] - create device independent tests for camera position testingtobrun2018-07-051-1/+1
* [android] - range alpha between 0 and 1 with android color conversiontobrun2018-06-271-5/+23
* [android] - fix literal wrapping in comparission expressionstobrun2018-05-291-2/+42
* [android] - raw expression supportŁukasz Paczos2018-05-281-82/+149
* UI thread checking (#12000)Tobrun2018-05-251-1/+0
* [android] - remove requirement of having a mapbox access token (#12001)Tobrun2018-05-251-9/+0
* [android] added more tests for LatLngBounds.union(), LatLngBounds.intersect()...Osana Babayan2018-05-111-2/+216
* [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-021-2/+1
* Revert "[android] - unwrap LatLngBounds for the shortest path when passing to...Łukasz Paczos2018-05-021-20/+2
* [android] - unwrap LatLngBounds for the shortest path when passing to core (#...Łukasz Paczos2018-04-241-2/+20
* Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-111-0/+60
* [android] center was calculated incorrectly for LatLngBounds with zero span (...Osana Babayan2018-04-111-0/+21
* [android] LatLngBounds were not build correctly when lons were the same (#11647)Osana Babayan2018-04-101-0/+21
* Rework logical condition convenience expressions (#11555)Tobrun2018-04-041-6/+6
* [android] - throw illegal argument exception when attempting to convert an Pr...Tobrun2018-04-041-0/+10
* [android] - correctly convert Android int colors with to-color expression (#1...Tobrun2018-03-231-4/+10
* Literal array conversion of primitive arrays (#11500)Tobrun2018-03-221-0/+8
* Expression filters (#11429)Tobrun2018-03-191-102/+0
* [android] bump mapbox-android-telemetry version to 3.0.0-beta.2 and adapt eve...Guardiola313372018-03-191-3/+3
* [android] - implement expression literal on arraysTobrun2018-03-161-8/+25
* [android] - add expression conversion, add getters (#11352)Tobrun2018-03-081-34/+0
* Expose more gestures settings (#11407)Łukasz Paczos2018-03-071-72/+76
* [android] - rework match expression to style specification syntaxTobrun2018-03-061-5/+39
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-025-231/+1
* [android] LatLngBounds.union() should take date line into accountOsana Babayan2018-02-281-0/+21
* [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-272-31/+103