summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - introduced java 8 language featuresŁukasz Paczos2018-04-101-26/+15
|
* [android] - expose public api telemetry (#11503)Tobrun2018-03-221-1/+1
|
* [android] bumped gestures library version to 0.1.0 (#11483)Łukasz Paczos2018-03-201-1/+2
|
* Expose more gestures settings (#11407)Łukasz Paczos2018-03-071-2/+8
| | | | | | | | | | | | | * [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-061-5/+8
|
* [android] reworked zoomIn and zoomOut to use ValueAnimators (#11382)Łukasz Paczos2018-03-051-12/+7
|
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-021-38/+4
|
* [android] - don't disable zoom button controller zooming whem zooming ↵Tobrun2018-03-011-4/+3
| | | | gestures are disabled
* [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-271-9/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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)
* Merge branch 'master' into release-bobaFabian Guerra2018-02-151-3/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | # 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-131-18/+30
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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] - programmatically create GlSurfaceViewtobrun2018-02-081-2/+2
| | |
| | * [android] - introduce mapview weak reference in global layout listenertobrun2018-02-081-17/+29
| | |
| | * [android] - check if the render surface has been correctly created before ↵Tobrun2018-01-231-1/+3
| | | | | | | | | | | | destroying the map
| | * [android] - refactor surface destruction NPE fixtobrun2018-01-101-24/+16
| | |
| | * [android] added map touch listeners api based on listspaczos2017-12-201-4/+44
| | |
| | * [android] Add Configuration hook for local ideograph font family and demo ↵Chris Loer2017-12-181-2/+2
| | | | | | | | | | | | activity
| | * [android] - handle destroying activity programmatically as part of theme ↵Tobrun2017-12-061-2/+6
| | | | | | | | | | | | switching (#10589)
| | * [android] Enable map rendering when app is pausedIvo van Dongen2017-12-061-0/+9
| | |
| | * Update comment from onDestroy to onDestroyView (#10501)Victor Akap Oben2017-11-201-1/+1
| | | | | | | | | Updated comment to reflect that MapView's lifecycle callback in a fragment should be called from onDestroyView rather than on onDestroy. This is consistent with that MapFragment is doing.
| * | [android] Integration of the new events library (#10999)Pablo Guardiola2018-02-131-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] - don't invoke onLowMemory on map when the map isn't fully created yetTobrun2018-02-051-1/+3
| | |
* | | [android] - translucent surface on TextureViewTobrun2018-02-131-1/+3
| | |
* | | [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-131-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] - 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
| | |
* | | [android] - programmatically create GlSurfaceViewtobrun2018-02-121-2/+2
|/ /
* | [android] - rename initRenderSurface to onSurfaceCreatedTobrun2018-01-241-11/+8
| |
* | [android] - expose setting a custom attribution manager through UiSettingsTobrun2018-01-181-4/+31
| |
* | [android] - check if the render surface has been correctly created before ↵Tobrun2018-01-111-1/+3
| | | | | | | | destroying the map
* | [android] - refactor surface destruction NPE fixtobrun2018-01-021-34/+19
| |
* | [android] Fixes #10563 NPE addAnnotationIconhashfunction2018-01-021-0/+4
| |
* | [android] update lifecycle documentation for fragments (#10736)Antonio Zugaldia2017-12-191-2/+2
| |
* | [android] added map touch listeners api based on listspaczos2017-12-141-4/+44
| |
* | [android] Add Configuration hook for local ideograph font family and demo ↵Asheem Mamoowala2017-12-111-2/+2
| | | | | | | | activity
* | [android] - handle destroying activity programmatically as part of theme ↵Tobrun2017-11-301-2/+6
| | | | | | | | switching (#10589)
* | [android] Enable map rendering when app is pausedIvo van Dongen2017-11-201-0/+9
|/
* [android] test app - texture view test activitiesIvo van Dongen2017-11-031-2/+1
|
* [android] bring back texture viewIvo van Dongen2017-11-031-21/+45
|
* [android] texture view map rendererIvo van Dongen2017-11-031-0/+4
|
* [android] move egl under renderer packageIvo van Dongen2017-11-031-1/+1
|
* [android] encapsulate gl surfaceview rendering specifics in map renderer ↵Ivo van Dongen2017-11-031-12/+9
| | | | | | subclass - preparation for re-introduction of texture view
* [android] - Add angular velocity effect on rotation gesture.Ramin Mirsharifi2017-10-301-0/+3
|
* [android] - avoid null pointer if map wasn't initalised when saving instance ↵Tobrun2017-10-301-2/+4
| | | | state
* [android] - move shape annotation click handling to coreTobrun2017-10-301-1/+2
|
* [android] - null check mapboxMap with onStop invocationTobrun2017-10-231-1/+4
|
* [android] - wire up MapZoomButtonController with camera change eventsTobrun Van Nuland2017-10-181-4/+14
|
* [android] - use FileSource pause and resume when foregrounding/backgrounding appTobrun Van Nuland2017-10-171-0/+3
|