Skip to content

Commit

Permalink
Step 5, video streaming resources
Browse files Browse the repository at this point in the history
  • Loading branch information
davigonz committed Feb 20, 2018
1 parent e562a45 commit c523f5d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file removed res/drawable-hdpi/whats_new_oc_files.png
Binary file not shown.
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 res/drawable-xhdpi/whats_new_camera_uploads.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 res/drawable-xhdpi/whats_new_files.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 res/drawable-xhdpi/whats_new_share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/com/owncloud/android/features/FeatureList.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ public class FeatureList {
R.string.welcome_feature_3_text, "1.0.0", "0" ,SHOW_ON_FIRST_RUN),
new FeatureItem(R.drawable.whats_new_camera_uploads, R.string.welcome_feature_4_title,
R.string.welcome_feature_4_text, "1.0.0", "0", SHOW_ON_FIRST_RUN),
new FeatureItem(R.drawable.whats_new_oc_files, R.string.welcome_feature_5_title, FeatureItem.DO_NOT_SHOW,
"1.0.0", "0", SHOW_ON_FIRST_RUN),
new FeatureItem(R.drawable.whats_new_video_streaming, R.string.welcome_feature_5_title,
R.string.welcome_feature_5_text, "1.0.0", "0", SHOW_ON_FIRST_RUN),
// Features introduced in certain point in time
};

Expand Down

0 comments on commit c523f5d

Please sign in to comment.