From 3dc30e17274237358d2bb8ce13eae7082a6e083e Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 25 Jun 2024 08:28:40 +0200 Subject: [PATCH] Account avatars is a pro feature --- PLAYSTORE.txt | 2 +- README.md | 2 +- .../java/eu/faircode/email/AdapterAccount.java | 15 +++++++++------ .../java/eu/faircode/email/FragmentAccount.java | 8 +++++++- .../main/java/eu/faircode/email/FragmentPop.java | 8 +++++++- 5 files changed, 25 insertions(+), 10 deletions(-) diff --git a/PLAYSTORE.txt b/PLAYSTORE.txt index 366668273a..5ff4b79e2f 100644 --- a/PLAYSTORE.txt +++ b/PLAYSTORE.txt @@ -78,7 +78,7 @@ This app starts a foreground service with a low-priority status bar notification All pro features are convenience or advanced features. -* Account/identity/folder colors +* Account/identity/folder colors/avatars * Colored stars * Notification settings (sounds) per account/folder/sender (requires Android 8 Oreo) * Configurable notification actions diff --git a/README.md b/README.md index 5e619f68a3..e443a78887 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ This app starts a foreground service with a low-priority status bar notification All pro features are convenience or advanced features. -* Account/identity/folder colors +* Account/identity/folder colors/avatars * Colored stars ([instructions](https://m66b.github.io/FairEmail/#faq107)) * Notification settings (sounds) per account/folder/sender (requires Android 8 Oreo) ([instructions](https://m66b.github.io/FairEmail/#faq145)) * Configurable notification actions diff --git a/app/src/main/java/eu/faircode/email/AdapterAccount.java b/app/src/main/java/eu/faircode/email/AdapterAccount.java index e9cd6ab097..2372b9e1d4 100644 --- a/app/src/main/java/eu/faircode/email/AdapterAccount.java +++ b/app/src/main/java/eu/faircode/email/AdapterAccount.java @@ -89,6 +89,7 @@ public class AdapterAccount extends RecyclerView.Adapter