Commit graph

36 commits

Author SHA1 Message Date
Danny Mösch
3eea063d61
Fix issues with OTP notification (#517)
* Use "Beta" since this is what Apple uses too
* Actually copy the OTP if the option is set
* Shorten notification text to make it fit to smaller screens
* Set notification center delegate before app launches
* Fix SwiftFormat issue fixed with version 0.48.12
2021-10-03 17:20:22 -07:00
Danny Moesch
f70114e8d7 Enable SwiftLint rule 'unused_optional_binding' and fix all violations 2020-08-28 16:42:30 -07:00
Danny Moesch
c87f4e9792 Enable SwiftLint rule 'multiline_arguments_brackets' and fix all violations 2020-08-28 16:42:30 -07:00
Danny Moesch
1b3a8ff0d8 Enable SwiftLint rule 'let_var_whitespace' and fix all violations 2020-08-28 16:42:30 -07:00
Danny Moesch
7f9f0e43b2 Format code with SwiftFormat automatically in every build 2020-08-25 15:10:13 -07:00
Danny Moesch
c2cd6481fd Utilize default settings values 2019-05-01 18:30:13 +02:00
Danny Moesch
f9c19b3ca4 Migrate to Swift 5.0 2019-05-01 18:30:13 +02:00
Danny Moesch
1b4040135e Localize strings in code 2019-01-20 21:04:04 -08:00
Danny Moesch
6b4dbd50a9 Support custom branches (#236) 2019-01-13 15:34:01 -08:00
Mingshen Sun
ed387069a4
lint: delete trailing whitespaces 2018-12-09 16:59:07 -08:00
Danny Moesch
3cd8df310c Introduce enum for password generator flavour 2018-12-05 12:59:04 -08:00
Yishi Lin
da3c4f0bc0 Self-maintained passcode lock
- No cancel button anywhere in the passcode lock yet
- Poor UI
2018-01-29 03:23:34 +08:00
Yishi Lin
774f05eae0 Convert to Swift 4
- Will fix all warnings next.
2017-09-23 16:29:03 +08:00
Yishi Lin
90a675d4fa Fix passcode lock problem
- Fix the problem when the phone is locked in landscape mode, and unlock in portrait mode.
2017-09-18 01:33:19 +08:00
Yishi Lin
fa78a7e0b7 Fix passcode lock view rotation problem 2017-07-16 23:15:24 +08:00
Yishi Lin
4b5ea10b40 Force the PasscodeLockVC to be portrait 2017-07-07 17:36:04 +08:00
Yishi Lin
a8060d28c9 Fix some startup warnings 2017-06-15 17:30:57 +08:00
Yishi Lin
09865a02af Fix migration problems 2017-06-14 21:50:38 +08:00
Yishi Lin
639cd123cb Switch to passcode lock fork that supports app extension 2017-06-14 14:04:44 +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
850dc75820 Move files and Defaults to the shared container 2017-06-11 02:09:45 +08:00
Yishi Lin
545aceb7af Fix bug of hard press search
- bug introduced in d86ee90eb7
2017-06-09 18:39:52 +08:00
Yishi Lin
d86ee90eb7 Remove hardcoded bundle identifier 2017-06-07 17:09:37 +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
ad0c39b541
Add option to select two flavors of password generator: random and apple's (keychain) 2017-03-08 00:57:49 -08:00
yishilin14
62db5da62f Blurring app screen in switch mode
Blur app screen and add the Pass icon in the middle.
2017-02-25 18:45:33 +08:00
Bob Sun
6618305e89
fix issue #18: broken 3d touch cased by name of shortcut item 2017-02-22 13:11:27 +08:00
Bob Sun
b954a4dcab
finish simple "add password function" 2017-02-10 22:15:01 +08:00
Bob Sun
76b863f00a
set minimum size of HUB 2017-02-08 19:17:53 +08:00
Bob Sun
9cfaeb6d56
remove debug message 2017-02-08 17:55:29 +08:00
Bob Sun
9816e7677d
improve passcode 2017-02-08 14:53:07 +08:00
Bob Sun
97056ab91c
3D touch to search 2017-02-08 12:47:05 +08:00
Bob Sun
f9e42b9490
change Globals class to static 2017-02-08 10:15:38 +08:00
Bob Sun
f14c4662cb
fix bugs of the passcode function 2017-02-07 20:57:06 +08:00
Bob Sun
a31e9776fe
add passcode and touch ID 2017-02-07 20:24:58 +08:00
Bob Sun
8e997cc868
first commit 2017-01-19 21:15:47 +08:00