Skip to content

Releases: jacopotediosi/GAppsMod

Version 4.00

22 May 23:39
Compare
Choose a tag to compare

Please note that from this version onwards the app name changes to GAppsMod. If you had an older version of GoogleDialerMod installed, you will need to uninstall it manually.

Also, the new repository link is https://github.com/jacopotediosi/GAppsMod.

If you really like my work, please consider a donation via Paypal or Github Sponsor. Even a small amount will be appreciated.

Changelog:

  • UX improvements:

    • App name changed to GAppsMod
    • Fully implemented edge-to-edge fullscreen
    • Added themed app icon (monochrome)
  • Features improvements:

    • New suggested mods for Messages app:
      • Force enable magic compose (draft suggestions with Bard AI)
    • Remember last package searched in select package dialog
  • Code maintenance improvements:

    • Removed requestLegacyExternalStorage permission

Version 3.00

11 May 01:28
Compare
Choose a tag to compare

Please be aware that this will be the last release under the GoogleDialerMod name. Soon, the project name will change to GAppsMod and the new repository link will become https://github.com/jacopotediosi/GAppsMod.

If you really like my work, please consider a donation via Paypal or Github Sponsor. Even a small amount will be appreciated.

Changelog:

  • UX improvements:

    • New launcher icon, new Material3 UI and changed navigation from tabs to lateral menu
    • Implemented fastscroll to Boolean Mods screen
    • Refactored all layouts to improve accessibility and responsiveness
  • Features improvements:

    • Support for all Google Apps besides Phone: package selection with fastscroll and search functionality in the Boolean Mods and Revert Mods screens
    • New suggested mods for Messages app:
      • Force enable debug menu
      • Force enable message organization (supersort)
      • Force enable marking conversations as unread
      • Force enable verified SMS settings menu
      • Force enable sending images via Google Photos
      • Force enable nudges and birthday reminders
      • Force enable spotlights suggestions settings menu
      • Force enable smart compose settings menu
      • Force enable smart actions (smart reply) in notifications
      • Force enable suggested stickers settings menu
    • Arrangements to support more flag types in addition to boolean flags in the future
  • Performance improvements:

    • Migrated all SQLite operations to Libsu Root Services: now queries to the Phenotype DB are done in native Java via SNI
    • Finished migrating all filesystem operations to Libsu nio
  • Code maintenance improvements:

    • Updated dependencies
    • Split the code into folder and packages
    • Improved views and layouts reuse
    • Enforced hungarian notation to all code

Version 2.00

23 Mar 13:11
Compare
Choose a tag to compare
  • Implemented a new splash screen (74b649c)
  • Added Spanish translation (#52)
  • Fixed typos (24410b5)
  • Improved performance (840a607)
  • Disabled "silence call recording alerts" mod if Dialer version > 94.x (#50)
  • "Silence call recording alerts" switch now compares file contents (71d88b7)
  • Added link to Google Dialer Beta program (#48)
  • General improvements to code quality (db3c969, ddec3b4)
  • Partially migrated filesystem management to libsu nio (1258d9a)
  • Updated dependencies (22fdbc1)

Google patched our "Silence call recording alerts" hack. The latest Dialer version where GoogleDialerMod can still silence call recording announcements is 94.x.

Version 1.06

26 Nov 14:58
Compare
Choose a tag to compare
  • Added Call Screen support even for unsupported countries (#42) (8998765)
  • Fixed typos in French translation (#43)

Version 1.05

24 Nov 01:56
Compare
Choose a tag to compare
  • Added "Enable Call Screen" feature (#7) (0831f94)
  • Disallowed Dialer to restore call recording announcements (#38) (bc27bd2)
  • Improved Call Recording flags (8e180c2) (833894b)
  • Migrated to topjohnwu's libsu (434ea5b)

Version 1.0.4

12 Nov 15:13
Compare
Choose a tag to compare
  • Added French translation (#39)
  • Upgraded Gradle and Dependencies (a859a3a) (75a432e)
  • Fixed namespace issues on Android >= 11 (efc58d5)

Version 1.03

09 Sep 12:36
Compare
Choose a tag to compare

Log runSuWithCmd in release too (allowing users to send me their logcats)

Version 1.02

07 Sep 01:49
Compare
Choose a tag to compare

Fixed more Scoped Storage bugs on Android 11+ (#1)

Version 1.01

06 Sep 23:00
Compare
Choose a tag to compare

Fixed "Google Dialer Not Installed" (#1) on Android 11+

Version 1.00

06 Sep 17:50
Compare
Choose a tag to compare

First release