summaryrefslogtreecommitdiff
path: root/platform/ios/app
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Only set preferred action on iOS 9+Minh Nguyễn2016-03-141-1/+3
| | | | | | Fixed a crash on iOS 8 when presenting the Add Offline Pack dialog. Fixes #4305.
* [ios] Immediately remove offline pack from tableMinh Nguyễn2016-03-141-6/+3
| | | | | | Remove all references to an offline pack before the call to -removePackWithCompletionHander:. Cherry-picked from d64b8ad25ca7c2297221337d4021924b5103cc77.
* [ios] Fixed iosapp buildMinh Nguyễn2016-03-101-2/+2
| | | | MBXDownloadsTableViewController.{h,m} had been renamed MBXOfflinePacksTableViewController.{h,m}, but the project had not been.
* [ios] Renamed downloads to offline packs in iosappMinh Nguyễn2016-03-104-30/+30
|
* [ios, osx] Renamed MGLOfflineTask to MGLOfflinePackMinh Nguyễn2016-03-101-52/+52
| | | | “Offline pack” more effectively communicates the persistent nature of the downloaded content.
* [ios, osx] Distinguish between unknown and inactive stateMinh Nguyễn2016-03-101-0/+7
|
* [ios, osx] Documented offline APIsMinh Nguyễn2016-03-101-0/+8
| | | | Also categorized offline symbols for jazzy and moved styleURL from MGLOfflineRegion to MGLTilePyramidOfflineRegion, since you never know if there will be a region type not constrained by a style in the future.
* [ios] Tap to pause/resumeMinh Nguyễn2016-03-103-1/+47
| | | | Tapping on a download now pauses or resumes it. Tapping on a completed download navigates to the downloaded region and switches to the downloaded style.
* [ios, osx] Renamed offline classesMinh Nguyễn2016-03-101-38/+38
| | | | Renamed SDK classes related to offline viewing to more closely match the terminology used by mbgl and the Android SDK while remaining consistent with Cocoa naming principles.
* [ios] Added download manager to iosappMinh Nguyễn2016-03-105-32/+310
|
* [ios] Converted iosapp to use storyboardMinh Nguyễn2016-03-105-80/+136
|
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-1251-0/+153154