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

Commit

Permalink
Rc/5.0.0 (#1802)
Browse files Browse the repository at this point in the history
* chore: whats new changes for app nav overhaul release
* build: bump version to 5.0.0
* chore: enable app nav overhaul with default to true
  • Loading branch information
saeedbashir committed Sep 28, 2023
1 parent 099c86e commit 55b2f94
Show file tree
Hide file tree
Showing 20 changed files with 485 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Source/OEXConfig+AppFeatures.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ extension OEXConfig {
}

var isNewDashboardEnabled: Bool {
return bool(forKey: "NEW_DASHBOARD_ENABLED", defaultValue: false)
return bool(forKey: "NEW_DASHBOARD_ENABLED", defaultValue: true)
}

var isNewComponentNavigationEnabled: Bool {
return bool(forKey: "NEW_COMPONENT_NAVIGATION_ENABLED", defaultValue: false) && isNewDashboardEnabled
return bool(forKey: "NEW_COMPONENT_NAVIGATION_ENABLED", defaultValue: true) && isNewDashboardEnabled
}
}

Expand Down
Binary file added Source/Resources/WhatsNew/screen_1.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Source/Resources/WhatsNew/screen_1.png
Binary file not shown.
Binary file modified Source/Resources/WhatsNew/screen_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Source/Resources/WhatsNew/screen_3.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Source/Resources/WhatsNew/screen_4.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Source/Resources/WhatsNew/screen_5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Source/WhatsNewObject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extension WhatsNew {
}
}

if let image = UIImage(named: imageName), isSupportMessage {
if let image = UIImage(named: imageName) ?? UIImage.gifImageWithName(imageName), isSupportMessage {
self.image = image
self.title = title
self.message = message
Expand Down
41 changes: 41 additions & 0 deletions Source/ar.lproj/whats_new.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
[
{
"version":"5.0",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Simplified navigation",
"message":"Navigate with ease—the bottom navigation gets you where you want to go next!"
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"1. Discover",
"message":"Search for what you want to learn and enroll directly into a course."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_3",
"title":"2. Learn",
"message":"Switch between your courses and programs using the dropdown."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_4",
"title":"3. Profile",
"message":"Access your account information and user settings."
}
]
},
{
"version":"3.1",
"messages":[
Expand Down
41 changes: 41 additions & 0 deletions Source/de.lproj/whats_new.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
[
{
"version":"5.0",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Simplified navigation",
"message":"Navigate with ease—the bottom navigation gets you where you want to go next!"
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"1. Discover",
"message":"Search for what you want to learn and enroll directly into a course."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_3",
"title":"2. Learn",
"message":"Switch between your courses and programs using the dropdown."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_4",
"title":"3. Profile",
"message":"Access your account information and user settings."
}
]
},
{
"version":"3.1",
"messages":[
Expand Down
50 changes: 50 additions & 0 deletions Source/en.lproj/whats_new.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,54 @@
[
{
"version":"5.0",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Simplified navigation",
"message":"Navigate with ease—the bottom navigation gets you where you want to go next!"
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"1. Discover",
"message":"Search for what you want to learn and enroll directly into a course."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_3",
"title":"2. Learn",
"message":"Switch between your courses and programs using the dropdown."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_4",
"title":"2. Learn",
"message":"Once in the course, navigate course content quickly and easily using tabs and dropdowns."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_5",
"title":"3. Profile",
"message":"Access your account information and user settings."
}
]
},
{
"version":"3.1",
"messages":[
Expand Down
41 changes: 41 additions & 0 deletions Source/es-419.lproj/whats_new.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
[
{
"version":"5.0",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Simplified navigation",
"message":"Navigate with ease—the bottom navigation gets you where you want to go next!"
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"1. Discover",
"message":"Search for what you want to learn and enroll directly into a course."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_3",
"title":"2. Learn",
"message":"Switch between your courses and programs using the dropdown."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_4",
"title":"3. Profile",
"message":"Access your account information and user settings."
}
]
},
{
"version":"3.1",
"messages":[
Expand Down
41 changes: 41 additions & 0 deletions Source/fr.lproj/whats_new.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
[
{
"version":"5.0",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Simplified navigation",
"message":"Navigate with ease—the bottom navigation gets you where you want to go next!"
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"1. Discover",
"message":"Search for what you want to learn and enroll directly into a course."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_3",
"title":"2. Learn",
"message":"Switch between your courses and programs using the dropdown."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_4",
"title":"3. Profile",
"message":"Access your account information and user settings."
}
]
},
{
"version":"3.1",
"messages":[
Expand Down
41 changes: 41 additions & 0 deletions Source/he.lproj/whats_new.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
[
{
"version":"5.0",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Simplified navigation",
"message":"Navigate with ease—the bottom navigation gets you where you want to go next!"
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"1. Discover",
"message":"Search for what you want to learn and enroll directly into a course."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_3",
"title":"2. Learn",
"message":"Switch between your courses and programs using the dropdown."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_4",
"title":"3. Profile",
"message":"Access your account information and user settings."
}
]
},
{
"version":"3.1",
"messages":[
Expand Down
41 changes: 41 additions & 0 deletions Source/ja.lproj/whats_new.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
[
{
"version":"5.0",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Simplified navigation",
"message":"Navigate with ease—the bottom navigation gets you where you want to go next!"
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"1. Discover",
"message":"Search for what you want to learn and enroll directly into a course."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_3",
"title":"2. Learn",
"message":"Switch between your courses and programs using the dropdown."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_4",
"title":"3. Profile",
"message":"Access your account information and user settings."
}
]
},
{
"version":"3.1",
"messages":[
Expand Down
41 changes: 41 additions & 0 deletions Source/pt-BR.lproj/whats_new.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,45 @@
[
{
"version":"5.0",
"messages":[
{
"platforms":[
"ios",
"android"
],
"image":"screen_1",
"title":"Simplified navigation",
"message":"Navigate with ease—the bottom navigation gets you where you want to go next!"
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_2",
"title":"1. Discover",
"message":"Search for what you want to learn and enroll directly into a course."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_3",
"title":"2. Learn",
"message":"Switch between your courses and programs using the dropdown."
},
{
"platforms":[
"ios",
"android"
],
"image":"screen_4",
"title":"3. Profile",
"message":"Access your account information and user settings."
}
]
},
{
"version":"3.1",
"messages":[
Expand Down

0 comments on commit 55b2f94

Please sign in to comment.