summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java
Commit message (Collapse)AuthorAgeFilesLines
...
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-041-1/+11
|
* [android] restore location layer visibility with new "layer-below"Łukasz Paczos2019-01-221-0/+23
|
* [android] rename required TransitionOptions fieldŁukasz Paczos2019-01-211-0/+9
|
* [android] - expose query feature extensionstobrun2019-01-151-2/+2
|
* [android] - optimise interface definitiontobrun2019-01-152-15/+18
|
* [android] Rename offline database in Test App to follow .gitignore rule (#13708)Antonio Zugaldia2019-01-101-1/+1
| | | | | | * [android] rename offline.db to offline_test.db to avoid working around the .gitignore rule * [android] update code references to database file
* [android] - espresso tests reworkTobrun2019-01-1049-621/+278
|
* [android] reworked instrumentation test activity to use a local style againŁukasz Paczos2018-12-201-1/+2
|
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-196-128/+4
|
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-131-2/+5
|
* [android] - move MapboxMapTest to java unit testtobrun2018-12-131-185/+3
|
* [android] - remove style load test from instrumented unit teststobrun2018-12-131-18/+0
|
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-123-19/+36
|
* [android] - add more tests, refactor map paddingTobrun2018-12-112-22/+182
|
* [android] - instrumented unit tests, add map tests, refactor generated layer ↵Tobrun2018-12-1112-2890/+2198
| | | | tests
* [android] - throw exception when another style is loading, correct ↵tobrun2018-12-101-1/+1
| | | | RuntimeStyleTest when removing layer at, add javadoc to isFullyLoaded
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-102-2/+11
|
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-105-77/+140
| | | | non existing style and multiple style loading, revisit code comments
* [android] - use builder json/url for constructing style objectTobrun2018-12-101-1/+2
|
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-103-4/+3
|
* [android] - ignore location component unit test, update light test, update ↵Tobrun2018-12-102-2/+2
| | | | activity integration
* [android] - decouple style loading from OnMapReadyTobrun2018-12-1013-124/+105
|
* [android] - remove style loaded listenerTobrun2018-12-101-2/+2
|
* [android] - move all layer, source, image, light and transition ↵Tobrun2018-12-1021-142/+142
| | | | configurations to style.java
* [android] - cleanup old style java constants file, migrate style transition ↵Tobrun2018-12-103-3/+3
| | | | to Style.java
* [android] - Style.javaTobrun2018-12-101-0/+80
|
* nativeRemoveSource() and nativeRemoveLayer() methods should return a boolean ↵Osana Babayan2018-12-071-12/+25
| | | | (#13428)
* [android] - expose setAccesToken on Mapbox.javaTobrun2018-12-051-0/+15
|
* [android] expose Formatted text-field setterŁukasz Paczos2018-12-043-7/+32
|
* [android] Initial integration with liblocation 1.0.0 and telemetry 4.0.0, ↵Andrey Li2018-11-291-21/+0
| | | | bumped gms to 16.0.0
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-291-0/+16
|
* [android] removing plain text getter for "text-field"Łukasz Paczos2018-11-2011-472/+480
|
* [android] getting a constant layer filter fixŁukasz Paczos2018-11-207-0/+35
|
* [android] - remove MarkerView APITobrun2018-11-141-79/+0
|
* [android] - annotate onMapReady with @NonNullTobrun2018-11-081-1/+2
|
* [android] verify if `text-field` is not null before performing compatibility ↵Łukasz Paczos2018-11-0610-0/+163
| | | | operations
* [android] - expose moveBy, replace CameraUpdateFactory hook to moveBy for ↵tobrun2018-11-051-0/+67
| | | | scrolling api
* [android] deliver onMapReady only if mapboxMap is not nullŁukasz Paczos2018-11-022-9/+18
|
* [android] increase result's delta in camera animation testsŁukasz Paczos2018-11-021-10/+4
|
* [android] reworked MoveCameraTestŁukasz Paczos2018-11-012-79/+205
|
* [android] reworked CameraEaseTestŁukasz Paczos2018-11-011-75/+201
|
* [android] reworked CameraAnimateTestŁukasz Paczos2018-11-011-78/+207
|
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-261-6/+4
|
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-241-18/+27
|
* [android] "format" expression supportŁukasz Paczos2018-10-248-57/+352
|
* [android] Minimal Android wrapper on 'format' expressionChris Loer2018-10-242-51/+5
| | | | For converting to Java types, flatten 'text-field' back to a string.
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-231-2/+1
| | | | | | callback, removes necessity to add question mark to all mapboxMap invocations" This reverts commit a436fd233f325ddca571e3c61641588e8166a6b4.
* [android] Minimal Android support for 'format' expressionChris Loer2018-10-152-2/+58
| | | | | | - No dedicated support for creating format expressions - Java accessors for 'text-field' flatten back to String - 'text-field' setter implicitly creates a 'format' expression. For tests, use JsonArray to build an equivalent format expression by hand.
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-121-1/+2
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] - move camera and puck immediately when starting to track and ↵Łukasz Paczos2018-10-031-0/+23
| | | | displacement is big