diff --git a/PLAYSTORE.txt b/PLAYSTORE.txt index 1a04676321..54830a57a5 100644 --- a/PLAYSTORE.txt +++ b/PLAYSTORE.txt @@ -65,7 +65,6 @@ All pro features are convenience or advanced features. * Account/identity/folder colors * Colored stars -* Extra themes * Notification settings (sounds) per account/folder/sender (requires Android 8 Oreo) * Configurable notification actions * Snooze messages diff --git a/README.md b/README.md index cd1e7c9a10..865f476d39 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ All pro features are convenience or advanced features. * Account/identity/folder colors * Colored stars ([instructions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq107)) -* Extra themes * Notification settings (sounds) per account/folder/sender (requires Android 8 Oreo) * Configurable notification actions * Snooze messages ([instructions](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq67)) diff --git a/app/src/main/java/eu/faircode/email/ActivityBase.java b/app/src/main/java/eu/faircode/email/ActivityBase.java index 7e1070f10e..de85f23061 100644 --- a/app/src/main/java/eu/faircode/email/ActivityBase.java +++ b/app/src/main/java/eu/faircode/email/ActivityBase.java @@ -86,11 +86,6 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc int uiMode = getResources().getConfiguration().uiMode; Log.i("UI mode=" + uiMode); - if (!this.getClass().equals(ActivitySetup.class) && - !ActivityBilling.isPro(this) && - (theme.contains("yellow") || theme.contains("red"))) - theme = "blue_orange_light"; - switch (theme) { case "light": case "blue_orange_light": diff --git a/app/src/main/java/eu/faircode/email/FragmentOptionsDisplay.java b/app/src/main/java/eu/faircode/email/FragmentOptionsDisplay.java index e88a02857f..9e5b2dd817 100644 --- a/app/src/main/java/eu/faircode/email/FragmentOptionsDisplay.java +++ b/app/src/main/java/eu/faircode/email/FragmentOptionsDisplay.java @@ -694,9 +694,6 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer swDark = dview.findViewById(R.id.swDark); swSystem = dview.findViewById(R.id.swSystem); - Helper.linkPro(dview.findViewById(R.id.tvThemeYellowPurplePro)); - Helper.linkPro(dview.findViewById(R.id.tvThemeRedGreenPro)); - final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext()); String theme = prefs.getString("theme", "light"); diff --git a/app/src/main/res/layout/dialog_theme.xml b/app/src/main/res/layout/dialog_theme.xml index ec8b60bc5f..a601d584e8 100644 --- a/app/src/main/res/layout/dialog_theme.xml +++ b/app/src/main/res/layout/dialog_theme.xml @@ -44,15 +44,6 @@ android:text="@string/title_setup_theme_yellow_purple" android:textAppearance="@style/TextAppearance.AppCompat.Medium" /> - - - -