summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [android] - correctly convert Android int colors with to-color expression (#1...Tobrun2018-03-232-34/+12
| * [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-222-0/+32
| * [android] bumped gestures library version to 0.1.0 (#11483)Łukasz Paczos2018-03-202-39/+38
| * Expression filters (#11429)Tobrun2018-03-1918-391/+197
| * [android] bump mapbox-android-telemetry version to 3.0.0-beta.2 and adapt eve...Guardiola313372018-03-194-7/+9
| * update to MAS3.0-beta.4 (#11468)Osana Babayan2018-03-161-2/+2
| * [android] - implement expression literal on arraysTobrun2018-03-162-9/+73
| * [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-0819-2664/+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-076-215/+325
| * [android] - revert java8 support in the SDKtobrun2018-03-064-35/+66
| * [android] - rework match expression to style specification syntaxTobrun2018-03-062-27/+61
| * [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-0219-2950/+25
| * [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
| * [android] LatLngBounds.union() should take date line into accountOsana Babayan2018-02-283-4/+54
| * [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-2715-1586/+966
| * [android] LatLngBounds: latNorth should be greater or equal than latSouth Osana Babayan2018-02-272-0/+13
| * [android] LatLngBounds can go over the antimeridian / date line. Osana Babayan2018-02-273-21/+236
| * [android] - remove generics from expression apiTobrun2018-02-261-421/+416
| * [android] - fix javadoc utf8 encoding issues, add missing package-info.java i...Tobrun2018-02-2215-20/+52
| * [android] - remove camera api from MapboxMap, refactor test app code to Camer...Tobrun2018-02-202-61/+22
| * method name typo fix (#11245)Langston Smith2018-02-202-2/+2
| * [android] incorrect latlngBounds in the VisibleRegion with map is rotatedOsana Babayan2018-02-191-5/+6
| * [android] initialize events when creating mapbox instance (#11211)Pablo Guardiola2018-02-162-1/+7
| * [android] Reverted master changes that doesn't apply to boba.Fabian Guerra2018-02-161-2/+2
| * Merge branch 'master' into release-bobaFabian Guerra2018-02-157-10/+393
| |\
| * | [android] - deprecate locationengineTobrun2018-02-131-1/+3
| * | [android] - use ImageView instead of AppCompatImageViewTobrun2018-02-131-2/+4
| * | [android] - translucent surface on TextureViewTobrun2018-02-137-8/+50
| * | [android] - add constrained latlng documentation, add MapboxMap#LatLngZoomTobrun2018-02-131-6/+18
| * | [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-1316-452/+189
| * | [android] - add conversion of non ARGB_8888 images to c++, expose Bitmap#copy...Tobrun2018-02-121-4/+1
| * | NativeMapView.addImage without copying into JavaBenjamin Jaeger2018-02-121-12/+2
| * | [android] - don't invoke onLowMemory on map when the map isn't fully created yetTobrun2018-02-121-1/+3
| * | [android] - introduce mapview weak reference in global layout listenertobrun2018-02-121-17/+29
| * | [android] - programmatically create GlSurfaceViewtobrun2018-02-122-9/+2