Skip to content

flipx v0.4

Choose a tag to compare

@jlgrimes jlgrimes released this 26 May 23:53

What's new

Fixes ES-DE (and other targets) appearing pillarboxed with black bars on the sides.

On Android 12 — at least on the Unisoc T618 build the RG Rotate ships with — the home task stack applies an aspect-ratio compatibility constraint that shrinks activities to ~90% width. On the RG Rotate's 720×720 square display, this manifests as 36px of black bars on each side of whatever launcher flipx routed to.

Fix: HomeRouterActivity now prefers the regular LAUNCHER intent over the HOME-category intent when routing. The target launcher starts in a normal task stack with no aspect compat, getting the full panel.

For ES-DE specifically, this routes through its regular MainActivity instead of MainActivityHomeApp — visually the same UI, but no pillarbox.

Install / upgrade

adb install -r flipx-v0.4.apk over your existing install. Settings preserved.