michael starke
199b6bbcd2
Added additinal URL placehodlers. Moved breadcrum to KPKGroup
2014-08-10 20:25:59 +02:00
michael starke
b2adf2b78e
Added AutotypeHelper to encasulate format checks
2014-08-10 19:11:43 +02:00
michael starke
75b671f4ad
Merge branch 'master' of https://github.com/mstarke/MacPass
2014-08-09 16:25:54 +02:00
James Hurst
8e689c26f8
Wait 0.1s between the keydown and keyup event
...
I observed an issue where when autotyping into the Steam client the tab
key wouldn't register. Adding a 0.1s delay between the keydown and keyup
events seems to gives the application enough time to register the key
press.
2014-08-08 23:29:03 -04:00
michael starke
55d5695676
Hotkey is stored in defaults
2014-08-08 18:34:38 +02:00
James Hurst
e3864634c7
xyz was missing from list of password generation characters
2014-08-07 22:33:24 -04:00
Michael Starke
266466f731
Merge pull request #210 from jamesrhurst/add-entry-fixes
...
Improved "Add Entry" workflow (issue #156 )
2014-08-06 17:40:43 +02:00
James Hurst
6c9946a1b1
Select correct row for new entry regardless of sort order
2014-08-06 07:40:03 -04:00
James Hurst
5ff911b824
Improved "Add Entry" workflow (issue #156 )
...
- New entry is automatically scrolled to and selected
- Title textfield is automatically focused
- Pre-generate a password using the deault password creation settings
2014-08-05 20:53:37 -04:00
Benjamin Steinwender
6b597484db
Updated German translation
2014-08-05 20:47:31 +02:00
Benjamin Steinwender
6f5c3667f6
German translation updated
2014-08-05 20:18:32 +02:00
Michael Starke
6ddce76b0d
Merge pull request #208 from jamesrhurst/icon-chooser-fix
...
Fixed bug with icon resetting to default after closing popover
2014-08-05 11:56:10 +02:00
Michael Starke
4a4692fb16
Merge pull request #207 from jamesrhurst/save-password-settings
...
Added ability to set default password generation settings. Fixes #166
2014-08-05 11:55:15 +02:00
James Hurst
04a14931c6
Fixed bug with icon resetting to default after closing popover
...
When closing the icon chooser by clicking outside the popover, the icon would
get reset to the default icon instead of keeping the current icon.
2014-08-04 21:08:27 -04:00
James Hurst
06ec61ea28
Added ability to set default password generation settings (issue #166 )
2014-08-04 21:00:07 -04:00
James Hurst
8a29a94f8f
Make autotype work in more situations
...
The entry title will first be searched for within the window title. If the
window title does not contain the entry title, then the window title will be
searched for within the entry title.
2014-08-04 16:33:29 -04:00
michael starke
95bb918b6f
Fixes possible issues with wrong initial capacities
2014-07-31 13:08:28 +02:00
michael starke
b80eb3a9b1
Table in fix auto type window now gets updates if something changes in the document while the window is open
2014-06-25 20:10:51 +02:00
michael starke
24e45b74e9
Updated translations
...
Added note to run auto type fix for any newly opened file
2014-06-25 19:34:03 +02:00
michael starke
01b25403b3
Merge branch 'master' of https://github.com/mstarke/MacPass
2014-06-23 20:42:28 +02:00
michael starke
6902a16ff9
Fixed wrong selector in MPFixAutotypeWindowController
2014-06-23 20:42:02 +02:00
michael starke
6954b6f362
Mingling with Editing. Updated KeePassKit
2014-06-23 15:21:09 +02:00
Jannick Hemelhof
ea96e4c7dc
Minor fixes for Dutch Translation
2014-06-11 15:51:12 +02:00
Jannick Hemelhof
0e38e89caf
Last part of Dutch translation
2014-06-11 12:17:55 +02:00
Jannick Hemelhof
5cab383160
First part of Dutch translation
2014-06-11 11:35:46 +02:00
michael starke
9240de444a
Entries copied to pasteboard now get placeholder and references evaluated
2014-05-27 11:59:20 +02:00
michael starke
98b23f9e80
corrected Typo in Preferences ( fixes #191 )
...
Updates German localization
2014-05-26 10:52:01 +02:00
Michael Starke
3ccff22f87
Fixed possible crash issue with deallocated delegate
...
Fixed codestyle
2014-05-02 23:05:50 +02:00
michael starke
df55eb2b62
Increased default rounds for password hashing to 50000 and added default settings key
2014-04-25 19:02:55 +02:00
michael starke
af5d4644a4
Merge branch 'master' of https://github.com/mstarke/MacPass
2014-04-23 14:34:42 +02:00
michael starke
0f6d3b6a9d
Added cleanup for old preferences values
2014-04-23 14:34:26 +02:00
Michael Starke
a2def8129e
Fixed #183 menu item validation for AddGroup/AddEntry now just check for a selected group and does not require a selected item anymore
2014-04-19 12:21:13 +02:00
michael starke
95777057ca
Using true immutable copies of for nsarray
2014-04-16 13:53:38 +02:00
Dennis Bolio
3b6d182d0e
Fix some typos
2014-04-15 22:20:01 +02:00
Dennis Bolio
ea6db31d03
Fixed sorting and selection of database icons (issue #118 )
2014-04-15 00:01:26 +02:00
michael starke
33d992b7fb
Updated Readme with warning of Autotype fuck up (0.4.2 will have a fix-up tool)
...
Fixed issue with inspector still displaying deleted entries
2014-04-04 23:18:24 +02:00
michael starke
3d8c0acf64
Added warning image to FixAutotypeDialog to indicate possible MacPass corruptions
2014-03-30 14:11:26 +02:00
michael starke
e8a0e0f0a3
Added window associations to the auto type fix dialog
...
Moved handling from app delegate to window controller
fixed isse with wrongfully setting document on fixAutotypeWindow
2014-03-28 00:11:53 +01:00
michael starke
34b8169895
Fixed memory management issue with KeyMapper
...
Disabled badge icon until all quirks are sorted
2014-03-27 22:21:15 +01:00
michael starke
0160b9055a
Cleaned up logging
...
Added bagde icon to show timeout for clipboard clearing
Badge display not optimal if clipboard clearing is disabled
Autotype incovation on locked documents now activates MacPass to unlock.
If multipel entries match, the seleciton dialog will pop up as well
2014-03-27 22:06:00 +01:00
michael starke
ee0a1009b5
Clearing and custom setting auto type sequences is working roughly in the Fix-Tool
2014-03-27 01:23:15 +01:00
michael starke
edf4358388
Fixed isse with auto type skipping paste commands
...
Started implementing AutotypeFixDialog for 0.4.0 and 0.4.1 fix
Autotype candidate selection is shorter using subitems instead of single line
2014-03-26 22:29:45 +01:00
michael starke
478be2b9d9
Preparations to save global hotkey for auto type in preferences
2014-03-26 00:14:29 +01:00
michael starke
bce6af80ce
Merge branch 'master' of https://github.com/patchao2000/MacPass into patchao2000-master
2014-03-25 23:41:46 +01:00
michael starke
71103747ed
Merge branch 'master' of https://github.com/mstarke/MacPass
2014-03-25 23:38:17 +01:00
michael starke
ca67a2fc60
More NSStringFromSelector coverage
2014-03-25 23:38:01 +01:00
Zhao Peng
1c69c57924
Finished all visible interfaces with simplified chinese localization.
2014-03-25 15:37:29 +08:00
michael starke
8ddc4ccc9f
Updated Credits
2014-03-24 22:37:46 +01: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
db89bdd9cf
Refactored usage of reset
2014-03-23 21:57:34 +01:00