Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Material3 #699

Merged
merged 10 commits into from
Jul 26, 2024
Merged

Material3 #699

merged 10 commits into from
Jul 26, 2024

Commits on Jul 11, 2024

  1. themes: Switch to single theme for all activities

    Default to NoActionBar theme and use toolbar where required
    
    Signed-off-by: Aayush Gupta <[email protected]>
    theimpulson committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    412ed9e View commit details
    Browse the repository at this point in the history
  2. themes: Switch to Material3 theme

    * Merge accent and primary color for simpler color management
    * Apply background color on status and navigation bar
    * Drop non-required colors
    
    Signed-off-by: Aayush Gupta <[email protected]>
    theimpulson committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    033498a View commit details
    Browse the repository at this point in the history
  3. Migrate to MaterialAlertDialog everywhere

    Signed-off-by: Aayush Gupta <[email protected]>
    theimpulson committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cdcb862 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d15fe36 View commit details
    Browse the repository at this point in the history
  5. SchedulingFragment: Implement Material3 based ListPreference

    Signed-off-by: Aayush Gupta <[email protected]>
    theimpulson committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    98c6eba View commit details
    Browse the repository at this point in the history
  6. Use MD3 switches in settings

    grote authored and theimpulson committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0dcab41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07116b4 View commit details
    Browse the repository at this point in the history
  8. drawable: Tint colors directly instead of relying on system theme

    Material theme seems to be not respecting the tint color in the XML.
    Override the colors manually to get the job done.
    
    Signed-off-by: Aayush Gupta <[email protected]>
    theimpulson committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    70413f1 View commit details
    Browse the repository at this point in the history
  9. fragment_restore_app_selection: Set background color to squashed layout

    CollapsingToolbarLayout doesn't seems to be respecting background color for some reason
    
    Signed-off-by: Aayush Gupta <[email protected]>
    theimpulson committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3f7022e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Apply dynamic colors to all acitvites

    Signed-off-by: Aayush Gupta <[email protected]>
    theimpulson committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2f96393 View commit details
    Browse the repository at this point in the history