Skip to content

Repository files navigation

PixelInjector

Opinionated Xposed module of some tweaks, specially for Pixel phones so I can avoid having twenty modules installed.

System UI

  • 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.

System Framework

  • Force NEW_TASK: adds NEW_TASK to activity starts that match a rule. Rules go one per line as source:target[:ir,nd]. ir also catches starts that expect a result and nd adds NEW_DOCUMENT.
  • Clipboard in background: allows selected apps to read the clipboard in the background.

Launcher

  • 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.

Gboard

  • 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.

Phone

  • Remove feedback chip: removes the Help us improve chip from the call list. Same hook as gdialer-dechip.

File picker

  • 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.

Screenshots

Dashboard

Credits

License

GPL-3.0-only

Releases

Contributors

Languages