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

Compose migration #26

Merged
merged 7 commits into from
Mar 8, 2023
Merged

Compose migration #26

merged 7 commits into from
Mar 8, 2023

Commits on Mar 3, 2023

  1. Modify configuration files to support Kotlin & Jetpack Compose

    As discussed this morning, we plan on moving to Kotlin and Jetpack compose. This commit marks the beginning of the modification to make it.
    Maeeen committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    c8a5c9a View commit details
    Browse the repository at this point in the history
  2. Update minSdk to comply with firebase requirement

    Changes:
    * Change from minSdk:24 to minSdk:28 to comply with the firebase
      realtime database requirements
    BoyeGuillaume committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    5cc6afe View commit details
    Browse the repository at this point in the history
  3. Delete old java activity file and write basic test

    Changes:
    * Remove `GreetingActivity.java` and `MainActivity.java` and
      dependencies
    * Write simple `ComposeActvitityTest.kt`
    BoyeGuillaume committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    93a9269 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    ce1f041 View commit details
    Browse the repository at this point in the history
  2. Added Mockito

    Maeeen committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    0fb7092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87681c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. 🔥 💯 :triump: base 😡

    Maeeen committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    8d857bd View commit details
    Browse the repository at this point in the history