Yishi Lin
71c793029a
Polish codes related to password generation
...
1. Polish codes in PasswordGeneratorFlavour
2. Polish related codes in view controllers
2020-02-23 00:39:14 +08:00
Danny Moesch
a2edf41d33
Update SwiftyUserDefaults to current version 5.0.0
2020-01-01 19:03:04 -08:00
Danny Moesch
51c9510f3d
Introduce color provider to encapsulate check for iOS 13 availability
2019-10-01 22:48:15 +02:00
Danny Moesch
730542d5bb
Separate encryption/decryption logic for different frameworks used
2019-09-15 00:32:18 -07:00
Danny Moesch
ea37b40e2f
Mark field 'gpgAgent' as never-nil
2019-07-20 22:59:22 +02:00
Yishi Lin
6ae4a02a01
Seperate PGPAgent from PasswordStore and add tests
2019-07-17 02:58:01 +08:00
Danny Moesch
f9c19b3ca4
Migrate to Swift 5.0
2019-05-01 18:30:13 +02:00
David Beitey
f98d56753b
Add ability to hide password images
...
This disables loading of favicon images associated with password entries
and hides any images that are already loaded, using the generic icon
instead.
The key benefit to this option is to prevent passforios revealing that a
given device has a password in its store, which could be gleaned from
the fact that favicons are being loaded in this manner.
2019-03-03 10:54:30 -08:00
Danny Moesch
1b4040135e
Localize strings in code
2019-01-20 21:04:04 -08:00
Danny Moesch
2d5ca58bd9
Use PasswordGeneratorFlavor class to set user defaults and UI elements
2019-01-20 21:04:04 -08:00
Mingshen Sun
ed387069a4
lint: delete trailing whitespaces
2018-12-09 16:59:07 -08:00
Danny Moesch
7c12263458
Separate parser and helpers from Password class for better testability
2018-11-11 11:30:39 -08:00
Danny Moesch
f76721d7fe
Simplify/Tweak Password.swift
2018-08-13 23:12:30 -07:00
Bob Sun
3380f41855
Fix typo
2017-10-19 23:02:36 -07:00
Danny Moesch
2a0822f727
Change "Show Folder" -> "Show Folders"
2017-10-19 11:48:38 +02:00
Yishi Lin
d0bad8660b
Provide the 'remember git credential passphrases' option
2017-10-08 21:37:58 +08:00
Yishi Lin
774f05eae0
Convert to Swift 4
...
- Will fix all warnings next.
2017-09-23 16:29:03 +08:00
Yishi Lin
d2ba620ae4
Move codes to an embed framework
...
- Move bundle/group identifiers to passKit/Global
- Fix Core Data
- Change Defaults to SharedDefaults
2017-06-13 11:43:46 +08:00
Yishi Lin
af9d4f1c24
Polish the storyboard
...
- Set navigation titles in the storyboard, easier to find scenes now
2017-04-06 23:03:39 +08:00
Yishi Lin
95b3a7fcd3
Update views after setting updates
2017-03-24 20:40:24 +08:00
Yishi Lin
1f829fffcc
Polish notification
...
- define notification names
- move "post notification" to PasswordStore (todo: move "search" and the one for "show folder switch")
- "erase" and "reset" also post the "passwordStoreUpdated" notification
2017-03-18 00:30:14 +08:00
Bob Sun
d2cff20131
Put PasswordStore as instance in controllers
2017-03-16 22:39:03 -07:00
Petteri Valkonen
a209933c20
Fix typo
2017-03-09 12:45:05 -08:00
Bob Sun
d761dd1fc5
Update wording
2017-03-08 00:58:10 -08:00
Bob Sun
ad0c39b541
Add option to select two flavors of password generator: random and apple's (keychain)
2017-03-08 00:57:49 -08:00
Radon Rosborough
067036c9e6
Fix typo: Phassphrase => Passphrase
2017-03-05 21:14:49 -08:00
Yishi Lin
f2edc2ffaa
Support hiding one time password related fields.
...
- Add a switch to turn on/off one time password related fields.
- Improve how we show the additional information
2017-03-03 17:12:25 +08:00
Bob Sun
94b3c50903
Rearrange groups of general settings
2017-03-02 16:02:35 +08:00
Bob Sun
f75f949ab1
Add switch to turn on/off showing folders
2017-03-02 15:01:52 +08:00
Bob Sun
fa512e6c86
Add switch to turn on/off remembering passphrase
...
If the switch is on, users need to type passphrase of secret key once. The key will be stored in the Keychain.
If the switch is off, users have to fill in passphrase for each decryption including show password detail and long press to copy.
2017-02-28 12:25:52 +08:00
Bob Sun
0f975882ee
remove hardcoded index path of setting cell
2017-02-25 11:40:12 +08:00
Bob Sun
edfd8c97a7
simplify alert code
2017-02-16 00:54:42 +08:00
Bob Sun
81d2145192
typo
2017-02-14 22:08:53 +08:00
Bob Sun
80074ea2d6
delete debug message
2017-02-14 22:08:08 +08:00
Bob Sun
5399f2be48
change positions of switch and detailed buttion
2017-02-14 19:19:47 +08:00
Bob Sun
ad64944648
fix grammer mistakes
2017-02-14 19:17:31 +08:00
Bob Sun
0889bbfaa4
add detailed description to explain "unknown fields"
2017-02-14 18:08:31 +08:00
Bob Sun
fe1c01c6dc
Hide unknown fields
2017-02-14 11:16:30 +08:00
Bob Sun
2487b23a10
update basictableviewcontroller
2017-02-10 16:44:59 +08:00
Bob Sun
07cd49449e
add about repository view
2017-02-09 22:13:31 +08:00
Bob Sun
1c95b46252
re-organize settings
2017-02-09 21:45:31 +08:00