Xteink-X4-crosspoint-reader/src
Eunchurn Park 9ab69fb1ff
fix(TxtReader): Address PR review feedback
- Fix progress update logic: Use lastProgress / 10 != progress / 10
  instead of progressPercent % 2 == 0 to ensure progress updates even
  when percentage jumps odd numbers (matching EpubReaderActivity)

- Fix BW buffer store/restore: Only perform buffer operations when
  textAntiAliasing is enabled (grayscale passes are being rendered)

- Add power button page turn support: Respect the new shortPwrBtn
  PAGE_TURN setting for next page navigation

- Fix word wrap byte tracking: Properly track consumed bytes during
  word wrapping to prevent repeated sections and ensure file end
  is reachable. The previous implementation had incorrect byte offset
  calculations when lines were split across pages.
2026-01-14 02:44:56 +09:00
..
activities fix(TxtReader): Address PR review feedback 2026-01-14 02:44:56 +09:00
images Move to SDK EInkDisplay and enable anti-aliased 2-bit text (#5) 2025-12-08 19:48:49 +11:00
network Support up to 500 character file names (#275) 2026-01-07 23:43:19 +11:00
util Make extension checks case-insensitive (#273) 2026-01-07 21:07:23 +11:00
Battery.h Public release 2025-12-03 22:06:45 +11:00
CrossPointSettings.cpp Add option to hide battery percentage. (#297) 2026-01-12 20:53:58 +11:00
CrossPointSettings.h Add option to hide battery percentage. (#297) 2026-01-12 20:53:58 +11:00
CrossPointState.cpp Add exFAT support (#150) 2025-12-30 16:09:30 +11:00
CrossPointState.h Rename Screens to Activities and restructure files (#44) 2025-12-17 23:32:18 +11:00
fontIds.h Swap from Aleo to Bookerly for wider glyph support (#172) 2025-12-31 02:28:25 +11:00
main.cpp Calibre Web Epub Downloading + Calibre Wireless Device Syncing (#219) 2026-01-07 19:58:37 +11:00
MappedInputManager.cpp Add button mapping for Left, Back, Confirm, Right (#173) 2025-12-31 02:46:35 +11:00
MappedInputManager.h Add exFAT support (#150) 2025-12-30 16:09:30 +11:00
ScreenComponents.cpp Add option to hide battery percentage. (#297) 2026-01-12 20:53:58 +11:00
ScreenComponents.h Add option to hide battery percentage. (#297) 2026-01-12 20:53:58 +11:00
WifiCredentialStore.cpp Add exFAT support (#150) 2025-12-30 16:09:30 +11:00
WifiCredentialStore.h Add connect to Wifi and File Manager Webserver (#41) 2025-12-20 01:05:43 +11:00