summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps
Commit message (Collapse)AuthorAgeFilesLines
* [android] - checking is renderer is not destroyed before delivering the snapshotupstream/lp-hardening-shapshotsŁukasz Paczos2018-04-301-6/+2
|
* [android] - unwrap LatLngBounds for the shortest path when passing to core ↵Łukasz Paczos2018-04-241-4/+9
| | | | (#11759)
* [android] - add paused state to map renderer, don't render snapshot when ↵Tobrun2018-04-101-2/+6
| | | | paused (#11358)
* [android] - fixed gesture events listeners lists documentation (#11630)Łukasz Paczos2018-04-101-32/+24
|
* [android] invalidate camera position before delivering onMapReady (#11585)Łukasz Paczos2018-04-041-1/+2
|
* [android] - don't load default style if style json string was set (#11520)Tobrun2018-03-261-1/+1
|
* [android] - expose public api telemetry (#11503)Tobrun2018-03-224-16/+25
|
* [android] bumped gestures library version to 0.1.0 (#11483)Łukasz Paczos2018-03-202-39/+38
|
* Expression filters (#11429)Tobrun2018-03-192-8/+8
| | | * [android] - add expression filter integration
* [android] bump mapbox-android-telemetry version to 3.0.0-beta.2 and adapt ↵Guardiola313372018-03-192-2/+4
| | | | events related code
* [android] fixed TWO_FINGER_TAP telemetry event (#11460)Łukasz Paczos2018-03-161-0/+2
|
* [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-082-31/+21
|
* Expose more gestures settings (#11407)Łukasz Paczos2018-03-074-120/+244
| | | | | | | | | | | | | * [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-063-7/+10
|
* [android] reworked zoomIn and zoomOut to use ValueAnimators (#11382)Łukasz Paczos2018-03-054-79/+111
|
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-029-2577/+22
|
* [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 ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-275-586/+827
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] - fix javadoc utf8 encoding issues, add missing package-info.java ↵Tobrun2018-02-226-8/+24
| | | | items
* [android] - remove camera api from MapboxMap, refactor test app code to ↵Tobrun2018-02-201-61/+2
| | | | CameraUpdateFactory api
* method name typo fix (#11245)Langston Smith2018-02-201-1/+1
|
* [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-161-1/+5
|
* [android] Reverted master changes that doesn't apply to boba.Fabian Guerra2018-02-161-2/+2
|
* Merge branch 'master' into release-bobaFabian Guerra2018-02-152-5/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * [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
| | |
| | * [android] - don't recreate surface as part of view resizeandroid-v5.4.1tobrun2018-02-091-8/+6
| | |
| | * [android] - programmatically create GlSurfaceViewtobrun2018-02-081-2/+2
| | |
| | * [android] - introduce mapview weak reference in global layout listenertobrun2018-02-081-17/+29
| | |
| | * [android] - log lack of permissions only if enabling locationŁukasz Paczos2018-02-051-1/+1
| | |
| | * Implement new bearingTrackingMode GPS_NORTH_FACINGMartin Hellwig2018-02-051-5/+18
| | |
| * | [android] Integration of the new events library (#10999)Pablo Guardiola2018-02-138-110/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] integration of the new events library * JNI Bug - current build with JNI bug * fix #10999 comments * Clean-up - clean-up timbers and test code * [android] fix sdk identifier and sdk version * [android] merge from master (MAS 3.0) * [android] bump events lib version to 3.0.0-beta.1 and remove never used methods from math utils class
| * | [android] remove unnecessary @jar and @aar dependencies suffixes (#11161) ↵Pablo Guardiola2018-02-121-2/+2
| | | | | | | | | | | | | | | | | | | | | (#11165) * [android] remove unnecessary @jar and @aar dependencies suffixes * [android] remove lint baseline file from mapbox gl android sdk module and fix lint errors
| * | migrated to use mapbox-java3.0 Osana Babayan2018-02-082-4/+4
| | | | | | | | | | | | | | | migrated to use mapbox-java3.0 note that old 2.2.9 telementry is still used though
| * | Implement new bearingTrackingMode GPS_NORTH_FACINGMartin Hellwig2018-02-051-5/+18
| | |
| * | [android] - don't invoke onLowMemory on map when the map isn't fully created yetTobrun2018-02-051-1/+3
| | |
| * | [android] - log lack of permissions only if enabling locationŁukasz Paczos2018-01-311-1/+1
| | |
* | | [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-138-113/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] integration of the new events library * JNI Bug - current build with JNI bug * fix #10999 comments * Clean-up - clean-up timbers and test code * [android] fix sdk identifier and sdk version * [android] merge from master (MAS 3.0) * [android] bump events lib version to 3.0.0-beta.1 and remove never used methods from math utils class
* | | [android] - add conversion of non ARGB_8888 images to c++, expose ↵Tobrun2018-02-121-4/+1
| | | | | | | | | | | | Bitmap#copy on the c++ side
* | | 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
| | |