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:
@@ -6,7 +6,7 @@
|
|||||||
"MediatR": "3.0.1",
|
"MediatR": "3.0.1",
|
||||||
"MediatR.Extensions.Microsoft.DependencyInjection": "2.0.0",
|
"MediatR.Extensions.Microsoft.DependencyInjection": "2.0.0",
|
||||||
"Microsoft.Extensions.DependencyInjection": "1.1.1",
|
"Microsoft.Extensions.DependencyInjection": "1.1.1",
|
||||||
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
|
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
|
||||||
"NETStandard.Library": "2.0.3",
|
"NETStandard.Library": "2.0.3",
|
||||||
"Splat": "3.0.0"
|
"Splat": "3.0.0"
|
||||||
},
|
},
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"supports": {},
|
"supports": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
|
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
|
||||||
"NETStandard.Library": "2.0.3",
|
"NETStandard.Library": "2.0.3",
|
||||||
"Splat": "3.0.0"
|
"Splat": "3.0.0"
|
||||||
},
|
},
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"supports": {},
|
"supports": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"AutoMapper": "5.2.0",
|
"AutoMapper": "5.2.0",
|
||||||
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
|
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
|
||||||
"ModernKeePassLib": "2.45.1",
|
"ModernKeePassLib": "2.45.1",
|
||||||
"NETStandard.Library": "2.0.3"
|
"NETStandard.Library": "2.0.3"
|
||||||
},
|
},
|
||||||
|
@@ -20,9 +20,6 @@
|
|||||||
</Page.Resources>
|
</Page.Resources>
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.Resources>
|
<Grid.Resources>
|
||||||
<CollectionViewSource
|
|
||||||
x:Name="EntriesViewSource"
|
|
||||||
Source="{Binding Entries}" />
|
|
||||||
<CollectionViewSource
|
<CollectionViewSource
|
||||||
x:Name="EntriesZoomedOutViewSource"
|
x:Name="EntriesZoomedOutViewSource"
|
||||||
Source="{Binding EntriesZoomedOut}" IsSourceGrouped="True" />
|
Source="{Binding EntriesZoomedOut}" IsSourceGrouped="True" />
|
||||||
@@ -79,7 +76,7 @@
|
|||||||
<!-- Horizontal scrolling grid -->
|
<!-- Horizontal scrolling grid -->
|
||||||
<GridView
|
<GridView
|
||||||
x:Name="GridView"
|
x:Name="GridView"
|
||||||
ItemsSource="{Binding Source={StaticResource EntriesViewSource}}"
|
ItemsSource="{Binding Entries}"
|
||||||
AutomationProperties.AutomationId="ItemGridView"
|
AutomationProperties.AutomationId="ItemGridView"
|
||||||
AutomationProperties.Name="Entries"
|
AutomationProperties.Name="Entries"
|
||||||
TabIndex="1"
|
TabIndex="1"
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
Data is now protected in memory as well as at rest
|
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
|
Having a custom entry color doesn't automatically trigger a change
|
||||||
|
Fix clipboard copy expiration issue
|
||||||
Fix a resume bug
|
Fix a resume bug
|
@@ -1,4 +1,5 @@
|
|||||||
Protection des donnees en memoire en plus du chiffrement de la base de donnees
|
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
|
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
|
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" version="1.1.1" targetFramework="win81" />
|
||||||
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" 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.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="Microsoft.NETCore.UniversalWindowsPlatform" version="6.1.7" targetFramework="win81" />
|
||||||
<package id="ModernKeePassLib" version="2.45.1" targetFramework="win81" />
|
<package id="ModernKeePassLib" version="2.45.1" targetFramework="win81" />
|
||||||
<package id="MvvmLight" version="5.4.1.1" targetFramework="win81" />
|
<package id="MvvmLight" version="5.4.1.1" targetFramework="win81" />
|
||||||
|
@@ -159,8 +159,8 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="BouncyCastle.Crypto, Version=1.8.3.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
|
<Reference Include="BouncyCastle.Crypto, Version=1.8.5.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Portable.BouncyCastle.1.8.3\lib\netstandard1.0\BouncyCastle.Crypto.dll</HintPath>
|
<HintPath>..\packages\Portable.BouncyCastle.1.8.5\lib\netstandard1.0\BouncyCastle.Crypto.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="ModernKeePassLib, Version=2.39.1.22027, Culture=neutral, processorArchitecture=MSIL">
|
<Reference Include="ModernKeePassLib, Version=2.39.1.22027, Culture=neutral, processorArchitecture=MSIL">
|
||||||
|
@@ -4,14 +4,14 @@
|
|||||||
<package id="Microsoft.NETCore.Portable.Compatibility" version="1.0.2" targetFramework="win81" />
|
<package id="Microsoft.NETCore.Portable.Compatibility" version="1.0.2" targetFramework="win81" />
|
||||||
<package id="ModernKeePassLib" version="2.39.1" targetFramework="win81" />
|
<package id="ModernKeePassLib" version="2.39.1" targetFramework="win81" />
|
||||||
<package id="NETStandard.Library" version="2.0.3" targetFramework="win81" />
|
<package id="NETStandard.Library" version="2.0.3" targetFramework="win81" />
|
||||||
<package id="Portable.BouncyCastle" version="1.8.3" targetFramework="win81" />
|
<package id="Portable.BouncyCastle" version="1.8.5" targetFramework="win81" />
|
||||||
<package id="Splat" version="3.0.0" targetFramework="win81" />
|
<package id="Splat" version="3.0.0" targetFramework="win81" />
|
||||||
<package id="System.Diagnostics.Contracts" version="4.3.0" targetFramework="win81" />
|
<package id="System.Diagnostics.Contracts" version="4.3.0" targetFramework="win81" />
|
||||||
<package id="System.Drawing.Primitives" version="4.3.0" targetFramework="win81" />
|
<package id="System.Drawing.Primitives" version="4.3.0" targetFramework="win81" />
|
||||||
<package id="System.Net.Requests" version="4.3.0" targetFramework="win81" />
|
<package id="System.Net.Requests" version="4.3.0" targetFramework="win81" />
|
||||||
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="win81" />
|
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="win81" />
|
||||||
<package id="System.Runtime.Serialization.Primitives" version="4.3.0" targetFramework="win81" />
|
<package id="System.Runtime.Serialization.Primitives" version="4.3.0" targetFramework="win81" />
|
||||||
<package id="System.Runtime.WindowsRuntime" version="4.3.0" targetFramework="win81" />
|
<package id="System.Runtime.WindowsRuntime" version="4.7.0" targetFramework="win81" />
|
||||||
<package id="System.Xml.XmlSerializer" version="4.3.0" targetFramework="win81" />
|
<package id="System.Xml.XmlSerializer" version="4.3.0" targetFramework="win81" />
|
||||||
<package id="Validation" version="2.4.18" targetFramework="win81" />
|
<package id="Validation" version="2.4.18" targetFramework="win81" />
|
||||||
</packages>
|
</packages>
|
Reference in New Issue
Block a user