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

Feature/base classes v2 #338

Open
wants to merge 20 commits into
base: core-v2
Choose a base branch
from
Open

Feature/base classes v2 #338

wants to merge 20 commits into from

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    8a1fbfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba143ed View commit details
    Browse the repository at this point in the history
  3. feat: BaseComposeViewModel

    TomTruyen committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    746c11f View commit details
    Browse the repository at this point in the history
  4. refactor: code convention

    TomTruyen committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8936842 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    e9a4efa View commit details
    Browse the repository at this point in the history
  2. refactor: package name

    TomTruyen committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ab89253 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    4903cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b2bac View commit details
    Browse the repository at this point in the history
  3. feat: initial state value

    TomTruyen committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d5d8109 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. fix: statusbar color option

    TomTruyen committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    97c4dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c85553b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    98e75e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. feat: BaseBindingActivity + BaseBindingFragment

    Alternatives to the already existing BaseBindingVMActivity and BaseBindingVMFragment. The only difference is that it does not require a ViewModel for it to be initialized. Can be used for static screens that still want to use binding.
    TomTruyen committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    8adea68 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. feat: baseapp

    TomTruyen committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1633bf8 View commit details
    Browse the repository at this point in the history
  2. feat: BaseDialogFragments

    TomTruyen committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    612754d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1870665 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf3cf06 View commit details
    Browse the repository at this point in the history
  5. build: fix build errors

    TomTruyen committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6d04ee4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5aa2446 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2e3729 View commit details
    Browse the repository at this point in the history