mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Removed useless collectionviewsource
Updated some packages
This commit is contained in:
@@ -20,9 +20,6 @@
|
||||
</Page.Resources>
|
||||
<Grid>
|
||||
<Grid.Resources>
|
||||
<CollectionViewSource
|
||||
x:Name="EntriesViewSource"
|
||||
Source="{Binding Entries}" />
|
||||
<CollectionViewSource
|
||||
x:Name="EntriesZoomedOutViewSource"
|
||||
Source="{Binding EntriesZoomedOut}" IsSourceGrouped="True" />
|
||||
@@ -79,7 +76,7 @@
|
||||
<!-- Horizontal scrolling grid -->
|
||||
<GridView
|
||||
x:Name="GridView"
|
||||
ItemsSource="{Binding Source={StaticResource EntriesViewSource}}"
|
||||
ItemsSource="{Binding Entries}"
|
||||
AutomationProperties.AutomationId="ItemGridView"
|
||||
AutomationProperties.Name="Entries"
|
||||
TabIndex="1"
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Data is now protected in memory as well as at rest
|
||||
Fix clipboard copy expiration issue
|
||||
Improved zoomed-out Semantic view
|
||||
Having a custom entry color doesn't automatically trigger a change
|
||||
Fix clipboard copy expiration issue
|
||||
Fix a resume bug
|
@@ -1,4 +1,5 @@
|
||||
Protection des donnees en memoire en plus du chiffrement de la base de donnees
|
||||
Correction d'un bug dans l'expiration des donnees copiees
|
||||
Amelioration du rendu de la vue Semantique dezoomee
|
||||
Avoir une couleur personnalisee ne declenche plus automatiquement un changement
|
||||
Correction d'un bug dans l'expiration des donnees copiees
|
||||
Correction d'un bug de resume de l'app
|
@@ -12,7 +12,7 @@
|
||||
<package id="Microsoft.Extensions.DependencyInjection" version="1.1.1" targetFramework="win81" />
|
||||
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="1.1.1" targetFramework="win81" />
|
||||
<package id="Microsoft.NETCore.Platforms" version="2.1.1" targetFramework="win81" />
|
||||
<package id="Microsoft.NETCore.Portable.Compatibility" version="1.0.1" targetFramework="win81" />
|
||||
<package id="Microsoft.NETCore.Portable.Compatibility" version="1.0.2" targetFramework="win81" />
|
||||
<package id="Microsoft.NETCore.UniversalWindowsPlatform" version="6.1.7" targetFramework="win81" />
|
||||
<package id="ModernKeePassLib" version="2.45.1" targetFramework="win81" />
|
||||
<package id="MvvmLight" version="5.4.1.1" targetFramework="win81" />
|
||||
|
Reference in New Issue
Block a user