summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
|
* [android] - remove requirement of having a mapbox access token (#12001)Tobrun2018-05-251-14/+25
|
* 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-2331-1737/+773
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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)
| * [android] - expose public api telemetry (#11503)Tobrun2018-03-221-0/+3
| |
| * 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-162-0/+434
| |
| * [android] - add expression conversion, add getters (#11352)Tobrun2018-03-085-153/+186
| |
| * [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-0212-1135/+5
| |
| * [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-0814-88/+80
| | | | | | | | | | | | 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
* | migrated to use mapbox-java3.0 Osana Babayan2018-02-0814-88/+80
|/ | | | | migrated to use mapbox-java3.0 note that old 2.2.9 telementry is still used though
* [android] - add binding integration for RasterDEMSource, add exampleTobrun2018-01-251-0/+84
|
* [android] - correct marker location when using Snapshot#pixelForLatLngTobrun2018-01-251-3/+6
|
* [android] - allow setting an OkHttpClientTobrun2018-01-181-2/+2
|
* [android] - replaced Mapzen external vector source example with mapillaryTobrun2018-01-161-4/+13
|
* [android] - use the correct cancelable callback after posting the cancelationtobrun2018-01-101-2/+0
|
* [android] - include request urls when logging out failed http requestsTobrun2018-01-092-2/+5
|
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-043-4/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # cmake/core-files.cmake # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/build.gradle # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/CameraChangeDispatcher.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMapOptions.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/text/LocalGlyphRasterizer.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils/BitmapUtils.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/DebugModeActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/LocalGlyphActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MyLocationTintActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_local_glyph.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml # platform/darwin/src/MGLMapSnapshotter.mm # platform/darwin/src/MGLRendererConfiguration.h # platform/ios/CHANGELOG.md # platform/ios/DEVELOPING.md # platform/ios/INSTALL.md # platform/ios/README.md # platform/ios/resources/bg.lproj/Localizable.strings # platform/ios/resources/es.lproj/Localizable.strings # platform/ios/resources/vi.lproj/Localizable.strings # platform/ios/src/MGLMapView.mm # platform/macos/macos.xcodeproj/project.pbxproj # src/mbgl/text/glyph_manager.cpp
| * Saving/restoring MyLocationViewSettings (#10746) (#10748)Tobrun2017-12-191-1/+1
| | | | | | [android] saving/restoring MyLocationViewSettings, updated BitmapUtils
| * [android] Add Configuration hook for local ideograph font family and demo ↵Chris Loer2017-12-181-0/+81
| | | | | | | | activity
| * [android] - allow configurable http loggingTobrun2017-12-121-1/+4
| |
| * Monkey crashes (#10440) (#10472)Pablo Guardiola2017-11-162-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - avoid null map from trackballevent * [android] - fixup animated marker test activity from monkey runs * [android] - harden NativeMapView OnMapChangeListener * [android] - harden against destroyed wrapper activity while moving touch pointers * [android] - harden bulk marker activity for monkey runner * [android] - harden scale end gesture event for null velocity tracker * [android] - invalid mapboxMap invocation * [android] - reset test setup
| * MapSnapshot attribution (#10362)Tobrun2017-11-142-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - add attribution * [android] - optimise attribution sources * [android] - rework datamodel to attribution class * [android] - refactor Attribution, add tests * [android] - add getter for attribution string * [android] - rework attribution to include small logo, add layout placement * [android] - finalise integration and layout logic
| * [android] Cherry picks to agua (#10442)Pablo Guardiola2017-11-101-1/+3
| | | | | | | | | | | | | | | | | | | | * [android] fix map snapshotter marker example The reference to the MapSnapshotter needs to be held for the duration of the snapshot, otherwise it might be GC'd * [android] MapRendererRunnable - avoid weak reference table overflow Apparently on some devices the weak reference table is limited (numbers around 52000). Even though we don't use that many weak references, when GC is not called for a while they can stack up and a crash will occur before the GC has had the time to clear the references. The C++ peer now holds on to a global ref (strong) which can be obtained to queue the java peer and then release automatically so that the GC can take over after the runnable has been executed.