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

BugFix - Filter Root #13599

Merged
merged 19 commits into from
Oct 8, 2024
Merged

BugFix - Filter Root #13599

merged 19 commits into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. Simplify onBrowseUp() and onBackPress() logic

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    25f203c View commit details
    Browse the repository at this point in the history
  2. Revert changes, only bug-fix

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d6f57ed View commit details
    Browse the repository at this point in the history
  3. Revert changes, only bug-fix

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    08bf32a View commit details
    Browse the repository at this point in the history
  4. Add TODO comments

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f0cefec View commit details
    Browse the repository at this point in the history
  5. Add TODO comments

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a20c6b9 View commit details
    Browse the repository at this point in the history
  6. Add TODO comments

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5eb0d20 View commit details
    Browse the repository at this point in the history
  7. Fix tests

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    730b06e View commit details
    Browse the repository at this point in the history
  8. fix root filtering after press back

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    514fd7e View commit details
    Browse the repository at this point in the history
  9. remove duplicated code

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9b40ac8 View commit details
    Browse the repository at this point in the history
  10. add getParentByFilterType

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    17d97f1 View commit details
    Browse the repository at this point in the history
  11. fix parent finding

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    daecdbf View commit details
    Browse the repository at this point in the history
  12. optimize browse up

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0906c33 View commit details
    Browse the repository at this point in the history
  13. split onBrowseUp into functions

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7ea3fa7 View commit details
    Browse the repository at this point in the history
  14. add getTopParent function

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6690352 View commit details
    Browse the repository at this point in the history
  15. rename functions

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fbb7317 View commit details
    Browse the repository at this point in the history
  16. do db operations in background thread

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4d234dc View commit details
    Browse the repository at this point in the history
  17. fix kotlin spotless check

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cfd5bc2 View commit details
    Browse the repository at this point in the history
  18. handle exceptions

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d903b91 View commit details
    Browse the repository at this point in the history
  19. reduce lint

    Signed-off-by: alperozturk <[email protected]>
    alperozturk96 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    484d45f View commit details
    Browse the repository at this point in the history