summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Rework logical condition convenience expressions (#11555)Tobrun2018-04-041-31/+31
| | | * [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-041-1/+4
| | | | 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-231-30/+2
| | | | (#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-221-0/+24
| | | * [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-1917-289/+197
| | | * [android] - add expression filter integration
* [android] bump mapbox-android-telemetry version to 3.0.0-beta.2 and adapt ↵Guardiola313372018-03-193-4/+6
| | | | events related code
* 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] 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-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
| | | | 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-282-4/+33
|
* [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-2712-1555/+854
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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-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 ↵Tobrun2018-02-2215-20/+52
| | | | items
* [android] - remove camera api from MapboxMap, refactor test app code to ↵Tobrun2018-02-202-61/+22
| | | | CameraUpdateFactory api
* 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
| | | | | smallest bounding box for 4 points cannot (#11226) be created using LatLngBounds.fromLatLngs() as the order matters in that method and that does not work for rotated map
* [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
|\ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/Mapbox.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/widgets/CompassView.java # platform/android/scripts/exclude-activity-gen.json # platform/ios/CHANGELOG.md # platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/macos/CHANGELOG.md
| * [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-152-0/+353
| | | | | | | | | | Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> Co-Authored-By: Anand Thakker <anandthakker@users.noreply.github.com> Co-Authored-By: Minh Nguyễn <1ec5@users.noreply.github.com>
| * [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * add support for mapzen terrarium * Encoding --> DEMEncoding, avoid if statement when unpacking elevation values * add Terrarium test * update submodule * remove redundant checks
| * [android] Add Timber library import.Fabian Guerra2018-02-131-0/+2
| |
| * Merge tag 'ios-v3.7.4' into masterFabian Guerra2018-02-132-26/+36
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # include/mbgl/style/conversion/tileset.hpp # include/mbgl/util/tileset.hpp # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/ios/CHANGELOG.md # platform/ios/ios.xcodeproj/project.pbxproj # platform/macos/CHANGELOG.md # src/mbgl/layout/symbol_projection.cpp # src/mbgl/renderer/tile_pyramid.cpp # src/mbgl/style/conversion/tileset.cpp
| | * [android] - don't invoke onLowMemory on map when the map isn't fully created yetTobrun2018-02-121-1/+3
| | |