-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Comparing changes
Open a pull request
base repository: ReactiveX/RxAndroid
base: 1.1.0
head repository: ReactiveX/RxAndroid
compare: 1.2.0
Commits on Dec 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 468dcee - Browse repository at this point
Copy the full SHA 468dceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c7008 - Browse repository at this point
Copy the full SHA 35c7008View commit details -
Configuration menu - View commit details
-
Copy full SHA for c142622 - Browse repository at this point
Copy the full SHA c142622View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c1bf2 - Browse repository at this point
Copy the full SHA 36c1bf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 508eada - Browse repository at this point
Copy the full SHA 508eadaView commit details
Commits on Dec 11, 2015
-
2
Configuration menu - View commit details
-
Copy full SHA for 5f0077f - Browse repository at this point
Copy the full SHA 5f0077fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be74060 - Browse repository at this point
Copy the full SHA be74060View commit details
Commits on Dec 12, 2015
-
Merge pull request #255 from friederbluemle/update-sample-app
Update sample app
2Configuration menu - View commit details
-
Copy full SHA for 5f0b9eb - Browse repository at this point
Copy the full SHA 5f0b9ebView commit details
Commits on Dec 18, 2015
-
The custom thread example fails because there is no message queue attached. The exception is: ```java java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare() ```
Configuration menu - View commit details
-
Copy full SHA for 79f6965 - Browse repository at this point
Copy the full SHA 79f6965View commit details
Commits on Dec 22, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 80c4d71 - Browse repository at this point
Copy the full SHA 80c4d71View commit details -
Merge pull request #260 from ReactiveX/jw/nuke-synthetic-methods
Remove creation of synthetic accessor method.
Configuration menu - View commit details
-
Copy full SHA for 3b686a3 - Browse repository at this point
Copy the full SHA 3b686a3View commit details
Commits on Feb 20, 2016
-
2
Configuration menu - View commit details
-
Copy full SHA for feb1998 - Browse repository at this point
Copy the full SHA feb1998View commit details -
Merge pull request #253 from ReactiveX/jw/release-document
Document release process.
Configuration menu - View commit details
-
Copy full SHA for 04bc1fd - Browse repository at this point
Copy the full SHA 04bc1fdView commit details -
Merge pull request #258 from homer-jay/patch-1
Fixed custom thread snippet
Configuration menu - View commit details
-
Copy full SHA for f811a98 - Browse repository at this point
Copy the full SHA f811a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b8a68 - Browse repository at this point
Copy the full SHA 04b8a68View commit details
Commits on Apr 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3cf63df - Browse repository at this point
Copy the full SHA 3cf63dfView commit details -
Merge pull request #274 from PaulWoitaschek/patch-2
RxJava version updated
Configuration menu - View commit details
-
Copy full SHA for 9507c84 - Browse repository at this point
Copy the full SHA 9507c84View commit details
Commits on Apr 22, 2016
-
Merge pull request #270 from ReactiveX/jw/disable-doclint
Disable doclint on JDK 8
Configuration menu - View commit details
-
Copy full SHA for 77e690d - Browse repository at this point
Copy the full SHA 77e690dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d395758 - Browse repository at this point
Copy the full SHA d395758View commit details -
Merge pull request #276 from ReactiveX/jw/optimize
Eliminate allocations by using the Handler to track scheduled actions.
Configuration menu - View commit details
-
Copy full SHA for 168f59f - Browse repository at this point
Copy the full SHA 168f59fView commit details -
Rewrite HandlerScheduler tests to be black box.
Previously we mocked a Handler and relied on verifying the correct methods were called. This meant that changing the implementation of HandlerScheduler meant changing the tests. This is prone to masking errors since it focuses on *what* the implementation does instead of *how* it behaves. All we care about is behavior, and all these new tests do is verify behavior. It should be noted that these new tests (just like the old ones) are still reliant on the behavior of Robolectric's fake Looper.
Configuration menu - View commit details
-
Copy full SHA for 9824509 - Browse repository at this point
Copy the full SHA 9824509View commit details
Commits on Apr 25, 2016
-
Merge pull request #277 from ReactiveX/jw/simplify-tests
Rewrite HandlerScheduler tests to be black box.
Configuration menu - View commit details
-
Copy full SHA for 04141b0 - Browse repository at this point
Copy the full SHA 04141b0View commit details
Commits on May 1, 2016
-
Cache the hook reference upon worker creation.
There's no need to look it up each time since it can't change.
Configuration menu - View commit details
-
Copy full SHA for fa21566 - Browse repository at this point
Copy the full SHA fa21566View commit details -
Merge pull request #280 from ReactiveX/jw/hook-cache
Cache the hook reference upon worker creation.
Configuration menu - View commit details
-
Copy full SHA for 57d7a4c - Browse repository at this point
Copy the full SHA 57d7a4cView commit details
Commits on May 2, 2016
-
Change scheduler factory to care about loopers, not handlers.
A Looper is the currency of Android-specific work scheduling that we should be exposing. Handler is only a helper through which we access the Looper.
1Configuration menu - View commit details
-
Copy full SHA for 0bb9b4e - Browse repository at this point
Copy the full SHA 0bb9b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 402d01b - Browse repository at this point
Copy the full SHA 402d01bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1a6443 - Browse repository at this point
Copy the full SHA f1a6443View commit details -
Merge pull request #283 from ReactiveX/jw/javadoc
Correct rendered output of '@' in Javadoc.
Configuration menu - View commit details
-
Copy full SHA for fc29ac0 - Browse repository at this point
Copy the full SHA fc29ac0View commit details -
Merge pull request #282 from ReactiveX/jw/from-looper
Change scheduler factory to care about loopers, not handlers.
Configuration menu - View commit details
-
Copy full SHA for f210386 - Browse repository at this point
Copy the full SHA f210386View commit details -
Configuration menu - View commit details
-
Copy full SHA for c25678e - Browse repository at this point
Copy the full SHA c25678eView commit details -
Merge pull request #284 from dlew/dlew/gradle
Updated gradle wrapper and build tools
Configuration menu - View commit details
-
Copy full SHA for aeb3ae5 - Browse repository at this point
Copy the full SHA aeb3ae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e6bc6 - Browse repository at this point
Copy the full SHA 14e6bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 271df6a - Browse repository at this point
Copy the full SHA 271df6aView commit details -
Merge pull request #285 from ReactiveX/jw/experimental
Switch reset() to @experimental to match RxJava.
Configuration menu - View commit details
-
Copy full SHA for e859fcb - Browse repository at this point
Copy the full SHA e859fcbView commit details -
Merge pull request #286 from ReactiveX/jw/no-reset
Remove unnecessary reset. These tests don't use the global instance.
Configuration menu - View commit details
-
Copy full SHA for 4c6b137 - Browse repository at this point
Copy the full SHA 4c6b137View commit details -
Fix AndroidSchedulers to create an instance using hook only once.
Previously we were asking the hook for an instance every time `mainThread()` was called. This not only impacted performance, but also broke the contract the that hook was a factory–instead requiring that it behave like a thread-safe, lazily-initialized instance cache. If for whatever reason you do need to change the instance over time, return a scheduler instance which delegates to another and allows swapping out the delegate.
Configuration menu - View commit details
-
Copy full SHA for ce9c29a - Browse repository at this point
Copy the full SHA ce9c29aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4eeaca - Browse repository at this point
Copy the full SHA e4eeacaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bc8aee - Browse repository at this point
Copy the full SHA 3bc8aeeView commit details -
Merge pull request #287 from ReactiveX/jw/cached-instance
Fix AndroidSchedulers to create an instance using hook only once.
Configuration menu - View commit details
-
Copy full SHA for a45bcb6 - Browse repository at this point
Copy the full SHA a45bcb6View commit details
Commits on May 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6a0acbb - Browse repository at this point
Copy the full SHA 6a0acbbView commit details
There are no files selected for viewing