aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-22refactor: remove git commit hash verification from version checkHEADmainsaturneric7-90/+0
- remove remote commit hash tracking from version check logic - simplify version check by removing tag info parsing - update UI to remove commit hash mismatch warning - clean up related code and remove unused fields
2025-06-19fix(UpdateTab): correct condition for showing unpublished commit messagesaturneric1-1/+1
- fix logic error in version status check - show warning when commit hash is not found in remote - previously showed warning when hash was found (inverse of intended behavior)
2025-06-19fix(version-check): correct git commit hash url and improve version checksaturneric3-17/+16
- fix incorrect git commit hash url in BKTUSVersionCheckTask - add cache saving for upgrade versions in both check tasks - improve commit hash parsing in GitHubVersionCheckTask - remove debug logging from SoftwareVersion::NeedUpgrade
2025-06-12feat(i18n): complete translations for german, french and chinesesaturneric3-65/+65
- mark all german translations as complete - add missing french translations - add missing traditional chinese translations
2025-06-12feat(i18n): update translation files for version checking modulesaturneric6-252/+306
- update line numbers in translation files - add new "Check for Updates" translation - improve version status messages - support dynamic source name in version string - consolidate withdrawn/unreleased version warning
2025-06-11feat(ver_check): add QDateTime include to SoftwareVersion.hsaturneric1-0/+1
- include QDateTime header for future timestamp functionality - maintain alphabetical order of includes
2025-06-10feat(version_checking): add update checking api selection and cachingsaturneric8-49/+191
- add bktus api support for version checking - implement version info caching with timestamp - add manual check button in update tab - support api selection from settings - add json serialization for version info
2025-06-10refactor(github version check): restructure version check task and add ↵saturneric2-19/+63
commit verification - rename version_meta_data_ to meta_ for clarity - add api type to meta_ structure - add new url for commit hash verification - track request index with property - add slot_parse_current_commit_info for commit verification - update logging and error handling
2025-06-10refactor(bktus): update version check task to use appcast.xml and improve ↵saturneric3-25/+52
parsing - replace json api with appcast.xml for version checking - add index tracking for network replies - rename version_meta_data_ to meta_ - improve xml parsing and error handling - update url endpoints and response processing
2025-06-10refactor(gnupg): move info gathering to show event and remove debug logssaturneric2-14/+22
- move gnupg info gathering logic from constructor to showEvent - remove debug logging statements - add resizeColumnsToContents for option details table
2025-06-09fix: remove redundant flag setting in version check tasksaturneric1-2/+0
- remove duplicate setting of current_commit_hash_publish_in_remote flag - flag is already set in the parent function before calling this method
2025-05-31feat(ver_check): add bktus version check supportsaturneric11-134/+557
- implement BKTUSVersionCheckTask for bktus.com version checking - refactor version checking logic into Utils.cpp - update version checking module to support multiple sources - improve version status display messages
2025-05-01fix: use register_modulesaturneric6-118/+66
2025-04-30refactor: switch to in project submodule build modelsaturneric6-27/+45
2025-04-19chore: upgrade to v2.1.8saturneric3-5/+3
2025-04-15fix: crash due to memory bad accesssaturneric2-15/+49
2025-02-16fix: do not show commit hash mismatch in flatpak containersaturneric1-1/+1
2025-02-04chore: upgrade to v2.1.7saturneric1-1/+1
2025-01-27feat: call gpgconf using the homedir optionsaturneric2-19/+27
2024-12-03fix: add more log to version checkingsaturneric2-3/+9
2024-12-02fix: adapt to new sdk apissaturneric3-50/+62
2024-12-02translations: update zh_CN and de_DEsaturneric10-72/+122
2024-12-02fix: delete unused logicsaturneric7-245/+7
2024-12-02fix: version checking mode should not listen to app loaded eventsaturneric1-2/+0
2024-12-01translation: update translations of email and version checkingsaturneric14-254/+1168
2024-12-01feat: improve logic and ui of version checking modulesaturneric4-36/+72
2024-12-01fix: gnupg info not loadingsaturneric5-34/+94
2024-12-01feat: check commit hash by current versionsaturneric6-111/+183
2024-12-01feat: all users should know the meanings of updatesaturneric1-12/+0
2024-12-01fix: segment fault on windowssaturneric1-0/+0
2024-12-01fix: all use bodyPart instead of bodysaturneric1-18/+15
2024-12-01fix: public key export on windows is using CRLFsaturneric1-2/+8
2024-12-01fix: should use bodyPart instead of bodysaturneric1-6/+6
2024-12-01fix: solve IID_IMultiLanguage link issuesaturneric1-0/+0
2024-11-29fix: solve linux build issuesaturneric1-2/+2
2024-11-28fix: solve build issue on develop cisaturneric1-2/+2
2024-11-28feat: track error string of gpg basic operationsaturneric1-53/+52
2024-11-28fix: update date field on signingsaturneric2-4/+8
2024-11-28fix: spelling mistakessaturneric1-1/+1
2024-11-28fix: handle cancel event of EMailMetaDataDialogsaturneric1-2/+7
2024-11-28feat: support decrypt & verify emailsaturneric5-382/+809
2024-11-28feat: make email operations more comfortablesaturneric8-121/+584
2024-11-28refactor: improve code structuresaturneric8-551/+706
2024-11-27feat: support email encryptionsaturneric4-309/+652
2024-11-27feat: support signing emailsaturneric10-5/+952
2024-11-27fix: target_link_libraries with a targetsaturneric1-1/+1
must be either all-keyword or all-plain
2024-11-27fix: undefined reference to __imp_*saturneric1-0/+4
2024-11-26fix: disable unused features of vmimesaturneric1-0/+5
2024-11-26fix: add submodule vmimesaturneric1-0/+0
2024-11-26feat: support eml data decryptionsaturneric1-15/+182