Small design changes
Create new database button now properly translated Store metadata and screenshots updated
@@ -159,6 +159,9 @@
|
||||
<data name="AppBarSortGroups.Text" xml:space="preserve">
|
||||
<value>Groups</value>
|
||||
</data>
|
||||
<data name="CompositeKeyNewButton.ButtonLabel" xml:space="preserve">
|
||||
<value>Create</value>
|
||||
</data>
|
||||
<data name="CompositeKeyNewKeyFileTooltip.Content" xml:space="preserve">
|
||||
<value>Create new key file</value>
|
||||
</data>
|
||||
|
@@ -159,6 +159,9 @@
|
||||
<data name="AppBarSortGroups.Text" xml:space="preserve">
|
||||
<value>Groupes</value>
|
||||
</data>
|
||||
<data name="CompositeKeyNewButton.ButtonLabel" xml:space="preserve">
|
||||
<value>Créer</value>
|
||||
</data>
|
||||
<data name="CompositeKeyNewKeyFileTooltip.Content" xml:space="preserve">
|
||||
<value>Créer un nouveau fichier de clé</value>
|
||||
</data>
|
||||
|
@@ -20,15 +20,6 @@
|
||||
<converters:BooleanToVisibilityConverter x:Key="BooleanToVisibilityConverter"/>
|
||||
<converters:InverseBooleanToVisibilityConverter x:Key="InverseBooleanToVisibilityConverter"/>
|
||||
<converters:NullToBooleanConverter x:Key="NullToBooleanConverter"/>
|
||||
<!--<Style TargetType="controls:TextBoxWithButton" x:Name="FilterBoxStyle">
|
||||
<Setter Property="ButtonSymbol" Value="" />
|
||||
<Setter Property="Text" Value="{Binding Filter, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<Setter Property="FontSize" Value="18" />
|
||||
<Setter Property="VerticalContentAlignment" Value="Center" />
|
||||
<Setter Property="Width" Value="400" />
|
||||
<Setter Property="Style" Value="{StaticResource TextBoxWithButtonStyle}" />
|
||||
<Setter Property="IsButtonEnabled" Value="False" />
|
||||
</Style>-->
|
||||
</Page.Resources>
|
||||
<Page.DataContext>
|
||||
<viewModels:GroupVm />
|
||||
@@ -189,7 +180,7 @@
|
||||
</ListView.ItemTemplateSelector>
|
||||
</ListView>
|
||||
<!-- Horizontal scrolling grid -->
|
||||
<HyperlinkButton Grid.Column="1" VerticalAlignment="Top" Margin="40,15,0,0" Click="CreateEntry_ButtonClick" Visibility="{Binding IsSelected, Converter={StaticResource InverseBooleanToVisibilityConverter}}">
|
||||
<HyperlinkButton Grid.Column="1" VerticalAlignment="Top" Margin="40,10,0,0" Click="CreateEntry_ButtonClick" Visibility="{Binding IsSelected, Converter={StaticResource InverseBooleanToVisibilityConverter}}" HorizontalAlignment="Right">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<SymbolIcon Symbol="Add"></SymbolIcon>
|
||||
<TextBlock x:Uid="GroupCreateEntry" VerticalAlignment="Center" Margin="10,0,0,0" />
|
||||
|
@@ -24,7 +24,7 @@
|
||||
<Border HorizontalAlignment="Left" BorderThickness="1" BorderBrush="AliceBlue" Width="550" Visibility="{Binding ShowPasswordBox, Converter={StaticResource BooleanToVisibilityConverter}}">
|
||||
<StackPanel Margin="25,0,25,0">
|
||||
<TextBlock Text="{Binding Name}" />
|
||||
<userControls:CompositeKeyUserControl CreateNew="True" ButtonLabel="Save" >
|
||||
<userControls:CompositeKeyUserControl CreateNew="True" x:Uid="CompositeKeyNewButton">
|
||||
<interactivity:Interaction.Behaviors>
|
||||
<core:EventTriggerBehavior EventName="ValidationChecked">
|
||||
<core:NavigateToPageAction TargetPage="ModernKeePass.Views.GroupDetailPage" />
|
||||
|
@@ -1,5 +1,6 @@
|
||||
Tired of trying to remember your numerous passwords? Worried that using the same password everywhere is a security risk?
|
||||
ModernKeePass is free, open-source and user friendly yet secure password manager, based on proven and certified technology from KeePass 2.x and fully compatible with it.
|
||||
You can safely store all your passwords in an encrypted, secure database that you can store anywhere (local, cloud, USB key...)
|
||||
You can safely store and generate all your passwords in an encrypted, secure database that you can put anywhere (local computer/tablet, cloud, USB key...)
|
||||
|
||||
Even though security is an important matter, this app aims at being simple to use. Suggestions welcome!
|
||||
Works in Windows 10, 8.1 and RT.
|
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 17 KiB |
@@ -0,0 +1 @@
|
||||
Filter your entries to quickly find the one you're looking for
|
@@ -1 +0,0 @@
|
||||
Search your entries
|
@@ -5,5 +5,7 @@ Change default database creation settings
|
||||
Settings is accessible from main menu
|
||||
Clear Recent databases
|
||||
New French translation
|
||||
Better layout whith small screen size
|
||||
Search becomes Filter
|
||||
Design and usability improvements
|
||||
Bugs correction
|