summaryrefslogtreecommitdiff
path: root/platform/ios
Commit message (Collapse)AuthorAgeFilesLines
* [build] Post nightly build status to SlackJason Wray2017-03-161-0/+15
|
* [ios] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-145/+200
|
* [ios] Add nightly build infrastructureJason Wray2017-03-106-3/+78
|
* [build] Remove custom bitrise 'skip ci' stuff (#8346)John Firebaugh2017-03-101-19/+0
|
* [macos, ios] query source featuresIvo van Dongen2017-03-092-0/+9
|
* Use ICU compiled with -OsJohn Firebaugh2017-03-081-1/+1
|
* [ios, macos] Add support for queryRenderedFeatures filterIvo van Dongen2017-03-043-12/+73
|
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-2/+2
|
* [ios] MGLAnnotationView annotation property made writable (#8139)Fabian Guerra Soto2017-03-024-3/+3
|
* [ios] Add changelog entry for the pause / resume API updateJesse Bounds2017-03-011-0/+1
|
* [iOS] Replaced gifs from gesture recognizer guide (#8227)Jordan Kiley2017-02-282-0/+0
| | | | * [ios] replaced gifs
* [ios, macos] Update changelog for style and layer removal behaviorJesse Bounds2017-02-231-1/+1
|
* [core] Return null when removing nonexistent layerEimantas Vaiciunas2017-02-231-0/+1
| | | | | In case of exception, silently ignore removal of nonexistent layer and return nullptr
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.2Minh Nguyễn2017-02-218-30/+130
|\
| * ios-v3.4.2, macos-v0.3.1macos-v0.3.1ios-v3.4.2upstream/release-ios-v3.4.0Minh Nguyễn2017-02-213-3/+5
| |
| * [ios, macos] Updated changelogsMinh Nguyễn2017-02-181-5/+5
| | | | | | | | Removed a duplicate entry; moved the #7125 entry to the right release; added a blurb about #7937.
| * [ios, macos] Short-circuit redundant camera changesMinh Nguyễn2017-02-183-19/+73
| | | | | | | | | | | | | | | | Avoid canceling transitions (and triggering preexisting completion handlers) until we get a chance to ensure that a new transition really does have to begin. Consistently avoid mbgl transitions for redundant camera changes. Upon bailing, schedule the completion handler to run asynchronously on a delay equivalent to the requested animation duration. Added a “functional” equality method to MGLMapCamera that avoids trivial differences. Fixed invocations of XCTAssertEqualWithAccuracy() that incorrectly expressed the accuracy as a number of digits rather than a scalar tolerance.
| * [ios] persistent user tracking modeFredrik Karlsson2017-02-062-3/+4
| |
| * [ios] add user interaction guide (#7937)Jordan Kiley2017-02-064-0/+39
| | | | | | | | | | * added gesture recognizer guide and gifs
| * [ios] Revert self-deletion of framework stripping script (#7901)Jason Wray2017-01-311-8/+0
| | | | | | Xcode expects this file to be cached after the first build and will fail on subsequent incremental builds. There appears to be no reasonable way to detect if a build is intended for archive/app store distribution.
| * [ios] Bring in upstream changes to strip-frameworks scriptJason Wray2017-01-291-9/+11
| | | | | | | | Upstream commits: realm/realm-cocoa@cb8e3b6 and realm/realm-cocoa@453e0c1
| * [ios] Stop including framework stripping script in built productJason Wray2017-01-291-0/+9
| | | | | | | | | | This self-deletes the script during the build script phase. Does not address the CocoaPods use-case.
* | [ios, macos] Smarten apostrophes after backticksMinh Nguyễn2017-02-211-4/+4
| | | | | | | | jazzy is inconsistently converting straight apostrophes that immediately follow backticks into either ‘ or ’ from one run to the next. Smarten the apostrophe to keep it stable.
* | [ios] Update changelog for iOS 8 deployment targetJason Wray2017-02-211-0/+1
| |
* | [ios] Update docs for iOS 8 deployment targetJason Wray2017-02-216-11/+11
| |
* | [ios] Clean-up conditionals for iOS <8Jason Wray2017-02-212-7/+5
| |
* | [ios] Set project deployment target to iOS 8Jason Wray2017-02-211-2/+2
| |
* | [ios, macos] Enable localizations in iosapp & macosappJason Wray2017-02-2016-0/+39
| |
* | [ios, macos] Include Ukranian stringsdict in projectMinh Nguyễn2017-02-201-0/+2
| |
* | [ios, macos] Added Lithuanian localizationMinh Nguyễn2017-02-204-1/+84
| |
* | [ios, macos] Polish, Russian, Spanish, Ukrainian translationsMinh Nguyễn2017-02-209-1/+262
| |
* | [ios] add setting to toggle two maps for thread debugging (#8122)Justin R. Miller2017-02-201-0/+78
| |
* | [ios,macos,android,qt] use shared threadpoolKonstantin Käfer2017-02-202-8/+5
| |
* | [macos,ios] add tests for MGLOfflineStorageDelegateKonstantin Käfer2017-02-201-4/+4
| |
* | [macos,ios] expose callback for transforming URLsKonstantin Käfer2017-02-201-0/+1
| |
* | [darwin] move RunLoop initialization to static variableKonstantin Käfer2017-02-202-7/+13
| |
* | [ios, macos] Convert NSColor/UIColor expressions to CSS color string valuesMinh Nguyễn2017-02-181-0/+1
| | | | | | | | When converting a constant NSExpression to an mbgl::Value, turn an NSColor or UIColor into an std::string containing a CSS color string. This allows developers to set an attribute of an MGLFeature to an NSColor or UIColor (rather than a CSS color string, which would be foreign), then use it in an MGLStyleFunction with identity interpolation.
* | [ios] Fix locale-based language switching demoJason Wray2017-02-171-6/+5
| | | | | | | | Copy-pasted the better implementation from macOS.
* | [ios] Disable region monitoring when stopping location monitoring (#7833)Jesse Crocker2017-02-162-0/+8
| |
* | [ios] Search for ICU path using cmake cacheJesse Bounds2017-02-161-2/+2
| |
* | [ios, macos] Reorganized changelogsMinh Nguyễn2017-02-151-3/+6
| |
* | Refactor: use conversion system to convert MGLStyleFunction to mbgl core ↵Anand Thakker2017-02-151-0/+6
| | | | | | | | | | types (#8026) This leverages the work already happening in `mbgl::style::conversion` to convert style functions from style-spec definitions into `mbgl::style::{Camera,Source,Composite}Function`s. In particular, this allows the conversions system to handle the differing typing requirements based on whether the output type of the style function is interpolatable or non-interpolatable.
* | [ios] Add iosapp Show Zoom Level debug optionJason Wray2017-02-131-5/+24
| |
* | [ios] Round tap-zoom gestures to nearest integerJason Wray2017-02-132-8/+12
| | | | | | | | | | | | | | | | | | Round double-tap and two-finger tap zoom gestures to the nearest integer zoom level. This has the benefits for raster tiles, as well as styles with zoom-based functions. This results in a wider possible zoom range — ~0.5-1.5: Old: z4.6 → z5.6 (+1.0), z4.4 → z5.4 (+1.0) New: z4.6 → z6.0 (+1.4), z4.4 → z5.0 (+0.6)
* | [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-101-0/+1
| | | | | | | | | | CJK characters and adjacent punctuation now remain upright in vertically oriented labels that have line placement. Fixes #1682.
* | [ios, macos] Updated changelogMinh Nguyễn2017-02-091-0/+1
| | | | | | | | 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
| |