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

Commit

Permalink
* Changes for Release 2.11.2 and Updating required resources for release
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Oct 25, 2017
1 parent a227e61 commit 547ada4
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Source/OEXDBManager.m
Expand Up @@ -599,7 +599,7 @@ - (NSArray*)getVideosForDownloadState:(OEXDownloadState)state {
NSMutableArray* filteredArray = [[NSMutableArray alloc] init];
CLS_LOG(@"getVideosForDownloadState: videosForDownloadState...%@", allVideos);
for(VideoData* data in allVideos) {
if(data && ([data.download_state intValue] == state)) {
if(data && [data isKindOfClass:[VideoData class]] && ([data.download_state intValue] == state)) {
[filteredArray addObject:data];
}
}
Expand Down
Binary file modified Source/Resources/WhatsNew/screen_1.png
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions Source/edX-Info.plist
Expand Up @@ -34,7 +34,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.10</string>
<string>2.11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSpokenName</key>
Expand All @@ -53,7 +53,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.10.0</string>
<string>2.11.2</string>
<key>FIREBASE_ANALYTICS_COLLECTION_ENABLED</key>
<false/>
<key>FacebookDisplayName</key>
Expand Down Expand Up @@ -109,6 +109,8 @@
<array>
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UISupportedInterfaceOrientations</key>
Expand Down
75 changes: 49 additions & 26 deletions Source/en.lproj/whats_new.json
@@ -1,32 +1,55 @@
[
{
"version": "2.10",
"messages": [
{
"platforms": [
"ios"
[
{
"version": "2.11",
"messages": [
{
"platforms": [
"ios",
"android"
],
"image": "screen_1",
"title": "All Courses Available on Mobile",
"message": "We've heard you! All courses on platform_name will now be available on mobile."
},
{
"platforms": [
"image": "screen_1",
"title": "Updated Navigation",
"message": "A simplified main menu makes it easier to access and discover courses."
},
{
"platforms": [
"ios",
"android"
],
"image": "screen_1",
"title": "Videos Being Downloaded",
"message": "Notification bar will now show the videos being downloaded."
},
{
"platforms": [
"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_2",
"title": "Landscape Support",
"message": "Video player improvements for landscape mode."
}
]
}
]
"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."
}
]
}
]
45 changes: 34 additions & 11 deletions Source/es-419.lproj/whats_new.json
@@ -1,31 +1,54 @@
[
{
"version": "2.11",
"messages": [
{
"platforms": [
"ios",
"android"
],
"image": "screen_1",
"title": "Navegación Actualizada",
"message": "Un menú principal simplificado hace que sea más fácil acceder y descubrir cursos."
},
{
"platforms": [
"ios",
"android"
],
"image": "screen_2",
"title": "Plazos de Asignación",
"message": "Ahora puede ver las fechas límites de las asignaciones en el esquema del curso."
}
]
},
{
"version": "2.10",
"messages": [
{
"platforms": [
"ios"
],
"ios",
"android"
],
"image": "screen_1",
"title": "All Courses Available on Mobile",
"message": "We've heard you! All courses on platform_name will now be available on mobile."
"title": "Videos",
"message": "La pestaña \"Videos\" en el menú de cada curso reemplaza \"Mis Videos\" en el menú principal. Ahora puedes ver todos los videos de un curso en un solo lugar!"
},
{
"platforms": [
"android"
],
"image": "screen_1",
"title": "Videos Being Downloaded",
"message": "Notification bar will now show the videos being downloaded."
"image": "screen_2",
"title": "Borrar Videos",
"message": "En la lista de videos de cursos descargados, pulse prolongadamente una vez para seleccionar los videos que desea eliminar."
},
{
"platforms": [
"ios",
"android"
"ios"
],
"image": "screen_2",
"title": "Landscape Support",
"message": "Video player improvements for landscape mode."
"title": "Borrar Videos",
"message": "Desliza hacia la izquierda para eliminar los videos descargados."
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions edX.xcodeproj/project.pbxproj
Expand Up @@ -4805,6 +4805,7 @@
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Source/edX-Bridging-Header.h";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
name = Profile;
Expand Down Expand Up @@ -5230,6 +5231,7 @@
SWIFT_OBJC_BRIDGING_HEADER = "Source/edX-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
name = Debug;
Expand Down Expand Up @@ -5266,6 +5268,7 @@
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_OBJC_BRIDGING_HEADER = "Source/edX-Bridging-Header.h";
SWIFT_VERSION = 3.0;
TARGETED_DEVICE_FAMILY = "1,2";
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down

0 comments on commit 547ada4

Please sign in to comment.