What's new
- No more reload on every flip. Route through each launcher's LAUNCHER activity (e.g. ES-DE's
MainActivity) instead of its HOME variant. Both launchers stay warm in their tasks; flipping back resumes instantly instead of cold-starting. - Per-direction rotation lock. With the rotation toggle on, hinge close locks landscape, hinge open locks 90° counter-clockwise of that. Matches the device's physical pivoted orientation in each hinge state.
Toggle behavior
| Toggle | Hinge close | Hinge open |
|---|---|---|
| ON | lock landscape (rotation 1) | lock 90° CCW (rotation 0) |
| OFF | flipx doesn't touch | flipx doesn't touch |
Known limitation (unchanged from v0.6)
ES-DE still renders at 648×720 inside the 720×720 panel because the Unisoc framework letterboxes landscape-locked apps. This is a device-level constraint we can't override without root. The cropping was the trade-off for keeping ES-DE warm — using the HOME variant fixed cropping but introduced reload-on-every-flip, which was worse.
Install / upgrade
adb install -r flipx-v0.7.apk over your existing install.