summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'ios-v3.7.6' into masterJason Wray2018-03-142-9/+2
|\
| * [android] incorrect latlngBounds in the VisibleRegion with map is rotatedOsana Babayan2018-03-011-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] - check if hosting Activity isn't finishing before showing an dialogTobrun2018-03-011-1/+12
| |
| * [android] - don't disable zoom button controller zooming whem zooming ↵Tobrun2018-02-211-7/+8
| | | | | | | | gestures are disabled
| * [android] - decouple map padding from overlain viewsTobrun2018-02-201-5/+0
| |
* | [android ] - new gestures library (#11221)Łukasz Paczos2018-02-275-593/+828
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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
* | [android] - check if hosting Activity isn't finishing before showing an dialogTobrun2018-02-201-1/+12
| |
* | [android] incorrect LatLngBounds for the VisibleRegion for rotated mapOsana Babayan2018-02-161-5/+6
| | | | | | | | | | smallest bounding box for 4 points cannot be created using LatLngBounds.fromLatLngs() as the order matters in that method and that does not work for rotated map
* | [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
| |
* | Merge branch 'release-agua' into masterupstream/fabian-release-agua-masterFabian Guerra2018-01-253-5/+1
|\ \ | |/ | | | | | | | | | | | | | | | | # Conflicts: # include/mbgl/style/conversion/layer.hpp # platform/android/MapboxGLAndroidSDK/build.gradle # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Transform.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/offline/OfflineRegion.java
| * [android] - rollback fragment flash changes for ViewPager supportandroid-v5.3.2Tobrun2018-01-232-4/+0
| |
| * [android] - allow setting an OkHttpClientTobrun2018-01-231-1/+1
| |
| * Camera callbacks for velocity animated movements (#10925)Łukasz Paczos2018-01-233-24/+57
| | | | | | | | | | | | * [android] camera listeners double invocation fix * [android] invoking camera change callbacks for velocity animated movements
| * [android] do not overwrite user-set focal point when tracking location (#10910)Łukasz Paczos2018-01-231-3/+0
| |
| * [android] - retain configuration for user provided focal point and deselect ↵Tobrun2018-01-231-0/+23
| | | | | | | | markers on tap
| * [android] - check if the render surface has been correctly created before ↵Tobrun2018-01-231-1/+3
| | | | | | | | destroying the map
| * [android] - validate zoom level before creating mapbox telem eventTobrun2018-01-231-4/+13
| |
| * [android] - use the correct cancelable callback after posting the cancelationtobrun2018-01-102-22/+16
| |
| * [android] - detect genymotion virtual machines when determening attributes ↵Tobrun2018-01-101-2/+10
| | | | | | | | for eglConfig
| * [android] - RTL supportTobrun2018-01-102-3/+11
| |
| * [android] - refactor surface destruction NPE fixtobrun2018-01-101-24/+16
| |
| * [android] fix sending more than once double tap event on a single double tap ↵Pablo Guardiola2018-01-081-4/+3
| | | | | | | | gesture (#10854)
* | [android] - rename initRenderSurface to onSurfaceCreatedTobrun2018-01-241-11/+8
| |
* | [android] - validate zoom level before creating mapbox telem eventTobrun2018-01-221-4/+13
| |
* | [android] - expose setting a custom attribution manager through UiSettingsTobrun2018-01-183-9/+57
| |
* | [android] - expose attribution manager as public APITobrun2018-01-181-3/+4
| |
* | Camera callbacks for velocity animated movements (#10925)Łukasz Paczos2018-01-153-61/+57
| | | | | | | | | | | | * [android] camera listeners double invocation fix * [android] invoking camera change callbacks for velocity animated movements
* | [android] do not overwrite user-set focal point when tracking location (#10910)Łukasz Paczos2018-01-121-3/+0
| |
* | [android] - retain configuration for user provided focal point and deselect ↵Tobrun2018-01-111-0/+23
| | | | | | | | markers on tap
* | [android] - check if the render surface has been correctly created before ↵Tobrun2018-01-111-1/+3
| | | | | | | | destroying the map
* | [android] - use the correct cancelable callback after posting the cancelationtobrun2018-01-102-22/+16
| |
* | [android] fix sending more than once double tap event on a single double tap ↵Pablo Guardiola2018-01-081-4/+3
| | | | | | | | gesture (#10854) (#10855)
* | [android] - detect genymotion virtual machines when determening attributes ↵Tobrun2018-01-051-2/+10
| | | | | | | | for eglConfig
* | [android] - RTL supportTobrun2018-01-052-3/+11
| |
* | Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-0410-108/+205
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # cmake/core-files.cmake # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/build.gradle # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/CameraChangeDispatcher.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMapOptions.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/text/LocalGlyphRasterizer.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils/BitmapUtils.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/DebugModeActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/LocalGlyphActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MyLocationTintActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_local_glyph.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml # platform/darwin/src/MGLMapSnapshotter.mm # platform/darwin/src/MGLRendererConfiguration.h # platform/ios/CHANGELOG.md # platform/ios/DEVELOPING.md # platform/ios/INSTALL.md # platform/ios/README.md # platform/ios/resources/bg.lproj/Localizable.strings # platform/ios/resources/es.lproj/Localizable.strings # platform/ios/resources/vi.lproj/Localizable.strings # platform/ios/src/MGLMapView.mm # platform/macos/macos.xcodeproj/project.pbxproj # src/mbgl/text/glyph_manager.cpp
| * [android] added map touch listeners api based on listspaczos2017-12-203-36/+277
| |
| * [android] Tweak TinySDF docs to better describe font-family behavior.Chris Loer2017-12-191-1/+4
| |