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

Migrate XML to Jetpack compose for screens: Shop, Product Details, Cart #172

Merged
merged 65 commits into from
Sep 10, 2023

Commits on Jun 13, 2023

  1. Create composables

    hieuwu committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8b47320 View commit details
    Browse the repository at this point in the history
  2. Implement product item

    hieuwu committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    64f0314 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Update model

    hieuwu committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0e1cf13 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    70612c0 View commit details
    Browse the repository at this point in the history
  2. Replace view with composable

    hieuwu committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    4deb484 View commit details
    Browse the repository at this point in the history
  3. Fix wrong update value

    hieuwu committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a12dd48 View commit details
    Browse the repository at this point in the history
  4. Add preview tooling

    hieuwu committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    7587f00 View commit details
    Browse the repository at this point in the history
  5. Create catalogue

    hieuwu committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a29c202 View commit details
    Browse the repository at this point in the history
  6. Create carousel

    hieuwu committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    fb16cdf View commit details
    Browse the repository at this point in the history
  7. Implement shop screen

    hieuwu committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ed09b12 View commit details
    Browse the repository at this point in the history
  8. Implement product item

    hieuwu committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5651bec View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Implement carousel

    hieuwu committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c03b0f9 View commit details
    Browse the repository at this point in the history
  2. Tweak ui

    hieuwu committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    19efb1e View commit details
    Browse the repository at this point in the history
  3. Handle on item click

    hieuwu committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7ce6c52 View commit details
    Browse the repository at this point in the history
  4. Handle item click

    hieuwu committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    e333487 View commit details
    Browse the repository at this point in the history
  5. Remove unused modifier

    hieuwu committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    f138868 View commit details
    Browse the repository at this point in the history
  6. Tweak ui

    hieuwu committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    98dba39 View commit details
    Browse the repository at this point in the history
  7. Tweak ui

    hieuwu committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7757acc View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Tweak ui

    hieuwu committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d8bf958 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Update Ui spacing

    hieuwu committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9e015f8 View commit details
    Browse the repository at this point in the history
  2. Remove unused code

    hieuwu committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    ce38deb View commit details
    Browse the repository at this point in the history
  3. Update spacing

    hieuwu committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3839b54 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Remove unused import

    hieuwu committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ddc9d07 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    hieuwu committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    22e46a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Navigate to details

    hieuwu committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    01b5b6e View commit details
    Browse the repository at this point in the history
  2. Navigate to details

    hieuwu committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e3d9010 View commit details
    Browse the repository at this point in the history
  3. Navigate to details

    hieuwu committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    de883d9 View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    hieuwu committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1731728 View commit details
    Browse the repository at this point in the history
  5. Add dependency

    hieuwu committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    35411ee View commit details
    Browse the repository at this point in the history
  6. Show snack bar

    hieuwu committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    36d7302 View commit details
    Browse the repository at this point in the history
  7. Remove unused layout

    hieuwu committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9b0845c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Create composable

    hieuwu committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    9479343 View commit details
    Browse the repository at this point in the history
  2. Implement screen

    hieuwu committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    6a37f0f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Handle event

    hieuwu committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    2b515f7 View commit details
    Browse the repository at this point in the history
  2. Refactor code

    hieuwu committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    4ab2fa2 View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    hieuwu committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9f61845 View commit details
    Browse the repository at this point in the history
  4. Handle navigate back

    hieuwu committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    11f010c View commit details
    Browse the repository at this point in the history
  5. Remove unused code

    hieuwu committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    bba4ca1 View commit details
    Browse the repository at this point in the history
  6. Remove nav declaration

    hieuwu committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    5a7e9f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Create composables

    hieuwu committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6eef799 View commit details
    Browse the repository at this point in the history
  2. Add composables

    hieuwu committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    daa8ad2 View commit details
    Browse the repository at this point in the history
  3. Add composables

    hieuwu committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2817f80 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Implement item ui

    hieuwu committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    cfd3c25 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Refactor code with call back

    hieuwu committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bdcc0de View commit details
    Browse the repository at this point in the history
  2. Replace with composable

    hieuwu committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d633273 View commit details
    Browse the repository at this point in the history
  3. Display composable

    hieuwu committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8d7d5d5 View commit details
    Browse the repository at this point in the history
  4. Handle remove item

    hieuwu committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    24d6998 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Collect cart

    hieuwu committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4d111b1 View commit details
    Browse the repository at this point in the history
  2. Collect cart

    hieuwu committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    df9f116 View commit details
    Browse the repository at this point in the history
  3. Update image

    hieuwu committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8a4a0e2 View commit details
    Browse the repository at this point in the history
  4. Swipe to delete

    hieuwu committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    698367f View commit details
    Browse the repository at this point in the history
  5. Remove unused code

    hieuwu committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    14589a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Create composables

    hieuwu committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    71ec1ba View commit details
    Browse the repository at this point in the history
  2. Rename

    hieuwu committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    71614bf View commit details
    Browse the repository at this point in the history
  3. Implement item

    hieuwu committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    980435d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Remove unused file

    hieuwu committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7bb9662 View commit details
    Browse the repository at this point in the history
  2. Update spacing

    hieuwu committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2d350c9 View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    hieuwu committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    bd2adfa View commit details
    Browse the repository at this point in the history
  4. Implement screen

    hieuwu committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    80a7ab3 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Creare sharedprf module

    hieuwu committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f2b333d View commit details
    Browse the repository at this point in the history
  2. Refactor view model

    hieuwu committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    cdbd1d9 View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    hieuwu committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    502c8aa View commit details
    Browse the repository at this point in the history
  4. Provide share pref

    hieuwu committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    dba0088 View commit details
    Browse the repository at this point in the history
  5. Remove unused code

    hieuwu committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0588b04 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Remove unused code

    hieuwu committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    733b7f9 View commit details
    Browse the repository at this point in the history