mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 15:47:39 +03:00
- 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. |
||
|---|---|---|
| .. | ||
| activities | ||
| images | ||
| network | ||
| util | ||
| Battery.h | ||
| CrossPointSettings.cpp | ||
| CrossPointSettings.h | ||
| CrossPointState.cpp | ||
| CrossPointState.h | ||
| fontIds.h | ||
| main.cpp | ||
| MappedInputManager.cpp | ||
| MappedInputManager.h | ||
| ScreenComponents.cpp | ||
| ScreenComponents.h | ||
| WifiCredentialStore.cpp | ||
| WifiCredentialStore.h | ||