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 to RxJava 3 #722

Closed
wants to merge 12 commits into from
Closed

Migrate to RxJava 3 #722

wants to merge 12 commits into from

Commits on Sep 7, 2021

  1. Updated library to use RxJava 3 artifact. Fixed library errors.

    Co-authored-by: Luca Weiss <[email protected]>
    2 people authored and Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    e640ff2 View commit details
    Browse the repository at this point in the history
  2. Fixed library tests

    According to the below link some test assertions are now not available. Made substitute extensions.
    ReactiveX/RxJava#6526
    dariuszseweryn authored and Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    3d755bc View commit details
    Browse the repository at this point in the history
  3. Fixed sample app — kotlin

    dariuszseweryn authored and Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    76336b1 View commit details
    Browse the repository at this point in the history
  4. Fixed mock module issues.

    dariuszseweryn authored and Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    345a097 View commit details
    Browse the repository at this point in the history
  5. Fixed kotlin sample tests.

    RxJava 3 removes quite a lot of TestObserver’s functions. This commit re-adds them as extensions for kotlin sample tests purposes.
    dariuszseweryn authored and Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    09080f6 View commit details
    Browse the repository at this point in the history
  6. Update imports for tests

    z3ntu authored and Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    d616c4f View commit details
    Browse the repository at this point in the history
  7. Replace remaining rxjava2 references

    git grep io.reactivex | grep -v rxjava3
    z3ntu authored and Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    f38b0e7 View commit details
    Browse the repository at this point in the history
  8. rename directories

    find . -name rxandroidble2 | rev | cut -c2- | rev | xargs -I % mv "%2" "%3"
    z3ntu authored and Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    1a8ba45 View commit details
    Browse the repository at this point in the history
  9. sed file contents

    git grep -l rxandroidble2 | xargs sed -i 's|rxandroidble2|rxandroidble3|g'
    z3ntu authored and Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    75a1718 View commit details
    Browse the repository at this point in the history
  10. Reformat code in one class

    Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    506d6ac View commit details
    Browse the repository at this point in the history
  11. Update rxjava3 to 3.0.13

    Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    17be216 View commit details
    Browse the repository at this point in the history
  12. Update dependencies

    Drjacky committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6a36af6 View commit details
    Browse the repository at this point in the history