diff --git a/app/src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.java b/app/src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.java
index 620643f7f7ad..7ca48c235b7a 100644
--- a/app/src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.java
+++ b/app/src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.java
@@ -74,8 +74,8 @@ public abstract class ToolbarActivity extends BaseActivity implements Injectable
private LinearLayout mInfoBox;
private TextView mInfoBoxMessage;
protected AppCompatSpinner mToolbarSpinner;
- private ImageView mToolbarBackIcon;
private boolean isHomeSearchToolbarShow = false;
+ private ImageView mToolbarBackIcon;
@Inject public ThemeColorUtils themeColorUtils;
@Inject public ThemeUtils themeUtils;
@@ -94,8 +94,8 @@ private void setupToolbar(boolean isHomeSearchToolbarShow, boolean showSortListB
mHomeSearchToolbar = findViewById(R.id.home_toolbar);
mMenuButton = findViewById(R.id.menu_button);
mSearchText = findViewById(R.id.search_text);
- mSwitchAccountButton = findViewById(R.id.switch_account_button);
mToolbarBackIcon = findViewById(R.id.toolbar_back_icon);
+ mSwitchAccountButton = findViewById(R.id.switch_account_button);
if (showSortListButtonGroup) {
findViewById(R.id.sort_list_button_group).setVisibility(View.VISIBLE);
diff --git a/app/src/main/java/com/owncloud/android/utils/DisplayUtils.java b/app/src/main/java/com/owncloud/android/utils/DisplayUtils.java
index 5d42cf3e2c29..fd86c16dd19a 100644
--- a/app/src/main/java/com/owncloud/android/utils/DisplayUtils.java
+++ b/app/src/main/java/com/owncloud/android/utils/DisplayUtils.java
@@ -106,6 +106,7 @@
import java.util.Locale;
import java.util.Map;
import java.util.TimeZone;
+import java.util.concurrent.RejectedExecutionException;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
@@ -1022,4 +1023,5 @@ public static boolean isTablet() {
public static boolean isLandscapeOrientation() {
return MainApp.getAppContext().getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE;
}
+
}
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 02c17068ca93..4abc259afaa6 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -111,12 +111,14 @@
Abbrechen
Synchronisierung abbrechen
Konto auswählen
+ Übernehmen
Kopieren
Löschen
Fehler
Nicht genügend Speicher
Unbekannter Fehler
Lade…
+ Weiter
Nein
OK
Ausstehend
@@ -129,8 +131,6 @@
Überspringen
Konto wechseln
Zu Konto wechseln
- Weiter
- Übernehmen
Ja
Testen Sie die Entwickler-Version
Dies beinhaltet neue Funktionalitäten und ist nicht komplett qualitätsgesichert. Es können daher Fehler/Bugs auftreten, melden Sie uns solche bitte.
@@ -922,6 +922,10 @@
E-Mail senden
Speicherordner existiert nicht!
Ursache könnte die Wiederherstellung einer Sicherungskopie auf einem anderen Gerät sein. Der Standard-Ordner wird jetzt wieder verwendet. Bitte überprüfen Sie die Einstellungen bezüglich des Speicherortes.
+
+ - Inhalte von %1$d Datei konnten nicht synchronisiert werden (Konflikte: %2$d)
+ - Inhalte von %1$d Dateien konnten nicht synchronisiert werden (Konflikte: %2$d)
+
Nur lesen
Kann Bearbeiten
@@ -959,10 +963,6 @@
Expiration Date
Noch keine Freigaben erstellt.
-
- - Inhalte von %1$d Datei konnten nicht synchronisiert werden (Konflikte: %2$d)
- - Inhalte von %1$d Dateien konnten nicht synchronisiert werden (Konflikte: %2$d)
-
- %1$d Datei im %2$s-Verzeichnis konnten nicht kopiert werden nach
- %1$d Dateien im %2$s-Verzeichnis konnten nicht kopiert werden nach
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index 841176f74c2a..68aae74cf457 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -26,17 +26,7 @@
#A5A5A5
#222222
@color/grey_30
-
-
- #FFFFFF
- @color/grey_30
- @color/grey_0
- @color/grey_0
- @color/grey_0
- @color/grey_0
- @color/grey_60
- @color/grey_0
- #FFFFFF
+ #CCCCCC
#ffffff
@@ -61,6 +51,17 @@
@color/grey_70
@color/grey_70
+
+ #FFFFFF
+ @color/grey_30
+ @color/grey_0
+ @color/grey_0
+ @color/grey_0
+ @color/grey_0
+ @color/grey_60
+ @color/grey_0
+ #FFFFFF
+
@color/appbar
#373535
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 91174d9064e9..3a3021eddf39 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -21,6 +21,7 @@
@color/secondary_text_color
#000000
#ffffff
+ #77c4ff
#B3FFFFFF
#333333
@color/secondary_text_color
@@ -29,11 +30,10 @@
#eeeeee
#FFFFFF
#DDDDDD
+ #191919
#EEEEEE
#00000000
#666666
- #77c4ff
- #191919
#e53935
@@ -125,7 +125,7 @@
@android:color/white
#666666
- #B3FFFFFF
#A5A5A5
+ #B3FFFFFF
#0099ff
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml
index d976f96e19d6..7c23544141a7 100644
--- a/app/src/main/res/values/dimens.xml
+++ b/app/src/main/res/values/dimens.xml
@@ -31,4 +31,4 @@
145dp
1dp
13sp
-
+
\ 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 623e98aea174..bc4691698ce7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -126,8 +126,6 @@
Share
Skip
Copy
- Confirm
- Next
About
Remove account
Remove account %s and delete all local files?\n\nDeletion cannot be undone.
@@ -947,7 +945,6 @@
Link to folder
Link to file
Allow resharing
- Read only
Editing
Allow upload and editing
File drop (upload only)
@@ -981,14 +978,8 @@
Data storage folder does not exist!
This might be due to a backup restore on another device. Falling back to default. Please check settings to adjust data storage folder.
Close
- Login via direct link failed!
- The link to your %1$s web interface when you open it in the browser.
- Delayed due to too many wrong attempts
- Create
- Please select one template
- Please choose a template and enter a file name.
- Secure file drop
+ Read only
Read only
Can edit
Filedrop only
@@ -1025,6 +1016,15 @@
Received
Shared
+ Login via direct link failed!
+ The link to your %1$s web interface when you open it in the browser.
+ Delayed due to too many wrong attempts
+ Create
+ Please select one template
+ Please choose a template and enter a file name.
+ Secure file drop
+ Next
+ Confirm
Strict mode: no HTTP connection allowed!
Destination filename
Suggest