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

Commit

Permalink
RC/2.14.0, update whats_new json and images
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed May 4, 2018
1 parent 5b78cf5 commit 83fb334
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 187 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.
Binary file modified Source/Resources/WhatsNew/screen_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 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.13</string>
<string>2.14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSpokenName</key>
Expand All @@ -53,7 +53,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.13.3</string>
<string>2.14.0</string>
<key>FIREBASE_ANALYTICS_COLLECTION_ENABLED</key>
<false/>
<key>FacebookDisplayName</key>
Expand Down Expand Up @@ -117,7 +117,7 @@
<string>UIStatusBarStyleDefault</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>
Expand Down
207 changes: 115 additions & 92 deletions Source/en.lproj/whats_new.json
Original file line number Diff line number Diff line change
@@ -1,92 +1,115 @@
[
{
"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.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 83fb334

Please sign in to comment.