Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.52 KB

File metadata and controls

39 lines (29 loc) · 1.52 KB

Modern Rotation Control

This is a clone of Crape Myrtle's Rotation Control rewrote from scratch, but heavily inspired (from design to features).

The only major difference is that I do not include the app's icon at the very left of the notification as starting Android 14, custom notification layouts are heavily restricted.

Settings Notification Smart Tile Icon

Reason

I mostly did it for myself as a fun challenge, but I will likely be the only one using it.

Key Differences

Features

  • The notification is optional and a Quick Settings tile is available.
  • The mode/guard is editable in the configuration page.
  • The mode is reapplied each time the screen is unlocked (for more consistent use).
  • A button to reapply the current mode, as some applications can break when the orientation change happens in the background.

Changes compared to Crape Myrtle's version

  • The application icon to the left of the notification has been removed.