summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK
Commit message (Collapse)AuthorAgeFilesLines
* [android] - share locationsource between locational components (#8825)Tobrun2017-04-262-2/+4
|
* [android] - avoid calling MarkerViewClickListener twice (#8804)Tobrun2017-04-241-7/+3
|
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-5/+5
|
* [android] - convert camera position values coming from core (#8794)Tobrun2017-04-211-2/+1
|
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-203-21/+51
| | | | | | * 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-205-85/+45
|
* Harden telemetry event dispatch (#8767)Tobrun2017-04-203-18/+65
| | | | | | * [android] - harden telemetry event dispatch * fixup
* [android] - expose source layer identifier (#8709)Tobrun2017-04-196-0/+47
|
* [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-181-16/+18
| | | | surface to avoid EGL bad surface (#8759)
* remove duplicated resources (#8743)Pablo Guardiola2017-04-131-3/+0
|
* [all] Remove redundant scale-related camera methodsJohn Firebaugh2017-04-134-62/+7
| | | | We don't need to have two different measurement systems for map zoom.
* [android] - derived source attribution (#8630)Tobrun2017-04-136-97/+188
|
* [android] - add binding integration for Map::setLatLngbounds, add example ↵Tobrun2017-04-132-0/+27
| | | | (#8622)
* refactor signature from Hole to List<LatLng> (#8722)Pablo Guardiola2017-04-123-74/+22
|
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into ↵Fabian Guerra2017-04-119-76/+72
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-043-12/+11
| | | | | | | | | | | | | | | | | | | | * [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-031-3/+8
| |
| * Cherry pick v5.0.2 changes (#8586)Tobrun2017-03-313-2/+12
| | | | | | | | | | | | | | | | | | | | * [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-305-63/+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] [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-113-4/+152
| | | | | | | | | | | | | | | | * 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-112-14/+21
| | | | | | | | validating accessTokens. (#8680)
* | add compass drawable initialization in ui settings (#8695)Pablo Guardiola2017-04-102-1/+6
| |
* | [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Preflight argument validity before constructing LatLngJohn Firebaugh2017-04-061-8/+20
| |
* | [android] - apply mix/max zoom xml attributes (#8631)Tobrun2017-04-051-0/+2
| |
* | [core] Add DDS support for icon-imageJohn Firebaugh2017-03-311-3/+3
| |
* | [core] Add DDS support for text-rotateJohn Firebaugh2017-03-311-3/+3
| |
* | [android] - transition options for layer properties (#8509)Tobrun2017-03-318-4/+1050
| | | | | | | | | | [android] fixup highlevel bindings for transition options finish integration
* | [android] - Transifex intregration and Dutch translations. (#8556)Tobrun2017-03-302-0/+28
| | | | | | add Catalan translations
* | [android] allow resetting of resource transform callbackIvo van Dongen2017-03-301-2/+2
| |
* | [android] - transition options in milliseconds, added test cases, fixup test ↵Tobrun2017-03-301-8/+8
| | | | | | | | activity code (#8576)
* | [android] - consitent use of ms unit for time in java code, unit conversion ↵Tobrun2017-03-301-8/+2
| | | | | | | | always happens in cpp code (#8578)
* | [core] implement dds for text-offsetMolly Lloyd2017-03-281-3/+3
| |
* | [core] Update mapbox-gl-js submoduleJohn Firebaugh2017-03-281-2/+2
| | | | | | | | Includes lowp ⇢ highp fix for shader color attributes / uniforms.
* | [android] add option to set geometry and feature on geojson sourceIvo van Dongen2017-03-281-0/+69
| |
* | [android] geojson conversion optimisationIvo van Dongen2017-03-282-30/+5
| |
* | [android] - mark non-translatable resources, remove debug string resources, ↵Tobrun2017-03-283-12/+16
| | | | | | | | expose strings in public.xml for resource overloading. (#8530)
* | [android] - harden offline region creation, add include method, expose world ↵Tobrun2017-03-245-14/+140
| | | | | | | | bounds, update tests (#8517)
* | [android] - correct anchoring when Icon is updated (#8519)Tobrun2017-03-242-0/+10
| |
* | [android] - update VectorSource javadoc (#8521)Tobrun2017-03-241-2/+2
| | | | | | | | | | | | * [android] - update VectorSource docs on VectorSource creation * [tests] Test only CameraOptions center, zoom in CameraToLatLngBounds
* | [core] cache binary shaders on AndroidKonstantin Käfer2017-03-221-3/+8
| |
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-2135-245/+391
|\ \ | |/
| * Bump Android SNAPSHOT version (#8453)Tobrun2017-03-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] [auto] Update properties to version 5.0.0 in preparation for build. * [android] - bump snapshot version * [android] remove typo in gradle-javadoc.gradle * [android] revert to 5.0.0-SNAPSHOT * [android] revert to 5.0.0 * [android] [auto] Update properties to version 5.0.0 in preparation for build. * next release is now 5.1.0-SNAPSHOT
| * [android] - only dispatch events if not handled by MarkerView (#8447)Tobrun2017-03-172-13/+23
| | | | | | use onTouch listener to ignore dispatching action up events to MapView when they are already handled by MarkerView.
| * 8322 javadoc 5.0.0 release (#8438)Tobrun2017-03-1711-53/+97
| | | | | | | | | | | | | | | | * [android] - update javadoc 5.0.0 release * update annotation and sources package javadoc * update javadoc on MapboxMap and MapView
| * [android] - take in account focalpoint when performing transformations, ↵Tobrun2017-03-177-101/+94
| | | | | | | | simplify zoom methods (#8416)
| * [android] - fix LOST location updates (#8445)Tobrun2017-03-172-1/+4
| |