summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2394-7026/+3958
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # include/mbgl/style/expression/let.hpp # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/geometry/LatLngBounds.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapGestureDetector.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapKeyListener.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Projection.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Transform.java # platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/geometry/LatLngBoundsTest.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/gradle/dependencies.gradle # platform/android/src/example_custom_layer.cpp # platform/android/src/geojson/point.cpp # platform/darwin/src/NSPredicate+MGLAdditions.mm # platform/darwin/test/MGLExpressionTests.mm # platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/ios/app/MBXViewController.m # src/mbgl/renderer/layers/render_custom_layer.cpp # src/mbgl/style/conversion/filter.cpp # src/mbgl/style/expression/interpolate.cpp # src/mbgl/style/expression/value.cpp # test/style/filter.test.cpp
| * [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-113-5/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add abs, round, floor, ceil operators Port of https://github.com/mapbox/mapbox-gl-js/pull/6496 * [ios, macos] Simplified abs, ceiling, floor expressions * [ios, macos] Added rounding expression function * [android] - binding integration for round, ceil, floor and abs expressions * Update mapbox-gl-js to include non-integer rounding test * Drop extra braces * mapbox-gl-js -> master * Update style-spec docs -> PropertyFactory.java
| * [android] center was calculated incorrectly for LatLngBounds with zero span ↵Osana Babayan2018-04-112-4/+24
| | | | | | | | (#11650)
| * [android] LatLngBounds were not build correctly when lons were the same (#11647)Osana Babayan2018-04-102-1/+22
| |
| * [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 ↵Tobrun2018-04-101-2/+6
| | | | | | | | paused (#11358)
| * Rework expression conversion (#11490)Tobrun2018-04-108-8/+9
| | | | | | * [android] - rework expression conversion
| * [android] - fixed gesture events listeners lists documentation (#11630)Łukasz Paczos2018-04-101-32/+24
| |
| * Rework logical condition convenience expressions (#11555)Tobrun2018-04-042-37/+37
| | | | | | * [android] - rework expression logical operator api to match actual usage
| * [android] invalidate camera position before delivering onMapReady (#11585)Łukasz Paczos2018-04-041-1/+2
| |
| * [android] - throw illegal argument exception when attempting to convert an ↵Tobrun2018-04-042-1/+14
| | | | | | | | PropertyValue as an expression literal (#11572)
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-17/+3
| | | | | | | | | | | | Use a host interface for CustomLayer instead of function pointers Co-authored-by: Julian Rex <julian.rex@mapbox.com>
| * [android] - allow multiple expressions in string, number and bool asserting ↵Tobrun2018-03-261-3/+3
| | | | | | | | expressions
| * [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 ↵Tobrun2018-03-232-34/+12
| | | | | | | | (#11506)
| * [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
| | | | | | | | add param to javadoc (#11501)
| * Literal array conversion of primitive arrays (#11500)Tobrun2018-03-222-0/+32
| | | | | | * [android] - literal array conversion of primitives types
| * [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] - add expression filter integration
| * [android] bump mapbox-android-telemetry version to 3.0.0-beta.2 and adapt ↵Guardiola313372018-03-194-7/+9
| | | | | | | | events related code
| * 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] enable/disable velocity animations * [android] exposed a method to cancel ongoing velocity animations * [android] removed unused methods and constants * [android] fixed gestures manager initialization * [android] enable/disable increasing gesture thresholds * [android] saving/restoring new gestures options
| * [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
| | | | | | | | date line
| * [android] - don't disable zoom button controller zooming whem zooming ↵Tobrun2018-03-011-4/+3
| | | | | | | | gestures are disabled
| * [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
| | | | | | | | (cherry picked from commit fcf5fa6)
| * [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] new gesture library - added SNAPSHOT dependency * [android] new gesture library - cleaned up redundant classes * [android] new gesture library - limiting scale when rotating * [android] new gesture library - shove gesture filtering * [android] new gesture library - increase rotation threshold when scaling * [android] new gesture library - minimum angular velocity * [android] new gesture library - exposed gestures execution listeners * [android] new gesture library - notifying new listeners tests * [android] new gesture library - removed tracking setting * [android] new gesture library - resetting focal point with every scale/rotate callback * [android] new gesture library - fixed camera change dispatcher callbacks * [android] new gesture library - cancel velocity animations in maps onStop() * [android] new gesture library - extracted telemetry pushes to a method * [android] new gesture library - deprecated onScrollListener * [android] new gesture library - unified shove listener name (cherry picked from commit 7905bd6)
| * [android] LatLngBounds: latNorth should be greater or equal than latSouth Osana Babayan2018-02-272-0/+13
| |