summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * [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-08132-3116/+1772
| |\
| * | 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.
* | | Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-2111-29/+39
| | |
* | | [core] Remove unnecessary unordered_map includesJohn Firebaugh2017-03-215-5/+0
| | |
* | | [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-218-10/+10
| | |
* | | [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
| | |
* | | [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-218-14/+17
| | |
* | | [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-2010-10/+42
| | |
* | | [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.
* | | [core] Use core wagyu algorithm; move results into GeometryCollectionJohn Firebaugh2017-03-172-69/+20
| | |
* | | Added wagyu and removed angus clipperBlake Thompson2017-03-177-6211/+70
| | |
* | | [core] Fix overspecialization of PaintPropertyBinder templateJohn Firebaugh2017-03-173-192/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PaintPropertyBinder and subclass templates were being instantiated for every unique attribute type (e.g. a_color, a_fill_color, a_halo_color) even though they behave identically for a given property value type (e.g. Color). To fix this, a unique type such as a_color no longer derives from gl::Attribute<...> -- instead it has an inner Type typedef, which should be used wherever neither a unique type nor attribute name is required. This reduces binary size substantially: VM SIZE FILE SIZE ++++++++++++++ GROWING ++++++++++++++ -------------- SHRINKING -------------- -2.0% -49.3Ki __TEXT,__text -49.3Ki -2.0% -3.1% -5.21Ki [None] -2.79Ki -1.6% -2.1% -4.12Ki __TEXT,__const -4.12Ki -2.1% -1.4% -4.04Ki __TEXT,__gcc_except_tab -4.04Ki -1.4% -19.3% -3.62Ki __DATA,__data -3.62Ki -19.3% -2.5% -1.65Ki __TEXT,__unwind_info -1.65Ki -2.5% -4.2% -8 __DATA,__mod_init_func 0 [ = ] -1.9% -68.0Ki TOTAL -65.6Ki -1.9%
* | | [core] Don't need to use normalized attributes anymoreJohn Firebaugh2017-03-174-87/+5
| | |
* | | [android] move build to Android StudioKonstantin Käfer2017-03-1713-315/+211
| | |
* | | [build] move ABI version awareness to mason.cmakeKonstantin Käfer2017-03-172-9/+30
| | |