summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src
Commit message (Collapse)AuthorAgeFilesLines
* [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] - 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-2372-13256/+3170
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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)
| * [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-202-11/+5
| |
| * Expression filters (#11429)Tobrun2018-03-1916-34/+200
| | | | | | * [android] - add expression filter integration
| * Test activity for gestures manager (#11449)Łukasz Paczos2018-03-168-140/+640
| |
| * [android] - add expression conversion, add getters (#11352)Tobrun2018-03-0818-10771/+2097
| |
| * [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-0230-1729/+5
| |
| * [android] - add heatmap color propertyTobrun2018-03-012-3/+15
| |
| * [android] - remove camera api from MapboxMap, refactor test app code to ↵Tobrun2018-02-203-195/+15
| | | | | | | | CameraUpdateFactory api
| * Merge branch 'master' into release-bobaFabian Guerra2018-02-156-0/+869
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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-139-2/+180
| | |
| * | [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-137-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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-0815-92/+84
| | | | | | | | | | | | 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-226-292/+458
| | |
* | | [android] - add instrumentation tests for FileSource activation/deactivationTobrun2018-02-205-39/+184
| |/ |/|
* | [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-156-0/+869
| | | | | | | | | | 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-137-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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-0815-92/+84
|/ | | | | 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-256-3/+119
|
* [android] - correct marker location when using Snapshot#pixelForLatLngTobrun2018-01-251-3/+6
|
* [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
|
* [android] - allow setting an OkHttpClientTobrun2018-01-181-2/+2
|
* [android] - replaced Mapzen external vector source example with mapillaryTobrun2018-01-161-4/+13
|
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-101-0/+57
|
* [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
|
* [android] - fix code generation, remove lamda, fixup color conversion localetobrun2018-01-098-6388/+7562
|
* Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-045-6/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * [android] Tweak TinySDF docs to better describe font-family behavior.Chris Loer2017-12-192-2/+2
| |
| * 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-185-23/+142
| | | | | | | | activity