summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp
Commit message (Collapse)AuthorAgeFilesLines
...
* [android] - example to render symbols offline with resources loaded from assetstobrun2018-08-218-66/+12527
|
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView ↵Tobrun2018-08-212-24/+23
| | | | attributes
* [android] - updated GeoJsonSource testsŁukasz Paczos2018-08-211-60/+64
|
* [android] - converting GeoJsonSource Java features to core ones on a worker ↵Łukasz Paczos2018-08-211-1/+0
| | | | thread
* [android] Make AndroidRendererFrontend to request render once per event loop ↵Kiyong Jung2018-08-213-0/+18
| | | | | | (#12586) When AndroidRendererFrontend::update() called multiple times in a single loop, updateAsyncTask->send() will perform nothing, thus MapRenderer::update()/requestRender() will be coalesced.
* Fix to textureview transparent background testapp activity (#12605)Langston Smith2018-08-142-3/+2
| | | | | | * removed comma * removed map style declaration in xml
* [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-102-4/+76
| | | | source is destroyed
* VisibleRegion on rotated bounds (#12135) (#12255)Osana Babayan2018-07-271-0/+48
|
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-262-1/+4
|
* [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] - add convenience method for destroyed state on MapView, can be ↵tobrun2018-07-122-4/+6
| | | | used to determine if an asynchrous result should be set on map.
* [android] - fix jni method lookup of GeometryCollection accessor geometries, ↵tobrun2018-07-091-0/+49
| | | | add regression test
* [android] - added DraggableMarkerActivityŁukasz Paczos2018-07-065-13/+360
|
* [android] - added Kotlin dependencies to the test appŁukasz Paczos2018-07-061-0/+4
|
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-051-2/+12
|
* [android] - create device independent tests for camera position testingtobrun2018-07-0510-67/+131
|
* [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
* [android] - remove reflection lookup for MarkerViewAdapter intialisationtobrun2018-06-261-2/+2
|
* [android] - fix geojson example, internal logic change with expressions ↵tobrun2018-06-262-12/+53
| | | | conversion
* [android] - add support for sdf by exposing sdf confiigurationn when calling ↵tobrun2018-06-251-8/+25
| | | | MapboxMap#addImage.
* [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] - show amount failed tests and executed tests, integrate ↵tobrun2018-06-112-0/+17
| | | | pixelratio in tests
* [android] - added AnimatedSymbolLayerActivity back to the TestAppŁukasz Paczos2018-06-112-1/+439
|
* [android] - ignore render tests from ignores.jsontobrun2018-06-082-16/+64
|
* [android] - parsing fragment's xml attributesŁukasz Paczos2018-06-071-22/+22
|
* [android] - Render tests with PixelMatchTobrun Van Nuland2018-06-019-3/+657
|
* [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
* [android] - remove requirement of having a mapbox access token (#12001)Tobrun2018-05-251-14/+25
|
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-234-0/+84
| | | * [core, android, darwin] - add style JSON configuration on MapSnapshotter
* [android] - expose MapView created callbacks on MapFragment and ↵tobrun2018-05-172-62/+99
| | | | MapSupportFragment
* [android] - expose MapView#setOfflineRegionDefinitiontobrun2018-05-172-2/+29
|
* [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] - build release with debug signingtobrun2018-05-081-0/+1
|
* [android] - fix expression example that changes icon images dynamicallytobrun2018-05-021-12/+5
|
* [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-2373-13258/+3172
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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] - add paused state to map renderer, don't render snapshot when ↵Tobrun2018-04-101-0/+9
| | | | | | | | paused (#11358)
| * Rework expression conversion (#11490)Tobrun2018-04-101-0/+7
| | | | | | * [android] - rework expression conversion
| * Rework logical condition convenience expressions (#11555)Tobrun2018-04-043-3/+3
| | | | | | * [android] - rework expression logical operator api to match actual usage
| * Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-5/+1
| | | | | | | | | | | | Use a host interface for CustomLayer instead of function pointers Co-authored-by: Julian Rex <julian.rex@mapbox.com>
| * [android] - don't load default style if style json string was set (#11520)Tobrun2018-03-261-0/+77
| |
| * [android] - correctly convert Android int colors with to-color expression ↵Tobrun2018-03-231-4/+6
| | | | | | | | (#11506)