summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] deprecated annotations package (#13468)Osana Babayan2018-11-2816-3/+57
|
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-281-0/+2
| | | | | | | | | | | | | At the moment, the annotations implementation in the `mapbox-gl-native` core is creating concrete layer instances apart from `LayerManager/LayerFactory` code path. So, annotations must be disabled if the `LayerManager` implementation does not provide line, fill or symbol layers (those, used by the annotations). Note: in future, annotations implementation will be moved from the core to the platform SDK level(see https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation) and `LayerManager` won't need to disable it.
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-2714-62/+44
| | | | | | | | `LayerManager` is now responsible for `RenderLayer` instances creation, so that there is a single entry point for creating of objects, which correspond to a certain layer type. The `LayerType type` field is dropped from `Layer::Impl`.
* [docs] Changelog entries for local font usage by MapSnapshotterChris Loer2018-11-241-0/+3
|
* [android] Expose "local ideograph font family" in MapSnapshotter::OptionsChris Loer2018-11-244-7/+39
| | | | Use local glyph generation in test app's MapSnapshotterActivity.
* Changelog for 7.0.0-alpha.2 (#13433)android-v7.0.0-alpha.2Osana Babayan2018-11-211-1/+7
|
* [core] Fixed {prefix} evaluationMinh Nguyễn2018-11-211-0/+3
| | | | This appears to have been an attempt to use the std::string fill constructor, but it ended up creating a one-character-long string and attempting to overwrite the null terminator.
* Add specific name logging in failure scenarios of PropertyValueSteve2018-11-211-3/+3
| | | Hard to track down value/expression issues currently when they are not being named.
* [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-2019-581/+571
|
* [android] use locale sensitive DecimalFormat for color alpha conversionŁukasz Paczos2018-11-201-1/+5
|
* [android] update map feedback URLŁukasz Paczos2018-11-203-9/+9
|
* [android] getting a constant layer filter fixŁukasz Paczos2018-11-2019-37/+82
|
* [build] Add more vendor packagesThiago Marcos P. Santos2018-11-161-4/+2
| | | | | | * jni.hpp * cheap-ruler-cpp * pixelmatch-cpp
* [android] changelog for 6.7.1Łukasz Paczos2018-11-161-0/+3
|
* Setting UTF-8 encoding for JavaDoc task (#13384)Osana Babayan2018-11-151-0/+6
|
* [core] define number of concurrent downloads in online file source variableHuyen Chau Nguyen2018-11-151-4/+0
|
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-1512-41/+53
| | | | | | | | | The `LayerTypeInfo` contains static meta data about certain layer type. Each layer module should have a single immutable `LayerTypeInfo` instance for the represented layer type. Both `LayerImpl` and `LayerFactory` from the module always refer to the same `LayerTypeInfo` instance, so address of this instance can be used as a layer module Id during the process life time.
* update changelog for v7.0.00-alpha.1 (#13373)android-v7.0.0-alpha.1Osana Babayan2018-11-141-0/+20
|
* [android] catch and re-throw throwables thrown inside map state callbacksŁukasz Paczos2018-11-143-95/+287
|
* bump mapboxServices to 4.1.0 (#13357)Osana Babayan2018-11-141-1/+1
|
* [android] Removed previously deprecated colorToRgbaString and ↵Osana Babayan2018-11-148-74/+18
| | | | | colorToRgbaArray (#13337) from PropertyFactory
* [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