summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp
Commit message (Collapse)AuthorAgeFilesLines
* [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-206-39/+185
|
* [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-138-16/+15
| | | | | | | | | | | | | | | | | | | | * [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-0816-92/+86
| | | | | 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] - cleaup dependencies.gradleTobrun2018-01-181-28/+21
|
* [android] - replaced Mapzen external vector source example with mapillaryTobrun2018-01-161-4/+13
|
* [android] - move gradle files to dedicated folderTobrun2018-01-114-64/+4
|
* [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
| * [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.
* | [android] - replace low level json parsingtobrun2018-01-044-58/+86
| |
* | [android] - add orientation change regression testtobrun2018-01-023-5/+120
| |
* | Saving/restoring MyLocationViewSettings (#10746)Łukasz Paczos2017-12-191-1/+1
| | | | | | | | [android] saving/restoring MyLocationViewSettings, updated BitmapUtils
* | [android] - bump gradle syntax to 4.1Tobrun2017-12-192-18/+17
| |
* | [android] - replace anonymous inner classes with lambdaTobrun2017-12-1990-10327/+8203
| |
* | [android] - enable java 8 language featuresTobrun2017-12-191-3/+3
| |
* | [android] - add binding integration for expressions (#10654)Tobrun2017-12-196-140/+296
| |
* | [android] Add basic JavaDoc comment for LocalGlyphActivity.Chris Loer2017-12-111-0/+4
| |
* | [android] Tweak LocalGlyphActivity description to be a bit more specific ↵Chris Loer2017-12-111-1/+1
| | | | | | | | than the title.
* | [android] Fixups for LocalGlyphActivityChris Loer2017-12-111-1/+1
| |
* | [android] Add Configuration hook for local ideograph font family and demo ↵Asheem Mamoowala2017-12-116-26/+144
| | | | | | | | activity
* | [android] - update bottom sheet example with popable fragment backstack (#10506)Tobrun2017-11-231-12/+15
| |
* | [android] Add Grid source sample for Custom Geometry SourceAsheem Mamoowala2017-11-225-2/+182
| |
* | [android] - use TextureView for ViewPager carousel (#10519)Tobrun2017-11-211-0/+1
| |
* | Monkey crashes (#10440)Tobrun2017-11-102-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
* | Merge branch 'release-agua' into tvn-merge-releaseTobrun2017-11-1016-228/+469
|\ \ | |/
| * [android] - add config file for excluding generated tests, refactor ↵Tobrun2017-11-082-8/+5
| | | | | | | | generation script output
| * [android] revert adding mapbox-android-core dependency (#10354) (#10380)Pablo Guardiola2017-11-033-4/+4
| |
| * [android] test app - texture view test activitiesIvo van Dongen2017-11-0310-0/+743
| |
| * [android] make location provider optional (#9488) (#10354)Pablo Guardiola2017-11-016-47/+31
| |
| * [android] map snapshotter - wrap snapshot in native peer for access to the ↵Ivo van Dongen2017-11-017-10/+111
| | | | | | | | pointFor functionality
| * [android] map snapshotter - add mutatorsIvo van Dongen2017-11-015-0/+146
| |
| * [android] - run all instrumenetation testsTobrun2017-10-311-0/+4
| |
| * [android] - add bulk addImages api on MapboxMapTobrun2017-10-311-46/+95
| |