summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src
Commit message (Collapse)AuthorAgeFilesLines
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-1068-174/+217
|
* [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-109-87/+150
| | | | non existing style and multiple style loading, revisit code comments
* [android] - update sanity test to Style.javaTobrun2018-12-102-48/+39
|
* [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] - update CircleLayer to be compatibleTobrun2018-12-101-7/+3
|
* [android] - ignore location component unit test, update light test, update ↵Tobrun2018-12-104-10/+12
| | | | activity integration
* [android] - decouple style loading from OnMapReadyTobrun2018-12-1078-845/+690
|
* [android] - remove style loaded listenerTobrun2018-12-105-9/+21
|
* [android] - move all layer, source, image, light and transition ↵Tobrun2018-12-1046-276/+288
| | | | configurations to style.java
* [android] - cleanup old style java constants file, migrate style transition ↵Tobrun2018-12-1023-26/+24
| | | | to Style.java
* [android] - Style.javaTobrun2018-12-101-0/+80
|
* [android] - update clustering example with filter configuration to avoid ↵Tobrun2018-12-101-1/+1
| | | | showing fading dissolved clustered items
* nativeRemoveSource() and nativeRemoveLayer() methods should return a boolean ↵Osana Babayan2018-12-071-12/+25
| | | | (#13428)
* [android] expose endpoint change for snapshotterŁukasz Paczos2018-12-051-2/+1
|
* [android] - expose setAccesToken on Mapbox.javaTobrun2018-12-051-0/+15
|
* [android] expose Formatted text-field setterŁukasz Paczos2018-12-043-7/+32
|
* [android] refactor LocationComponent to utilize LocationEngineRequestŁukasz Paczos2018-11-293-146/+60
|
* [android] Initial integration with liblocation 1.0.0 and telemetry 4.0.0, ↵Andrey Li2018-11-294-85/+82
| | | | bumped gms to 16.0.0
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-291-0/+16
|
* [android] Expose "local ideograph font family" in MapSnapshotter::OptionsChris Loer2018-11-241-1/+2
| | | | Use local glyph generation in test app's MapSnapshotterActivity.
* [android] - add overlay example with custom drawing using paint and canvasTobrun2018-11-215-0/+108
|
* [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] Removed previously deprecated colorToRgbaString and ↵Osana Babayan2018-11-141-2/+2
| | | | | colorToRgbaArray (#13337) from PropertyFactory
* [android] - remove MarkerView APITobrun2018-11-1418-1206/+8
|
* [android] - add example of showing a MapView inside a ViewPager inside ↵Tobrun2018-11-145-1/+192
| | | | RecyclerView
* [android] - harden activation/deactivation of underlying ref counting componentsTobrun2018-11-141-1/+5
|
* [android] - example with recyclerviewTobrun2018-11-146-0/+181
|
* [android] - annotate onMapReady with @NonNullTobrun2018-11-0824-25/+40
|
* [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-052-12/+77
| | | | 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] - remove deprecation notices and codeTobrun2018-11-0111-129/+225
|
* [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] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-3113-16/+47
|
* [android] removed ZoomButtonsController supportŁukasz Paczos2018-10-312-3/+1
|
* [android] - move CameraPositionActivity to use FragmetnActivity above ↵tobrun2018-10-294-20/+46
| | | | AppCompatActivity
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-267-52/+77
|
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-242-19/+43
|
* [android] update local streets style used for CI testingŁukasz Paczos2018-10-241-8573/+1457
|
* [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-2324-42/+25
| | | | | | 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.