Commit Graph

126 Commits

Author SHA1 Message Date
michael starke
b4913be6cd Splitted MacPass tests from KeePassKit tests
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
2015-10-23 19:29:47 +02:00
michael starke
f1db1d4df5 fixed indentation
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
2015-10-23 19:29:47 +02:00
michael starke
a235e37c07 Implemented test for undo/redo move group
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
2015-10-23 19:29:47 +02:00
michael starke
533b125448 adopted new KeePassKit API, implemented undo/redo move entry test
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
2015-10-23 19:29:47 +02:00
michael starke
64857557e6 implemented test for undo/redo create entry
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
2015-10-23 19:29:47 +02:00
michael starke
731384ca1e Moder Objective-C. Adoping changed KeePassKit API
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
2015-10-23 19:29:47 +02:00
michael starke
96edfb8088 Using old KeePassKit API again
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
2015-10-23 19:29:46 +02:00
michael starke
c7e98224e5 no need to instanciate just ask the class 2015-10-23 19:29:46 +02:00
michael starke
3301259417 Adopted new KPKIcon API 2015-10-23 19:29:46 +02:00
michael starke
3753ba4128 Using new KeePassKit API 2015-10-23 19:29:46 +02:00
michael starke
0c315eef31 Using current KeePassKit API, added test cast stub for search 2015-10-23 19:29:46 +02:00
michael starke
db61fb7348 Using current KeePassKit API 2015-10-23 19:29:45 +02:00
michael starke
98fd2f162f Using current KeePassKit. Adopted API changes 2015-10-23 19:29:45 +02:00
Maarten Terpstra
c3cb8ad6a3 Fixed spelling errors in comments and some strings, as well as fixed a compilation error (KPKEntry has no entry key, but does have a name field 2015-10-11 11:25:36 +02:00
michael starke
aa340305ba Fixed issue resutling in singel hotkey combination not being properly processed 2014-12-15 14:47:44 +01:00
michael starke
8d6ed4d6b7 Fixed issue with non xml-compliant character encodings. Added tests. 2014-12-12 15:11:11 +01:00
michael starke
1551e31d85 Added test for function key processiong 2014-12-11 18:56:08 +01:00
michael starke
a995d20d3b Custom refernce now can include spaces and numbers and will be expanded correctly 2014-12-11 13:54:44 +01:00
michael starke
0a9d80ff73 Reference and Autotype test and bugfixes 2014-12-09 15:52:14 +01:00
michael starke
bb2bc98da9 Adding more tests 2014-12-09 01:07:20 +01:00
michael starke
195f533940 Added test for case senstivie custom attribute lookup 2014-12-08 22:15:45 +01:00
michael starke
7ce789790c Added better test for modifier base key presses 2014-12-03 14:36:36 +01:00
michael starke
5059bc8442 Updated reference test to use mixed cases 2014-11-11 21:41:35 +01:00
michael starke
e20e6419fc {DELAY} now get corret values assinged 2014-08-21 00:29:46 +02:00
michael starke
d1fc013f1c Removed duplicate paste commands for autotype 2014-08-20 01:42:55 +02:00
michael starke
472289f7d7 Fixed autotype for fields containing curly brackets 2014-08-20 01:24:36 +02:00
Jannick Hemelhof
5cab383160 First part of Dutch translation 2014-06-11 11:35:46 +02:00
Zhao Peng
5c7c09d883 Added Simplified Chinese localization files, fully localized MainMenu.xib and Localizable.strings 2014-03-24 17:04:56 +08:00
michael starke
21ffd01f2b Collection of modifiers and subsequent key presses implemented
Extended tests for command creation
2014-03-21 01:56:45 +01:00
michael starke
1122cfbbde Code cleanup 2014-02-23 20:22:59 +01:00
michael starke
a046555aee More progress on Autotype command parsing 2014-02-20 00:35:32 +01:00
michael starke
5dd0f8234c Updated normalization and validation test. 2014-02-19 22:30:56 +01:00
michael starke
84cd196d54 Normalization now can expand repeated keystrokes 2014-02-19 17:44:34 +01:00
michael starke
a73986de28 Normalization now works
Tested Normalization
2014-02-19 02:45:37 +01:00
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
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
edd2d89d30 Placeholder substation reworked 2014-02-15 18:35:13 +01:00
michael starke
20908fe161 Extracted more element names into separate file 2014-02-14 03:18:36 +01:00
michael starke
5661765dbf Added Autotype layout to entry view.
Fixed ARC bug in placeholder evaluation
2014-02-12 22:17:34 +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
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
accfdbc4f2 Fixed MPDocument tests to work again 2013-09-20 01:54:02 +02:00
michael starke
a427cdec6d Added french localization provided by Gil André 2013-08-31 00:59:55 +02:00
michael starke
214a192a4d Fixed typo 2013-08-21 00:45:44 +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