You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve durable per-file state and recover queued work after restart.
Expose clearer FIFO progress and queue state.
7264e3f Improved grouped physical-file handling in Book Detail. (PR #160, #159)
Preserve selectable physical-file groups and exact file identity.
Support grouped progress and cancellation.
Allow per-file downloads and deletion of completed local copies.
Fixes
e0f0a49 Preserved EPUB image colors across reader themes and restored shared image-viewer routing. (PR #139, #138)
59dad33 Fixed reader-preference persistence across activity recreation, backgrounding, force-stop/reopen, and reader return. (PR #144, #142)
22c6a9a Stopped audiobook playback and removed its notification when Android removes the app task, while preserving playback during ordinary backgrounding and screen lock. (PR #151, #150)
f7aaf58 Added default-enabled pause and resume behavior around Android-reported competing audio focus. Opening the notification shade alone does not pause playback. (PR #154, #153)
f37eac6 Fixed multipart audiobook timelines so chapters, seeking, skipping, transitions, progress, and restoration use the complete ordered file manifest. (PR #162, #161)
753e92a Preserved whether a grouped inspector download targets one physical file or the complete group. (PR #164, #163)
592a7aa Distinguished the file currently downloading from later files waiting in the FIFO queue, showing Downloading and Waiting accurately in Local books. (PR #166, #165)
Others
Starting with Lagrange 1.5.2, releases provide separate ABI-specific APK files:
Lagrange-1.5.2.apk is the normal combined download.
Lagrange-1.5.2-arm.apk is the ARM release asset.
Lagrange-1.5.2-x86.apk is the 32-bit x86 release asset.
Lagrange-1.5.2-x86_64.apk is the 64-bit x86 release asset.
If you are unsure which ABI your device uses, download Lagrange-1.5.2.apk.
The merged 1.5.2 scope passed the project's relevant compilation, unit-test, lint, and APK-assembly checks. Selected behaviors were also confirmed on physical devices.