summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src
Commit message (Collapse)AuthorAgeFilesLines
...
* [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.
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-1224-25/+42
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-26/+13
|
* [android] - fix fragments example that were crashing on orientation changeŁukasz Paczos2018-10-082-2/+2
|
* [android] - move camera and puck immediately when starting to track and ↵Łukasz Paczos2018-10-031-0/+23
| | | | displacement is big
* [android] nullcheck region metadata in example activity, enable debug mode ↵Łukasz Paczos2018-09-262-3/+10
| | | | for MergeOfflineRegionsActivity
* [android] copy files from assets task utilŁukasz Paczos2018-09-263-78/+115
|
* [android] expose offline database merge APIŁukasz Paczos2018-09-268-4/+285
|
* [android] clear CameraChangeDispatcher message queue when camera move is ↵Łukasz Paczos2018-09-261-0/+2
| | | | restarted
* [android] - add selected state paradigm to SymbolLayerActivityTobrun2018-09-252-58/+114
| | | | [android] - update Circle layer activity with cluster configuration
* [android] - update custom sprite example with iconAllowOverlap and ↵Tobrun2018-09-251-5/+10
| | | | iconIgnorePlacement
* [android] - test app activity leak fix for ManualLocationUpdatesActivityTobrun2018-09-251-4/+6
|
* [android] - test app activity leak fix for BottomSheetActivityTobrun2018-09-251-2/+5
|
* [android] - test app activity leak fix for CameraAnimationActivityTobrun2018-09-251-43/+21
|
* [android] - avoid failing CI tests when device under test doesn't have a ↵tobrun2018-09-253-78/+6
| | | | valid internet connection
* [android] - replace reflection setup with a findViewById, improves stability ↵Tobrun2018-09-242-18/+18
| | | | of the instrumentation tests on cCI
* [android] improved render timeouts in LocationComponent testsŁukasz Paczos2018-09-123-45/+93
|
* [android] updated location tracking gestures management testsŁukasz Paczos2018-09-121-0/+7
|
* [android] LocationComponent - javadoc fixes, improved initialization, ↵Łukasz Paczos2018-09-127-178/+167
| | | | removed location save state
* [android] location saved state tests, default location engine deactivation testŁukasz Paczos2018-09-121-7/+99
|
* [android] improved gestures management while tracking locationŁukasz Paczos2018-09-122-5/+36
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-1215-529/+529
| | | | LocationLayerPlugin, now called LocationComponent
* [android] save location stateŁukasz Paczos2018-09-123-60/+46
|
* [android] LocationLayer example activitiesŁukasz Paczos2018-09-1219-0/+1257
|
* [android] adapt LocationLayerPlugin's test suiteŁukasz Paczos2018-09-1211-634/+619
|
* [android] merge LocationLayerPlugin to Maps SDKŁukasz Paczos2018-09-1214-0/+83776
|
* [android] - replace platform default implementation using nunicode for ↵tobrun2018-09-112-1/+52
| | | | uppercasing an lowercasing with an Android specific String.java equivalent