Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ReactiveX/RxJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.4
Choose a base ref
...
head repository: ReactiveX/RxJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.5
Choose a head ref
  • 8 commits
  • 10 files changed
  • 6 contributors

Commits on Dec 10, 2018

  1. #6323 Java 8 version for Problem-Solving-Examples-in-RxJava (#6324)

    * #6323 Java 8 version for Project Euler problem
    
    * #6323 Java 8 version for Generate the Fibonacci Sequence
    
    * #6323 Java 8 version for Project Euler problem
     - Fix name of variable
    
    * #6324 Fixing for code review.
    hoangnam2261 authored and akarnokd committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    bc40695 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. 2.x: Update Filtering Observables docs (#6343)

    * Update operator list; revise descriptions
    
    * Add examples
    lorenzpahl authored and akarnokd committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    1e4e966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    913e800 View commit details
    Browse the repository at this point in the history
  3. Adding NonNull annotation (#6313)

    freakomonk authored and akarnokd committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    3481ed1 View commit details
    Browse the repository at this point in the history
  4. Replace indexed loop with for-each java5 syntax (#6335)

    * Replace indexed loop with for-each java5 syntax
    
    * Restore code as per @akarnokd code review
    
    * Keep empty lines as per @akarnokd code review
    igor-suhorukov authored and akarnokd committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    5278124 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

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

Commits on Dec 28, 2018

  1. Update outdated java example in wiki #6331 (#6351)

    * Update outdated java example in wiki #6331
    
    * update wiki page similar to README
    
    * keep the original example
    ozcanyus authored and akarnokd committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    4f0cdca View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Release 2.2.5

    akarnokd authored Dec 31, 2018
    Configuration menu
    Copy the full SHA
    537fa26 View commit details
    Browse the repository at this point in the history
Loading