summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src
Commit message (Collapse)AuthorAgeFilesLines
* [android] - ceil map dimensionsupstream/lp-cp-12116Łukasz Paczos2018-06-111-2/+2
| | | | (cherry picked from commit 0b883fd)
* [android] - parsing fragment's xml attributesŁukasz Paczos2018-06-072-0/+29
| | | | (cherry picked from commit 2c29d3b)
* [android] - Render tests with PixelMatchTobrun Van Nuland2018-06-012-48/+116
|
* [android] - ensure that camera is invalidated before generating telemetry eventandroid-v6.2.0-beta.1Łukasz Paczos2018-06-012-15/+12
|
* [android] - expose enableOnUserRequest and disableOnUserRequest on Telemetrytobrun2018-05-302-6/+29
|
* [core] [android] - add style json setter/getter to map snapshottertobrun2018-05-301-0/+6
|
* [android] - fix literal wrapping in comparission expressionstobrun2018-05-292-16/+57
|
* [android] - allow literal expression property argumentsŁukasz Paczos2018-05-282-2/+7
|
* [android] - raw expression supportŁukasz Paczos2018-05-284-91/+255
|
* UI thread checking (#12000)Tobrun2018-05-2525-106/+540
| | | * [android] - add UI thread checking
* [android] - remove requirement of having a mapbox access token (#12001)Tobrun2018-05-253-41/+46
|
* [android] - update onMapChange docs for possible valuesŁukasz Paczos2018-05-241-0/+2
|
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-231-2/+12
| | | * [core, android, darwin] - add style JSON configuration on MapSnapshotter
* [android] - change MapView#initialize modifier to allow subclasses to ↵Tobrun2018-05-221-5/+7
| | | | override this method to provide alternate configurations to MapboxMapOptions
* [android] - expose MapView created callbacks on MapFragment and ↵tobrun2018-05-172-2/+61
| | | | MapSupportFragment
* [android] - add nullability annotations to public api for kotlin language ↵tobrun2018-05-174-59/+81
| | | | integration
* [android] - expose MapView#setOfflineRegionDefinitiontobrun2018-05-171-4/+35
|
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-171-0/+16
|\ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # mapbox-gl-js # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/gradle/dependencies.gradle # platform/darwin/src/MGLVectorTileSource.mm # platform/darwin/src/MGLVectorTileSource_Private.h # platform/ios/CHANGELOG.md # src/mbgl/style/expression/compound_expression.cpp
| * [android] - checking is renderer is not destroyed before delivering the snapshotŁukasz Paczos2018-05-041-6/+2
| |
| * [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-043-11/+7
| |
| * [android] - null check source before removingŁukasz Paczos2018-05-041-1/+5
| |
| * [android, ios, macos] Added Korean localizationMinh Nguyễn2018-05-021-0/+16
| |
| * [android] - promote pixel ratio to public api of NativeMapview.Tobrun2018-04-251-1/+6
| |
| * [android] - improve stop javadoc to include interpolateTobrun2018-04-241-1/+5
| |
| * [android] - clear map change listeners when map is destroyedTobrun2018-04-242-2/+4
| |
| * [android] - allow early callback registrationTobrun2018-04-241-5/+18
| |
| * [android] - integrate view callback abstractionTobrun2018-04-242-50/+57
| |
* | [android] - promote pixel ratio to public api of NativeMapview.Tobrun2018-05-141-1/+6
| |
* | [android] - improve stop javadoc to include interpolateTobrun2018-05-141-1/+5
| |
* | [android] - clear map change listeners when map is destroyedTobrun2018-05-142-2/+4
| |
* | [android] - allow early callback registrationTobrun2018-05-141-5/+18
| |
* | [android] - integrate view callback abstractionTobrun2018-05-142-50/+57
| |
* | [android] added more tests for LatLngBounds.union(), ↵Osana Babayan2018-05-112-53/+391
| | | | | | | | | | LatLngBounds.intersect() (#11777) fixed going over antimeridian for both
* | [android] - avoid rounding the pixelratio of the image addded through ↵Tobrun2018-05-111-2/+3
| | | | | | | | NativeMapView#addImage
* | [android] - null check source before removingŁukasz Paczos2018-05-021-1/+5
| |
* | [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-023-11/+7
| |
* | Revert "[android] - unwrap LatLngBounds for the shortest path when passing ↵Łukasz Paczos2018-05-023-66/+14
| | | | | | | | | | | | to core (#11759)" This reverts commit eb39c80
* | [android] - checking is renderer is not destroyed before delivering the snapshotŁukasz Paczos2018-05-021-6/+2
| |
* | Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-10/+10
| | | | | | | | | | | | - Pulls over an update to line.vertex.glsl (looks like a no-op?) - Add test ignores for collator, is-supported-script, line-gradient - Exclude collator, is-supported-script, line-gradient from code generation.
* | [android] - unwrap LatLngBounds for the shortest path when passing to core ↵Łukasz Paczos2018-04-243-14/+66
| | | | | | | | (#11759)
* | Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2394-7026/+3958
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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] - match expression doc tweaks (#11691)Łukasz Paczos2018-04-171-0/+4
| |
| * [android, ios, macos] Added European Portuguese localizationMinh Nguyễn2018-04-161-0/+16
| |
| * [android] Added Hebrew localizationMinh Nguyễn2018-04-161-0/+16
| |
| * [android] Added Czech localizationMinh Nguyễn2018-04-161-0/+16
| |
| * Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-113-5/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add abs, round, floor, ceil operators Port of https://github.com/mapbox/mapbox-gl-js/pull/6496 * [ios, macos] Simplified abs, ceiling, floor expressions * [ios, macos] Added rounding expression function * [android] - binding integration for round, ceil, floor and abs expressions * Update mapbox-gl-js to include non-integer rounding test * Drop extra braces * mapbox-gl-js -> master * Update style-spec docs -> PropertyFactory.java
| * [android] center was calculated incorrectly for LatLngBounds with zero span ↵Osana Babayan2018-04-112-4/+24
| | | | | | | | (#11650)
| * [android] LatLngBounds were not build correctly when lons were the same (#11647)Osana Babayan2018-04-102-1/+22
| |
| * [android] - add convinience step expression (#11641)Tobrun2018-04-101-0/+128
| |
| * [android] - add javadoc code examples for Android (#11540)Tobrun2018-04-101-23/+1413
| |