summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] - remove MarkerView APITobrun2018-11-1436-3533/+48
|
* [android] - add example of showing a MapView inside a ViewPager inside ↵Tobrun2018-11-147-7/+199
| | | | RecyclerView
* [android] - harden activation/deactivation of underlying ref counting componentsTobrun2018-11-142-5/+16
|
* [android] - example with recyclerviewTobrun2018-11-146-0/+181
|
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-132-6/+16
|
* [android] bump telemetry to 3.5.4, update changelog for 6.6.7Łukasz Paczos2018-11-092-1/+7
|
* [android] - annotate onMapReady with @NonNullTobrun2018-11-0827-28/+45
|
* [android] - update changelog for v6.7.0 and prior 6.6.x releasesTobrun2018-11-081-8/+18
|
* [android] - nullify codebase with annotationsTobrun2018-11-07133-408/+1371
|
* initial tweaks (#13295)Langston Smith2018-11-071-83/+83
|
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-072-5/+5
|
* [android] Remove UnknownLayerMikhail Pozdnyakov2018-11-074-105/+0
|
* [android] layers.cpp/hpp -> layer_manager.cpp/hppMikhail Pozdnyakov2018-11-075-5/+5
|
* [core][android] Implement LayerManager for AndroidMikhail Pozdnyakov2018-11-0730-193/+560
| | | | | The newly introduced `LayerManagerAndroid` is now responsible for creating both style layer objects and their java peers on Android.
* [android] - handle null getMapAsync invocations, deliver onMapReady only onceTobrun2018-11-071-2/+8
|
* [android] verify if `text-field` is not null before performing compatibility ↵Łukasz Paczos2018-11-0612-8/+181
| | | | operations
* [android] log Java exception and fail silently instead of throwing a native ↵Łukasz Paczos2018-11-063-36/+229
| | | | exception in the map state callbacks
* [android] - expose moveBy, replace CameraUpdateFactory hook to moveBy for ↵tobrun2018-11-055-22/+118
| | | | scrolling api
* [android] null-check nativeMapView in case it's destroyedŁukasz Paczos2018-11-051-2/+6
|
* [android] Makes gradle.properties license listing consisting with repo (#13271)Antonio Zugaldia2018-11-051-2/+2
| | | | | | * [android] Makes gradle.properties license listing consisting with repo * right license this time
* [android] deliver onMapReady only if mapboxMap is not nullŁukasz Paczos2018-11-023-10/+20
|
* [android] improved CustomGeometrySource constructor typingŁukasz Paczos2018-11-022-4/+50
|
* [android] increase result's delta in camera animation testsŁukasz Paczos2018-11-021-10/+4
|
* [android] - update telemetry to v3.5.2Tobrun2018-11-021-1/+1
|
* [android] - remove deprecation notices and codeTobrun2018-11-0121-681/+234
|
* [android] reworked MoveCameraTestŁukasz Paczos2018-11-012-79/+205
|
* [android] reworked CameraEaseTestŁukasz Paczos2018-11-011-75/+201
|
* [android] easeCamera method that takes only update and cancellable callback ↵Łukasz Paczos2018-11-011-0/+17
| | | | as arguments
* [android] reworked CameraAnimateTestŁukasz Paczos2018-11-011-78/+207
|
* [android] - remove deprecated OnMapChange interface and implementationTobrun2018-10-318-437/+87
|
* [android] - update changelog for v6.7.0-beta.1 and v6.6.3Tobrun2018-10-311-0/+14
|
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-311-5/+0
| | | | | | | | | Vendorize the submodules and a simple CMake build system for all them. The dependencies will inherit compilation options for core. The goal is to make Mapbox GL Core completely self contained with a simple offline build.
* [android] - optimise imports, fixup small nitpicksTobrun2018-10-314-42/+11
|
* [android] consolitdated OfflineRegionDefinitions (#13180)Osana Babayan2018-10-315-59/+80
|
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-3116-22/+75
|
* [android] removed ZoomButtonsController supportŁukasz Paczos2018-10-3111-249/+4
|
* [android] remove ILatLng and IProjectedMeteres (#13176)Osana Babayan2018-10-315-60/+5
|
* [android] Change CustomGeometrySource() signature to be Kotlin friendly (#13178)Osana Babayan2018-10-311-5/+5
|
* [android] - remove java 8 language featuresTobrun2018-10-317-54/+52
|
* [android] - update to mapbox java 4.0.0Tobrun2018-10-311-1/+1
|
* [android] cleanup isDismissible flagŁukasz Paczos2018-10-312-25/+2
|
* [android] - bump snapshot to 7.0.0Tobrun2018-10-311-1/+1
|
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-3112-234/+275
|
* [android] gestures library v0.3.0 bumpŁukasz Paczos2018-10-302-4/+2
|
* [android] remove isMapInitialized checkŁukasz Paczos2018-10-301-28/+7
|
* Fix a crash in MapView intializationphilemonmerlet2018-10-291-2/+2
| | | app:srcCompat should be used with AppCompatImageViews. Otherwise the image may not be set, which causes a crash in MapView initialization
* [android] - move CameraPositionActivity to use FragmetnActivity above ↵tobrun2018-10-296-29/+50
| | | | AppCompatActivity
* [android] deliver onMapReady only at the end of the initialization blockŁukasz Paczos2018-10-291-2/+3
|
* [android] Fix order in which repos are being synced (#13202)Andrey Li2018-10-261-2/+2
|
* [android] bumped telemetry version to 3.5.1Łukasz Paczos2018-10-261-1/+1
|