mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Added some translations in file pickers
Corrected key file creation picker issue (any not allowed) Fixed some Sonar issues
This commit is contained in:
@@ -38,7 +38,6 @@ namespace ModernKeePass
|
||||
private readonly ISettingsProxy _settings;
|
||||
private readonly INavigationService _navigation;
|
||||
private readonly IHockeyClient _hockey;
|
||||
private readonly IDialogService _dialog;
|
||||
private readonly INotificationService _notification;
|
||||
private readonly IFileProxy _file;
|
||||
private readonly IMessenger _messenger;
|
||||
@@ -64,7 +63,6 @@ namespace ModernKeePass
|
||||
_resource = Services.GetService<IResourceProxy>();
|
||||
_settings = Services.GetService<ISettingsProxy>();
|
||||
_navigation = Services.GetService<INavigationService>();
|
||||
_dialog = Services.GetService<IDialogService>();
|
||||
_notification = Services.GetService<INotificationService>();
|
||||
_hockey = Services.GetService<IHockeyClient>();
|
||||
_file = Services.GetService<IFileProxy>();
|
||||
@@ -134,9 +132,6 @@ namespace ModernKeePass
|
||||
{
|
||||
// Load state from previously terminated application
|
||||
await SuspensionManager.RestoreAsync();
|
||||
#if DEBUG
|
||||
await _dialog.ShowMessage("Windows or an error made the app terminate", "App terminated");
|
||||
#endif
|
||||
}
|
||||
|
||||
// Place the frame in the current Window
|
||||
|
@@ -267,4 +267,13 @@
|
||||
<data name="FileNotFoundTitle" xml:space="preserve">
|
||||
<value>File not found</value>
|
||||
</data>
|
||||
<data name="MessageDialogSaveNameSuggestion" xml:space="preserve">
|
||||
<value>KeePass</value>
|
||||
</data>
|
||||
<data name="CompositeKeyFileTypeDesc" xml:space="preserve">
|
||||
<value>Key file</value>
|
||||
</data>
|
||||
<data name="CompositeKeyFileNameSuggestion" xml:space="preserve">
|
||||
<value>Key</value>
|
||||
</data>
|
||||
</root>
|
@@ -267,4 +267,13 @@
|
||||
<data name="FileNotFoundTitle" xml:space="preserve">
|
||||
<value>Fichier manquant</value>
|
||||
</data>
|
||||
<data name="MessageDialogSaveNameSuggestion" xml:space="preserve">
|
||||
<value>KeePass</value>
|
||||
</data>
|
||||
<data name="CompositeKeyFileTypeDesc" xml:space="preserve">
|
||||
<value>Fichier de clé</value>
|
||||
</data>
|
||||
<data name="CompositeKeyFileNameSuggestion" xml:space="preserve">
|
||||
<value>Clé</value>
|
||||
</data>
|
||||
</root>
|
@@ -0,0 +1,5 @@
|
||||
Redesign of the UI (top menu and hamburger menu)
|
||||
Resuming the app re-opens previously opened database
|
||||
Notify user and show the Save As dialog when an error is encountered during saving
|
||||
Save As actually works now
|
||||
Creating a new group is now done inline
|
@@ -0,0 +1,5 @@
|
||||
Redesign de l'interface utilisateur (menu superieur et menu hamburger)
|
||||
Le re-chargement de l'app re-ouvre la base de donnees ouverte precedemment
|
||||
L'utlisateur est prevenu et un popup de sauvegarde est affiche quand il y a une erreur de sauvegarde
|
||||
La fonctionnalite Sauvegarder Sous fonctionne correctement
|
||||
La creation d'un nouveau groupe se fait directement dans le menu
|
Reference in New Issue
Block a user