Skip to content

Commit

Permalink
Make forcing HomeActivity restart the default
Browse files Browse the repository at this point in the history
Since the invisible drawer bug is happening to more and more users.
See: #149

Unfortunately, the reason for this bug is still unclear.

It occurs very rarely for me, almost never, and it's really difficult
to get information about the bug when it occurs. I still haven't found
a way to reliably reproduce the error.

But since users are hit by this, I will enable this option by default.
  • Loading branch information
markusfisch committed Jan 19, 2025
1 parent bbe5e00 commit 75739fa
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class Preferences {
private int iconPress = ICON_PRESS_DEFAULT;
private String iconPack;
private boolean useLightDialogs = false;
private boolean forceRelaunch = false;
private boolean forceRelaunch = true;

public Preferences(Context context) {
preferences = PreferenceManager.getDefaultSharedPreferences(context);
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<string name="use_light_dialogs_yes">Ja</string>
<string name="use_light_dialogs_no">Nein (Standard)</string>
<string name="force_relaunch">Startbildschirm nicht wiederverwenden</string>
<string name="force_relaunch_yes">Ja</string>
<string name="force_relaunch_no">Nein (Standard)</string>
<string name="force_relaunch_yes">Ja (Standard)</string>
<string name="force_relaunch_no">Nein</string>
<string name="skip">Überspringen</string>
<string name="reset">Zurücksetzen</string>
<string name="edit_app">App ändern</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<string name="use_light_dialogs_yes">Oui</string>
<string name="use_light_dialogs_no">Non (d\'usine)</string>
<string name="force_relaunch">Ne pas réutiliser l\'écran d\'accueil</string>
<string name="force_relaunch_yes">Oui</string>
<string name="force_relaunch_no">Non (d\'usine)</string>
<string name="force_relaunch_yes">Oui (d\'usine)</string>
<string name="force_relaunch_no">Non</string>
<string name="skip">Sauter</string>
<string name="reset">Réinitialiser</string>
<string name="edit_app">Editer l\'app</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<string name="use_light_dialogs_yes">Ja</string>
<string name="use_light_dialogs_no">Nee (standaard)</string>
<string name="force_relaunch">Startscherm niet opnieuw gebruiken</string>
<string name="force_relaunch_yes">Ja</string>
<string name="force_relaunch_no">Nee (standaard)</string>
<string name="force_relaunch_yes">Ja (standaard)</string>
<string name="force_relaunch_no">Nee</string>
<string name="skip">Overslaan</string>
<string name="reset">Herstellen</string>
<string name="edit_app">App bewerken</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<string name="use_light_dialogs_yes">Да</string>
<string name="use_light_dialogs_no">Нет (Стандартно)</string>
<string name="force_relaunch">Не использовать домашний экран повторно</string>
<string name="force_relaunch_yes">Да</string>
<string name="force_relaunch_no">Нет (Стандартно)</string>
<string name="force_relaunch_yes">Да (Стандартно)</string>
<string name="force_relaunch_no">Нет</string>
<string name="skip">Далее</string>
<string name="reset">Сброс</string>
<string name="edit_app">Редактировать приложение</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-sv/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<string name="use_light_dialogs_yes">Ja</string>
<string name="use_light_dialogs_no">Nej (standard)</string>
<string name="force_relaunch">Återanvänd inte startskärmen</string>
<string name="force_relaunch_yes">Ja</string>
<string name="force_relaunch_no">Nej (standard)</string>
<string name="force_relaunch_yes">Ja (standard)</string>
<string name="force_relaunch_no">Nej</string>
<string name="skip">Hoppa över</string>
<string name="reset">Återställ</string>
<string name="edit_app">Redigera app</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-uk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<string name="use_light_dialogs_yes">Так</string>
<string name="use_light_dialogs_no">Ні (за замовчуванням)</string>
<string name="force_relaunch">Не використовуйте домашній екран повторно</string>
<string name="force_relaunch_yes">Так</string>
<string name="force_relaunch_no">Ні (за замовчуванням)</string>
<string name="force_relaunch_yes">Так (за замовчуванням)</string>
<string name="force_relaunch_no">Ні</string>
<string name="skip">Пропустити</string>
<string name="reset">Скинути</string>
<string name="edit_app">Редагування програми</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<string name="use_light_dialogs_yes">是</string>
<string name="use_light_dialogs_no">没有 (默认)</string>
<string name="force_relaunch">不要重复使用主屏幕</string>
<string name="force_relaunch_yes">是</string>
<string name="force_relaunch_no">没有 (默认)</string>
<string name="force_relaunch_yes">是 (默认)</string>
<string name="force_relaunch_no">没有</string>
<string name="skip">跳过</string>
<string name="reset">重置</string>
<string name="edit_app">编辑应用程序</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<string name="use_light_dialogs_yes">Yes</string>
<string name="use_light_dialogs_no">No (Default)</string>
<string name="force_relaunch">Do not reuse home screen</string>
<string name="force_relaunch_yes">Yes</string>
<string name="force_relaunch_no">No (Default)</string>
<string name="force_relaunch_yes">Yes (Default)</string>
<string name="force_relaunch_no">No</string>
<string name="skip">Skip</string>
<string name="reset">Reset</string>
<string name="edit_app">Edit app</string>
Expand Down

0 comments on commit 75739fa

Please sign in to comment.