summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* [build] update Boost to 1.69 and remove RTTIKonstantin Käfer2019-03-131-1/+1
|
* [android] build correct POM when publishing to mavenŁukasz Paczos2019-03-071-4/+0
|
* [android] initial additions for bintray plugin setupLangston Smith2019-03-071-1/+5
|
* [android] - make ReLinker default library loader, create library loader ↵tobrun2019-02-251-0/+1
| | | | provider for modularisation
* [android] - update codebase for Roboelectric v4.xtobrun2019-02-131-0/+4
|
* [android] bump gestures library to v0.4.0Łukasz Paczos2019-02-011-4/+1
|
* [android] android nitpick script, verify submodule pinsŁukasz Paczos2019-01-291-1/+3
|
* [android] revert modules vendorization and keep submodules onlyŁukasz Paczos2019-01-291-5/+7
|
* [android] - ignore unused arguments for all configurationstobrun2019-01-221-4/+3
|
* [build] upgrade minimum CMake versionKonstantin Käfer2019-01-211-0/+1
|
* [android] - update tooling of project and upstream dependenciestobrun2019-01-211-1/+0
|
* [android] mapbox-events-android vendorŁukasz Paczos2019-01-151-1/+2
|
* [android] mapbox-java vendorŁukasz Paczos2019-01-151-2/+2
|
* [android] mapbox-gestures-android vendorŁukasz Paczos2019-01-151-1/+1
|
* [android] - introduce NativeMap abstraction, remove static code block ↵tobrun2019-01-151-1/+0
| | | | removal utility
* [android] Implement google benchmark runner for Android platformAlexander Shalamov2019-01-111-0/+4
|
* [android] - add unit tests for Style.java APITobrun2018-12-101-0/+1
|
* [android] removed unnecessary appcompat exclusion from the telemetry dependencyŁukasz Paczos2018-11-291-3/+1
|
* [android] - remove java 8 language featuresTobrun2018-10-311-5/+0
|
* [android] gestures library v0.3.0 bumpŁukasz Paczos2018-10-301-3/+1
|
* [android] Revert vectorDrawables.useSupportLibrary to false in order to ↵Tamás Szincsák2018-10-241-1/+0
| | | | increase stability on Android 4.4 and below
* [android] merge LocationLayerPlugin to Maps SDKŁukasz Paczos2018-09-121-2/+6
|
* [android] add support for gnustlKonstantin Käfer2018-09-111-1/+7
|
* [android] - modularise the sdktobrun2018-08-241-2/+1
|
* [android] - update user agent telemetryTobrun2018-08-221-1/+1
|
* [android] arbitrary offline region geometriesIvo van Dongen2018-08-201-0/+1
|
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-261-0/+1
|
* [android] - range alpha between 0 and 1 with android color conversiontobrun2018-06-271-0/+1
|
* [android] - added Android licenses make targetŁukasz Paczos2018-06-141-0/+8
|
* [android] - Render tests with PixelMatchTobrun Van Nuland2018-06-011-2/+2
|
* [android] - remove mips and armeabi as supported ABIsTobrun2018-05-221-4/+8
| | | | | | | | | | [android] - bump CI image to NDK 17 compatible [core] - remove setting edgeDistance to 0, comparison 'const short' > 32767 is always false [android] - remove throwing in desructor, undefined behaviour [android] - bump dependency versions of project
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-231-7/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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] - revert java8 support in the SDKtobrun2018-03-061-2/+2
| |
| * [android ] - new gestures library (cp #11221) (#11332)Łukasz Paczos2018-02-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] - remove lost dependency from the sdkTobrun2018-02-131-5/+0
| |
| * [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-131-0/+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-2/+0
| | | | | | | | | | | | * [android] remove unnecessary @jar and @aar dependencies suffixes * [android] remove lint baseline file from mapbox gl android sdk module and fix lint errors
* | [android] Adds gradle-dependency-graph-generator-plugin to Android project ↵Antonio Zugaldia2018-04-101-0/+1
| | | | | | | | | | | | | | | | | | | | (#11603) * adds gradle-dependency-graph-generator-plugin to the project * keep script in sync with https://github.com/mapbox/mapbox-android-demo/pull/671 * adds a makefile rule for dependency generation
* | [android ] - new gestures library (#11221)Łukasz Paczos2018-02-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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] Integration of the new events library (#10999)Pablo Guardiola2018-02-131-0/+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-2/+0
|/ | | | | | | (#11165) * [android] remove unnecessary @jar and @aar dependencies suffixes * [android] remove lint baseline file from mapbox gl android sdk module and fix lint errors
* [android] - cleaup dependencies.gradleTobrun2018-01-181-26/+21
|
* [android] - move gradle files to dedicated folderTobrun2018-01-111-5/+5
|
* [android] - add filesource activation/deactivation to OfflineRegion status ↵Tobrun2018-01-111-3/+3
| | | | and deletion
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-041-1/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * MapSnapshot attribution (#10362)Tobrun2017-11-141-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - add attribution * [android] - optimise attribution sources * [android] - rework datamodel to attribution class * [android] - refactor Attribution, add tests * [android] - add getter for attribution string * [android] - rework attribution to include small logo, add layout placement * [android] - finalise integration and layout logic
| * Downgrade min sdk to 14 (#10355)Tobrun2017-11-131-1/+0
| | | | | | | | | | | | | | | | * [android] - downgrade minimum sdk version to 14 * [android] bump MAS version to the one which includes min sdk version 14 * bump lost version to 3.0.4
* | [android] - bump gradle syntax to 4.1Tobrun2017-12-191-18/+10
| |
* | [android] - replace anonymous inner classes with lambdaTobrun2017-12-191-1/+1
|/
* [android] revert adding mapbox-android-core dependency (#10354) (#10380)Pablo Guardiola2017-11-031-2/+1
|