summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] LocationComponent - javadoc fixes, improved initialization, ↵Łukasz Paczos2018-09-121-5/+9
| | | | removed location save state
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-121-14/+14
| | | | LocationLayerPlugin, now called LocationComponent
* [android] save location stateŁukasz Paczos2018-09-121-0/+2
|
* [android] deactivating default location engine when the map is destroyedŁukasz Paczos2018-09-121-0/+7
|
* [android] initialize LocationLayerPlugin with MapŁukasz Paczos2018-09-121-0/+35
|
* [android] MapStrictMode implementationŁukasz Paczos2018-09-041-2/+7
|
* [android] - modularise the sdktobrun2018-08-241-5/+6
|
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView ↵Tobrun2018-08-211-1/+14
| | | | attributes
* [android] - use uncoverted bearing value for latlngbounds calculationtobrun2018-08-131-1/+1
|
* typo fix (#12593)Langston Smith2018-08-101-1/+1
|
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-261-7/+19
|
* [android] - create device independent tests for camera position testingtobrun2018-07-051-20/+20
|
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-051-2/+65
|
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt ↵tobrun2018-07-051-9/+61
| | | | and bearing transformation in old api
* [android] - remove reflection lookup for MarkerViewAdapter intialisationtobrun2018-06-261-4/+2
|
* [android] - add support for sdf by exposing sdf confiigurationn when calling ↵tobrun2018-06-251-1/+12
| | | | MapboxMap#addImage.
* [android] - add nullability annotations to public api for kotlin language ↵tobrun2018-05-171-42/+61
| | | | integration
* [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-021-1/+1
|
* Revert "[android] - unwrap LatLngBounds for the shortest path when passing ↵Łukasz Paczos2018-05-021-9/+4
| | | | | | to core (#11759)" This reverts commit eb39c80
* [android] - unwrap LatLngBounds for the shortest path when passing to core ↵Łukasz Paczos2018-04-241-4/+9
| | | | (#11759)
* [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
|
* Expression filters (#11429)Tobrun2018-03-191-5/+5
| | | * [android] - add expression filter integration
* [android] calculating camera's LatLng for bounds without map padding (#11410)Łukasz Paczos2018-03-081-25/+3
|
* Expose more gestures settings (#11407)Łukasz Paczos2018-03-071-7/+25
| | | | | | | | | | | | | * [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
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-021-222/+6
|
* [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-271-16/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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-221-4/+4
| | | | items
* [android] - remove camera api from MapboxMap, refactor test app code to ↵Tobrun2018-02-201-61/+2
| | | | CameraUpdateFactory api
* [android] - add constrained latlng documentation, add MapboxMap#LatLngZoomTobrun2018-02-131-6/+18
|
* [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-131-1/+1
| | | | | | | | | | | | | | | | | | | * [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
* migrated to use mapbox-java3.0 Osana Babayan2018-02-081-2/+2
| | | | migrated to use mapbox-java3.0 old 2.2.9 telementry is still used though
* [android] - use the correct cancelable callback after posting the cancelationtobrun2018-01-101-15/+0
|
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-041-24/+17
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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-201-8/+118
| |
| * Saving/restoring MyLocationViewSettings (#10746) (#10748)Tobrun2017-12-191-0/+2
| | | | | | [android] saving/restoring MyLocationViewSettings, updated BitmapUtils
| * [android] - post animation callback invocationTobrun2017-12-121-24/+17
| |
* | Saving/restoring MyLocationViewSettings (#10746)Łukasz Paczos2017-12-191-0/+2
| | | | | | | | [android] saving/restoring MyLocationViewSettings, updated BitmapUtils
* | Updated location layer plugin link in MapboxMap object's javadocs (#10707)Langston Smith2017-12-181-9/+9
| |
* | [android] added map touch listeners api based on listspaczos2017-12-141-8/+118
|/
* [android] revert adding mapbox-android-core dependency (#10354) (#10380)Pablo Guardiola2017-11-031-1/+1
|
* [android] make location provider optional (#9488) (#10354)Pablo Guardiola2017-11-011-1/+1
|
* [android] - rework ease interactions to take in account possitve duration ↵Tobrun2017-10-311-6/+2
| | | | requirement
* [android] MapboxMap.animate() and Mapbox.easeCamera() should throw ↵Osana Babayan2017-10-311-0/+7
| | | | | IllegalArgument (#10321) if non-positive duration is passed in
* [android] - add bulk addImages api on MapboxMapTobrun2017-10-311-3/+11
|
* [android] Make sure onFinish has new camera position after camera.move (#10324)Osana Babayan2017-10-311-0/+4
|
* [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On ↵Asheem Mamoowala2017-10-091-0/+25
| | | | macOS, also added -[MGLMapView setCamera: withDuration: animationTimingFunction: edgePadding: completionHandler:] for parity with iOS
* [android] - allow multiple listeners for camera events, deprecate old apiTobrun Van Nuland2017-10-061-0/+84
|
* [android] - deprecate MarkerViewTobrun Van Nuland2017-09-271-0/+15
|