Skip to main content

TODO

Format is (Status) (ADD|FIX|IMP) - (Description) (commitHash|pullRequestId|issueId)

GitHub Cli

Issues

Create New Issue in Main Project

gh issue create --title "[title]" --body "[body]" --project "pointer-replacer" --label (ADD|FIX|IMP)

Pending

  • ADD - Support replacing mouse pointer with Magisk method
  • IMP - Detect change in size while repacking magisk module.
    • use database to store meta data of created magisk modules.
  • IMP - Remove multiDexKeepFile and use multiDexKeepProguard instead.
  • ADD - Create online repo of RRO Pointers
    • add deeplink support

v1.10.2

  • IMP - Add branded login screen instead of basic firebase-ui auth screen.
  • IMP - Update Design to M3 - #55
  • FIX - Magisk Install button not visible in MagiskRepoFragment.kt