summaryrefslogtreecommitdiff
path: root/platform/android/gradle/dependencies.gradle
Commit message (Collapse)AuthorAgeFilesLines
* [android] - bump telemetry to v3.1.1Tobrun2018-05-181-1/+1
|
* bumped mapbox-java to 3.1.0 (#11916)Osana Babayan2018-05-161-1/+1
|
* [android] - update telemetry to 3.1.0Tobrun2018-05-071-1/+1
|
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-231-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # include/mbgl/style/expression/let.hpp # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/geometry/LatLngBounds.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapGestureDetector.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapKeyListener.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/Projection.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Transform.java # platform/android/MapboxGLAndroidSDK/src/test/java/com/mapbox/mapboxsdk/geometry/LatLngBoundsTest.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/gradle/dependencies.gradle # platform/android/src/example_custom_layer.cpp # platform/android/src/geojson/point.cpp # platform/darwin/src/NSPredicate+MGLAdditions.mm # platform/darwin/test/MGLExpressionTests.mm # platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/ios/app/MBXViewController.m # src/mbgl/renderer/layers/render_custom_layer.cpp # src/mbgl/style/conversion/filter.cpp # src/mbgl/style/expression/interpolate.cpp # src/mbgl/style/expression/value.cpp # test/style/filter.test.cpp
| * [android] - bumped telemetry version to 3.0.2 (#11710)Łukasz Paczos2018-04-171-1/+1
| |
| * [android] - bump telemetry depdency to 3.0.1Tobrun2018-04-171-1/+1
| |
| * [android] - bump telemetry to 3.0.0 stableTobrun2018-04-111-1/+1
| |
| * [android] updated mapbox-sdk-services to 3.0.1 (#11593)Osana Babayan2018-04-051-1/+1
| | | | | | | | | | | | * [android] updated mapbox-sdk-services to 3.0.1 * [android] - downgrade tooling for MAS-3.0.1
| * [android] - bumped telemetry version to 3.0.0-beta.4 (#11590)Łukasz Paczos2018-04-041-1/+1
| |
| * [android] bumped gestures library version to 0.2.0 (#11535)Łukasz Paczos2018-03-271-1/+1
| |
| * [android] bumped telemetry library version to 3.0.0-beta.3 (#11534)Łukasz Paczos2018-03-271-1/+1
| |
| * [android] bumped gestures library version to 0.1.0 (#11483)Łukasz Paczos2018-03-201-1/+1
| |
| * [android] bump mapbox-android-telemetry version to 3.0.0-beta.2 and adapt ↵Guardiola313372018-03-191-3/+3
| | | | | | | | events related code
| * update to MAS3.0-beta.4 (#11468)Osana Babayan2018-03-161-1/+1
| |
| * [android] take advantage of MAS 3.0-beta.3 changesOsana Babayan2018-03-061-1/+1
| | | | | | fromLngLats() take double arrays are called from Java (not the List<Point> ones)
| * [android] new gesture library - bumped snaphost versionŁukasz Paczos2018-03-011-1/+1
| |
| * [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-271-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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-091-4/+4
| | | | | | | | | | | | * [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-081-4/+8
| | | | | | | | migrated to use mapbox-java3.0 old 2.2.9 telementry is still used though
* | [android ] - new gestures library (#11221)Łukasz Paczos2018-02-271-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] - add instrumentation tests for FileSource activation/deactivationTobrun2018-02-201-0/+1
| |
* | [android] Integration of the new events library (#10999)Pablo Guardiola2018-02-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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-4/+4
| | | | | | | | | | | | | | (#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-081-4/+8
|/ | | | | migrated to use mapbox-java3.0 note that old 2.2.9 telementry is still used though
* [android] - cleaup dependencies.gradleTobrun2018-01-181-43/+44
|
* [android] - move gradle files to dedicated folderTobrun2018-01-111-0/+49