Michael Starke
|
00362bf33c
|
Using preferences instead of settings name. Alert for incompaitble plugins now has a button to show preferences
|
2019-02-08 15:04:16 +01:00 |
|
Michael Starke
|
d3641af1fc
|
Updated to current Xcode version
|
2019-02-07 09:10:02 +01:00 |
|
Michael Starke
|
f94bf5cdce
|
Use properties
|
2019-02-07 09:09:43 +01:00 |
|
Michael Starke
|
13ebb93cfb
|
Disallow empty selection to always select at least the first item
|
2019-02-07 08:50:32 +01:00 |
|
Michael Starke
|
9bac5c102f
|
Plugin repository browser now supports downloading and showing plugins.
|
2019-02-06 18:07:53 +01:00 |
|
Michael Starke
|
0bd4421b76
|
Download and progress indication for Plugin downloads now works. Opening the file in the Finder is still missing
|
2019-02-06 16:43:29 +01:00 |
|
Michael Starke
|
6378d4f426
|
AutotypeCandidateSelectionWindow now displays username to help distinguish different entries with the same title
|
2019-02-06 16:42:47 +01:00 |
|
Michael Starke
|
1566ebbc61
|
Removed wrongfully tracked file
|
2019-02-06 16:41:47 +01:00 |
|
Michael Starke
|
e5175d0c72
|
Removed custom suppression button label
|
2019-02-06 16:40:50 +01:00 |
|
Michael Starke
|
875f8f01f7
|
Merge branch 'master' of https://github.com/MacPass/MacPass
|
2019-02-05 09:34:00 +01:00 |
|
thesoundofom
|
05d8b60c06
|
Update Localizable.strings (#875)
Add missing French localization for toolbar items, for action toolbar dropdown, and for accessibility permission notification.
|
2019-02-05 09:33:28 +01:00 |
|
Michael Starke
|
f95819ab98
|
Moved plugin loading into initialzation of plugin host again.
|
2019-02-05 09:32:35 +01:00 |
|
Michael Starke
|
e5ad0728cc
|
download plugin archive works
|
2019-02-04 16:06:23 +01:00 |
|
Michael Starke
|
07309b5c24
|
Localizations for PasswordCreatorView
|
2019-02-01 14:05:24 +01:00 |
|
Michael Starke
|
a7469975ad
|
Updated entropy calculation to account for required characters
|
2019-01-31 15:52:50 +01:00 |
|
Michael Starke
|
ed0a57a607
|
Password generator now allows to require a character form each character group
|
2019-01-31 13:39:56 +01:00 |
|
Michael Starke
|
6a1f8e0472
|
Fixed bug in entropy calculation when using mixed character sets. Added enforce groups button to UI
|
2019-01-31 13:13:05 +01:00 |
|
Michael Starke
|
6068260abb
|
Added enforce character group usage
|
2019-01-29 16:57:52 +01:00 |
|
Michael Starke
|
dd54a980ed
|
Added missing contraints to prevent clipping
|
2019-01-29 16:43:25 +01:00 |
|
Michael Starke
|
4a0ad506b8
|
Wired actionbutton. Using properties.
|
2019-01-25 18:54:50 +01:00 |
|
Michael Starke
|
01d4137fe4
|
changed button style
|
2019-01-23 19:53:10 +01:00 |
|
Michael Starke
|
9261a9b7f0
|
using properties
|
2019-01-15 23:54:03 +01:00 |
|
Michael Starke
|
d022fa2500
|
Using button view to retrieve model index. Removed unused localizations
|
2019-01-15 11:32:18 +01:00 |
|
Michael Starke
|
28f86fb45b
|
removed key press delay
|
2019-01-14 14:46:47 +01:00 |
|
Michael Starke
|
4f339ba24e
|
Added changes from stale PR #765
|
2019-01-07 18:55:32 +01:00 |
|
Michael Starke
|
efb84f1832
|
Using application modal alert. Window modal resulted in crash on quit.
|
2019-01-02 19:00:37 +01:00 |
|
Michael Starke
|
988cf3051c
|
Reduce delay when sending key-press events
|
2019-01-02 19:00:05 +01:00 |
|
Michael Starke
|
fef9f5fdeb
|
Updated localizations
|
2018-12-31 00:37:21 +01:00 |
|
Michael Starke
|
8f11acdfa4
|
Added button to status info display. Functionality is not wired yet.
|
2018-12-30 22:08:32 +01:00 |
|
Michael Starke
|
56a6fce658
|
Aligned naming, Pickchars dialog now automatically closes when all characters are picked. Table columns now start at 1 instead of 0.
|
2018-12-28 19:27:37 +01:00 |
|
Michael Starke
|
7898d3c146
|
Removed command evaluation for autotype candidate selection window
|
2018-12-26 16:30:11 +01:00 |
|
Michael Starke
|
1a4a7c55c6
|
Layout for last update checked.
|
2018-12-12 10:03:23 +01:00 |
|
Michael Starke
|
032cd39416
|
Added last updated date in plugin repository browser
|
2018-12-11 16:14:06 +01:00 |
|
Michael Starke
|
9f8617372f
|
Removed currently unused AutotypeExecution context.
|
2018-12-07 13:43:15 +01:00 |
|
Michael Starke
|
713455bacc
|
reducided minimal widths to allow for narrow singe-column view
|
2018-12-06 14:32:01 +01:00 |
|
Michael Starke
|
d8a20a1fe2
|
Removed autosave of selection changes. Save only occurs on lock. Shutdown needs to be added too.
|
2018-12-06 13:41:28 +01:00 |
|
Michael Starke
|
af1648da1c
|
Updated to current KeePassKit to fix #736
|
2018-12-06 11:52:04 +01:00 |
|
Michael Starke
|
714bdf782d
|
Folded delegation int MPPathControl
|
2018-11-30 17:20:24 +01:00 |
|
Michael Starke
|
3cf3e25156
|
Using custom MPPathControl to remove double click to show chooser (fixes #54 and #855)
|
2018-11-29 23:42:32 +01:00 |
|
Michael Starke
|
8c0d17e9f6
|
Merge pull request #854 from kud/patch-1
|
2018-11-27 17:58:19 +01:00 |
|
Erwann Mest
|
fd688e693b
|
docs(README): fix typo
|
2018-11-27 17:37:00 +01:00 |
|
Michael Starke
|
3f43a061b8
|
Keep popups open if user interacts with anything outside of MacPass
|
2018-11-27 17:31:35 +01:00 |
|
Michael Starke
|
22b267f63e
|
Updated to Xcode 10.1
|
2018-11-27 10:35:14 +01:00 |
|
Michael Starke
|
ddcaeb1e7b
|
Updated to KeePassKit 2.3.6 to (fixes #842)
|
2018-11-26 11:47:04 +01:00 |
|
Michael Starke
|
146430c7b1
|
Newline
|
2018-11-22 13:13:27 +01:00 |
|
Michael Starke
|
79fa4f1c3f
|
Updated to current KeePassKit (fixes #847)
|
2018-11-19 10:43:35 +01:00 |
|
Michael Starke
|
7cfc98c3a3
|
refactored magic number usage
|
2018-11-16 12:31:34 +01:00 |
|
Michael Starke
|
409632714c
|
Disabled direct fail of autotype on missing access. Added time out for user interaction to prevent unexpected behaviour
|
2018-11-16 11:23:08 +01:00 |
|
Michael Starke
|
4b56167b56
|
Fixed button size when setting image by scaling down image before using it
|
2018-11-15 18:07:43 +01:00 |
|
Michael Starke
|
3fcb7305d3
|
Enabled drag and drop of search result for reordering
|
2018-11-15 18:07:16 +01:00 |
|