diff --git a/FAQ.md b/FAQ.md index b969653216..1c00dd7ec8 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1280,6 +1280,10 @@ Long version: All supported Android versions [encrypt all user data](https://source.android.com/security/encryption), so all data, including usernames, passwords, messages, etc, is stored encrypted. +If the device is secured with a PIN, pattern or password, you can make the account and identity passwords visible. +If this is a problem because you are sharing the device with other people, +consider to use [user profiles](https://www.howtogeek.com/333484/how-to-set-up-multiple-user-profiles-on-android/). +
diff --git a/app/src/main/java/eu/faircode/email/AdapterFolder.java b/app/src/main/java/eu/faircode/email/AdapterFolder.java index 55d3e20acb..d5ab8e486f 100644 --- a/app/src/main/java/eu/faircode/email/AdapterFolder.java +++ b/app/src/main/java/eu/faircode/email/AdapterFolder.java @@ -714,6 +714,7 @@ public class AdapterFolder extends RecyclerView.Adapter(); - if (operations.size() == 0) - stopSelf(); - final List process = new ArrayList<>(); List ops = new ArrayList<>(); diff --git a/app/src/main/res/layout/dialog_ask_again.xml b/app/src/main/res/layout/dialog_ask_again.xml index ac560cb337..c3cebd9cf6 100644 --- a/app/src/main/res/layout/dialog_ask_again.xml +++ b/app/src/main/res/layout/dialog_ask_again.xml @@ -20,6 +20,17 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> + + + app:layout_constraintTop_toBottomOf="@id/tvRemark" /> \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2ab36574cc..9559d22fff 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -698,6 +698,7 @@ Delete all spam messages permanently? Delete all trashed messages of all accounts permanently? Delete all spam messages of all accounts permanently? + This will delete all messages both from the device and the server Delete operations with an error message? Delete all local contacts? No pending operations