summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Collapse)AuthorAgeFilesLines
* [android] - fine tune fling gesture (#9532)Tobrun2017-07-211-1/+1
|
* [android] remove manual ref counting on activation/deactivationIvo van Dongen2017-07-192-9/+0
|
* [android] - restore LatLngBounds conversion, add regression test (#9324)Tobrun2017-06-211-4/+4
|
* [android] - add binding support for Light (#9013)Tobrun2017-05-2612-0/+523
|
* [android] - LatLngBounds bearing default value (#9102)Tobrun2017-05-241-1/+1
|
* [android] - horizontally rotated in snapshot (#9083)Tobrun2017-05-232-9/+10
|
* [android] - correct bearing conversion when animating the map with jumpTo, ↵Tobrun2017-05-192-4/+4
| | | | easeTo and animateTo. (#9050)
* [android] Release android-v5.1.0-beta.2 (#8976)Tobrun2017-05-126-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] url getter on sources * [android] fix ui test filter in makefile * [android] - build SNAPSHOT from release branch (#8958) * [android] - update changelog for 5.1.0-beta.2 * [android] - bump version number * [android] - Camera change listener v2.0 * [core] allow filesource url transform reset * [android] Update attribution wordmark (#8774) * Update wordmark on android * Moved attribution i icon to the right of mapbox word (in mapview preview image) * update padding and margin * [android] update hardcoded branch name * revert version to 5.1.0-SNAPSHOT
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-12/+2
| | | | | | | | | | | This adds a `convertJSON` template, to be used like: Error error optional<Foo> foo = convertJSON<Foo>(string, error); Internally, it parses the string with RapidJSON and then calls `convert<Foo>(parsed, error)`. While here, rationalize GeoJSON converters and fix error handling for Tileset conversion in OfflineDownload.
* [core] Throw exceptions by valueKonstantin Käfer2017-05-052-2/+2
|
* [android] - add 3D buildings example (#8845)Tobrun2017-05-031-0/+2
| | | [android] - add support for filter for fillextrusionlayer.
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-022-5/+8
| | | | Once Source and RendererSource are split, Source will no longer have access to tiles.
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-274-0/+274
|
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-6/+6
| | | | | | | A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-247-120/+106
|
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-211-1/+1
|
* [android] - convert camera position values coming from core (#8794)Tobrun2017-04-211-1/+16
|
* [android] - move calculation of LatLngBounds to core (#8765)Tobrun2017-04-205-17/+66
|
* [android] - set firsRender flag to false when destroying the surface (#8739)Tobrun2017-04-191-0/+1
|
* [android] - expose source layer identifier (#8709)Tobrun2017-04-193-3/+24
|
* [core] Remove non-Map-dependent projection methods from MapJohn Firebaugh2017-04-181-6/+7
|
* [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-1/+1
|
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-132-23/+0
| | | | We don't need to have two different measurement systems for map zoom.
* [android] - derived source attribution (#8630)Tobrun2017-04-132-1/+9
|
* [android] - add binding integration for Map::setLatLngbounds, add example ↵Tobrun2017-04-132-1/+14
| | | | (#8622)
* [android] Polygon holes (#8557)Pablo Guardiola2017-04-112-1/+21
| | | | | | | | * add 1 hole support to polygon-related classes * fix no hole crash and add triangle hole shape example * add support for multiple holes
* [android] Recalculate source tile cache size when appropiateBruno de Oliveira Abinader2017-04-102-0/+8
|
* [android] Initialize NativeMapView with OpenGL ES 2.0 minimum texture sizeBruno de Oliveira Abinader2017-04-102-6/+9
|
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-063-11/+8
|
* [android] Fix implicit geometry conversions for NDK r13bKonstantin Käfer2017-04-033-2/+30
|
* [android] - transition options for layer properties (#8509)Tobrun2017-03-3119-16/+885
| | | | | [android] fixup highlevel bindings for transition options finish integration
* [android] execute resource transform callback on the right threadIvo van Dongen2017-03-301-3/+3
|
* [android] - transition options in milliseconds, added test cases, fixup test ↵Tobrun2017-03-301-4/+4
| | | | activity code (#8576)
* [android] - consitent use of ms unit for time in java code, unit conversion ↵Tobrun2017-03-301-2/+2
| | | | always happens in cpp code (#8578)
* [android] add option to set geometry and feature on geojson sourceIvo van Dongen2017-03-282-0/+27
|
* [android] geojson conversion optimisationIvo van Dongen2017-03-2844-102/+1229
|
* [core] Privatize OpenGL/Context headersKonstantin Käfer2017-03-282-12/+8
|
* [android] Remove public usage of private util/thread.hpp headerKonstantin Käfer2017-03-282-1/+2
|
* [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-281-23/+1
|
* [android] use more appropriate numeric types for filter conversionIvo van Dongen2017-03-285-5/+22
|
* [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-232-5/+5
|
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-237-37/+56
|
* [core] cache binary shaders on AndroidKonstantin Käfer2017-03-222-11/+23
|
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-212-3/+3
|\
| * [android] query source featuresIvo van Dongen2017-03-107-20/+83
| |
| * [android] - zoom to rounded levelsTobrun2017-03-102-3/+3
| |
* | [android] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-212-2/+2
| |
* | [android] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-172-2/+3
| |
* | [android] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-152-1/+82
| |
* | [android] query source featuresIvo van Dongen2017-03-097-20/+83
|/