summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity
Commit message (Collapse)AuthorAgeFilesLines
...
* [android] LocationLayer example activitiesŁukasz Paczos2018-09-125-0/+944
|
* [android] - replace platform default implementation using nunicode for ↵tobrun2018-09-111-1/+2
| | | | uppercasing an lowercasing with an Android specific String.java equivalent
* [android] minor reference app fixesŁukasz Paczos2018-09-077-26/+47
|
* [android] - make kotlin activity compatible with sanity testsTobrun2018-09-051-0/+4
|
* [android] - update broken test app examplesTobrun2018-08-273-40/+44
|
* [android] - modularise the sdktobrun2018-08-242-6/+0
|
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-231-0/+117
|
* [android] - example to render symbols offline with resources loaded from assetstobrun2018-08-211-55/+76
|
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView ↵Tobrun2018-08-211-13/+23
| | | | attributes
* [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-211-0/+13
| | | | | | (#12586) When AndroidRendererFrontend::update() called multiple times in a single loop, updateAsyncTask->send() will perform nothing, thus MapRenderer::update()/requestRender() will be coalesced.
* [android] shutting down thread pool of the CustomGeometrySource when the ↵Łukasz Paczos2018-08-101-4/+8
| | | | source is destroyed
* [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] - added DraggableMarkerActivityŁukasz Paczos2018-07-061-0/+314
|
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-051-2/+12
|
* [android] - create device independent tests for camera position testingtobrun2018-07-052-1/+77
|
* [android] - remove reflection lookup for MarkerViewAdapter intialisationtobrun2018-06-261-2/+2
|
* [android] - fix geojson example, internal logic change with expressions ↵tobrun2018-06-261-12/+44
| | | | conversion
* [android] - add support for sdf by exposing sdf confiigurationn when calling ↵tobrun2018-06-251-8/+25
| | | | MapboxMap#addImage.
* [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-111-0/+438
|
* [android] - ignore render tests from ignores.jsontobrun2018-06-082-16/+64
|
* [android] - Render tests with PixelMatchTobrun Van Nuland2018-06-015-3/+544
|
* Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-231-0/+71
| | | * [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-171-2/+28
|
* [android] - fix expression example that changes icon images dynamicallytobrun2018-05-021-12/+5
|
* Merge branch 'release-boba' into masterupstream/fabian-merge-v4.0.0Fabian Guerra2018-04-2328-1724/+762
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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-041-1/+1
| | | | | | * [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] - correctly convert Android int colors with to-color expression ↵Tobrun2018-03-231-4/+6
| | | | | | | | (#11506)
| * Literal array conversion of primitive arrays (#11500)Tobrun2018-03-221-1/+7
| | | | | | * [android] - literal array conversion of primitives types
| * [android] bumped gestures library version to 0.1.0 (#11483)Łukasz Paczos2018-03-201-10/+4
| |
| * Expression filters (#11429)Tobrun2018-03-197-32/+58
| | | | | | * [android] - add expression filter integration
| * Test activity for gestures manager (#11449)Łukasz Paczos2018-03-161-0/+428
| |
| * [android] - add expression conversion, add getters (#11352)Tobrun2018-03-084-149/+185
| |
| * [android] take advantage of MAS 3.0-beta.3 changesOsana Babayan2018-03-061-24/+15
| | | | | | fromLngLats() take double arrays are called from Java (not the List<Point> ones)
| * Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-0211-1126/+4
| |
| * [android] - add heatmap color propertyTobrun2018-03-011-3/+13
| |
| * [android] - remove camera api from MapboxMap, refactor test app code to ↵Tobrun2018-02-201-5/+15
| | | | | | | | CameraUpdateFactory api
| * Merge branch 'master' into release-bobaFabian Guerra2018-02-151-0/+216
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/Mapbox.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/widgets/CompassView.java # platform/android/scripts/exclude-activity-gen.json # platform/ios/CHANGELOG.md # platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/macos/CHANGELOG.md
| * | [android] - translucent surface on TextureViewTobrun2018-02-132-1/+95
| | |
| * | [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-136-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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
| * | migrated to use mapbox-java3.0 Osana Babayan2018-02-0813-80/+72
| | | | | | | | | | | | migrated to use mapbox-java3.0 old 2.2.9 telementry is still used though
* | | [android] fix CameraAnimatorActivity home button (#11383)Łukasz Paczos2018-03-051-3/+6
| | |
* | | [android] - port animated markers activity to symbol layerTobrun2018-02-222-283/+449
| |/ |/|
* | [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+216
| | | | | | | | | | 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>
* | [android] Integration of the new events library (#10999)Pablo Guardiola2018-02-136-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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