summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main
Commit message (Expand)AuthorAgeFilesLines
* [android] - null check source before removingupstream/11779-removing-null-sourceŁukasz Paczos2018-04-271-1/+5
* Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-10/+10
* [android] - unwrap LatLngBounds for the shortest path when passing to core (#...Łukasz Paczos2018-04-242-12/+46
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2383-6562/+3651
|\
| * [android] - match expression doc tweaks (#11691)Łukasz Paczos2018-04-171-0/+4
| * [android, ios, macos] Added European Portuguese localizationMinh Nguyễn2018-04-161-0/+16
| * [android] Added Hebrew localizationMinh Nguyễn2018-04-161-0/+16
| * [android] Added Czech localizationMinh Nguyễn2018-04-161-0/+16
| * Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-112-5/+186
| * [android] center was calculated incorrectly for LatLngBounds with zero span (...Osana Babayan2018-04-111-4/+3
| * [android] LatLngBounds were not build correctly when lons were the same (#11647)Osana Babayan2018-04-101-1/+1
| * [android] - add convinience step expression (#11641)Tobrun2018-04-101-0/+128
| * [android] - add javadoc code examples for Android (#11540)Tobrun2018-04-101-23/+1413
| * [android] - add paused state to map renderer, don't render snapshot when paus...Tobrun2018-04-101-2/+6
| * Rework expression conversion (#11490)Tobrun2018-04-108-8/+9
| * [android] - fixed gesture events listeners lists documentation (#11630)Łukasz Paczos2018-04-101-32/+24
| * Rework logical condition convenience expressions (#11555)Tobrun2018-04-041-31/+31
| * [android] invalidate camera position before delivering onMapReady (#11585)Łukasz Paczos2018-04-041-1/+2
| * [android] - throw illegal argument exception when attempting to convert an Pr...Tobrun2018-04-041-1/+4
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-17/+3
| * [android] - allow multiple expressions in string, number and bool asserting e...Tobrun2018-03-261-3/+3
| * [android] - don't load default style if style json string was set (#11520)Tobrun2018-03-261-1/+1
| * [android] - correctly convert Android int colors with to-color expression (#1...Tobrun2018-03-231-30/+2
| * [android] - expose public api telemetry (#11503)Tobrun2018-03-225-18/+27
| * [android] - make default output param from step expression more descriptive, ...Tobrun2018-03-221-16/+20
| * Literal array conversion of primitive arrays (#11500)Tobrun2018-03-221-0/+24
| * [android] bumped gestures library version to 0.1.0 (#11483)Łukasz Paczos2018-03-202-39/+38
| * Expression filters (#11429)Tobrun2018-03-1917-289/+197
| * [android] bump mapbox-android-telemetry version to 3.0.0-beta.2 and adapt eve...Guardiola313372018-03-193-4/+6
| * update to MAS3.0-beta.4 (#11468)Osana Babayan2018-03-161-2/+2
| * [android] - implement expression literal on arraysTobrun2018-03-161-1/+48
| * [android] fixed TWO_FINGER_TAP telemetry event (#11460)Łukasz Paczos2018-03-161-0/+2
| * [android] - revisit proguard configuration for release-bobaTobrun2018-03-121-11/+6
| * [android] - add expression conversion, add getters (#11352)Tobrun2018-03-0818-2630/+205
| * [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-082-31/+21
| * [android] - check for null body on http request, cleanup codeTobrun2018-03-081-76/+88
| * Expose more gestures settings (#11407)Łukasz Paczos2018-03-075-143/+249
| * [android] - revert java8 support in the SDKtobrun2018-03-064-35/+66
| * [android] - rework match expression to style specification syntaxTobrun2018-03-061-22/+22
| * [android] reworked zoomIn and zoomOut to use ValueAnimators (#11382)Łukasz Paczos2018-03-054-79/+111
| * [android] - use float for pixelratio when creating a snapshotterTobrun2018-03-021-3/+3
| * [android] - validate if width and height aren't 0 when creating options classTobrun2018-03-021-0/+3
| * Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-0214-2719/+24
| * [android] add support for mapzen terrarium raster-dem encoding (#11339)Molly Lloyd2018-03-011-0/+20
| * [android] rotated map VisibleRegion returns incorrect bounds when going over ...Osana Babayan2018-03-011-8/+46
| * [android] - don't disable zoom button controller zooming whem zooming gesture...Tobrun2018-03-011-4/+3
| * [android] - decouple map padding from overlain viewsTobrun2018-03-011-5/+0
| * [android] - check if hosting Activity isn't finishing before showing an dialogTobrun2018-03-011-1/+12
| * [android] expose ImageSource coordinates setter (#11262)Łukasz Paczos2018-03-011-0/+11
| * [android] - add heatmap color propertyTobrun2018-03-012-0/+58