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 #5

Merged
merged 18 commits into from
Mar 29, 2022
Merged

Migrate to RxJava 3 #5

merged 18 commits into from
Mar 29, 2022

Commits on Mar 29, 2022

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

    Co-authored-by: Luca Weiss <luca@z3ntu.xyz>
    nrbrook and z3ntu committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    840aad4 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 nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    4d420d5 View commit details
    Browse the repository at this point in the history
  3. Fixed sample app — kotlin

    nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a58b1d5 View commit details
    Browse the repository at this point in the history
  4. Fixed mock module issues.

    dariuszseweryn authored and nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    504e1ab 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.
    nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    33ee296 View commit details
    Browse the repository at this point in the history
  6. Update imports for tests

    nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    5c2a9d3 View commit details
    Browse the repository at this point in the history
  7. Replace remaining rxjava2 references

    git grep io.reactivex | grep -v rxjava3
    nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    401c9e3 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"
    nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    c83e3c0 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'
    nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a05b14a View commit details
    Browse the repository at this point in the history
  10. Reformat code in one class

    Drjacky authored and nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    29ed6cb View commit details
    Browse the repository at this point in the history
  11. Update rxjava3 to 3.0.13

    nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    9399ea3 View commit details
    Browse the repository at this point in the history
  12. Update dependencies

    nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    77c2f23 View commit details
    Browse the repository at this point in the history
  13. Switch to RxJava3 dependency

    nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    3a65494 View commit details
    Browse the repository at this point in the history
  14. Update other dependencies

    nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    684d36c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b345f35 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    da431e7 View commit details
    Browse the repository at this point in the history
  17. Fixes in sample apps

    nrbrook committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    ba8123b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    11abe4b View commit details
    Browse the repository at this point in the history