summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into ↵Fabian Guerra2017-04-111-7/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boundsj-merge-release-branch # Conflicts: # cmake/core-files.cmake # mapbox-gl-js # platform/android/CHANGELOG.md # platform/ios/CHANGELOG.md # platform/macos/CHANGELOG.md # platform/qt/bitrise-qt5.yml # src/mbgl/gl/attribute.hpp # src/mbgl/gl/context.cpp # src/mbgl/gl/program.hpp # src/mbgl/map/map.cpp # src/mbgl/programs/program.hpp # src/mbgl/renderer/painter.cpp
| * Revert 5.x touch changes (#8585)Tobrun2017-03-301-7/+0
| | | | | | | | | | | | | | | | | | | | * Revert "[android] - only dispatch events if not handled by MarkerView (#8447)" This reverts commit 09d76854ab15b2a6f473c270da9d46e903e426da. * Revert "[android] - move touch handling of MarkerViews back to View#setOnClickListener. Workaround panning issue by dispatching touch events to the parent ViewGroup. (#8272)" This reverts commit 1693b389d7d17315b8a2a9bdd862207ace053f77.
* | [android] Polygon holes (#8557)Pablo Guardiola2017-04-113-0/+35
| | | | | | | | | | | | | | | | * add 1 hole support to polygon-related classes * fix no hole crash and add triangle hole shape example * add support for multiple holes
* | [android] - transition options for layer properties (#8509)Tobrun2017-03-311-4/+8
| | | | | | | | | | [android] fixup highlevel bindings for transition options finish integration
* | [android] resource transform callback exampleIvo van Dongen2017-03-303-0/+119
| |
* | [android] - fixup location permissions in test app pre Android Marshmallow ↵Tobrun2017-03-301-1/+10
| | | | | | | | (#8559)
* | [android] - Update CircleLayerActivity with style switching. (#8274)Tobrun2017-03-302-72/+170
| |
* | [android] - transition options in milliseconds, added test cases, fixup test ↵Tobrun2017-03-301-2/+2
| | | | | | | | activity code (#8576)
* | [android] geojson source - add conversion testsIvo van Dongen2017-03-289-0/+242
|/
* [android] - only dispatch events if not handled by MarkerView (#8447)Tobrun2017-03-171-0/+7
| | | use onTouch listener to ignore dispatching action up events to MapView when they are already handled by MarkerView.
* [android] query source featuresIvo van Dongen2017-03-104-0/+145
|
* [android] - zoom to rounded levelsTobrun2017-03-103-1/+27
|
* [android] remove unnecessary manifest permissionsAntonio Zugaldia2017-03-091-3/+0
|
* [android] remove unnecessary manifest inclusionAntonio Zugaldia2017-03-091-2/+0
|
* [android] - add style loading callback (#8291)Tobrun2017-03-092-2/+23
| | | | | | * [android] - add style loading callback that is invoked when a style finishes loading. * fixup language + add support for adding a callback when invoking setStyle with the default styles.
* [android] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-041-1/+2
|
* [android] - example on converting an Android SDK view to a Bitmap to be used ↵Tobrun2017-03-043-17/+57
| | | | as SymbolAnnotation (#8258)
* Only listen to connectivity broadcast events when needed (#8222)Tobrun2017-03-011-1/+1
| | | | | | * [android] - only listen to connectivity change events when needed. * [android] - fix compile var args warning, remove redundant test
* [android] insert layer aboveIvo van Dongen2017-02-284-5/+4
|
* [android] source list accessor + exampleIvo van Dongen2017-02-282-0/+17
|
* [android] layer list accessor + exampleIvo van Dongen2017-02-282-0/+18
|
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-2746-80/+193
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* [android] jni high level binding refactorIvo van Dongen2017-02-245-0/+204
|
* [android] remove nonexistent layer or source handlingIvo van Dongen2017-02-233-21/+5
|
* 7798-ObjectAnimator-rotation (#7907)Tobrun2017-02-071-1/+8
|
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-0481-459/+200
|
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-034-21/+38
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* [android] data driven style implementationIvo van Dongen2017-02-027-17/+494
|
* [android] - force portrait mode to make instrumentation test run more ↵Tobrun2017-01-271-5/+9
| | | | reliable (#7885)
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-2776-157/+157
|
* [Android] Make spinner under Add Markers in Bulk readable (#7836)Austin O'Neil2017-01-251-0/+11
|
* [android] Move the simple map activity to a "Basic" section, always listed ↵Antonio Zugaldia2017-01-233-2/+4
| | | | | | | | 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-23107-3268/+666
|
* [android] - zoom to at least 2 when tracking is enabled (#7795)Tobrun2017-01-231-97/+4
| | | | | | * [android] - zoom to at least 2 when tracking is enabled, introduce interface for zoom invalidation, simplify example * fixup unit test, added test for new interface + focal point interface
* refs #6779: mobile & Mac SDK style transition options (#7711)Justin R. Miller2017-01-181-0/+2
|
* [android] - remove deprecated emerald (#7767)Tobrun2017-01-181-1/+1
| | | | | [android] - remove deprecation annoation for setStyle [android] - dismiss tracking on gesture deprecation cleanup
* update gradle files and packages to use smaller versions of MAS and save ↵Antonio Zugaldia2017-01-104-16/+16
| | | | methods (#7642)
* [android] - Show bus stops and route Circle Layer Activity (#7402)Tobrun2017-01-056-52/+141
|
* [android] - harden MapboxMapOptions, extract duplicate fragment logic, fixup ↵Tobrun2016-12-212-5/+16
| | | | DoubleMapActivity (#7507)
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-172-15/+10
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-1681-9152/+9206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] - move min/max zoom to transform class, cleanup usage of double ↵Tobrun2016-12-154-7/+7
| | | | vs float, renaming for parity (#7306)
* [android] - add OnMarkerView add callback (#7429)Tobrun2016-12-143-55/+93
|
* Allows for setting the user location icon to transparent (#7393)Cameron Mace2016-12-143-11/+49
| | | | | | * allows for setting the user location icon to transparent * removed color check
* [android] - remove overlay SurfaceView examples (#7278)Tobrun2016-12-064-297/+0
|
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-062-4/+8
| | | | | | * [android] - refactor dependencies * ignore tests
* added round icon to testapp (#7193)Cameron Mace2016-11-286-0/+1
|
* Add instrumentation tests for query rendered features (#7127)Tobrun2016-11-286-29/+13
| | | | | | * [android] - add tests for query rendered features * move initialising camera to xml
* [android] - fixup timber merge (#7179)Tobrun2016-11-242-22/+16
|
* [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-2331-152/+127
|