add whats new screen for version 1.5

This commit is contained in:
tobiaskaminsky 2017-08-08 11:48:05 +02:00 committed by AndyScherzinger
parent e499e393e4
commit 9e7a4cb594
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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() {