summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Android SQLite bindingsupstream/8048-android-sqliteKonstantin Käfer2017-02-148-1/+323
|
* [ios] Do not deselect annotations any longer when map is zoomed/panned or ↵Benedikt Huss2017-02-112-21/+7
| | | | annotation is moved out of the visible bounds
* Upright CJK characters in vertically-oriented labels (#7114)Minh Nguyễn2017-02-1016-94/+449
| | | | | CJK characters and adjacent punctuation now remain upright in vertically oriented labels that have line placement. Fixes #1682.
* [core] Restore support for GL implementations without VAO extensionJohn Firebaugh2017-02-105-10/+42
|
* [android] Update SDK dependency to MAS beta.1 (#8020)Antonio Zugaldia2017-02-103-5/+3
| | | | | | * remove unused repositories * move from snapshot to beta.1
* [glfw] use newer version that allows automated graphics switching on macOSKonstantin Käfer2017-02-103-2/+4
|
* [ios, macos] Marked MGLStyleFunction as abstract in docsMinh Nguyễn2017-02-101-0/+1
|
* [ios, macos] Updated changelogMinh Nguyễn2017-02-092-0/+2
| | | | Added mention of #7621.
* [ios] Update podspec for release 3.5.0 beta 1ios-v3.5.0-beta.1Jesse Bounds2017-02-092-2/+2
|
* [ios] Re-add MGLDistanceFormatter to static libraryJason Wray2017-02-091-0/+2
| | | | For some reason Xcode didn't like e7066159ddb6a1c963dd194b0e96a2f90b6462e4.
* [ios] Add partial Japanese localizationJason Wray2017-02-092-1/+77
|
* [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-0913-64/+780
| | | | | | | | * [core] Introduce dedicated filter types for $type and $id special cases * [ios, macos] Special-case $id, $type in predicates Also support $id ≟ nil.
* Delegate method to restrict movement (#5584)Minh Nguyễn2017-02-096-52/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Added delegate method to restrict movement Added a way for the delegate to restrict where the user can move within the map using gestures. Fixes #2457. * [ios] Added support to restrict movement in pinch/rotate gestures * [ios] Added support to restrict movement in double tap/quick zoom/two finger drag gestures * [ios] fixed camera reset before two finger drag gesture is complete * [ios] fixed camera comparison in double tap gestures * [ios] Changelog update * [macos] Changelog updated * [ios, macos] Changelog cleanup * [ios, macos] Added documentation to clarify performance impact * [ios] clarified variable name * [ios] blocking gestures implementation changed to a predictive approach * [ios] gesture delegate methods refactoring * [ios] Removed duplicated methods, improved code readability * [ios] code refactoring to clarify the conditions to execute a gesture
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-0924-0/+496
|
* [ios, macos] Brazilian Portuguese, French, German, Japanese, Swedish, VietnameseMinh Nguyễn2017-02-0932-4/+1998
| | | | Pulled translations from Transifex. Added locales with at least one file translated 80% or more.
* [ios, macos] Updated changelogsMinh Nguyễn2017-02-092-7/+20
| | | | Added mention of #7786, #7989, #7902. Moved #7956 to the correct section.
* [android] Refactor composite stop types and conversionsIvo van Dongen2017-02-0926-384/+474
|
* [core, ios, macos] Refactor composite stop types and conversionsJohn Firebaugh2017-02-0913-149/+268
|
* [node] Run test with logbtJohn Firebaugh2017-02-092-2/+12
|
* compare polygon ring areas absolutelynode-v3.4.4-13e504Dane Springmeyer2017-02-092-1/+47
| | | | | - This ensures we actually keep the largest polygons - Adds testcase that fails without this patch
* Compass click rotates around focal point (if available) (#7977)Pablo Guardiola2017-02-096-4/+73
| | | | | | * add set bearing method taking focal point into account * notify CompassView when FocalPoint changes
* [ios] Added MGLDistanceFormatter to static libraryMinh Nguyễn2017-02-091-1/+3
|
* [Qt] Added QMapboxGL::sourceExistsBruno de Oliveira Abinader2017-02-092-0/+9
|
* [ios, macos] Update changelogs for data-driven styling (#7993)Jesse Bounds2017-02-082-3/+5
|
* [ios, macos] Don't add documentation to NS_ENUMJesse Bounds2017-02-087-1105/+721
|
* [ios, macos] Add more bullets to style property docsJason Wray2017-02-087-462/+616
|
* [ios, macos] Add function and interpolation mode to style property docsJesse Bounds2017-02-087-171/+1348
|
* [core] Update gl-js; fix $id filters with GeoJSON sourceJohn Firebaugh2017-02-088-6/+10
|
* [ios, macos] Fixed runtime styling deprecation warningsMinh Nguyễn2017-02-084-98/+110
|
* [ios, macos] Update documentation examples to use new style functions (#7960)Jesse Bounds2017-02-083-16/+16
|
* [ios, macos] Document DDS enumerations (#7931)Jesse Bounds2017-02-081-4/+56
| | | | [ios, macos] Document DDS enumerations
* Add back MGLStyleFunction and re-document MGLStyleValue (#7943)Jesse Bounds2017-02-084-87/+428
| | | | [ios, macos] Add back MGLStyleFunction and re-document MGLStyleValue
* removed make android-lib-x86-64 from bitrise script so snapshots build (#7986)Cameron Mace2017-02-081-1/+0
|
* [build] Remove Mason submodule in favor of CMake masonKonstantin Käfer2017-02-0818-134/+294
|
* [node] Remove unused dependencyJohn Firebaugh2017-02-081-1/+0
|
* [android] Node not requiredJohn Firebaugh2017-02-081-8/+4
|
* [build, ios, macos] Simplify version portion of user agent stringJohn Firebaugh2017-02-0812-126/+34
| | | | The X.Y.Z version portion was unreliable, as it pulled from the latest tag regardless of platform. Set version to 0.0.0 and retrieve only the hash, which allows us to drop the node/npm dependency.
* [Qt] Added QMapbox::Feature → GeoJSON conversion helperBruno de Oliveira Abinader2017-02-083-3/+44
|
* [Qt] Added QMapbox::FeatureBruno de Oliveira Abinader2017-02-084-9/+147
|
* [Qt] Moved GeoJSON-related conversion functions to qt_geojson.hppBruno de Oliveira Abinader2017-02-083-59/+66
|
* [Qt] Added QMapboxGL::layerExistsBruno de Oliveira Abinader2017-02-082-1/+10
|
* [android] fix reference table overflow in query rendered featuresIvo van Dongen2017-02-082-20/+37
|
* [core] Use cpp files for shader sourceJohn Firebaugh2017-02-0728-2039/+2265
|
* [core] Check in generated shader codeJohn Firebaugh2017-02-0727-122/+2293
| | | | One step toward eliminating the node/npm dependency for platforms other than node.
* fix unable to find developer-config xml when building the project (#7963)Pablo Guardiola2017-02-071-1/+1
|
* hold a weak reference of the context to avoid leaks (#7964)Pablo Guardiola2017-02-071-5/+7
|
* [test] Added a test to make sure 404 does not trigger a retryThiago Marcos P. Santos2017-02-071-0/+5
|
* [test] Added unit test for style request failuresThiago Marcos P. Santos2017-02-072-0/+79
|
* [core] Do not consider error'ed responses freshThiago Marcos P. Santos2017-02-071-1/+1
| | | | | It has the unwanted side effect of not retrying anymore in case of error.
* 7798-ObjectAnimator-rotation (#7907)Tobrun2017-02-074-79/+18
|