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

[pull] main from haroldadmin:main #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 28, 2021

  1. Migrate project to Jetpack Compose (#27)

    * feat: Switch to versions catalog and AGP 7
    
    * feat: Refactor library module to use jetpack compose
    
    * feat: Migrate sample app to jetpack compose
    
    * fix: Use JDK 11 in CI
    
    * fix: Update ktlint
    
    * lint: Fix lint errors
    
    * fix: Use the same version for compose material and tooling libs
    
    * fix: Inline single use composables, make filenames consistent with composables, use version references in build.gradle
    
    * fix: Replace deprecated Handler constructor
    haroldadmin committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    5f9b660 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7311510 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Configuration menu
    Copy the full SHA
    f9f698b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b385a8 View commit details
    Browse the repository at this point in the history
  3. lint: Fix lint errors

    haroldadmin committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    2cf8c3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c395f39 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Print every exception before sending it across IPC (#32)

    * fix: Print every exception before sending it across IPC
    
    * fix: Remove unused import
    haroldadmin committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    dbe12fe View commit details
    Browse the repository at this point in the history