aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-19<fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric1-2/+2
2022-02-02<refactor>(src, test): Normalize the naming of partial classesSaturneric1-2/+2
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-0/+26
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric8-48/+80
2022-01-02<refactor, test>(core, test): test decryption when key not foundSaturneric1-10/+61
2021-12-31<refactor, fix, test>(core, test): test key generation for standalone modeSaturneric1-0/+156
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.
2021-12-31<refactor, test>(core, test): core improved and test gpg key generationSaturneric2-7/+92
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-25<refactor, test>(core, test): core improved and test gpg alone modeSaturneric8-46/+152
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-20Continue to add Standalone Support.Saturneric3-5/+203
2021-12-20Update Test Code & Added Standlone SupportSaturneric4-23/+29
2021-12-04FixedSaturneric2-188/+188
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
2021-12-01Add i18n SupportSaturneric4-13/+11
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-9/+9
2021-09-20The basic functions of the core pass the test.Saturneric8-125/+571
Adjust and improve the core part of the interface.
2021-09-19Support multi-channel Context.Saturneric4-99/+156
Make the test configurable. Other modifications.
2021-09-12Continue to write core test code.Saturneric3-6/+125
2021-09-11Add clang-related branch coverage options.Saturneric1-4/+0
2021-09-11Add branch coverage test settings.Saturneric1-4/+5
2021-09-10Continue to optimize and improve the code.Saturneric1-0/+17
2021-09-05Adjust the code structure.Saturneric2-14/+84
Introduce log library. Remove Qt from the core code.
2021-09-05Rewrite the core.Saturneric2-7/+112
Adjust the structure.
2021-09-04Modified ResultAnalyse.Saturneric2-0/+52
Add Test.
2021-06-09Adjust the project structure.Saturneric5-99/+0
Write a readme. Signed-off-by: Saturneric <[email protected]>