summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [core] update mapbox-gl-js submodule pinKonstantin Käfer2018-01-241-18/+0
| | | | | * disables transition render test (transitions are not supported with Still image rendering in Node.js) * removes support for hillshade-illumniation-direction-transition
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-232-1/+524
|
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+57
|
* [android] - fix code generation, remove lamda, fixup color conversion localetobrun2018-01-098-6388/+7562
|
* [android] - replace low level json parsingtobrun2018-01-041-0/+44
|
* [android] - add orientation change regression testtobrun2018-01-023-5/+120
|
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-1922-8674/+7153
|
* [android] - add config file for excluding generated tests, refactor ↵Tobrun2017-11-082-8/+5
| | | | generation script output
* [android] make location provider optional (#9488) (#10354)Pablo Guardiola2017-11-011-1/+1
|
* [android] - run all instrumenetation testsTobrun2017-10-311-0/+4
|
* [android] Make sure onFinish has new camera position after camera.move (#10324)Osana Babayan2017-10-311-1/+30
|
* [android] speed up ui testsIvo van Dongen2017-09-221-22/+21
| | | | - Make the idling resource use a push model instead of polling for the ready state.
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-301-0/+266
|