Xteink-X4-crosspoint-reader/lib/Epub
Martin Brook ff28388b04 fix: isFormatSupported now correctly extracts extension
Address review comment #6:
- isFormatSupported() was passing the full path to supportsFormat()
  which only matches extensions like ".jpg", so it always returned false
- Delegate to getDecoder() which correctly extracts the extension first
2026-02-01 09:24:04 +00:00
..
Epub fix: isFormatSupported now correctly extracts extension 2026-02-01 09:24:04 +00:00
Epub.cpp perf: optimize large EPUB indexing from O(n^2) to O(n) (#458) 2026-01-28 01:29:15 +11:00
Epub.h feat: dict based Hyphenation (#305) 2026-01-19 12:56:26 +00:00