-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: qwang-sj/RxJava
base: 1.x
head repository: qwang-sj/RxJava
compare: 2.x
Commits on Aug 21, 2015
-
- clearing out rx.* packages to start building 2.x in io.reactivex - starting fresh since the fundamental design will change to adopt ReactiveStreams interfaces and require touching virtually every file
Configuration menu - View commit details
-
Copy full SHA for 639cbc5 - Browse repository at this point
Copy the full SHA 639cbc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31995f4 - Browse repository at this point
Copy the full SHA 31995f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9da2523 - Browse repository at this point
Copy the full SHA 9da2523View commit details -
Configuration menu - View commit details
-
Copy full SHA for a004e04 - Browse repository at this point
Copy the full SHA a004e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d3ab8 - Browse repository at this point
Copy the full SHA a2d3ab8View commit details -
Trying to make the build pick up this version for snapshots on the 2.x branch.
Configuration menu - View commit details
-
Copy full SHA for bf47c42 - Browse repository at this point
Copy the full SHA bf47c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6879a9d - Browse repository at this point
Copy the full SHA 6879a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3afde5 - Browse repository at this point
Copy the full SHA e3afde5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6928fcb - Browse repository at this point
Copy the full SHA 6928fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f9171 - Browse repository at this point
Copy the full SHA 50f9171View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa62fe7 - Browse repository at this point
Copy the full SHA fa62fe7View commit details -
Merge pull request ReactiveX#3175 from akarnokd/InternalInfrastructure
2.x: Some safe queue implementations
Configuration menu - View commit details
-
Copy full SHA for c7d655b - Browse repository at this point
Copy the full SHA c7d655bView commit details
Commits on Aug 25, 2015
-
Merge pull request ReactiveX#3172 from akarnokd/RsDependency
RS dependency, some basic Observable/Observer methods.
Configuration menu - View commit details
-
Copy full SHA for 0aa4ccb - Browse repository at this point
Copy the full SHA 0aa4ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9891ed5 - Browse repository at this point
Copy the full SHA 9891ed5View commit details -
Merge pull request ReactiveX#3185 from akarnokd/PublishSubject2x
PublishSubject, AsyncSubject and a few helper classes
Configuration menu - View commit details
-
Copy full SHA for 936a7ef - Browse repository at this point
Copy the full SHA 936a7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f946a34 - Browse repository at this point
Copy the full SHA f946a34View commit details -
Merge pull request ReactiveX#3186 from akarnokd/InternalDisposables
Disposable interface and a bunch of general resource containers.
Configuration menu - View commit details
-
Copy full SHA for 8c3ccfc - Browse repository at this point
Copy the full SHA 8c3ccfcView commit details -
Schedulers (a few) + API, slight modifications to other classes,
incomplete.
akarnokd committedAug 25, 2015 Configuration menu - View commit details
-
Copy full SHA for e616cd3 - Browse repository at this point
Copy the full SHA e616cd3View commit details
Commits on Aug 26, 2015
-
Merge pull request ReactiveX#3188 from akarnokd/SchedulersBaseAPI
Schedulers (a few) + API, slight modifications to other classes,
Configuration menu - View commit details
-
Copy full SHA for a6e90cf - Browse repository at this point
Copy the full SHA a6e90cfView commit details -
Added a bunch of basic event sources and helper Subscription
implementations.
Configuration menu - View commit details
-
Copy full SHA for 98b4601 - Browse repository at this point
Copy the full SHA 98b4601View commit details -
Merge pull request ReactiveX#3189 from akarnokd/BasicPublisherSources
Added a bunch of basic event sources and helper Subscription
Configuration menu - View commit details
-
Copy full SHA for 90a1b90 - Browse repository at this point
Copy the full SHA 90a1b90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c47643 - Browse repository at this point
Copy the full SHA 3c47643View commit details -
Merge pull request ReactiveX#3190 from akarnokd/BasicSubscribers
Basic Subscribers and plugin class
Configuration menu - View commit details
-
Copy full SHA for 7d87790 - Browse repository at this point
Copy the full SHA 7d87790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9c190 - Browse repository at this point
Copy the full SHA 9d9c190View commit details -
Merge pull request ReactiveX#3191 from akarnokd/OperatorFlatMap2x
Operators map and flatMap
Configuration menu - View commit details
-
Copy full SHA for 6bbbb17 - Browse repository at this point
Copy the full SHA 6bbbb17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a362f0 - Browse repository at this point
Copy the full SHA 1a362f0View commit details -
Merge pull request ReactiveX#3193 from akarnokd/ConnectableObservable2x
ConnectableObservable and autoConnect
Configuration menu - View commit details
-
Copy full SHA for a2f3c29 - Browse repository at this point
Copy the full SHA a2f3c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46412b6 - Browse repository at this point
Copy the full SHA 46412b6View commit details -
Merge pull request ReactiveX#3194 from akarnokd/OperatorTake2x
Operators of take (untimed), plugin error reporting fix for other
Configuration menu - View commit details
-
Copy full SHA for e6c3d6f - Browse repository at this point
Copy the full SHA e6c3d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 339dad2 - Browse repository at this point
Copy the full SHA 339dad2View commit details -
Merge pull request ReactiveX#3195 from akarnokd/OperatorSkip2x
Operators of skip (untimed), filter; fix to takeUntil
Configuration menu - View commit details
-
Copy full SHA for cc3f291 - Browse repository at this point
Copy the full SHA cc3f291View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6bee14 - Browse repository at this point
Copy the full SHA a6bee14View commit details -
Merge pull request ReactiveX#3196 from akarnokd/OperatorSkip2xMethods
The skips and filter operators added to Observable
Configuration menu - View commit details
-
Copy full SHA for 0358eac - Browse repository at this point
Copy the full SHA 0358eacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb67d3 - Browse repository at this point
Copy the full SHA 7bb67d3View commit details -
Merge pull request ReactiveX#3197 from akarnokd/OperatorToList2x
Operator toList and toSortedList
Configuration menu - View commit details
-
Copy full SHA for f4629d9 - Browse repository at this point
Copy the full SHA f4629d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c3140 - Browse repository at this point
Copy the full SHA c4c3140View commit details -
Configuration menu - View commit details
-
Copy full SHA for b22f24f - Browse repository at this point
Copy the full SHA b22f24fView commit details -
Merge pull request ReactiveX#3198 from akarnokd/OperatorsPublishReplay
Operators publish, replay and cache.
Configuration menu - View commit details
-
Copy full SHA for 235d900 - Browse repository at this point
Copy the full SHA 235d900View commit details -
Operators all, any, count, elementAt, single
akarnokd committedAug 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 7730e2f - Browse repository at this point
Copy the full SHA 7730e2fView commit details -
Merge pull request ReactiveX#3199 from akarnokd/OperatorsAnyAllCount2x
Operators all, any, count, elementAt, single
Configuration menu - View commit details
-
Copy full SHA for ea88c24 - Browse repository at this point
Copy the full SHA ea88c24View commit details -
All standard schedulers ported and cleaned up.
akarnokd committedAug 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 98074a2 - Browse repository at this point
Copy the full SHA 98074a2View commit details -
Merge pull request ReactiveX#3200 from akarnokd/SchedulersRest2x
All standard schedulers ported and cleaned up.
Configuration menu - View commit details
-
Copy full SHA for df22f13 - Browse repository at this point
Copy the full SHA df22f13View commit details -
Operators observeOn, subscribeOn and unsubscribeOn
akarnokd committedAug 26, 2015 Configuration menu - View commit details
-
Copy full SHA for 087542c - Browse repository at this point
Copy the full SHA 087542cView commit details -
Merge pull request ReactiveX#3202 from akarnokd/ScheduleOn2x
Operators observeOn, subscribeOn and unsubscribeOn
Configuration menu - View commit details
-
Copy full SHA for 3130b9a - Browse repository at this point
Copy the full SHA 3130b9aView commit details
Commits on Aug 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 72a7035 - Browse repository at this point
Copy the full SHA 72a7035View commit details -
Merge pull request ReactiveX#3204 from akarnokd/OperatorConcatMap2x
Operator concatMap and related convenience methods
Configuration menu - View commit details
-
Copy full SHA for a67607c - Browse repository at this point
Copy the full SHA a67607cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9303307 - Browse repository at this point
Copy the full SHA 9303307View commit details -
Merge pull request ReactiveX#3205 from akarnokd/LambdaSubscribe2x
Lambda-based subscribe and lifecycle tracking methods
Configuration menu - View commit details
-
Copy full SHA for 7d9e394 - Browse repository at this point
Copy the full SHA 7d9e394View commit details -
Configuration menu - View commit details
-
Copy full SHA for f392aaf - Browse repository at this point
Copy the full SHA f392aafView commit details -
Merge pull request ReactiveX#3206 from akarnokd/TestSubscriber2x
TestSubscriber implemented
Configuration menu - View commit details
-
Copy full SHA for 6370ef7 - Browse repository at this point
Copy the full SHA 6370ef7View commit details
There are no files selected for viewing
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.