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 consider a donation via Paypal, 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