Commit Graph

350 Commits

Author SHA1 Message Date
michael starke
9575777cc7 Removed AutotypeParser as this is now handled by an NSString Cateogriy in KeePassKit 2014-02-19 01:53:14 +01:00
michael starke
81bcd15d80 Combined KeePassHttp and Autotype preferences in one window
Added enable auto type preferences key
2014-02-18 13:00:56 +01:00
michael starke
e976398a5e Selection Dialog for multiple matching entries sketched 2014-02-17 21:45:06 +01:00
michael starke
c4b7dc1c64 Updated DDHotKey to current version 2014-02-17 00:21:39 +01:00
michael starke
530bb7ce30 Extended NSUUID extension
Reference Retrieval now can be used with "undashed" ID strings
Added NSUUID+KeePassKit Test
2014-02-17 00:09:25 +01:00
michael starke
356a8f524e Resolving of references added (but not finished) 2014-02-16 02:23:00 +01:00
michael starke
1f1c6d5dcb Migrated project to XCTest 2014-02-15 18:35:56 +01:00
michael starke
944114309f Updated file locations 2014-02-14 02:41:00 +01:00
michael starke
ed5d048028 WindowAssocitations get listed in Autotype tab 2014-02-13 21:31:51 +01:00
michael starke
2df1a1f36a Reverted to unsigned applications.
Added public certificate for signed Sparkle updates
Removed non-working AutoType code fragments for now
2014-02-07 19:08:56 +01:00
michael starke
d6dcb96ba5 Interims commit. Broken. Doesn compile 2014-02-07 00:46:28 +01:00
michael starke
e84bebb4d4 Added tab for update settings
Minor fixes to sparkle integration
2014-02-04 21:36:11 +01:00
michael starke
9ba441b002 Added Sparkle to project (nothing integrated) 2014-02-04 20:05:24 +01:00
michael starke
1bd68d0194 Fixed problem with tab order when another tab was displayed in the context bar
Began reworking filter selection in context bar
2014-01-29 12:20:16 +01:00
Chhom Seng
35400ec2eb Disabled code signing so that the project can be built and run.
This is for my own purposes because I don’t have an Apple Developer
subscription.
2013-12-29 23:05:12 -07:00
michael starke
aa52079664 Extracte KeePassKit localisations into separater file 2013-12-20 19:49:40 +01:00
michael starke
92d963a9ef Extracted context bar for trash, history and filter browsing. Some regressions in focus handling were introduced. History tab will go away as this will be incorporated in the entry comparable to searching. Code cleanup. Moved copying to KeePassKit 2013-12-18 02:29:25 +01:00
michael starke
21355101ed Added cancel button to icon selection view 2013-12-13 01:13:52 +01:00
michael starke
6b1aff9449 Fixed tests. Layout for filterBar now uses only two constants and animates a constant instead of adding and removing a bunch of constraints all the time. 2013-12-12 11:20:36 +01:00
michael starke
5a4cf2152a Fixed layout constraint issues on filter bar display 2013-12-12 01:20:20 +01:00
michael starke
20fbf29b92 Fixed #120 KeePass didn't like non-compact empty XML elements. MacPass now stores everything with compacted empty elements. 2013-12-08 01:47:21 +01:00
michael starke
385a56c489 Updated Icons 2013-12-03 20:56:05 +01:00
michael starke
d16ebfc4d7 Added category for easy item copying with respect to UUID uniqueness 2013-12-01 23:09:45 +01:00
michael starke
871b3a5c45 Added licenses 2013-11-30 19:09:27 +01:00
michael starke
96f854133e Extracted AutotypeParser 2013-11-29 18:38:56 +01:00
michael starke
839c87102c progress on searching auto type candidates 2013-11-25 02:39:22 +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
52b734239f Fixed layout constraints bug in InspectorView
Updated more xibs to Xcode 5 format
More stubbing regarding autotype
2013-11-04 00:26:19 +01:00
michael starke
8f6622102b Refactored password handling in Document. Now only the composite key is stored and not the plain password and key file URL. This for now breaks the change password dialog a bit. Needs to be addressed.
Started conceptualising for auto type functionality
2013-10-31 21:10:10 +01:00
michael starke
09263b4559 Approprate naming for service protocol
Minor code cleanup
2013-10-20 19:38:57 +02:00
michael starke
e54790b745 Minor updates 2013-09-24 11:22:41 +02:00
michael starke
accfdbc4f2 Fixed MPDocument tests to work again 2013-09-20 01:54:02 +02:00
michael starke
868950e873 Upgraded project to XCode 5
Fixed warnings in XCode 5
2013-09-19 00:06:29 +02:00
michael starke
2d84f2f8f8 Merged Advanced and Templates of database settings into on - Advanced
Added encryption rounds benchmark and setting to security tab (non-functional setter, benchmark works)
2013-09-11 00:54:26 +02:00
michael starke
5796333a2e Fixed #61 searching in passwords is now supported
Fixed #80 nested groups can be selected as templates or trash
Trash UUID now get's stored correctly
Enhanced and fixed some undo errors in moving groups and/or entries
Added action names for moving groups/entries via drag and drop
2013-09-10 00:57:47 +02:00
michael starke
fb88d8d498 Removed Autotype damon
Added DDHotKey for Global Hotkey registration
2013-09-05 19:46:46 +02:00
michael starke
b903fa1ee2 Removed unused Error.strings 2013-09-04 23:18:01 +02:00
michael starke
b21d375278 Added simple wrapper to add error codes on description 2013-09-04 21:27:58 +02:00
michael starke
5e4254b45f Started Move to KeePassKit - Project compiles but does NOT work properly
Removed MiniKeePass Categories.
Moved Random streams form MiniKeePass to KeePassKit
Changed MacPass to use KeePassKit
2013-09-01 02:16:27 +02:00
michael starke
a427cdec6d Added french localization provided by Gil André 2013-08-31 00:59:55 +02:00
michael starke
4c12ec324c Updated submodule 2013-08-28 10:04:16 +02:00
michael starke
30a5f1d0b0 Updated submodule
Updated writing test to actually test something
2013-08-20 22:30:09 +02:00
michael starke
e8124b0415 Updated KeePassKit submodule
Added save to Kdbx test
2013-08-20 03:30:57 +02:00
michael starke
724644c1bf Updated submodules
Added test databases
2013-08-19 22:42:52 +02:00
michael starke
032b9a32ee Updated submodule 2013-08-17 23:24:00 +02:00
michael starke
d30bcac236 Updated submodule
Fixed error in Autotype test (password wrong)
2013-08-17 15:39:40 +02:00
michael starke
bbd0062301 Minor GUI changes
Updated KeePassKit submodule
Added test stub for autotype parsing
2013-08-17 01:45:18 +02:00
michael starke
9c69bd6528 Experiments with globe hot-key via EventTaps instead of Carbon API
Drag and Drop of entries and groups reworked
Minor fixes in Tests
2013-08-15 22:45:54 +02:00
michael starke
16f10942ee Added tests for placeholder mapping 2013-08-15 02:11:11 +02:00
michael starke
706a06e389 Added welcome screen to remove confusion on initial launch 2013-08-14 23:29:44 +02:00