Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
LEARNER-6930, iOS release 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Feb 11, 2019
1 parent 47f7983 commit 564f5f0
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 306 deletions.
Binary file modified Source/Resources/WhatsNew/screen_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion Source/WhatsNewViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class WhatsNewViewController: UIViewController, UIPageViewControllerDelegate, UI
}

static func canShowWhatsNew(environment: RouterEnvironment?) -> Bool {
return false
let appVersion = Version(version: Bundle.main.oex_buildVersionString())
let savedAppVersion = Version(version: environment?.interface?.getSavedAppVersionForWhatsNew() ?? "")
let validDiff = appVersion.isNMinorVersionsDiff(otherVersion: savedAppVersion, minorVersionDiff: 1)
Expand Down
4 changes: 2 additions & 2 deletions Source/edX-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.17.1</string>
<string>2.18</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSpokenName</key>
Expand All @@ -53,7 +53,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.17.1</string>
<string>2.18.1</string>
<key>FIREBASE_ANALYTICS_COLLECTION_ENABLED</key>
<false/>
<key>FacebookDisplayName</key>
Expand Down
318 changes: 166 additions & 152 deletions Source/en.lproj/whats_new.json
Original file line number Diff line number Diff line change
@@ -1,152 +1,166 @@
[
{
"version": "2.16",
"messages": [
{
"platforms": [
"ios",
"android"
],
"image": "screen_1",
"title": "Programs on Mobile",
"message": "You can now view your edX programs on the go!"
}
]
},
{
"version": "2.15",
"messages": [
{
"platforms": [
"ios",
"android"
],
"image": "screen_1",
"title": "Improved Landscape and Rotation Support",
"message": "You can now rotate your iPhone or iPad for improved viewing on most areas of the application."
},
{
"platforms": [
"ios",
"android"
],
"image": "screen_2",
"title": "Show Popular Subjects in Course Discovery",
"message": "Browse courses by subject when you are looking for new learning experiences!"
}
]
},
{
"version": "2.14",
"messages": [
{
"platforms": [
"ios",
"android"
],
"image": "screen_1",
"title": "Bulk Download Subsection Videos",
"message": "Easily download all videos within a subsection using the new toggle controls."
},
{
"platforms": [
"ios",
"android"
],
"image": "screen_2",
"title": "Improved Video Streaming Quality",
"message": "Video streaming quality will now adapt based on your network. Improve video quality even further by connecting to a WiFi network!"
}
]
},
{
"version": "2.13",
"messages": [
{
"platforms": [
"ios",
"android"
],
"image": "screen_1",
"title": "Improved Navigation",
"message": "Quickly access your courses or discover new courses using the new application navigation."
},
{
"platforms": [
"ios",
"android"
],
"image": "screen_2",
"title": "Bulk Video Download",
"message": "Easily download all videos within a course using the new toggle control."
}
]
},
{
"version": "2.12",
"messages": [
{
"platforms": [
"ios",
"android"
],
"image": "screen_1",
"title": "Improved Course Navigation",
"message": "Quickly jump to course videos, discussions, and important dates in your course using new in-course navigation."
}
]
},
{
"version": "2.11",
"messages": [
{
"platforms": [
"ios",
"android"
],
"image": "screen_1",
"title": "Updated Navigation",
"message": "A simplified main menu makes it easier to access and discover courses."
},
{
"platforms": [
"ios",
"android"
],
"image": "screen_2",
"title": "Assignment Due Dates",
"message": "You can now see due dates for assignments in the course outline."
}
]
},
{
"version": "2.10",
"messages": [
{
"platforms": [
"ios",
"android"
],
"image": "screen_1",
"title": "Videos",
"message": "The \"Videos\" tab in each course's menu replaces \"My Videos\" in the main menu. Now you can view all the videos in a course in one place!"
},
{
"platforms": [
"android"
],
"image": "screen_2",
"title": "Delete Videos",
"message": "In the list of downloaded course videos, use a long press to select videos that you want to delete."
},
{
"platforms": [
"ios"
],
"image": "screen_2",
"title": "Delete Videos",
"message": "Swipe left to delete downloaded videos."
}
]
}
]
[
{
"version":"2.18",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Program & Degree Discovery",
"message":"You can now search edX programs and degrees using the mobile application!"
}
]
},
{
"version":"2.16",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Programs on Mobile",
"message":"You can now view your edX programs on the go!"
}
]
},
{
"version":"2.15",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Improved Landscape and Rotation Support",
"message":"You can now rotate your iPhone or iPad for improved viewing on most areas of the application."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"Show Popular Subjects in Course Discovery",
"message":"Browse courses by subject when you are looking for new learning experiences!"
}
]
},
{
"version":"2.14",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Bulk Download Subsection Videos",
"message":"Easily download all videos within a subsection using the new toggle controls."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"Improved Video Streaming Quality",
"message":"Video streaming quality will now adapt based on your network. Improve video quality even further by connecting to a WiFi network!"
}
]
},
{
"version":"2.13",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Improved Navigation",
"message":"Quickly access your courses or discover new courses using the new application navigation."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"Bulk Video Download",
"message":"Easily download all videos within a course using the new toggle control."
}
]
},
{
"version":"2.12",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Improved Course Navigation",
"message":"Quickly jump to course videos, discussions, and important dates in your course using new in-course navigation."
}
]
},
{
"version":"2.11",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Updated Navigation",
"message":"A simplified main menu makes it easier to access and discover courses."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"Assignment Due Dates",
"message":"You can now see due dates for assignments in the course outline."
}
]
},
{
"version":"2.10",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Videos",
"message":"The \"Videos\" tab in each course's menu replaces \"My Videos\" in the main menu. Now you can view all the videos in a course in one place!"
},
{
"platforms":[
"android"
],
"image":"screen_2",
"title":"Delete Videos",
"message":"In the list of downloaded course videos, use a long press to select videos that you want to delete."
},
{
"platforms":[
"ios"
],
"image":"screen_2",
"title":"Delete Videos",
"message":"Swipe left to delete downloaded videos."
}
]
}
]
Loading

0 comments on commit 564f5f0

Please sign in to comment.