Commit Graph

80 Commits

Author SHA1 Message Date
ema b385fa7439 Add EIF archive extraction with Face.dat ordering
Introduced EifExtractor to support extracting QQ EIF emoji archives, reordering images based on Face.dat metadata. Updated CompoundFileExtractor with in-memory extraction, enhanced the plugin menu and extraction workflow to prompt for Face.dat ordering, and added translations for the new prompt in Translations.config.
2025-12-26 23:46:29 +08:00
ema e7559f3900 Add CFB extract to directory menu 2025-12-26 02:23:17 +08:00
ema 36d2d44200 Add Compound File Binary (CFB) archive support
Introduces CompoundInfoPanel for viewing Compound File Binary archives (.cfb, .eif) in the ArchiveViewer plugin. Updates Plugin.cs to detect and use the new panel for these file types, enabling preview and information display for CFB-based archives.
2025-12-26 01:05:52 +08:00
ema 19805f06c5 Move archive viewer files to ArchiveFile namespace
build / build (push) Has been cancelled
build / publish (push) Has been cancelled
Renamed and reorganized ArchiveViewer files into a new ArchiveFile subfolder and namespace for better code structure. Updated all relevant namespaces and references accordingly. Minor code cleanups were also applied, such as using collection initializers and default keyword.
2025-12-25 18:48:23 +08:00
ema 7073b132a9 Add FaceDatDecoder for EIF Face.dat parsing 2025-12-25 03:30:22 +08:00
ema 6d3a02bf85 Add comments to supported archive extensions list
Added descriptive comments to the list of supported archive file extensions in Plugin.cs for better clarity. Also included commented-out entries for compound file binary formats.
2025-12-25 02:26:22 +08:00
ema 75d519e2fb Add compound file magic header validation 2025-12-25 02:25:47 +08:00
ema 514135cefe Prepare to implement for Compound File Binary 2025-12-25 02:14:44 +08:00
ema 2e75f6e2fb Make converter classes sealed and simplify null checks
All converter classes are now sealed to prevent inheritance, improving clarity and potential performance. Null checks in Percent100 converters are simplified using the null-coalescing assignment operator.
2025-12-25 02:13:20 +08:00
ema eadedb5758 Add comments of the supported archive extensions 2025-10-06 01:51:59 +08:00
ema 92aa47e32a Add .asar to supported archive extensions 2025-10-06 01:50:03 +08:00
ema 0ba37f6425 Add .snupkg support to archive viewer
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
Included the .snupkg extension in the list of supported archive formats to allow viewing of symbol package files.
2025-09-27 03:37:53 +08:00
ema c748f6d7e4 Update NuGet package versions in project files
This commit updates various NuGet package references to newer versions across multiple QuickLook plugin and main project .csproj files. These updates include dependencies such as WixToolset.Dtf.WindowsInstaller, UTF.Unknown, FreeTypeSharp, Microsoft.Web.WebView2, Magick.NET-Q8-AnyCPU, Google.Protobuf, MsgReader, HelixToolkit, bblanchon.PDFiumV8.Win32, Melanchall.DryWetMidi, WPF-UI.Violeta, and Lib.Harmony, ensuring the projects use the latest compatible releases.
2025-09-08 02:42:09 +08:00
ema 21a3dd3d4b Fix the same previous issue in other plugins
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-08-15 02:17:50 +08:00
ema 14a5bea926 Code Cleanup
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-08-09 00:38:43 +08:00
ema ff25bedcae Add .vsix support to archive viewer
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-06-29 10:40:31 +08:00
ema 3ec576968e Update package and remove binding redirect 2025-06-29 05:17:56 +08:00
ema 2e8fd2bae7 Code Cleanup 2025-05-25 01:32:38 +08:00
ema 9803f5d6a8 Use PureSharpCompress instead of SharpCompress
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-05-23 03:18:51 +08:00
ema 06e7dbaae7 Code Cleanup 2025-05-23 02:39:26 +08:00
ema 4170dc7a16 Rollback SharpCompress before clear dependencies 2025-05-14 02:41:10 +08:00
ema 8fa4f6cc5b Update PackageReferences 2025-05-13 17:36:22 +08:00
ema a0a46832ed Update copyright information 2025-05-06 21:04:58 +08:00
ema 41fa5ed1ed Support more Markdown file extension #1562 #1601 2025-04-28 19:12:04 +08:00
ema bbc5bee000 Archive file extensions in ASCII order 2025-01-07 15:06:52 +08:00
ema 28ec7655f8 Code Cleanup 2024-12-12 01:21:18 +08:00
ema 619f16bf88 Use fluent UI for ArchiveFileListView
TreeView style is from WPF-UI
2024-12-08 04:40:02 +08:00
ema 54fed86f2e Update the SharpCompress version and fix exception
Resolve the problem where the `get_IsEncrypted` method in older versions of SharpCompress would throw an error in certain scenarios.
2024-12-08 04:38:27 +08:00
ema 77b5eb454e Reduce duplicate dependencies on publish files 2024-12-07 04:58:07 +08:00
ema a5c3d5b143 Restore AssemblyInfo 2024-12-04 16:53:51 +08:00
ema 507b157a40 Convert to .NET SDK type csproj 2024-11-30 17:00:22 +08:00
MonOcean 5c9072acfc Update for commic archive file types. (#1276)
Comic book archive is not a distinct file format. It is a filename extension naming convention.
The filename extension indicates the archive type used:
.cb7 → 7z
.cbr → RAR
.cbt → TAR
.cbz → ZIP
2023-03-25 20:17:32 +08:00
Paddy Xu f726841d99 update deps 2021-11-15 23:52:02 +01:00
Cédric Luthi 9478f9d4d7 Add support for NuGet package files (.nupkg) which are just zip files (#903) 2021-05-14 19:02:38 +02:00
Moenupa WANG 6b0f9df088 ArchiveViewer: Add support for more file types (#820)
`.jar` and `.crx` file suppport are added, treated the same as `.zip` files
2021-01-18 18:51:02 +01:00
Paddy Xu 408949d1b4 Bulk update NuGet packages 2020-07-05 13:20:46 +02:00
Paddy Xu 165c9ad12e Refresh NuGet packages 2019-06-24 18:28:24 +03:00
Paddy Xu c00224fb5f Upgrade NuGet packages 2019-05-26 18:39:20 +03:00
Paddy Xu 5b67135d6f update SharpCompress lib 2018-11-07 22:32:03 +02:00
Paddy Xu f98022401f Fix #327: archive failed. 2018-09-02 13:44:18 +03:00
Paddy Xu 4f496f5ab8 wip plugin installer 2018-08-28 23:49:35 +03:00
Paddy Xu d4feb2c867 update packages 2018-06-06 20:15:36 +03:00
Paddy Xu 8c4a37e3a6 Global dark theme 2018-04-18 22:23:28 +03:00
Paddy Xu 6bc990bbf9 move to Plugin namespace 2018-02-12 19:30:30 +02:00
Paddy Xu 197bfee1da fix path 2018-02-12 19:30:29 +02:00
Paddy Xu 56af2311b9 abstract plugin interface 2018-02-12 19:30:28 +02:00
Paddy Xu 804876a987 remove strong-name signing 2018-01-27 14:44:53 +02:00
Paddy Xu 76dd2feb30 remove all destructors 2018-01-24 19:11:49 +02:00
Paddy Xu 1052d873e1 update NuGet packages 2017-12-22 13:21:00 +02:00
Paddy Xu 97b749e64f async archive loading 2017-12-22 13:19:49 +02:00