Michael Starke
fd88b2c506
Fixed code style. Removed unused code.
2021-01-08 09:06:59 +01:00
Michael Starke
f010ec057d
Minor layout changes
2021-01-04 20:49:34 +01:00
Michael Starke
90093850f9
Use expanded toolbar to accomodate for more room in the title bar.
2021-01-04 16:03:47 +01:00
Michael Starke
7a4d80fd47
OTP setup view controller gets show and parses url strings
2020-12-31 20:23:45 +01:00
Michael Starke
53ae6dca84
Revert "Added height for context bar"
...
This reverts commit 4fabee0213 .
2020-12-30 22:24:43 +01:00
Michael Starke
4fabee0213
Added height for context bar
2020-12-27 13:40:37 +01:00
Michael Starke
9fe9c6a41d
Localized Autotype confirmation. Enhanced layout for window
...
When confirming, the table view only shows one row, when choosing, at most 5 rows are visible.
2020-12-22 23:42:50 +01:00
Michael Starke
18e2115119
Updated sponsors
2020-12-20 14:03:22 +01:00
Michael Starke
baaf10d6f3
Added QR code scanner tooling for use in OTP auth URLs
2020-12-10 21:02:22 +01:00
Michael Starke
4caea9080e
Correctly scale down image if they are portrait not only landscape
2020-12-02 23:45:59 +01:00
Michael Starke
b04c252a69
Display screenshot of target window in autotype confirmation/selection dialog.
2020-12-02 17:34:17 +01:00
Michael Starke
03c1d5ecee
Add setting to always show confirmation before autotype execution
2020-12-02 17:33:40 +01:00
Michael Starke
e08b116aa0
WIP on adding TOTP ui to entry view
2020-11-28 23:10:45 +01:00
Michael Starke
501501fce1
Enable full size content for better big sur experience
2020-11-24 13:37:03 +01:00
Michael Starke
381d4b1cac
Updated to current KeePassKit to enable correct builds on Apple Silicon
2020-11-23 13:52:29 +01:00
Michael Starke
c0a64a1bc3
Enabled always verify autotype match settings. UI is missing for this setting
2020-11-04 18:25:32 +01:00
Michael Starke
0f2300a981
Added target application icon to candidate selection window
2020-10-12 16:07:45 +02:00
Michael Starke
9d153a4397
Updated to Xcode 12
2020-10-08 23:29:13 +02:00
Michael Starke
e03660b184
Fixed issue with first entry being displayed in inspector when a group is clicked.
2020-09-09 10:44:03 +02:00
Vyacheslav Pukhanov
171d6e4bdc
adjusted welcome view layout ( #1101 )
2020-09-09 10:43:34 +02:00
Hugo Stijns
af65d4029b
Update organization in GitHub URL ( #1105 )
2020-09-09 10:39:16 +02:00
Michael Starke
641ba2a3fd
Updated constraints on preferences views to allow for better transitions between tabs
2020-07-10 12:24:24 +02:00
Michael Starke
be2b5072bf
Removed special code for 10.12 and blow since we now target 10.13 and above
2020-07-08 22:11:34 +02:00
Michael Starke
f19fd2e3ac
Added sponsor to credits
2020-07-08 15:20:32 +02:00
Michael Starke
6aef0b198d
Removed wrong added attribute since it will interfere with the added custom-values table view
2020-07-01 17:29:18 +02:00
Michael Starke
d00048a7d7
Removed unnecessary constraints from labels and buttons
2020-07-01 15:50:20 +02:00
Michael Starke
4ba40b1d77
Added lost constraint
2020-07-01 15:38:50 +02:00
Michael Starke
58cc929ad9
Using stack view in preparation of hiding empty elements in entry view
2020-07-01 14:34:59 +02:00
Michael Starke
fe7c647bcf
Added custom MPTabViewController to resize window to tab sizes on change
2020-06-30 23:49:06 +02:00
Michael Starke
208c3e6c31
Moved to using NSTabViewController for preferences instead of rolling our own implementation
2020-06-30 13:59:54 +02:00
Alex Rakov
c4fe593e8f
Use DuckDuckGo favicon service ( #1073 )
...
* Use DuckDuckGo favicon service
There are multiple ways of how favicon of a website can be published:
- Have a `favicon.ico` file under the website root
- Set through `<link rel="shortcut icon" href="..." />` tag
- Set through `<link rel="icon" href="..." />` tag, or
- Set through platform-specific tags like `<link rel="apple-touch-icon" href="..." />`
Current implementation only supports first option, which does not work in many cases.
Instead of implementing favicon fetching logic from scratch, favicon fetching services can be used.
There are multiple of them, e.g.:
- https://icons.duckduckgo.com/ip3/www.google.com.ico
- https://www.google.com/s2/favicons?domain=www.google.com
This change switched from fetching favicon from the original host to DuckDuckGo.
* Create UX for favicon download method preferences
* Add preferences for favicon download method
* Adjust preferences window location
Also, sort localized resources
Co-authored-by: Alex Rakov <alexander-rakov@users.noreply.github.com >
2020-05-15 19:37:52 +02:00
Michael Starke
e63ea8c110
Fixed low contrast in Autotype candidate selection window ( fixes #1054 )
2020-03-20 00:08:12 +01:00
Michael Starke
8b3cc34ab5
Fixe missing custom cell in MPPathControl
2020-03-17 11:48:06 +01:00
Michael Starke
c6f93ef59a
Updated copyright to 2020
2020-01-27 12:25:13 +01:00
Michael Starke
1b6efbfd0c
Added sanity checks to key file selection in unlock screen ( fixes #1008 )
2020-01-14 14:54:15 +01:00
Michael Starke
f16c767cbd
Use textual date picker instead of graphical one. Fixes #923
2019-12-18 15:45:00 +01:00
Michael Starke
1215b7317b
Merge branch 'master' into feature/import_plugins
...
# Conflicts:
# MacPass.xcodeproj/project.pbxproj
2019-12-17 16:27:43 +01:00
Michael Starke
e5ba73589b
Cleaned up merge of LockOnScreenSleep feature. Updated fonts
2019-12-17 14:18:24 +01:00
georgesnow
9ba902471c
Add Lock database on Screen Sleep ( #998 )
...
* added lock databse on Screen sleep
* remove unneeded change
* fix unregister screen sleep method
* fixed constraints and checkbox label
2019-12-17 13:59:01 +01:00
Michael Starke
6ec89e146c
Merge branch 'refs/heads/master' into feature/import_plugins
2019-11-27 23:05:46 +01:00
Michael Starke
f134290c27
wired up button to actually do something
2019-09-17 13:08:29 +02:00
Michael Starke
3b244c3145
Added button to initiate screen recording permission request on macOS 10.15 Catalina
2019-09-10 14:47:56 +02:00
Michael Starke
eb9d15ffa5
Use enter to accept a field in PICKFIELD view
2019-09-09 11:03:55 +02:00
Michael Starke
2a8766eccb
Fixed typo
2019-08-28 13:32:32 +02:00
Michael Starke
10dd3e352d
Merge branch 'master' into feature/import_plugins
2019-08-27 10:15:42 +02:00
Michael Starke
2103eb8875
Added rudimentary export plugin support
2019-08-26 17:25:25 +02:00
Alessandro Vinciguerra
9e5d9f3bf5
Update Italian Localization ( #965 )
...
* Added missing Italian translations
Added translations directly to strings files
Update translation for "inspector"
* Updated Italian translations and added missing strings files
Added fixes for German, French, and English
2019-08-23 12:27:38 +02:00
Michael Starke
4b04699b30
Removed unnecessary english localisation files since Base localisation is english
2019-08-23 10:17:21 +02:00
Michael Starke
7fc1dd8a1b
Do not relay on taking a screenshot to determine screen recording permissions. Instead read window titles of all visible windows.
2019-08-19 14:21:12 +02:00
Anton Glezman
2aba4cbd93
Improved russian localization ( #961 )
2019-08-05 10:37:36 +02:00