浏览代码

add whats new screen for version 1.5

tobiaskaminsky 7 年之前
父节点
当前提交
9e7a4cb594
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/java/com/owncloud/android/features/FeatureList.java

+ 3 - 0
src/main/java/com/owncloud/android/features/FeatureList.java

@@ -66,6 +66,9 @@ public class FeatureList {
                     R.string.whats_new_notification_content, VERSION_2_0_0, BETA_VERSION_0, SHOW_ON_UPGRADE, false),
             new FeatureItem(R.drawable.whats_new_fingerprint, R.string.whats_new_fingerprint_title,
                     R.string.whats_new_fingerprint_content, VERSION_2_0_0, BETA_VERSION_0, SHOW_ON_UPGRADE, false)
+            new FeatureItem(R.drawable.what_new_instant_upload,
+                    R.string.whats_new_auto_upload_title, R.string.whats_new_auto_upload_content,
+                    VERSION_1_5_0, BETA_VERSION_0, SHOW_ON_UPGRADE)
     };
 
     static public FeatureItem[] get() {