summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
...
| * [core] rename query options for query rendered featuresIvo van Dongen2017-03-101-1/+1
| |
| * [ios, macos] Fixed camera function exception messageMinh Nguyễn2017-03-101-3/+3
| | | | | | | | This exception message had a typo; developers would’ve been advised to use a method that doesn’t exist, due to case sensitivity. Moreover, the method has been renamed since this message was written.
| * [android] - zoom to rounded levelsTobrun2017-03-109-18/+65
| |
| * [ios, macos] Update changelogs for v3.5.0-beta.3 (#8343)Minh Nguyễn2017-03-102-11/+14
| | | | | | | | | | | | | | | | * [ios, macos] Updated changelogs Mentioned #8298, #8139. Copyedited recent additions. * [ios, macos] Reorganized changelogs
| * [darwin] Use explicit initialization rather than global static variables for ↵Konstantin Käfer2017-03-103-2/+7
| | | | | | | | | | | | | | | | the default RunLoop When linking Mapbox GL as a static library, the object file (MGLFoundation.o) containing the global static variable initialization was not linked into the resulting binary since it was not referenced. This resulted in the RunLoop not being initialized in the main thread. Reverts 03a14ff0003e976a4ded70d284bc80adf54bc6c9
| * [android] remove unnecessary manifest permissionsAntonio Zugaldia2017-03-091-3/+0
| |
| * [android] remove unnecessary manifest inclusionAntonio Zugaldia2017-03-091-2/+0
| |
| * [android] Include the telemetry service to simplify set upAntonio Zugaldia2017-03-091-0/+5
| |
| * [android] - add style loading callback (#8291)Tobrun2017-03-093-17/+106
| | | | | | | | | | | | * [android] - add style loading callback that is invoked when a style finishes loading. * fixup language + add support for adding a callback when invoking setStyle with the default styles.
| * [android] - harden mapZoomButtonController to avoid null pointer exceptions ↵Tobrun2017-03-091-2/+4
| | | | | | | | (#8332)
| * [android] - move touch handling of MarkerViews back to ↵Tobrun2017-03-095-60/+53
| | | | | | | | View#setOnClickListener. Workaround panning issue by dispatching touch events to the parent ViewGroup. (#8272)
| * [android] renames MultiPoint to BasePointCollectionAntonio Zugaldia2017-03-093-5/+5
| |
| * [android] fix checkstyleAntonio Zugaldia2017-03-091-1/+2
| |
| * [android] update version to local package build configAntonio Zugaldia2017-03-091-1/+1
| |
| * [android] set user agent on initializationAntonio Zugaldia2017-03-091-1/+1
| |
| * [android] re-add build config fieldsAntonio Zugaldia2017-03-091-0/+2
| |
| * [android] bump versions to beta.3Antonio Zugaldia2017-03-091-3/+3
| |
| * [android] - build aar once (#8297)Tobrun2017-03-091-4/+2
| |
| * Merge master into release-ios-v3.5.0-android-v5.0.0John Firebaugh2017-03-0860-1506/+694
| |\
| * | MyLocationView activate/deactivate LocationSource (#8255)Tobrun2017-03-081-4/+4
| | | | | | | | | | | | | | | | | | * [android] - activate/deactivate the locationSource when toggling the MyLocationView state. * correct accuracy width
| * | [ios, macos] Removed duplicated NSDate test files, improved duration ↵Fabian Guerra Soto2017-03-086-64/+23
| | | | | | | | | | | | converstion for NSDate+MGLAdditions (#8290)
| * | [android] - don't disable tracking when animation the camera bearing. (#8279)Tobrun2017-03-081-1/+1
| | |
| * | [ios, macos] Russian, Catalan, Lithuanian, Finnish, Dutch (#8256)Minh Nguyễn2017-03-0829-12/+985
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Updated Russian translations * [ios, macos] Added Catalan translation * [ios, macos] Completed Lithuanian translation * [ios, macos] Added Finnish translation * [ios, macos] Fixed Polish, Ukrainian declension * [ios, macos] Updated changelogs * [ios, macos] Added Dutch localization
| * | [ios, macos] Added a timing note for two delegate methods (#8259)Jordan Kiley2017-03-072-14/+20
| | |
| * | [ios] Add version checker update to deploy scriptJason Wray2017-03-071-0/+20
| | |
| * | [ios] Add SDK version update checking/notificationJason Wray2017-03-077-0/+80
| | |
| * | [ios, macos] Update callout when relocating annotationMinh Nguyễn2017-03-034-22/+8
| | | | | | | | | | | | When relocating a selected point annotation, update the associated callout (popover) rather than deselecting the annotation.
| * | [ios] Clarify docs for MGLUserTrackingModeNadia Barbosa2017-03-031-3/+22
| | |
| * | [ios, macos] Exclude MGLUserTrackingMode from macOSNadia Barbosa2017-03-032-15/+15
| | |
| * | [ios] Fixed conversion between Duration and NSTimeInerval (#8276)Fabian Guerra Soto2017-03-0310-37/+126
| | |
| * | [macos] Document Carthage, CocoaPods installationMinh Nguyễn2017-03-032-3/+32
| | |
| * | [ios] Split out changelog Packaging sectionMinh Nguyễn2017-03-031-2/+5
| | |
| * | [ios] Added basic notes about using CarthageJason Wray2017-03-032-0/+13
| | |
| * | [ios, macos] Alias MGLStyleConstantValue to MGLConstantStyleValueJesse Bounds2017-03-033-0/+4
| | |
| * | [ios, macos] Rename MGLStyleConstantValue to MGLConstantStyleValueJesse Bounds2017-03-0316-178/+178
| | |
| * | Updates version name and CHANGELOG after 5.0.0-beta.2 release (#8254)Antonio Zugaldia2017-03-022-1/+8
| | | | | | | | | | | | | | | | | | * go back to 5.0.0-SNAPSHOT * update changelog
| * | [ios] Use curl to verify that a release is not publishedandroid-v5.0.0-beta.2Jesse Bounds2017-03-011-1/+1
| | | | | | | | | | | | | | | The previous incantation is now failing due to redirects. Getting only the headers from curl and checkin the first line works reliably.
| * | [ios] Update podspec version for 3.5.0 beta.2ios-v3.5.0-beta.2Jesse Bounds2017-03-012-2/+2
| | |
| * | [ios, macos] Updated changelogs for #8113Minh Nguyễn2017-03-012-2/+4
| | |
| * | [android] [auto] Update properties to version 5.0.0-beta.2 in preparation ↵Antonio Zugaldia2017-03-011-1/+1
| | | | | | | | | | | | for build.
* | | [macos] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-211-1/+1
| | |
* | | [android] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-212-2/+2
| | |
* | | [Qt] Updated MapObserver::onSourceChangedBruno de Oliveira Abinader2017-03-212-2/+2
| | |
* | | [ios, macos] Fix map load error descriptions (#8466)Minh Nguyễn2017-03-186-12/+48
| | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Corrected map load error descriptions Ensured the uniqueness of localizable string IDs. Ran make genstrings to add the -[MGLMapViewDelegate mapViewDidFailToLoad:withError:] error description strings to the base localization. * [ios, macos] Moved failure error changelog entry to new release
* | | [macos] Fix nightly build scriptJohn Firebaugh2017-03-171-1/+1
| | | | | | | | | | | | | | | | | | `apt-get install` commands were present when the nightly build was introduced. Prior to 12b99f0 they were in a separate section without `set -eu -o pipefail`, so the error was ignored. I assume they are not needed, since the build was succeeding despite the error. While here, ensure xcpretty is installed.
* | | [android] move build to Android StudioKonstantin Käfer2017-03-1712-218/+119
| | |
* | | [ios] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-172-18/+39
| | |
* | | [macos] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-173-6/+31
| | |
* | | [android] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-172-2/+3
| | |
* | | [node] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-173-6/+8
| | |