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 coin list #15

Merged
merged 78 commits into from
Jan 13, 2023
Merged

Feature coin list #15

merged 78 commits into from
Jan 13, 2023

Commits on Jan 6, 2023

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

Commits on Jan 7, 2023

  1. set up dependencies

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    597dfe1 View commit details
    Browse the repository at this point in the history
  2. implement api service

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    5996104 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b060ec View commit details
    Browse the repository at this point in the history
  4. implement repository

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    34b34a6 View commit details
    Browse the repository at this point in the history
  5. defined entity

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    8c2c2b9 View commit details
    Browse the repository at this point in the history
  6. implement getCoins usecase

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    54d9c5b View commit details
    Browse the repository at this point in the history
  7. fix data types

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    fb9d0c6 View commit details
    Browse the repository at this point in the history
  8. implement repository fake

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    c3f1481 View commit details
    Browse the repository at this point in the history
  9. add test dependencies

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    33d4299 View commit details
    Browse the repository at this point in the history
  10. implement tests

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    3df3e9b View commit details
    Browse the repository at this point in the history
  11. correct build import

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    9b099e9 View commit details
    Browse the repository at this point in the history
  12. fix circular dependency

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    bb5330e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a6cd0f8 View commit details
    Browse the repository at this point in the history
  14. add basic screens

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    853583d View commit details
    Browse the repository at this point in the history
  15. remove unused imports

    RyanKoech committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    7076ea9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    e1e54c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e447aa7 View commit details
    Browse the repository at this point in the history
  3. update string format

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    eb83079 View commit details
    Browse the repository at this point in the history
  4. implement search tag

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    73deff9 View commit details
    Browse the repository at this point in the history
  5. add enum class

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    0a3f45f View commit details
    Browse the repository at this point in the history
  6. add color resources

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    b3dd350 View commit details
    Browse the repository at this point in the history
  7. add arrow icon resource

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    0dfd218 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    728bdda View commit details
    Browse the repository at this point in the history
  9. implement repo di module

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    744e642 View commit details
    Browse the repository at this point in the history
  10. implement sorting logic

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    9964a46 View commit details
    Browse the repository at this point in the history
  11. implement viewmodel

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    2561678 View commit details
    Browse the repository at this point in the history
  12. add screen state logic

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    eaffc06 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5bd21ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e6b69b4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    770d773 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    35d3f48 View commit details
    Browse the repository at this point in the history
  17. implement coin list logic

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    26d41fd View commit details
    Browse the repository at this point in the history
  18. fix sorting logic

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    079a918 View commit details
    Browse the repository at this point in the history
  19. implement basic cache

    RyanKoech committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    13203e8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b00cbac View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a609208 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0568dce View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. implement loading component

    RyanKoech committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    37cbb00 View commit details
    Browse the repository at this point in the history
  2. fix not caching bug

    RyanKoech committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    152f4f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9022002 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3191bd4 View commit details
    Browse the repository at this point in the history
  5. add gif resources

    RyanKoech committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0ad6ff0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    539b218 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc1cb59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17255cf View commit details
    Browse the repository at this point in the history
  9. implement error screen

    RyanKoech committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    34fce7e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e91d289 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. add room dependencies

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    163cf52 View commit details
    Browse the repository at this point in the history
  2. add local coin dto

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    0fc8d26 View commit details
    Browse the repository at this point in the history
  3. implement database and dao

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    5631043 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3903930 View commit details
    Browse the repository at this point in the history
  5. implement type converter

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    399bca8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91135c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16dc0a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0c5096 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af34946 View commit details
    Browse the repository at this point in the history
  10. clear cache after period

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    088bb18 View commit details
    Browse the repository at this point in the history
  11. implement pull to refresh

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c652736 View commit details
    Browse the repository at this point in the history
  12. fix indentation

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    093b1f1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    171653f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    576eab6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    65351e7 View commit details
    Browse the repository at this point in the history
  16. update theme font size

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    a5adad3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    20309dc View commit details
    Browse the repository at this point in the history
  18. cleaned up code

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    53f9e0b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0b11c56 View commit details
    Browse the repository at this point in the history
  20. implement tests

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c59f4a0 View commit details
    Browse the repository at this point in the history
  21. refactored usecase deletion

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    7491ba6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cef4cc2 View commit details
    Browse the repository at this point in the history
  23. implement dao tests

    RyanKoech committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    dae494c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. add test tags

    RyanKoech committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    2fa1963 View commit details
    Browse the repository at this point in the history
  2. update dependencies

    RyanKoech committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    812accd View commit details
    Browse the repository at this point in the history
  3. implement tests

    RyanKoech committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    b7b4275 View commit details
    Browse the repository at this point in the history
  4. add test tags

    RyanKoech committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    55c7628 View commit details
    Browse the repository at this point in the history
  5. implement tests

    RyanKoech committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0126a0a View commit details
    Browse the repository at this point in the history
  6. implement sorting tests

    RyanKoech committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    8015d7b View commit details
    Browse the repository at this point in the history
  7. added internet permission

    RyanKoech committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    78bbe90 View commit details
    Browse the repository at this point in the history