summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
| * [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] - 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-0213-2713/+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
| * [android] LatLngBounds.union() should take date line into accountOsana Babayan2018-02-282-4/+33
| * [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-2712-1555/+854
| * [android] LatLngBounds: latNorth should be greater or equal than latSouth Osana Babayan2018-02-271-0/+6
| * [android] LatLngBounds can go over the antimeridian / date line. Osana Babayan2018-02-272-21/+105
| * [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-135-8/+48
| * | [android] - add constrained latlng documentation, add MapboxMap#LatLngZoomTobrun2018-02-131-6/+18
| * | [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-1315-451/+188
| * | [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-121-2/+2
| * | [android] - don't recreate surface as part of view resizetobrun2018-02-121-8/+6
| * | [android] remove unnecessary @jar and @aar dependencies suffixes (#11161)Pablo Guardiola2018-02-091-2/+2
| * | migrated to use mapbox-java3.0 Osana Babayan2018-02-086-11/+11
| * | Implement new bearingTrackingMode GPS_NORTH_FACINGMartin Hellwig2018-02-052-6/+24
| * | [android] - log lack of permissions only if enabling locationŁukasz Paczos2018-02-051-1/+1