Commit Graph

31 Commits

Author SHA1 Message Date
michael starke
0ac4b6f440 Refacoted window and view controller to use windowNibName and nibName. Fixes #164 2014-08-11 20:44:40 +02:00
michael starke
dc15bc7744 Clear key file button not working at password input. Fixes #184 2014-08-11 20:02:45 +02:00
michael starke
f899fdca0f Added window shake on wrong password entry 2014-02-21 19:07:05 +01:00
michael starke
422d74ee5c Moved defaults cleanup for key file from document to app delegate.
Added clear button to settings to remove any keys stored
2014-02-12 20:51:36 +01:00
michael starke
4173141108 Added placeholder strings and updates to correspond to enable/disable of password in unlock and change password window 2013-11-24 00:50:17 +01:00
michael starke
77461a12e2 Added check box to password entry view to allow "no password" as currently only empty strings were allowed 2013-11-23 21:11:56 +01:00
michael starke
9192504939 Refactored key file storing into the document. 2013-11-17 23:59:36 +01:00
michael starke
d2e3582221 Disabled unsave logging 2013-11-17 20:00:34 +01:00
michael starke
42dbe388ed The initial password input now can remember the keys used for any files. This is fragile as it just maps files to keys. Migth as well work hash based. Also password edit doesn't preselect the key file 2013-11-17 03:33:58 +01:00
michael starke
c7b5bdac74 Added Autotype stubbs
Some changes to handle remebering key files in the password input
2013-11-16 00:07:14 +01:00
michael starke
89105c6e90 Refactored unlocking to be done via notifications not direct calls to enable background unlocking by keepasshttp 2013-10-21 01:09:14 +02:00
michael starke
34f031a372 Enhanced error display of password input view. Now aloe localized errors are reported (this needs to be filtered, as the user doesn't need to know all the details) 2013-09-04 21:26:46 +02:00
michael starke
2829e66877 Update KeePassKit (Fixed Group order and Icon issue)
Enhanced database locking to actually encrypt the data although the file is not stored before (so changes might get lost)
Changed version handling a bit to make future export/save as possible
2013-09-03 00:44:55 +02:00
michael starke
07dae46b4c Fixed #39 Overall search behavior ironed out.
Fixed #71 Added A simple entropy calculation for purely random generated passwords
Added separate Views for Group and Entry Inspector
Added "no Selection" view for Inpsector
2013-07-28 13:31:37 +02:00
michael starke
a31e287ec8 Fixed Tests
Fixed error that lead to trying to create and array with nil object
2013-07-13 00:00:51 +02:00
michael starke
79a8c05e95 Updated views to new Password input. 2013-07-09 02:41:22 +02:00
michael starke
a98720a00c experiments with password toggle input 2013-07-07 23:39:06 +02:00
michael starke
df98a9b649 Converted project to ARC 2013-07-03 23:40:20 +02:00
Michael Starke
d5e40721dd Updated to newer HNHUi version 2013-07-01 08:02:09 +02:00
michael starke
dbd424ffae Extended Settings 2013-06-27 03:33:30 +02:00
michael starke
ae0fae13c1 Renamed Categories better
Introduced Drag'n'Drop of Entries to outline view. Unfinished and fragile!
2013-06-10 01:12:32 +02:00
michael starke
53850d8d35 Changed layout to accommodate locking
Fixed Autolayout hickups
Added lock screen
Removed unused views
Some refactorings
2013-06-08 23:54:57 +02:00
michael starke
b969baa7fb Fixed decryption error handling 2013-05-29 14:52:08 +02:00
michael starke
c1110f7a4d First running Version that used document based architecture. Search is broken. 2013-05-10 01:24:51 +02:00
michael starke
070467d106 Password input now works with document controller 2013-05-09 14:41:09 +02:00
michael starke
5ab229b0e8 Added AI assets
Keyfiles are now usable for opening databases
2013-03-10 16:02:06 +01:00
michael starke
b021aefd51 Added PasteboardController to handle pasteboard cleanup on shutdown and timeout 2013-03-02 23:31:28 +01:00
michael starke
361b405825 Added MPToolbarButton to handle small control size in Toolbar
EntryEditView now gets displayed (without any functionality)
2013-02-26 20:57:25 +01:00
michael starke
841647a3ed Fixed deallocation cleanup
Minor view changes

Sketching path bar to use for search as hint to where the entries are
Some experiments with the filter bar (extracted the view to a separate nib)
2013-02-25 03:31:55 +01:00
michael starke
94ec1ccde3 Added EntryViewController
Fixed issues with firstResponder in MainWindowController
2013-02-18 02:20:57 +01:00
Michael Starke
eb1621b970 Refactoring 2013-02-17 21:15:54 +01:00