Geoffroy BONNEVILLE
56d93a5187
Moved application code to the Application layer
...
Imported Win10 project
Code cleanup
WIP - Use common UWP services for Win8.1 and Win10
2020-04-06 20:20:45 +02:00
Geoffroy BONNEVILLE
e795a8c3c4
Database settings now work properly
2020-04-03 18:14:44 +02:00
Geoffroy BONNEVILLE
b875f3c89d
Adding entries and groups works again
...
Entry history almost fully functional
Some refactoring
2020-04-03 17:33:53 +02:00
Geoffroy BONNEVILLE
36aa8914fa
Handle entities with id
...
No hierarchy is built anymore
WIP save issues after delete
2020-04-02 19:12:16 +02:00
Geoffroy BONNEVILLE
b61a9652d1
WIP change to ids
2020-04-01 19:37:30 +02:00
Geoffroy BONNEVILLE
57be6bb917
Build hierarchy instead of using Automapper
...
Add entities before removing them
2020-04-01 12:48:36 +02:00
Geoffroy BONNEVILLE
90c592d7ee
Lots of bug corrections
...
WIP - still lots left
2020-03-31 19:19:02 +02:00
Geoffroy BONNEVILLE
e4bd788ed3
1st working version in clean arch
...
WIP Parent group mapping issues
2020-03-30 19:43:04 +02:00
Geoffroy BONNEVILLE
d1ba73ee9d
Don't use mediator for App services (recent, resource, settings)
...
WIP in View models
2020-03-28 16:13:17 +01:00
Geoffroy BONNEVILLE
45fcf7e8ab
Removed ModernKeePassLib dependency
...
Code cleanup
WIP on service replacement and VM use
2020-03-27 18:45:13 +01:00
Geoffroy BONNEVILLE
e3638c2f5c
More commands/queries
...
WIP on XAML EntryVm and GroupVm
2020-03-27 13:27:29 +01:00
Geoffroy BONNEVILLE
a17d6b05ae
Added lots of commands
...
Simplified KeePass client
2020-03-26 12:25:22 +01:00
Geoffroy BONNEVILLE
4b1210f414
WIP
2020-03-24 19:14:34 +01:00
Geoffroy BONNEVILLE
f208e2d0b6
Correct package version installed
...
Dependency injection works
Project renaming
WIP replacement of services with CQRS
2020-03-24 17:31:34 +01:00
Geoffroy BONNEVILLE
7e44d47065
WIP Clean Architecture
...
Windows 8.1 App Uses keepasslib v2.44 (temporarily)
2020-03-24 13:01:14 +01:00
d341535d60
Corrected some tests
...
Minor code refactor
Main page now correctly shows save page even when opening a DB from Explorer
2018-09-12 12:58:32 +02:00
BONNEVILLE Geoffroy
37deac2ab9
Basic CSV Import working
2018-09-10 17:29:52 +02:00
BONNEVILLE Geoffroy
bbae2c356a
Changed implementation of sample data
...
Creating a new entry does not create an useless history value
WIP import data
2018-09-10 11:13:44 +02:00
BONNEVILLE Geoffroy
0da6a5fc60
WIP Import mechanism
2018-09-07 18:16:40 +02:00
BONNEVILLE Geoffroy
e437f65f83
Restored useless changes
...
Code cleanup
2018-08-03 17:41:52 +02:00
BONNEVILLE Geoffroy
6f96e698ec
Created Import/Export page (stub)
...
Changed some dependency properties from Interfaces to implementations
Used CanExecute on Commands
2018-08-02 17:40:30 +02:00
BONNEVILLE Geoffroy
4ae65fdbac
Created an app theme instead of using the System accent colors (which doesn't work in Win 8.1)
...
Merged two dictionaries into one
Re-added focus on title when editing an entity
2018-07-25 18:08:59 +02:00
BONNEVILLE Geoffroy
9863195684
Added CodeAnalysis package
...
Better entry history handling
Changing icon now adds an history entry
2018-07-24 17:52:44 +02:00
BONNEVILLE Geoffroy
81ca11a955
WIP Top Menu - sort buttons present but not working
...
Removed flyout from textbox with button
Generating a new password creates a new history entry
Top Menu edit mode now works as intended
2018-07-11 12:15:56 +02:00
BONNEVILLE Geoffroy
df6914d1e0
Added possibility to change groups and entries icons
...
Add new entry link now hides text depending on width
TimePicker uses main color
2018-06-26 18:14:01 +02:00
BONNEVILLE Geoffroy
6f277e7b33
Added ability to change Entries background and foreground colors
2018-06-26 15:01:02 +02:00
BONNEVILLE Geoffroy
c6e27c35c8
Finally a workaround the stupid CommandBar DataContext issues
...
Delete and Restore actions now work as intended
Renamed styles folder
2018-06-22 18:31:55 +02:00
BONNEVILLE Geoffroy
d533abada5
Better suspend/resume handling
2018-06-21 16:40:04 +02:00
BONNEVILLE Geoffroy
803dab0fb5
Replaced almost all CallMethodActions with RelayCommands (allows using async)
...
SonarQube bug correction
2018-06-20 18:41:56 +02:00
BONNEVILLE Geoffroy
ca377a6684
SonarQube async method return type set to Task
2018-06-20 17:20:15 +02:00
BONNEVILLE Geoffroy
188233cc81
Database file is now handled by each page, instead of a central place
...
Opening a database while another one is open triggers a warning message
2018-06-20 11:52:17 +02:00
BONNEVILLE Geoffroy
408b4eed90
WIP removing global databaseFile property
2018-06-19 18:47:37 +02:00
BONNEVILLE Geoffroy
b456e56789
Making modifications in an Entry creates a new History entry
2018-06-18 18:40:00 +02:00
BONNEVILLE Geoffroy
e9601e8d13
Removed unused anti corruption code
2018-06-18 15:39:01 +02:00
BONNEVILLE Geoffroy
7e337c4a40
History list fully functional in Entry page
...
Viewing a historic entry disables controls on the page
Enhancements in the hamburger menu
2018-06-15 18:07:44 +02:00
BONNEVILLE Geoffroy
2b48b64f2f
Hamburger button menu is now a User Control
...
WIP History in Entry page
2018-06-14 18:38:05 +02:00
BONNEVILLE Geoffroy
799b896bfe
Breadcrumb finished and working
2018-06-14 10:50:16 +02:00
BONNEVILLE Geoffroy
8a5db88225
Entries and groups icons are now handled with int
...
Static mapping is changed to a converter
2018-06-14 10:20:00 +02:00
BONNEVILLE Geoffroy
cc65c56042
WIP Breadcrumb
...
Breadcrumb is now a working User Control (removal of the Templated Control)
AssemblyInfo updated
Some code cleanup
2018-06-13 18:58:28 +02:00
BONNEVILLE Geoffroy
0a4df01354
WIP Breadcrumb
2018-06-12 18:40:54 +02:00
BONNEVILLE Geoffroy
25945b8b3b
Add update script version
...
GroupVM new breadcrumb code
2018-06-12 09:42:08 +02:00
BONNEVILLE Geoffroy
f158191e52
Increase version number
...
WIP new breadcrumb (with hyperlinks)
2018-06-08 18:46:07 +02:00
BONNEVILLE Geoffroy
a7f2ae91a7
Reference ModernKeePassLib as a Nuget package (v2.39.1)
...
Correct bug when selecting search result
2018-06-08 15:39:28 +02:00
BONNEVILLE Geoffroy
59c903b635
Search box now recursively search sub groups
2018-06-08 12:08:06 +02:00
BONNEVILLE Geoffroy
9566c9a719
Open databases errors are cleaner
...
WIP SemanticView ListView Width issue
2018-06-05 18:40:23 +02:00
BONNEVILLE Geoffroy
0643701c4a
Typing a password auto checks the check box
...
Correct hit test area on entries in group detail page
Correct zoomed out entries (filter and group)
2018-06-05 16:23:09 +02:00
BONNEVILLE Geoffroy
4d86c25411
ModernKeePass lib version 2.39.1 seemeegly functional
...
WIP in some pages
2018-06-04 18:38:48 +02:00
BONNEVILLE Geoffroy
4aefbcb8b9
RecycleBin now uses resources
...
RecycleBin bugs correction
2018-03-12 17:30:03 +01:00
BONNEVILLE Geoffroy
700f76679a
Corrected RecycleBin group bug
...
Database Settings page now has radio button for recycle bin
2018-03-12 10:21:36 +01:00
BONNEVILLE Geoffroy
e7d731bb04
KeepassLib version 2.38
...
Added a new settings page to allow auto-save or not
App now resumes correctly from suspend
Settings service now allows getting default values
Removed french special characters from metadata
Code cleanup
2018-03-09 18:06:06 +01:00