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

style: improve Kotlin code #1558

Merged
merged 65 commits into from Sep 16, 2022
Merged

style: improve Kotlin code #1558

merged 65 commits into from Sep 16, 2022

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    3d497f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    843877a View commit details
    Browse the repository at this point in the history
  3. refact: change method name

    kkafar committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    caa9bc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14447e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8067da View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    94ff164 View commit details
    Browse the repository at this point in the history
  2. fix: typo

    kkafar committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    085358b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. refact: another typo

    kkafar committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    20ca3fe View commit details
    Browse the repository at this point in the history
  2. chore: take advantage of FragmentManager#findFragment method

    Also add some comments that describe the changes
    kkafar committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    67c1220 View commit details
    Browse the repository at this point in the history
  3. chore: add link to the issue

    kkafar committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    986b65c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa9a43f View commit details
    Browse the repository at this point in the history
  5. style: Kotlin

    kkafar committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    8c8429d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    539ad64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    256721b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07c6674 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4e52b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    37bdbd8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ed743e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8861605 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    42abad1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a03b6ce View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6329a62 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b301661 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b8ce077 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fcd88b8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    71f5de7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    8b77b28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33116c5 View commit details
    Browse the repository at this point in the history
  3. refact: CustomSearchView

    kkafar committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    076bac8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9219570 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    251f1a8 View commit details
    Browse the repository at this point in the history
  6. refact: Screen#headerConfig

    kkafar committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    51427f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c1d887 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0da9a3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b00faad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    614ab52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd95c10 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15c4fb8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    52693ec View commit details
    Browse the repository at this point in the history
  14. refact: ScreenStack#rootScreen

    kkafar committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    a719766 View commit details
    Browse the repository at this point in the history
  15. refact: ScreenStack#adapt

    kkafar committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    13824db View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9dc50f9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    25db443 View commit details
    Browse the repository at this point in the history
  18. refact: ScreenStack#hasScreen

    kkafar committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    96c9ae0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    de32e7d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5298956 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    527575c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    78a9646 View commit details
    Browse the repository at this point in the history
  23. refact: ScreenStack#companion

    kkafar committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    4a38f22 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    eac18b7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    10bcf89 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3744c35 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    abd434f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fc2cc56 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    97e4f5f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c7cc6ac View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ad82b8a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e43d03a View commit details
    Browse the repository at this point in the history
  33. refact: ScreenViewManager

    kkafar committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    55bfaf8 View commit details
    Browse the repository at this point in the history
  34. refact: ScreenWindowTraits

    kkafar committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    6011a75 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

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

Commits on Aug 19, 2022

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

Commits on Aug 23, 2022

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

Commits on Sep 15, 2022

  1. chore: merge in main

    Merge branch 'main' into @kkafar/improve-kotlin
    kkafar committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    c8543d7 View commit details
    Browse the repository at this point in the history