Merge branch 'main' into develop
This commit is contained in:
commit
fbf67bf465
@ -39,7 +39,7 @@ allprojects {
|
||||
ext {
|
||||
androidApplicationId = 'org.cryptomator'
|
||||
androidVersionCode = getVersionCode()
|
||||
androidVersionName = '1.7.0-SNAPSHOT'
|
||||
androidVersionName = '1.8.0-SNAPSHOT'
|
||||
}
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,2 +1,6 @@
|
||||
- Zeige Dialog und Benachrichtigung an, wenn die Berechtigung "Dateien" widerrufen wird, erforderlich für den automatischen Upload
|
||||
- Das Abmelden von einer Cloud löscht nun auch die Anmeldeinformationen einer aktiven Verbindung zu ihr
|
||||
- Unterstützung für mehrere OneDrive-Konten hinzugefügt
|
||||
- Zugriff auf Tresore, die sich in "Shared with Me", "My Computer" und "My Drive" von Google Drive befinden, wurde mit Hilfe von Shortcuts hinzugefügt
|
||||
- Viele Übersetzungen hinzugefügt
|
||||
- Verbesserte Suchfunktion, nun wird eine "enthält"-Suche anstelle von "beginnt mit" verwendet
|
||||
- Absturz auf einigen Geräten während des Entsperrens aufgrund einer Keystore-Ausnahme behoben
|
||||
- Problem beim Löschen einer Cloud behoben
|
@ -1,2 +1,6 @@
|
||||
- Show information when "Storage" permission revoked, required for auto upload
|
||||
- Logging out of a cloud now also clears the credentials of an active connection to it
|
||||
- Added support for multiple OneDrive accounts
|
||||
- Added access to vaults located in "Shared with Me", "My Computer" and "My Drive" of Google Drive using shortcuts
|
||||
- Added a lot of translations
|
||||
- Improved search functionality, now a "contains" search is used instead of "starts with"
|
||||
- Fixed crash on some devices during unlock due to keystore exception
|
||||
- Fixed problem during deletion of a cloud
|
@ -1,4 +1,8 @@
|
||||
<ul>
|
||||
<li>Show information when "Storage" permission revoked, required for auto upload</li>
|
||||
<li>Logging out of a cloud now also clears the credentials of an active connection to it</li>
|
||||
<li>Added support for multiple OneDrive accounts</li>
|
||||
<li>Added access to vaults located in "Shared with Me", "My Computer" and "My Drive" of Google Drive using shortcuts</li>
|
||||
<li>Added a lot of translations</li>
|
||||
<li>Improved search functionality, now a "contains" search is used instead of "starts with"</li>
|
||||
<li>Fixed crash on some devices during unlock due to keystore exception</li>
|
||||
<li>Fixed problem during deletion of a cloud</li>
|
||||
</ul>
|
Loading…
x
Reference in New Issue
Block a user