summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* - provide correct expression integration for newly created property valuesTobrun2018-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
* [android] LatLngBounds: latNorth should be greater or equal than latSouth Osana Babayan2018-02-271-0/+7
* [android] LatLngBounds can go over the antimeridian / date line. Osana Babayan2018-02-271-0/+131
* [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-131-1/+1
* [android] - add toString to Expression to print out object array notationTobrun2018-01-251-0/+23
* added parameter validation LatLngBounds.from() (#10831)Osana Babayan2018-01-051-0/+76
* [android] - RTL supportTobrun2018-01-051-1/+1
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-042-87/+309
|\
| * [android] added map touch listeners api based on listspaczos2017-12-201-0/+95
| * Post camera listener invocations (#10690)Tobrun2017-12-141-87/+0
| * MapSnapshot attribution (#10362)Tobrun2017-11-141-0/+309
* | add max & min latitude and longitude constants to maps sdk Osana Babayan2018-01-021-7/+5
* | LatLng.wrap should return a new instance of LatLng (#10769)Osana Babayan2017-12-211-2/+12
* | [android] - add binding integration for expressions (#10654)Tobrun2017-12-191-0/+1010
* | [android] checkstyle fixuppaczos2017-12-141-4/+4
* | [android] added map touch listeners testpaczos2017-12-141-0/+95