summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] calculating camera's LatLng for bounds without map paddingupstream/11340-incorrect-padding-latlng-boundsŁukasz Paczos2018-03-074-37/+29
|
* 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-065-37/+68
|
* [android] take advantage of MAS 3.0-beta.3 changesOsana Babayan2018-03-063-80/+73
| | | fromLngLats() take double arrays are called from Java (not the List<Point> ones)
* [android] - rework match expression to style specification syntaxTobrun2018-03-062-27/+61
|
* [android] - make javadoc configuration compatible with Gradle 4.4Tobrun2018-03-051-8/+5
|
* [android] reworked zoomIn and zoomOut to use ValueAnimators (#11382)Łukasz Paczos2018-03-054-79/+111
|
* [android] - delete local ref pixel buffer when converting Image.java to coreTobrun2018-03-021-1/+1
|
* [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
|
* Release android v6.0.0-beta.3 (#11369)Łukasz Paczos2018-03-021-4/+23
| | | | | | | | * [android] updated changelog to reflect 6.0.0-beta.3 changes * [android] release configuration for v6.0.0-beta.3 * [android] reverted release configuration for v6.0.0-beta.3
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-0249-4679/+30
|
* [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] custom layer example - remove dependencies on mbgl logging and ↵Ivo van Dongen2018-03-011-22/+24
| | | | string headers
* [android] custom layer example - add error checking to debug issues more easilyIvo van Dongen2018-03-011-28/+142
|
* [android] custom layer example - fix fragment shader source for opengl es 2 ↵Ivo van Dongen2018-03-011-1/+1
| | | | phones
* [android] expose ImageSource coordinates setter (#11262)Łukasz Paczos2018-03-013-1/+20
| | | | (cherry picked from commit fcf5fa6)
* [android] - add default heatmap color to getterTobrun2018-03-012-1/+18
|
* [android] - add heatmap color propertyTobrun2018-03-018-6/+95
|
* [android] new gesture library - bumped snaphost versionŁukasz Paczos2018-03-011-1/+1
|
* [android] LatLngBounds.union() should take date line into accountOsana Babayan2018-02-283-4/+54
|
* [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-2717-1597/+980
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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
|
* [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 ↵Tobrun2018-02-2216-20/+53
| | | | items
* [android] jni clean up - missing a couple DeleteLocalRefosana2018-02-224-3/+11
|
* [android] - remove camera api from MapboxMap, refactor test app code to ↵Tobrun2018-02-205-256/+37
| | | | CameraUpdateFactory api
* method name typo fix (#11245)Langston Smith2018-02-202-2/+2
|
* [android] missing DeleteLocalRef Osana Babayan2018-02-204-21/+33
|
* [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-163-4/+3
|
* Merge branch 'master' into release-bobaFabian Guerra2018-02-1529-22/+1476
|\ | | | | | | | | | | | | | | | | | | | | | | | | # 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-1515-0/+1420
| | | | | | | | | | 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
| * [core] Rename "onLowMemory" to "reduceMemoryUse".Chris Loer2018-02-143-4/+4
| | | | | | | | | | Android still calls "reduceMemoryUse" only while handling a low memory event. iOS, on the other hand, calls "reduceMemoryUse" every time it enters the background.
| * Merge branch 'fabian-merge-3.7.4-master'Fabian Guerra2018-02-144-32/+40
| |\
| | * [android] Add Timber library import.Fabian Guerra2018-02-131-0/+2
| | |
| | * Merge tag 'ios-v3.7.4' into masterFabian Guerra2018-02-134-34/+40
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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] - update SNAPSHOT version to v5.4.2Tobrun2018-02-121-1/+1
| | | |
| | | * [android] - update changelog for 5.4.1Tobrun2018-02-121-0/+7
| | | |
| | | * [android] - don't invoke onLowMemory on map when the map isn't fully created yetTobrun2018-02-121-1/+3
| | | |
| | | * [android] - don't recreate surface as part of view resizeandroid-v5.4.1tobrun2018-02-091-8/+6
| | | |
| | | * [android] - add optional location provider lost to proguard configurationtobrun2018-02-091-1/+4
| | | |
| | | * [android] - programmatically create GlSurfaceViewtobrun2018-02-082-9/+2
| | | |