summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
Commit message (Collapse)AuthorAgeFilesLines
* [android] - move strings resources to dedicated files, fixup simple map ↵Tobrun Van Nuland2017-09-181-241/+0
| | | | activity, fixup double map activity, snapshot activity home button click fix, add activity titles, remove obsolete navigation drawer activity
* [android] map snapshotterIvo van Dongen2017-08-301-0/+2
|
* [android] - add example of camera zoom function on a symbol layer.Tobrun2017-08-101-2/+2
|
* [android] - expose setStyleJson and getStyleJsonTobrun Van Nuland2017-08-101-2/+2
|
* [android] fix formatting zoom position DebugModeActivity crash (#9718)Pablo Guardiola2017-08-071-1/+1
|
* Solve lint issues, reduce baseline (#9627)Tobrun2017-07-281-1/+55
| | | | * [android] - fix lint issues SDK
* [android] - add zMediaOverlay configuration, add bottom sheet test setupTobrun Van Nuland2017-07-261-0/+2
|
* [android] - add Map change & visibility test activities (#9425)Tobrun2017-07-071-0/+4
|
* Merge branch 'release-ios-v3.6.0-android-v5.1.0'Tobrun2017-07-051-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .travis.yml # circle.yml # cmake/core-files.cmake # include/mbgl/style/function/composite_function.hpp # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/build.gradle # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/Mapbox.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/constants/MyBearingTracking.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/constants/MyLocationTracking.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/location/LocationSource.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/CameraChangeDispatcher.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapGestureDetector.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/TrackingSettings.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Transform.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/widgets/MyLocationView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/light/Light.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/light/Position.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style/light/light.java.ejs # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils/BitmapUtils.java # platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/style/LightTest.java # platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/style/light.junit.ejs # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/camera/CameraPositionActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MockLocationEngine.java # platform/android/dependencies.gradle # platform/android/src/native_map_view.cpp # platform/darwin/scripts/generate-style-code.js # platform/darwin/src/MGLGeometry_Private.h # platform/darwin/src/MGLLight.h # platform/darwin/src/MGLLight.mm # platform/darwin/src/MGLSource.h # platform/darwin/src/MGLStyle.h # platform/darwin/src/MGLStyle.mm # platform/darwin/test/MGLLightTest.mm # platform/default/default_file_source.cpp # platform/ios/CHANGELOG.md # platform/ios/Mapbox-iOS-SDK-symbols.podspec # platform/ios/Mapbox-iOS-SDK.podspec # platform/ios/resources/Images.xcassets/default_marker.imageset/default_marker.pdf # platform/macos/CHANGELOG.md # scripts/generate-shaders.js # src/mbgl/layout/symbol_layout.cpp # src/mbgl/programs/program.hpp # src/mbgl/programs/symbol_program.hpp # src/mbgl/programs/uniforms.hpp # src/mbgl/renderer/frame_history.cpp # src/mbgl/renderer/paint_property_binder.hpp # src/mbgl/shaders/line.cpp # src/mbgl/shaders/line_pattern.cpp # src/mbgl/shaders/line_sdf.cpp # src/mbgl/sprite/sprite_atlas.hpp # src/mbgl/style/layers/line_layer_properties.hpp # src/mbgl/style/sources/geojson_source.cpp # src/mbgl/style/style.cpp # src/mbgl/text/glyph_atlas.hpp # src/mbgl/tile/geometry_tile.cpp # src/mbgl/tile/geometry_tile.hpp # test/style/style.test.cpp
| * Custom location source fix (#9142)Tobrun2017-06-091-0/+3
| | | | | | | | | | | | * [android] - custom location engine fixes (#9139) * Update to latest LOST dependency, fixup internal location source integration
* | [android] Add ImageSource bindingsAsheem Mamoowala2017-06-191-0/+2
|/
* [android] - add 3D buildings example (#8845)Tobrun2017-05-031-0/+2
| | | [android] - add support for filter for fillextrusionlayer.
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+2
|
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-201-0/+2
| | | | | | * add a way to use a custom location source * add custom location engine example to test app
* [android] - add binding integration for Map::setLatLngbounds, add example ↵Tobrun2017-04-131-0/+2
| | | | (#8622)
* [android] Polygon holes (#8557)Pablo Guardiola2017-04-111-0/+1
| | | | | | | | * add 1 hole support to polygon-related classes * fix no hole crash and add triangle hole shape example * add support for multiple holes
* [android] resource transform callback exampleIvo van Dongen2017-03-301-0/+3
|
* [android] query source featuresIvo van Dongen2017-03-101-0/+2
|
* [android] - zoom to rounded levelsTobrun2017-03-101-0/+1
|
* [android] jni high level binding refactorIvo van Dongen2017-02-241-0/+2
|
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-041-83/+19
|
* [android] data driven style implementationIvo van Dongen2017-02-021-0/+2
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* [android] Move the simple map activity to a "Basic" section, always listed ↵Antonio Zugaldia2017-01-231-0/+1
| | | | | | | | first (#7817) * move the simple map activity to a basic section, always listed first * category_first -> category_basic
* Test app refactor (#7598)Cameron Mace2017-01-231-20/+3
|
* [android] - Show bus stops and route Circle Layer Activity (#7402)Tobrun2017-01-051-3/+3
|
* Allows for setting the user location icon to transparent (#7393)Cameron Mace2016-12-141-0/+1
| | | | | | * allows for setting the user location icon to transparent * removed color check
* [android] - remove overlay SurfaceView examples (#7278)Tobrun2016-12-061-4/+0
|
* Add simple map activity to testapp (#7136)Pablo Guardiola2016-11-221-0/+2
| | | | | | * [android] 6481 - add simple map activity to test app * [android] #6481 - exclude SimpleMapActivity
* [android] - getMarkerViews in rect should return in bound views (#7015)Tobrun2016-11-141-0/+2
| | | | | | | | * [android] - getMarkerViews in rectangle should only return in bound views. * added example in test app for debugging * Covert rectangle coming in to density dependant rectangle
* [android] test activity for runtime changes to symbolsIvo van Dongen2016-11-091-0/+2
|
* [android] add test activity for symbol queryingIvo van Dongen2016-11-021-0/+2
|
* [android] - add realtime geojson example from gl-js (#6751)Tobrun2016-10-201-0/+2
|
* Adds map dialog activity to testapp (#6741)Cameron Mace2016-10-191-0/+3
| | | | | | * adds map dialog activity to testapp * added to genertate-test-code script
* [android] #6635 - Sample multimap activityAntonio Zugaldia2016-10-101-0/+2
| | | | | | * [android] sample multimap activity * add MultiMapActivity to excludeActivities in generate-test-code.js
* [android] Revise handling of tracking modes and interactionsclydebarrow2016-10-051-0/+2
| | | | | | | | | | | | with touch gestures. This fixes issues #6549 and #6567. Also pertinent to #6557. Additional code has been added to the test app (Activity "User Tracking Mode") to test. A potential race condition in the MapboxMap#easeCamera() methods where a camera change generated by tracking which could have reset the tracking modes has been eliminated by factoring out a new method MapboxMap#easeCameraInternal().
* [android] Add sprite image exampleIvo van Dongen2016-09-301-0/+2
|
* [android] file:// exampleIvo van Dongen2016-09-301-0/+2
|
* 6402 update offline metadata android (#6456)Tobrun2016-09-281-0/+2
| | | | | | | | | | * [android] - update offline metadata jni integration * extract offline utils for reuse * add test activity for update metadata * fix requested signature changes
* [android] - do not update marker while creating (#6314)Tobrun2016-09-191-0/+2
| | | | | | | | * [android] - do not update marker while creating, add activity to prevent regression * [core] - add asserts to incorrect usage of update and remove annotations api * [android] - fix marker tests
* [android] added video view example (#6198)Cameron Mace2016-08-311-0/+2
| | | | | | * [android] added video view example * removed map ready callback
* [android] add method addMarkerViews with only one invalidateSylvain HOCQ2016-08-291-0/+1
| | | | | | * add method addMarkerViews with only one invalidate * clean sample BulkMarkerActivity
* [android] #6083 - add circle example (#6086)Tobrun2016-08-291-1/+3
| | | | | | * add method addMarkerViews with only one invalidate * [android] #6083 - add circle example
* 6039 focal point uses MyLocationView padding (#6108)Tobrun2016-08-231-0/+2
| | | | | | | | | | | | * [android] - don't auto tint drawables + formatting * [android] - formatting * [android] #6039 - fixes focal point when padding mylocationview * [android] #5977 - MyLocationView.setPadding example + formatting Manifest * [android] - Reset to default configuration, cleanup class
* [android] #5869 - visible feature queryingIvo van Dongen2016-08-161-0/+7
|
* [android] #5852 - geojson source clusteringIvo van Dongen2016-08-131-0/+2
|
* [android] #5801 - add setMediaOverlay example for a secondary SurfaceViewTobrun2016-08-031-0/+2
|
* [android] #5378 - NavDrawer rendering issues, added snackbar exampleTobrun Van Nuland2016-08-031-5/+4
|
* [android] #5663 - make shape annotations updateableTobrun2016-08-031-0/+6
|
* [android] - add print exampleTobrun Van Nuland2016-08-021-0/+2
|