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

Version 1.1.0 #17

Merged
merged 16 commits into from
Feb 13, 2024
Merged

Version 1.1.0 #17

merged 16 commits into from
Feb 13, 2024

Commits on Feb 2, 2024

  1. Update AGP an Compose BOM

    Android Gradle Plugin: 8.2.1 -> 8.2.2
    Compose BOM: 2023.10.01 -> 2024.01.00
    MateusRodCosta committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5304229 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Decouple Composables from ComponentActivities

    This open up the possibility of a single activity app and implementing Jetpack Navigation.
    MateusRodCosta committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f9299ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f511f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7caaed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b383e8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddfe0b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    881cf58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a321927 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Merge SettingsActivity into MainActivity

    Now making use of Jetpack Navigation
    
    New dependency:
    navigationCompose: 2.7.7
    MateusRodCosta committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7540750 View commit details
    Browse the repository at this point in the history
  2. Support Android 14 (target SDK = 34)

    targetSdk: 33 -> 34
    MateusRodCosta committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6134efb View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    composeBom: 2024.01.00 -> 2024.02.00
    kotlinComposeCompiler: 1.5.8 -> 1.5.9
    composeMaterial3WindowSizeClass: now using composeBom
    MateusRodCosta committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4f5396c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc17b35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80314c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    f24cf19 View commit details
    Browse the repository at this point in the history
  2. Upgrade Gradle to 8.6

    Gradle: 8.5 -> 8.6
    MateusRodCosta committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    39fb1bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbc7de6 View commit details
    Browse the repository at this point in the history