summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp
Commit message (Collapse)AuthorAgeFilesLines
* [android] move build to Android StudioKonstantin Käfer2017-03-171-2/+12
|
* [android] query source featuresIvo van Dongen2017-03-094-0/+145
|
* [android] use PropertyValue for default values in functionsIvo van Dongen2017-03-075-65/+130
|
* [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)
* [android] - update gradle and plugin for Android Studio 2.3 stable, update ↵Tobrun2017-03-031-0/+6
| | | | support library to latest version, add dexOptions to increase build times. (#8271)
* [android] - add unit test for Mapbox (#8228)Tobrun2017-03-011-0/+92
|
* Only listen to connectivity broadcast events when needed (#8222)Tobrun2017-03-012-22/+1
| | | | | | * [android] - only listen to connectivity change events when needed. * [android] - fix compile var args warning, remove redundant test
* [core] Implement data-driven styling for ↵Anand Thakker2017-02-281-0/+920
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | {text,icon}-{color,opacity,halo-color,halo-blur,halo-width} (#7939) * Add symbol dds attributes and adapt style code generation * Update to mapbox-gl-js/master * Refactor SymbolFeature as a subclass of GeometryTileFeature Prepares for enabling DDS on symbol paint properties by allowing the SymbolFeatures, which we keep around after constructing SymbolLayout, to be used in evaluating data-driven paint properties later in the layout process. * Draft approach for splitting icon/text paint properties The `Program` types are set up to bind GL attributes to each of the data-driven paint properties specified in the `PaintProperties` type provided. Since `SymbolPaintProperties` specifies both `Text*` and `Icon*` properties, the symbolIcon, symbolIconSDF, and symbolGlyph programs each attempt to bind roughly double the number of attributes that they actually need. This change addresses this by: - Adding the more specific `IconPaintProperties` and `TextPaintProperties` types, which are subsets of the full `SymbolPaintProperties`. - The symbol layer continues to use its `SymbolPaintProperties paint` member to track layer property state, but it provides helpers that construct objects of each the specific `{Icon,Text}PaintProperties::Evaluated` type, for use by the painter. - The three symbol programs instantiate `Program<>` using the appropriate `{Icon,Text}PaintProperties` type. * check in generated style code * Populate paint buffers for symbol DDS properties * Address first round of review comments * Refactor VectorTile{Layer,Feature} to explicitly share data * Update submodule
* [android] fix unit tests for #7944Ivo van Dongen2017-02-282-3/+3
|
* [android] insert layer at indexIvo van Dongen2017-02-281-0/+35
|
* [android] remove layer at indexIvo van Dongen2017-02-281-0/+25
|
* [android] insert layer aboveIvo van Dongen2017-02-285-8/+44
|
* [android] remove source returns referenceIvo van Dongen2017-02-281-1/+2
|
* [android] remove layer returns referenceIvo van Dongen2017-02-281-1/+2
|
* [android] source list accessor + exampleIvo van Dongen2017-02-283-0/+37
|
* [android] layer list accessor + exampleIvo van Dongen2017-02-283-0/+42
|
* [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-234-48/+10
|
* [android] - rename simple example map view (#8132)Tobrun2017-02-211-0/+1
| | | | | | * [android] - rename simple example map view from Wear module to explicitly state Wear in it's name * ignore flaky test
* [core] Enable property functions for text-{field,transform} (#7944)Anand Thakker2017-02-172-2/+92
|
* [android] - use project wide configurations for all modules + fixup wear ↵Tobrun2017-02-151-30/+23
| | | | compile error (#8066)
* [android] - ignore device dependant tests (#8063)Tobrun2017-02-155-0/+33
|
* [android] Update SDK dependency to MAS beta.1 (#8020)Antonio Zugaldia2017-02-101-1/+1
| | | | | | * remove unused repositories * move from snapshot to beta.1
* [android] Refactor composite stop types and conversionsIvo van Dongen2017-02-097-153/+115
|
* [android] fix reference table overflow in query rendered featuresIvo van Dongen2017-02-081-20/+36
|
* fix unable to find developer-config xml when building the project (#7963)Pablo Guardiola2017-02-071-1/+1
|
* 7798-ObjectAnimator-rotation (#7907)Tobrun2017-02-072-68/+8
|
* [android] - wrap longitude values from core (#7852)Tobrun2017-02-041-9/+4
|
* [android] - enforce usage bitmap for icon, cleanup test app resources (#7906)Tobrun2017-02-0481-459/+200
|
* Disable double tap gesture to zoom in (#7879)srabenja2017-02-041-0/+35
|
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-036-42/+40
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* [android] data driven style implementationIvo van Dongen2017-02-0222-3948/+4766
|
* [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-27106-613/+613
|
* [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-232-98/+34
| | | | | | * [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-182-5/+5
| | | | | [android] - remove deprecation annoation for setStyle [android] - dismiss tracking on gesture deprecation cleanup
* [android] - update build tools to bitrise supported version (#7729)Tobrun2017-01-151-1/+1
|
* [android] - cleanup telem, disabled logging, exponential backoff, local ↵Tobrun2017-01-101-0/+19
| | | | broadcast (#7605)
* update gradle files and packages to use smaller versions of MAS and save ↵Antonio Zugaldia2017-01-105-16/+21
| | | | 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)
* [android] - update lost to 2.0.0, gradle cleanup (#7494)Tobrun2016-12-211-15/+12
|
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-174-27/+15
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-16147-18644/+19050
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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