summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk
Commit message (Collapse)AuthorAgeFilesLines
* [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-211-0/+82
|
* [android] Removed previously deprecated colorToRgbaString and ↵Osana Babayan2018-11-141-2/+2
| | | | | colorToRgbaArray (#13337) from PropertyFactory
* [android] - remove MarkerView APITobrun2018-11-1411-1034/+8
|
* [android] - add example of showing a MapView inside a ViewPager inside ↵Tobrun2018-11-141-0/+162
| | | | RecyclerView
* [android] - harden activation/deactivation of underlying ref counting componentsTobrun2018-11-141-1/+5
|
* [android] - example with recyclerviewTobrun2018-11-141-0/+144
|
* [android] - annotate onMapReady with @NonNullTobrun2018-11-0823-24/+38
|
* [android] - expose moveBy, replace CameraUpdateFactory hook to moveBy for ↵tobrun2018-11-051-12/+10
| | | | scrolling api
* [android] - remove deprecation notices and codeTobrun2018-11-0111-129/+225
|
* [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-291-4/+8
| | | | AppCompatActivity
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-266-46/+73
|
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-241-1/+16
|
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-2323-40/+24
| | | | | | callback, removes necessity to add question mark to all mapboxMap invocations" This reverts commit a436fd233f325ddca571e3c61641588e8166a6b4.
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-1223-24/+40
| | | | 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] 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-262-43/+91
|
* [android] expose offline database merge APIŁukasz Paczos2018-09-261-0/+129
|
* [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] LocationComponent - javadoc fixes, improved initialization, ↵Łukasz Paczos2018-09-124-39/+51
| | | | removed location save state
* [android] improved gestures management while tracking locationŁukasz Paczos2018-09-121-2/+26
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-124-79/+79
| | | | LocationLayerPlugin, now called LocationComponent
* [android] save location stateŁukasz Paczos2018-09-121-35/+25
|
* [android] LocationLayer example activitiesŁukasz Paczos2018-09-125-0/+944
|
* [android] - replace platform default implementation using nunicode for ↵tobrun2018-09-111-1/+2
| | | | uppercasing an lowercasing with an Android specific String.java equivalent
* [android] minor reference app fixesŁukasz Paczos2018-09-077-26/+47
|
* [android] - make kotlin activity compatible with sanity testsTobrun2018-09-051-0/+4
|
* [android] MapStrictMode implementationŁukasz Paczos2018-09-041-0/+4
|
* [android] - update broken test app examplesTobrun2018-08-273-40/+44
|
* [android] - modularise the sdktobrun2018-08-244-8/+66
|
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-231-0/+117
|
* [android] - example to render symbols offline with resources loaded from assetstobrun2018-08-211-55/+76
|
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView ↵Tobrun2018-08-211-13/+23
| | | | attributes
* [android] - converting GeoJsonSource Java features to core ones on a worker ↵Łukasz Paczos2018-08-211-1/+0
| | | | thread
* [android] Make AndroidRendererFrontend to request render once per event loop ↵Kiyong Jung2018-08-211-0/+13
| | | | | | (#12586) When AndroidRendererFrontend::update() called multiple times in a single loop, updateAsyncTask->send() will perform nothing, thus MapRenderer::update()/requestRender() will be coalesced.
* [android] shutting down thread pool of the CustomGeometrySource when the ↵Łukasz Paczos2018-08-101-4/+8
| | | | source is destroyed
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-261-0/+3
|
* [android] - add convenience method for destroyed state on MapView, can be ↵tobrun2018-07-122-4/+6
| | | | used to determine if an asynchrous result should be set on map.
* [android] - added DraggableMarkerActivityŁukasz Paczos2018-07-061-0/+314
|
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-051-2/+12
|
* [android] - create device independent tests for camera position testingtobrun2018-07-052-1/+77
|