summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com
Commit message (Collapse)AuthorAgeFilesLines
* [android] expose offline database merge APIŁukasz Paczos2018-09-261-0/+119
|
* [android] - avoid failing CI tests when device under test doesn't have a ↵tobrun2018-09-252-78/+5
| | | | valid internet connection
* [android] - replace reflection setup with a findViewById, improves stability ↵Tobrun2018-09-242-18/+18
| | | | of the instrumentation tests on cCI
* [android] improved render timeouts in LocationComponent testsŁukasz Paczos2018-09-123-45/+93
|
* [android] updated location tracking gestures management testsŁukasz Paczos2018-09-121-0/+7
|
* [android] LocationComponent - javadoc fixes, improved initialization, ↵Łukasz Paczos2018-09-123-139/+116
| | | | removed location save state
* [android] location saved state tests, default location engine deactivation testŁukasz Paczos2018-09-121-7/+99
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-127-443/+443
| | | | LocationLayerPlugin, now called LocationComponent
* [android] save location stateŁukasz Paczos2018-09-122-25/+21
|
* [android] adapt LocationLayerPlugin's test suiteŁukasz Paczos2018-09-129-633/+614
|
* [android] merge LocationLayerPlugin to Maps SDKŁukasz Paczos2018-09-129-0/+1790
|
* [android] - replace platform default implementation using nunicode for ↵tobrun2018-09-111-0/+50
| | | | uppercasing an lowercasing with an Android specific String.java equivalent
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-071-0/+14
|
* [android] - disable flaky camera teststobrun2018-09-063-0/+30
|
* [android] - add get source id to supported layer typestobrun2018-09-049-0/+110
|
* [core] Implement CrossFadedDataDrivenProperty to add support for feature ↵Molly Lloyd2018-08-313-0/+48
| | | | expressions in `*-pattern` properties
* [android] - modularise the sdktobrun2018-08-241-0/+33
|
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-231-1/+1
| | | | | | | | Porting of https://github.com/mapbox/mapbox-gl-js/pull/6303 See the link above for the description of the feature and its limitations). Based on patch from @lbud (Lauren Budorick).
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-221-1/+62
|
* [android] - updated GeoJsonSource testsŁukasz Paczos2018-08-211-60/+64
|
* [android] temporarily disable CustomGeometrySource testsŁukasz Paczos2018-08-131-0/+3
|
* [android] - use uncoverted bearing value for latlngbounds calculationtobrun2018-08-131-0/+32
|
* [android] shutting down thread pool of the CustomGeometrySource when the ↵Łukasz Paczos2018-08-101-0/+68
| | | | source is destroyed
* VisibleRegion on rotated bounds (#12135) (#12255)Osana Babayan2018-07-271-0/+48
|
* [android] Test token strings for icon-image and text-fieldJohn Firebaugh2018-07-202-0/+11
|
* [android] VisibleRegion instrumentation testsŁukasz Paczos2018-07-181-0/+342
|
* [android] - add geojson regression tests for java method look up from JNItobrun2018-07-131-13/+103
|
* [android] - fix jni method lookup of GeometryCollection accessor geometries, ↵tobrun2018-07-091-0/+49
| | | | add regression test
* [android] - create device independent tests for camera position testingtobrun2018-07-055-54/+24
|
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-052-102/+268
|
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt ↵tobrun2018-07-051-4/+106
| | | | and bearing transformation in old api
* [android] - avoid race condition when calling getMapAsync from ↵tobrun2018-07-051-7/+12
| | | | OnMapReadyIdlingResource
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-211-0/+14
| | | | | | | | | | * update style-code for raster-resampling * implement user-defined raster-resampling * invert filter condition * raster-resampling -> raster-resampling-mode for darwin language conventions
* [android] - move match stops conversion to Stop.toExpressionArraytobrun2018-06-121-4/+20
|
* [android] - Render tests with PixelMatchTobrun Van Nuland2018-06-013-0/+110
|
* [android] - allow literal expression property argumentsŁukasz Paczos2018-05-281-0/+11
|
* UI thread checking (#12000)Tobrun2018-05-254-91/+104
| | | * [android] - add UI thread checking
* [core] Rework spec function/expression taxonomyLauren Budorick2018-05-1410-11/+11
| | | Ports https://github.com/mapbox/mapbox-gl-js/pull/6521, updating codegen scripts to parse new expression taxonomy.
* [android] - null check source before removingŁukasz Paczos2018-05-021-0/+14
|
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2318-11050/+2109
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Rework logical condition convenience expressions (#11555)Tobrun2018-04-042-2/+2
| | | | | | * [android] - rework expression logical operator api to match actual usage
| * [android] - don't load default style if style json string was set (#11520)Tobrun2018-03-261-0/+77
| |
| * Expression filters (#11429)Tobrun2018-03-199-2/+142
| | | | | | * [android] - add expression filter integration
| * [android] - add expression conversion, add getters (#11352)Tobrun2018-03-0813-10618/+1911
| |
| * Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-022-263/+0
| |
| * [android] - add heatmap color propertyTobrun2018-03-011-0/+2
| |
| * [android] - remove camera api from MapboxMap, refactor test app code to ↵Tobrun2018-02-202-190/+0
| | | | | | | | CameraUpdateFactory api
* | [android] - add instrumentation tests for FileSource activation/deactivationTobrun2018-02-205-39/+184
|/
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+626
| | | | | Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> Co-Authored-By: Anand Thakker <anandthakker@users.noreply.github.com> Co-Authored-By: Minh Nguyễn <1ec5@users.noreply.github.com>
* migrated to use mapbox-java3.0 Osana Babayan2018-02-081-4/+4
| | | | | migrated to use mapbox-java3.0 note that old 2.2.9 telementry is still used though