summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Collapse)AuthorAgeFilesLines
* [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
|/
* [android] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-042-7/+41
|
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-2/+2
|
* [core] [android] - allow zooming/scaling to use AnimationOptions (#8181)Tobrun2017-02-281-8/+8
| | | [glfw] - allow glfw binding to use AnimationOptions instead of using direction directly
* [android] insert layer at indexIvo van Dongen2017-02-282-0/+26
|
* [android] remove layer at indexIvo van Dongen2017-02-282-0/+24
|
* [android] insert layer aboveIvo van Dongen2017-02-282-0/+40
|
* [android] remove source returns referenceIvo van Dongen2017-02-282-3/+8
|
* [android] remove layer returns referenceIvo van Dongen2017-02-281-1/+1
|
* [android] fix ownership of style layer after deleteIvo van Dongen2017-02-2819-18/+184
|
* [android] source list accessor + exampleIvo van Dongen2017-02-282-0/+19
|
* [android] layer list accessor + exampleIvo van Dongen2017-02-282-0/+21
|
* [android] add unknown source typeIvo van Dongen2017-02-283-3/+75
|
* [android] add unknown layer typeIvo van Dongen2017-02-283-3/+85
|