Opinionated Xposed module of some tweaks, specially for Pixel phones so I can avoid having twenty modules installed.
- Warm Tiles: raises the limit of 3 bound tiles in Quick Settings. Same hook as qs-boundless-tiles.
- PillShot: draws the app name on screenshots. Revived from eXtreames/PillShot after its repo disappeared.
- Mute screenshot sound: skips the screenshot shutter sound.
- Always expand notifications: opens notifications expanded unless you collapsed one by hand.
- Double tap status bar to sleep: double tap empty status bar space and the phone sleeps.
- Biometric Bypass: taps confirm on the biometric prompt after a face unlock. Same hook as biometric-bypass.
- Force NEW_TASK: adds NEW_TASK to activity starts that match a rule. Rules go one per line as
source:target[:ir,nd].iralso catches starts that expect a result andndadds NEW_DOCUMENT. - Clipboard in background: allows selected apps to read the clipboard in the background.
- Double tap to sleep: double tap empty home screen space and the phone sleeps. Pixel Launcher and Launcher3.
- Hide gesture pill: makes the navigation handle transparent and keeps a chosen percent of the bottom inset under apps. A percent change restarts the launcher.
- Hide search bar: hides the search bar above the hotseat and frees the row it reserves. Pixel Launcher and Launcher3.
- AMOLED black keyboard: makes the tinted grey keyboard surfaces pure black in dark mode. Stock Gboard and the Morphe build. Toggling restarts Gboard. Same hook as gboard-material-expressive-black.
- Remove feedback chip: removes the Help us improve chip from the call list. Same hook as gdialer-dechip.
- Force sort by newest first: opens folders sorted by newest instead of by name in the system file picker and the storage browser. Both DocumentsUI builds. Same hook as remember-my-sort.
- 5ec1cff/MyInjector for the module structure, the hot reload flow and the NEW_TASK rule grammar.
- tehcneko/clipboardwhitelist for the clipboard hook idea.
- Mahmud0808/PixelLauncherEnhanced for the gesture pill and search bar hooks.
- LuckyPray/DexKit for the dex search library.
- JingMatrix/Vector for the module log screen design.