0f46408197
<feat, refactor, fixed>(core, ui): add & modify file operations
...
1. add non ascii mode for file operations.
2. the suffix of normalized file encryption.
3. refactor general settings.
2022-01-02 15:07:19 +08:00
a056f2186d
<refactor, fixed, test>(core, ui): add & modify core and ui
...
1. add init functions for core.
2. add non ascii settings.
3. fit ui with this version of core.
2022-01-02 11:40:22 +08:00
781cf97538
<refactor, test>(core, test): test decryption when key not found
2022-01-02 10:55:52 +08:00
5e0e6494c7
<refactor, fix, test>(core, test): test key generation for standalone mode
...
1. add key generation test for standalone mode
2. add supported algos in standalone mode
3. changed support algo vectors from static value to static getter
4. modified name of some variables.
2022-01-01 02:55:29 +08:00
cb10cffa20
<refactor, test>(core, test): core improved and test gpg key generation
...
1. Refactor the initialization code of Context.
2. Improve some callback function support.
3. Improve the key deletion function.
4. Modify the key output of some functions.
5. Add test for key generation.
6. Delete all imported keys at the end of the test case.
7. Add setup mode initialization parameters for Context.
2021-12-31 09:50:20 +08:00
b5cd5eac82
<refactor, test>(core, test): core improved and test gpg alone mode
...
1. let modules known their channels.
2. let factory create a channel.
3. reduce dumplicate code.
4. add type check for function object.
5. test gpg alone mode.
6. remove some asserts.
7. rename importexportor to importexporter.
8. move args in gpg context constructor to a struct.
2021-12-25 09:54:57 +08:00
Saturneric
e35ba01111
Continue to add Standalone Support.
2021-12-20 21:52:05 +08:00
Saturneric
5fb0f8b0fc
Update Test Code & Added Standlone Support
2021-12-20 17:40:32 +08:00
ef1b42b531
Fixed bugs.
...
1. Not not paint in main thread.
2021-12-20 14:28:53 +08:00
Saturneric
08519fcf13
Pass apple store automatic verification.
2021-12-20 01:38:21 +08:00
Saturneric
4d321d5250
Update project configure to support xcode build.
2021-12-19 23:05:06 +08:00
Saturn&Eric
c2d8bc90d6
Merge pull request #35 from saturneric/develop
...
Fixed Clash when decrypt reci is unknown.
2021-12-17 21:22:22 +08:00
Saturneric
5a66c60426
Fixed Clash when decrypt reci is unknown.
v2.0.3
2021-12-17 21:04:00 +08:00
Saturn&Eric
52ac9979bd
Merge pull request #34 from saturneric/develop
...
v2.0.3
2021-12-17 05:20:56 +08:00
1a51a28541
Fixed bugs & Improve Speed.
2021-12-17 04:43:19 +08:00
3f70ce5de0
Fixed Issues on Windows & Reduce warning.
2021-12-17 03:27:37 +08:00
b942f0d507
Fix problem on Windows.
2021-12-17 03:07:55 +08:00
86630a1eea
Fixed Known Issues on Export.
2021-12-17 02:40:19 +08:00
3e17611f9a
Fixed & Update Translation.
2021-12-17 02:31:11 +08:00
2874ebd5e5
Fixed & Improve.
...
1. Fixed Known Issues.
2. Improve UI.
2021-12-17 02:18:38 +08:00
22846ce38f
Fixed Known Problem.
2021-12-16 21:59:45 +08:00
8f9abf06c1
Modified CI Files.
2021-12-16 19:22:30 +08:00
e4f4eda6fe
Fixed Project Configure.
2021-12-16 19:08:16 +08:00
37860c0fef
Added and Fixed Translation.
2021-12-16 17:49:54 +08:00
51259403d7
Added & Improved & Fixed.
...
Fixed Bugs in core.
Improved Send Mail & Keyserver Settings.
Added Pubkey Sync for key list.
Added Refresh for key list.
Improved Send Mail and others.
Known Bugs Fixed.
2021-12-16 17:36:19 +08:00
66cd551c8b
SMTP Support Added.
2021-12-15 01:49:05 +08:00
50efbe1fcc
Modified Core to Optimization & Fixed Problem
...
1. GpgKey copy ability
2. GpgXXResult type to shared_ptr
3. KeyList Optimization
4. Fixed Loading Dialog Problem
2021-12-14 19:28:53 +08:00
c77a3c560e
Add Deb Build Support & Install Support For Linux.
2021-12-14 12:55:56 +08:00
Saturn&Eric
5d8e24b7ce
Merge pull request #32 from saturneric/develop
...
v2.0.2-beta.2
v2.0.2
2021-12-14 02:46:23 +08:00
b43e376887
Update Translations & README.
2021-12-14 01:59:24 +08:00
71bec7d8b0
Improve UI & Fixed.
2021-12-14 00:43:17 +08:00
Saturn&Eric
ee4752ed75
Merge pull request #31 from saturneric/develop-ui
...
v2.0.2-beta.1
2021-12-13 22:50:57 +08:00
Saturneric
6287658184
Added & Fixed
...
1. Add MIME identify
2. Fixed Wide-Char Path Problem in Windows.
2021-12-13 22:26:29 +08:00
6d05e4a062
Merge branch 'develop-ci' into develop-ui
2021-12-13 19:25:15 +08:00
53ab9c982e
Add Stable Restart from Exception Function
2021-12-13 19:24:42 +08:00
da0e403a6c
Update Translate & Added.
...
1. Added Export OpenSSH Format
2. Added Export Short Secret Key
3. Improve UI
2021-12-13 18:16:54 +08:00
9e9a3d57e8
Update CI
2021-12-12 20:07:23 +08:00
Saturn&Eric
a03aac7f86
Create SECURITY.md
2021-12-12 18:25:02 +08:00
Saturn&Eric
ba0f56defe
Merge pull request #30 from saturneric/document
...
Update Privacy Policy of GpgFrontend
2021-12-12 18:22:00 +08:00
eb8de8d427
Update Privacy Policy of GpgFrontend.
2021-12-12 18:20:44 +08:00
e3792543f6
Fixed & Modified & Added.
...
1. Fixed UTF-16 & UTF-8 filesystem path's bugs.
2. Added mkdir & create empty file.
3. Improve file browser.
4. Added Infoboard.ui.
5. Fixed Verify Bugs.
2021-12-12 17:36:08 +08:00
881b91eb43
Add Support For UI Header include Path
2021-12-10 23:22:35 +08:00
4bed34bc31
Merge branch 'develop' into develop-ui
2021-12-10 21:52:45 +08:00
Saturn&Eric
1c609068df
Create privacy_policy.md
2021-12-09 20:21:43 +08:00
Saturn&Eric
6044d5706d
Merge pull request #29 from saturneric/develop
...
v2.0.1-beta.3
v2.0.1
2021-12-08 23:32:41 +08:00
e956f4bd48
Update CI for Release and Debug.
2021-12-08 22:57:22 +08:00
dc875126a3
Update Project Config
...
1. Fixed Multi Language in Ubuntu.
2021-12-08 22:37:33 +08:00
278455dac6
Fix Bugs in FilePage,
2021-12-08 22:13:38 +08:00
90aa642698
Fixed Multi Language Problem on Windows.
2021-12-08 21:56:34 +08:00
Saturneric
088acc618f
Fix retina screen problem
2021-12-08 09:28:19 +08:00