Geoffroy BONNEVILLE
72e5bf4ee1
Added a cryptography service to encrypt protected information (unused atm)
...
Corrected a bug when deleting recycle bin
2020-05-14 12:05:05 +02:00
Geoffroy BONNEVILLE
d38d6461bd
Updated Settings page
...
Added new settings (history and clipboard)
Renamed and moved Settings Vms
2020-05-13 13:50:33 +02:00
Geoffroy BONNEVILLE
f8f7c19f65
Display a big database size warning
...
Auto rename additional field when it matches standard
Treated all fields as new Field class
Added the Is Protected property
2020-05-12 17:14:30 +02:00
Geoffroy BONNEVILLE
d6dc6a74a3
Groups can now also be manually reordered
...
Design improvements
2020-05-11 19:22:41 +02:00
Geoffroy BONNEVILLE
bb2b99ed66
Additional fields Add, Update and Delete work (too well)
...
SelectableListView works when programmatically setting selection
2020-05-11 10:53:14 +02:00
Geoffroy BONNEVILLE
fbcc354809
Additional fields rendering done
...
Removed lots of unused classes
2020-05-07 16:01:59 +02:00
Geoffroy BONNEVILLE
e901afaf29
Attachment Add and Delete commands implemented
2020-05-07 12:11:12 +02:00
Geoffroy BONNEVILLE
ca04a6c8ee
Entry page is now a Hub
...
EntryDetailVM and GroupDetailVM are now singleton
Read-only Additional fields and Attachments
2020-05-06 18:54:39 +02:00
Geoffroy BONNEVILLE
2e22a2bd92
Added some translations in file pickers
...
Corrected key file creation picker issue (any not allowed)
Fixed some Sonar issues
2020-05-05 17:32:07 +02:00
Geoffroy BONNEVILLE
8fb468358e
Hamburger button state is now correct (no more double clicks) but it's a bit hacky
...
Changed Help tooltip location in New Database Settings page
Suggest Save As when opening DB when another is opened and there is a save error
2020-05-05 16:59:49 +02:00
Geoffroy BONNEVILLE
5ce0262318
TextBoxWithButton control correctly updates field value
...
Create Group now allows inline input of the group name
2020-05-05 15:27:34 +02:00
Geoffroy BONNEVILLE
e5353478f4
Corrected issue where entry information was not showing anymore
2020-04-30 16:39:39 +02:00
Geoffroy BONNEVILLE
1b981b00d5
Update credentials better looking
2020-04-30 15:32:42 +02:00
Geoffroy BONNEVILLE
d2814c6c67
OpenDatabase control now handles status changes with VisualStateManager instead of Vm
...
Opening DB shows a progress ring instead
2020-04-30 11:10:10 +02:00
Geoffroy BONNEVILLE
f158e5aced
Finally a nicer looking and working TextBoxWithButton (inspired from the SearchButton)
...
SearchBox field style improved
2020-04-28 15:20:47 +02:00
Geoffroy BONNEVILLE
59ab43ca9c
Remove entry from mru when it does not exist anymore
2020-04-25 22:34:50 +02:00
Geoffroy BONNEVILLE
a9ed588c9a
Creation of a notification service
2020-04-22 18:12:28 +02:00
Geoffroy BONNEVILLE
0b19d8d50a
Opening Databases now use a Messenger service
2020-04-21 17:13:39 +02:00
Geoffroy BONNEVILLE
75f6e2f840
OpenDatabaseUserControl works
2020-04-21 11:26:02 +02:00
Geoffroy BONNEVILLE
9befdc321a
Entry history delete and restore work
2020-04-16 14:08:50 +02:00
Geoffroy BONNEVILLE
a2eba91a3b
Added dirty behavior
...
Removed restore action (-> Move action wip)
Added additional check on DB size before auto saving
Code cleanup
2020-04-14 13:44:07 +02:00
Geoffroy BONNEVILLE
d972b6cb5a
Added the option to close DB without saving
...
Changed the way recent files are retrieved
Stopped showing the DB Closed exception on suspend
Reordering entries works
Moved code from infra to application
Cleanup
2020-04-09 19:43:06 +02:00
BONNEVILLE Geoffroy
37deac2ab9
Basic CSV Import working
2018-09-10 17:29:52 +02:00
BONNEVILLE Geoffroy
0da6a5fc60
WIP Import mechanism
2018-09-07 18:16:40 +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
89d43e21eb
Created a sub style for textbox with buttons in EntryDetailPage
...
Set long forgotten resources for buttons tooltips
2018-07-26 17:58:34 +02:00
BONNEVILLE Geoffroy
5d9831efb5
Clearer clipboard action toast messages
...
Created a top menu button style
2018-07-26 16:28:28 +02:00
BONNEVILLE Geoffroy
1d5a4d6fab
Removal of unused string resources
...
Minor Toast code refactor
2018-07-26 10:18:00 +02:00
BONNEVILLE Geoffroy
6f161e8699
Changed search button and search box visibility behavior for a more modern and user friendly mechanism
2018-07-20 17:24:02 +02:00
BONNEVILLE Geoffroy
c25ae2ad0f
Group and entry icon is now shown (and editable) on the left of the title
...
Added new entry placeholder text in resources
Group detail page small view triggered on larger width
2018-07-12 15:32:54 +02:00
BONNEVILLE Geoffroy
2abab27d5c
Updating master key now works again
...
Security settings page now also uses Toast Action
2018-07-12 12:30:58 +02:00
BONNEVILLE Geoffroy
83d37d943f
Sorting now works with code behind
2018-07-11 13:48:15 +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
056d1af9d0
WIP Top Menu - Button visibility ok when not in menu
2018-07-04 18:26:16 +02:00
BONNEVILLE Geoffroy
34f5f2f6c8
WIP Top Menu
2018-07-02 18:23:43 +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
559fbe65c3
New toast action to show toast messages from XAML
...
Code cleanup for Sonar
Tests corrections
2018-06-21 11:13:40 +02:00
BONNEVILLE Geoffroy
408b4eed90
WIP removing global databaseFile property
2018-06-19 18:47:37 +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
915cad8c85
Display a title on groups header menu
2018-06-06 18:26:05 +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
4aefbcb8b9
RecycleBin now uses resources
...
RecycleBin bugs correction
2018-03-12 17:30:03 +01:00
BONNEVILLE Geoffroy
5b8c3b9b11
Typo in restore button
2018-03-12 11:18:42 +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
BONNEVILLE Geoffroy
abbff449c0
Removed User Account from composite key (probably never going to work as intended)
...
Changed copy URL to navigate to URL in entry quick menu
2017-12-26 17:54:13 +01:00
BONNEVILLE Geoffroy
acb196d9c2
WIP Windows User Accounts Composite Key integration
2017-12-20 18:49:11 +01:00
BONNEVILLE Geoffroy
7ff6bccbc4
Added some tests
...
Removed false first group, replaced it a button in the header
Code refactor
2017-12-18 18:53:42 +01:00