summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-2715-19/+1750
|
* [android] - share locationsource between locational components (#8825)Tobrun2017-04-262-2/+4
|
* [android] - fix test app runtime permissions (#8823)Tobrun2017-04-265-148/+69
|
* [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] - avoid calling MarkerViewClickListener twice (#8804)Tobrun2017-04-241-7/+3
|
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-249-132/+115
|
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-2134-1399/+1119
|
* [android] - convert camera position values coming from core (#8794)Tobrun2017-04-212-3/+17
|
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-208-21/+315
| | | | | | * add a way to use a custom location source * add custom location engine example to test app
* [android] - move calculation of LatLngBounds to core (#8765)Tobrun2017-04-2014-158/+143
|
* Harden telemetry event dispatch (#8767)Tobrun2017-04-204-18/+66
| | | | | | * [android] - harden telemetry event dispatch * fixup
* [android] - set firsRender flag to false when destroying the surface (#8739)Tobrun2017-04-191-0/+1
|
* [android] - expose source layer identifier (#8709)Tobrun2017-04-1918-53/+168
|
* bumped MAS version (#8763)Cameron Mace2017-04-181-3/+3
|
* [android] - post resetting invalidation flag to avoid race condition (#8738)Tobrun2017-04-181-18/+24
|
* [android] - synchronize display and context initalisation with create ↵Tobrun2017-04-182-16/+19
| | | | surface to avoid EGL bad surface (#8759)
* [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
|
* remove duplicated resources (#8743)Pablo Guardiola2017-04-131-3/+0
|
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-136-85/+7
| | | | We don't need to have two different measurement systems for map zoom.
* add polygon holes and custom location source features to changelog (#8741)Pablo Guardiola2017-04-131-0/+2
|
* [android] - derived source attribution (#8630)Tobrun2017-04-139-120/+278
|
* [android] - add binding integration for Map::setLatLngbounds, add example ↵Tobrun2017-04-1310-3/+206
| | | | (#8622)
* refactor signature from Hole to List<LatLng> (#8722)Pablo Guardiola2017-04-124-81/+28
|
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into ↵Fabian Guerra2017-04-1111-83/+87
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boundsj-merge-release-branch # Conflicts: # cmake/core-files.cmake # mapbox-gl-js # platform/android/CHANGELOG.md # platform/ios/CHANGELOG.md # platform/macos/CHANGELOG.md # platform/qt/bitrise-qt5.yml # src/mbgl/gl/attribute.hpp # src/mbgl/gl/context.cpp # src/mbgl/gl/program.hpp # src/mbgl/map/map.cpp # src/mbgl/programs/program.hpp # src/mbgl/renderer/painter.cpp
| * Release android v5.0.2 (#8629)Tobrun2017-04-044-12/+12
| | | | | | | | | | | | | | | | | | | | * [android] - update CHANGELOG.md for v5.0.2 release * [android] - bump version name to 5.0.2 * [android] - fixup javadoc errors * bump SNAPSHOT version
| * [core] cache binary shaders on AndroidKonstantin Käfer2017-04-033-14/+31
| |
| * Cherry pick v5.0.2 changes (#8586)Tobrun2017-03-315-5/+23
| | | | | | | | | | | | | | | | | | | | * [android] execute resource transform callback on the right thread * [android] allow resetting of resource transform callback * update CHANGELOG for v5.0.2 * [android] - correct anchoring when Icon is updated (#8519)
| * Revert 5.x touch changes (#8585)Tobrun2017-03-306-70/+60
| | | | | | | | | | | | | | | | | | | | * Revert "[android] - only dispatch events if not handled by MarkerView (#8447)" This reverts commit 09d76854ab15b2a6f473c270da9d46e903e426da. * Revert "[android] - move touch handling of MarkerViews back to View#setOnClickListener. Workaround panning issue by dispatching touch events to the parent ViewGroup. (#8272)" This reverts commit 1693b389d7d17315b8a2a9bdd862207ace053f77.
| * [android] revert version name to snapshotAntonio Zugaldia2017-03-241-1/+1
| |
| * [android] update CHANGELOG.md with 5.0.1 informationAntonio Zugaldia2017-03-241-0/+6
| |
| * [android] [auto] Update properties to version 5.0.1 in preparation for build.Antonio Zugaldia2017-03-242-2/+2
| |
* | [android] Polygon holes (#8557)Pablo Guardiola2017-04-118-5/+208
| | | | | | | | | | | | | | | | * add 1 hole support to polygon-related classes * fix no hole crash and add triangle hole shape example * add support for multiple holes
* | [android] - avoid nullpointer by validating Mapbox.java creation when ↵Tobrun2017-04-113-16/+23
| | | | | | | | validating accessTokens. (#8680)
* | [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
| |
* | [Qt] Sanitize QSize → mbgl::Size conversionBruno de Oliveira Abinader2017-04-101-1/+1
| |
* | add compass drawable initialization in ui settings (#8695)Pablo Guardiola2017-04-102-1/+6
| |
* | [android] - disable building x86-64 on CI for snapshot builds (#8679)Tobrun2017-04-071-1/+7
| | | | | | | | | | | | | | | | * [android] - disable building x86-64 on CI for scheduled workflow. Broken with NDK14. * corrected abis flag for gradle invocation * add mips 64
* | [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-062-6/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update gl-js and generate style code * Factor out packUint8Pair() helper function * Draft implementation of DDS for {text,icon}-size Ports https://github.com/mapbox/mapbox-gl-js/pull/4455 * Fix text-size/composite-function-line-placement test * Refactor to PaintPropertyBinders-like strategy * Dedupe gl::Program construction * Use exponential function base for interpolation * Dedupe coveringZoomStops method * Fixup tests * Fix CI errors (hidden within #if block)
* | [android] Update LOST to latest versionAntonio Zugaldia2017-04-061-1/+1
| |
* | [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-063-11/+8
| |
* | [android] Preflight argument validity before constructing LatLngJohn Firebaugh2017-04-063-22/+104
| |
* | [android] - apply mix/max zoom xml attributes (#8631)Tobrun2017-04-051-0/+2
| |
* | [android] Fix implicit geometry conversions for NDK r13bKonstantin Käfer2017-04-033-2/+30
| |
* | [core] Add DDS support for icon-imageJohn Firebaugh2017-03-312-3/+48
| |
* | [core] Add DDS support for text-rotateJohn Firebaugh2017-03-312-3/+111
| |
* | [android] - transition options for layer properties (#8509)Tobrun2017-03-3137-24/+2547
| | | | | | | | | | [android] fixup highlevel bindings for transition options finish integration
* | [android] - update getting started and distribution docs (#8412)Tobrun2017-03-314-160/+88
| | | | | | | | | | | | * [android] - update project documentation * add linux instructions
* | [android] - disable requiring supported languages for test applications (#8597)Tobrun2017-03-312-0/+5
| |