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

Misc Improvements #94

Merged
merged 7 commits into from
Aug 1, 2024
Merged

Misc Improvements #94

merged 7 commits into from
Aug 1, 2024

Commits on Jul 17, 2024

  1. Switch to MaterialAlertDialog everywhere

    Works much better with Material themes
    
    Signed-off-by: Aayush Gupta <[email protected]>
    theimpulson committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    eda0208 View commit details
    Browse the repository at this point in the history
  2. AndroidManifest: Enable predictive back animations

    Signed-off-by: Aayush Gupta <[email protected]>
    theimpulson committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ff40a2b View commit details
    Browse the repository at this point in the history
  3. treewide: Optimize imports using AS

    Get rid of wildcard imports otherwise ktlint complains about it
    
    Signed-off-by: Aayush Gupta <[email protected]>
    theimpulson committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2baf621 View commit details
    Browse the repository at this point in the history
  4. WiFiNetwork: Extract WiFi dialog logic to separate fragment

    Also move it to a new package
    
    Signed-off-by: Aayush Gupta <[email protected]>
    theimpulson committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    505cc39 View commit details
    Browse the repository at this point in the history
  5. gradle: Format kotlin scripts using ktlint

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

Commits on Jul 21, 2024

  1. Drop ObsoleteSdkInt checks

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

Commits on Jul 22, 2024

  1. Migrate to gradle build version catalogs

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