Commit graph

1363 commits

Author SHA1 Message Date
Mingshen Sun
75332270d6
Merge pull request #477 from SimplyDanny/use-protonmail-gopenpgp
Use ProtonMail's GopenPGP library
2021-08-15 01:49:16 -07:00
Mingshen Sun
b75536f89d
Merge pull request #471 from SimplyDanny/update-settings
Update project settings to be compatible with Xcode 12.5
2021-08-15 01:47:32 -07:00
Danny Moesch
47d5a0afcd Install or upgrade tools installed by Homebrew 2021-08-15 01:34:43 -07:00
Danny Moesch
7cbc14978a Use SwiftFormat version 0.48.x 2021-08-15 01:34:43 -07:00
Mingshen Sun
56a5cbe5cb Fix expired test sub key 2021-08-15 00:46:45 -07:00
Mingshen Sun
4d874e5c0d Start testing CI for push 2021-08-14 23:38:31 -07:00
Mingshen Sun
6581f1593b Fix building issue in CI 2021-08-14 23:35:57 -07:00
Danny Moesch
93954f3bec Use ProtonMail's GopenPGP library
This allows for a simpler setup and the usage of a recent version of Go. The library provides a build script which creates an XCFramework containing binaries for multiple target architectures. The gnu-dummy.patch is taken from mssun/gopenpgp. The forks are not needed anymore.
2021-06-20 12:30:14 +02:00
Danny Moesch
867931ab89 Update project settings by running 'pod install' 2021-04-27 23:21:22 +02:00
Danny Moesch
a2facbd51d Make sure that extensions only access extension APIs
This otherwise cause an error on Xcode 12.5.
2021-04-27 23:18:03 +02:00
Danny Moesch
701737fd72 Fix Xcode warning using a dynamic font style 2021-03-07 16:42:08 -08:00
Danny Moesch
b36265401b Update Carthage dependencies 2021-03-07 16:42:08 -08:00
Danny Moesch
0f2d7639c9 Ignore 'umbrella header for module ... does not include header ...' warning 2021-03-07 16:42:08 -08:00
Danny Moesch
3f75591484 Use SwiftLint version 0.43.x 2021-03-07 16:42:08 -08:00
Yishi Lin
ac3d246b81
Update README.md 2021-02-17 01:52:14 +08:00
Danny Moesch
1454693308 Remove redundant 'else' blocks 2021-01-31 20:16:57 -08:00
Danny Moesch
ad4ed9419e Format code with SwiftFormat 2021-01-31 20:16:57 -08:00
Danny Moesch
4d6c77371d Fix warning by removing the argument 'entersReaderIfAvailable' 2021-01-31 20:01:40 -08:00
Mingshen Sun
07fda1e2e4
Add FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD in the env var of CI 2021-01-31 19:10:46 -08:00
Mingshen Sun
61246401a8
Add FASTLANE_SESSION in the env var of CI 2021-01-31 18:11:44 -08:00
Mingshen Sun
e0f1857e40
Add brew link --overwrite swiftlint to overwrite potential CI issue 2021-01-31 15:31:30 -08:00
Danny Moesch
00d8c946ab Use 'brew install -f' to install or upgrade a formula 2021-01-31 14:49:50 -08:00
Mingshen Sun
0ebfd69c47
Cleanup unused code 2021-01-18 10:04:09 -08:00
Mingshen Sun
7ede6d11e3
Fix search issue when changing searching scope 2021-01-17 23:28:29 -08:00
Mingshen Sun
9b2a047d38
Double tap tab bar to scroll to top 2021-01-17 22:27:50 -08:00
Mingshen Sun
8afc40a5a1
Fix search issues 2021-01-17 20:47:52 -08:00
Mingshen Sun
68077bf04c
Rewrite PasswordViewController 2021-01-17 19:49:05 -08:00
Mingshen Sun
372e897350
Remove pod cache 2021-01-15 23:09:49 -08:00
Mingshen Sun
db41d260af
Fix github action brew link issue 2021-01-15 22:50:46 -08:00
Mingshen Sun
288024ccc2
Fix missnig detail text label in password table cell 2021-01-15 22:43:03 -08:00
Mingshen Sun
a706f90d0d
Polish and refactor PasswordsTableDataSource 2021-01-11 21:04:11 -08:00
Mingshen Sun
8e66b2905b
Version bump to 0.12.0 2021-01-11 12:34:31 -08:00
Mingshen Sun
b49593e87f
Rename ignore .gpg-id switch to enalbe .gpg-id 2021-01-10 20:28:20 -08:00
Mingshen Sun
f539d2ccfc
Ignore .gpg-id for encryption 2021-01-10 15:27:50 -08:00
Mingshen Sun
011762c4bd
Fix decryption issue when key without passphrase set 2021-01-10 15:01:21 -08:00
Mingshen Sun
776884e894
Refactor and merge code of extensions 2021-01-10 13:40:17 -08:00
Mingshen Sun
87d1dd5be1
Fix the QRKeyScanner issue on reading footer 2021-01-09 16:26:56 -08:00
Mingshen Sun
1e1d6f0f44
Fix passphrase issue 2021-01-07 22:35:45 -08:00
Mingshen Sun
a62792bd11
Add ignore .gpg-id switch default ON 2021-01-07 21:58:38 -08:00
Mingshen Sun
6280b1522b
Fix the AutoFill issue when no identifier presented 2021-01-06 21:14:30 -08:00
Mingshen Sun
05a3fa8d9f
Fix UI issues under large text mode 2021-01-05 23:27:35 -08:00
Mingshen Sun
3ecb35e701
Use PasswordTableViewCell for all password entries 2021-01-05 20:54:51 -08:00
Mingshen Sun
3e3aca1c3c
Enable sponsor button 2021-01-05 19:57:23 -08:00
Mingshen Sun
7855d9c476
Reset build number to 0 after uploading 2021-01-05 19:22:48 -08:00
Mingshen Sun
a8facbdb6b
Version bump to 0.11.0 2021-01-05 14:47:44 -08:00
Mingshen Sun
571281b655
Fix matching algorithm in AutoFill 2021-01-03 22:01:24 -08:00
Mingshen Sun
9e8994f576
Fix passcode display issue in the AutoFill extension 2021-01-03 21:36:57 -08:00
Mingshen Sun
1f2a0e5458
Fix issues when no PGP passphase and enabling passcode 2021-01-03 17:42:58 -08:00
Mingshen Sun
29d74c48e5
Support selects a credential identity from the QuickType bar 2021-01-03 15:08:15 -08:00
Mingshen Sun
d4669bbfcb
Add suggested passwords in AutoFill 2021-01-02 22:13:48 -08:00