summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox
Commit message (Collapse)AuthorAgeFilesLines
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-181-1/+1
|
* [android] - feature - location accuracy indicator threshold (#9472)Tobrun2017-07-173-2/+65
|
* [android] - rewire gesture handling and telemetry event push (#9494)Tobrun2017-07-171-64/+57
|
* [core] Update shaders.Chris Loer2017-07-124-17/+64
| | | | | Implements 'icon-pitch-alignment' (issue #9345) Fixes issue #9456 (map-aligned point label regression)
* [android] fix javadoc comment for public setOfflineMapboxTileCountLimit ↵Antonio Zugaldia2017-07-091-4/+5
| | | | method (#9454)
* Hit test Marker and MarkerViews (#9424)Tobrun2017-07-074-76/+132
| | | | | | * [android] - hit test Marker and MarkerViews * fixup
* [android] - map's visible region fix #9427 (#9428)Łukasz Paczos2017-07-061-4/+4
|
* [android] - validate if platform implementation doesn't return a null motion ↵Tobrun2017-07-061-2/+6
| | | | event (#9434)
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-063-0/+55
| | | | Closes issue #9349.
* [android] Fix my location drawable getting tinted (#9410)Pablo Guardiola2017-07-063-18/+44
| | | | | | * fix my location drawable tinted when setting mapbox_myLocationTintColor in xml issue (linking my location foreground drawables with my location foreground tint color and adding the possibility of setting an undefined my location foreground tint color) * link my location background drawable with my location background tint color and add the possibility of setting an undefined my location background tint color
* [android] - invible marker views performance fix #9419 (#9420)Łukasz Paczos2017-07-051-1/+1
|
* Merge branch 'release-ios-v3.6.0-android-v5.1.0'Tobrun2017-07-0547-330/+1177
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .travis.yml # circle.yml # cmake/core-files.cmake # include/mbgl/style/function/composite_function.hpp # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/build.gradle # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/Mapbox.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/constants/MyBearingTracking.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/constants/MyLocationTracking.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationSource.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/CameraChangeDispatcher.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapGestureDetector.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/TrackingSettings.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Transform.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/widgets/MyLocationView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/light/Light.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/light/Position.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/light/light.java.ejs # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils/BitmapUtils.java # platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/style/LightTest.java # platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/style/light.junit.ejs # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/camera/CameraPositionActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MockLocationEngine.java # platform/android/dependencies.gradle # platform/android/src/native_map_view.cpp # platform/darwin/scripts/generate-style-code.js # platform/darwin/src/MGLGeometry_Private.h # platform/darwin/src/MGLLight.h # platform/darwin/src/MGLLight.mm # platform/darwin/src/MGLSource.h # platform/darwin/src/MGLStyle.h # platform/darwin/src/MGLStyle.mm # platform/darwin/test/MGLLightTest.mm # platform/default/default_file_source.cpp # platform/ios/CHANGELOG.md # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/ios/resources/Images.xcassets/default_marker.imageset/default_marker.pdf # platform/macos/CHANGELOG.md # scripts/generate-shaders.js # src/mbgl/layout/symbol_layout.cpp # src/mbgl/programs/program.hpp # src/mbgl/programs/symbol_program.hpp # src/mbgl/programs/uniforms.hpp # src/mbgl/renderer/frame_history.cpp # src/mbgl/renderer/paint_property_binder.hpp # src/mbgl/shaders/line.cpp # src/mbgl/shaders/line_pattern.cpp # src/mbgl/shaders/line_sdf.cpp # src/mbgl/sprite/sprite_atlas.hpp # src/mbgl/style/layers/line_layer_properties.hpp # src/mbgl/style/sources/geojson_source.cpp # src/mbgl/style/style.cpp # src/mbgl/text/glyph_atlas.hpp # src/mbgl/tile/geometry_tile.cpp # src/mbgl/tile/geometry_tile.hpp # test/style/style.test.cpp
| * Downgrade location provider dependency (#9394)Tobrun2017-06-301-25/+8
| | | | | | | | | | | | * [android] - downgrade LOST to Mapbox SDK 5.0.2 version. * bump LOST back to Mapbox Android SDK version 4.x
| * OnCameraIdle hook into quickzoom gesture (#9339)Tobrun2017-06-294-15/+39
| | | | | | | | | | | | | | | | | | | | * [android] - OnCameraIdle hook into quickzoom gesture * double tap fix * show MyLocationView bearing for GPS when Compass is not available, only show error about missing compass once, fix test activity. * fix accessor lint warning
| * Revisit Javadoc for 5.1.0 (#9266)Tobrun2017-06-2041-215/+940
| | | | | | | | | | | | | | | | | | | | * [android] - revisit public API javadoc * [android] fix javadoc minor mistakes and typos * grammar tweak * add missing public javadoc
| * fix trackball long press timeout calling the main thread method on a ↵Pablo Guardiola2017-06-201-1/+2
| | | | | | | | background thread (#9305)
| * [android] fix custom marker views anchor issue (#9282)Pablo Guardiola2017-06-201-5/+17
| |
| * Validate camera position before transforming (#9275)Tobrun2017-06-202-3/+9
| | | | | | | | | | | | * [android] - add camera position validation before transforming * annotate CameraUpdate with nullability
| * Cherry pick release (#9263)Tobrun2017-06-142-4/+45
| | | | | | | | | | | | * [core] - bump earcut version dependency to handle unused lamba warning (#9242) * [android] - snapshot bitmap contains view based content (#9252)
| * [android] - correct source changed map event javadoc (#9243)Tobrun2017-06-131-1/+1
| |
| * Cherry picks to release branch (#9230)Tobrun2017-06-091-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | * [ios][macos] test remove source in use * [android] test remove source in use * [core] check source usage before remove * [core] ensure layer::accept works with non-void return values on gcc * [android] - remove upgrade runtime exceptions (#9191)
| * [android] - update components with camera values when animating (#9174)Tobrun2017-06-091-0/+9
| |
| * Custom location source fix (#9142)Tobrun2017-06-096-59/+87
| | | | | | | | | | | | * [android] - custom location engine fixes (#9139) * Update to latest LOST dependency, fixup internal location source integration
| * [android] - invalidating MyLocationView bearing when not following position ↵Tobrun2017-06-081-0/+5
| | | | | | | | (#9212)
| * [android] - option to disable camera animation while following position (#9210)Łukasz Paczos2017-06-073-4/+44
| |
| * [android] - remove conversion from pixels to dp (#9205)Tobrun2017-06-071-1/+1
| |
| * [android] - keep location tracking mode after screen rotation (#9187)Łukasz Paczos2017-06-061-3/+11
| | | | | | | | | | | | | | | | * [android] - keep location tracking mode after screen rotation (#9186) * [android] - using easeCamera to keep location tracking instead of overloaded moveCamera (#9187) * [android] - checkstyle fix up
| * [android] - dealing with infinite camera move callbacks (#9177) (#9194)Łukasz Paczos2017-06-061-0/+6
| |
| * [android] - only invoke callback if fling scrolling animation isn't going to ↵Tobrun2017-06-062-5/+5
| | | | | | | | be ignored. (#9192)
| * [android] - validate if gestures should execute (#9173)Tobrun2017-06-021-7/+8
| |
| * [android] Cherry picking 9133 (#9145)Pablo Guardiola2017-06-016-94/+57
| | | | | | | | | | | | | | | | | | | | | | | | * [android] Fix tracking mode + camera race condition (#9133) * [android] fix tracking mode + camera race condition * fix resetTrackingModesIfRequired bug (comparing current camera position with target camera position * cherry pick #9133 and update CHANGELOG * add null check to prevent null pointer exception
| * [android] fix missing access token variable issue (#9151)Pablo Guardiola2017-05-311-3/+1
| |
| * [android] - javadoc update for 5.1.0 release (#9138)Tobrun2017-05-3118-33/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - javadoc update for 5.1.0 release * oxford comma * Grammar/spelling tweaks * grammar tweak * grammar tweak * Grammar tweaks * Grammar tweaks
| * [android] - harden orientation changes (#9128)Tobrun2017-05-304-98/+125
| |
| * [android] - convert dp to pixels when getting meters per pixel at. (#9048)Tobrun2017-05-261-1/+1
| |
| * [android] - add binding support for Light (#9013)Tobrun2017-05-266-0/+429
| |
| * [android] - logo placement for creating a Mapview programatically (#9094)Tobrun2017-05-262-10/+22
| | | | | | | | | | | | * [android] - Correct logo placement for creating a Mapview programatically, fixup non default placements * Fixed NIGHTY_TWO_DP typo to NINETY_TWO_DP
| * [android] - stop location updates when toggle MyLocationView state (#9099)Tobrun2017-05-241-0/+1
| |
| * [android] - remove marker from selected markers when removing marker from ↵Tobrun2017-05-191-0/+9
| | | | | | | | annotation manager. (#9047)
| * [android] - MarkerView deselect events with OnMarkerViewClickListener ↵Tobrun2017-05-151-5/+8
| | | | | | | | integration (#8996)
| * [android] Release android-v5.1.0-beta.2 (#8976)Tobrun2017-05-1210-58/+302
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] url getter on sources * [android] fix ui test filter in makefile * [android] - build SNAPSHOT from release branch (#8958) * [android] - update changelog for 5.1.0-beta.2 * [android] - bump version number * [android] - Camera change listener v2.0 * [core] allow filesource url transform reset * [android] Update attribution wordmark (#8774) * Update wordmark on android * Moved attribution i icon to the right of mapbox word (in mapview preview image) * update padding and margin * [android] update hardcoded branch name * revert version to 5.1.0-SNAPSHOT
| * [core, android, ios, macos] Added Traffic Day/Night to default stylesMinh Nguyễn2017-05-121-1/+19
| | | | | | | | | | | | | | | | The Styles API section of the Mapbox API Documentation site now lists Traffic Day v2 and Traffic Night v2, so this change adds those styles to all the places where styles are listed. Also switched iosapp and macosapp to unversioned style factory methods since MGLStyleDefaultVersion is no longer applicable for all styles. Cherry-picked from 4d6f54553d277c0af24a0b8ff03d2dd7e9284ca2.
| * [core, android, ios, macos, qt] v10 default stylesMinh Nguyễn2017-05-121-3/+3
| | | | | | | | | | | | Upgraded from v9 default styles to v10 wherever the developer expects to get the latest and greatest, as well as in a couple tests where it may be beneficial to ensure that we can handle a two-digit version number in the style URL. Cherry-picked from ed54849e9909e7f7cd8724b39b2bc94f16cf9a11.
| * [android] - update LOST to 2.3.0 (#8872)Tobrun2017-05-121-10/+0
| |
| * [android] - avoid crashing when deleting already deleted region (#8920)Tobrun2017-05-111-21/+27
| |
| * [android] - keep observer when timeout occurs, make observer param nullable, ↵Tobrun2017-05-111-5/+12
| | | | | | | | fixup log messages (#8919)
* | [android] - keep state of initial overlain views margins (#9391)Tobrun2017-06-291-16/+29
| |
* | [android] remove tile cache size customizationIvo van Dongen2017-06-271-22/+2
| |
* | [android] annotate Mapbox class with @UiThread to make clear that it is ↵Pablo Guardiola2017-06-211-0/+1
| | | | | | | | required to be started from the main thread as it loads the native library for connectivity change events (#9309)
* | [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-191-5/+5
| |