Mo Ramezanpoor
|
0fe4c9a792
|
Fixes RxExample.
|
2016-08-17 09:49:29 +01:00 |
Mo Ramezanpoor
|
75971c61c6
|
Replaces all calls to `AnonymousDisposable.init()` with `Disposables.create()`.
|
2016-08-10 15:00:29 +01:00 |
Mo Ramezanpoor
|
1fe15bb9da
|
Replaces all calls to `NopDisposable.instance` with `Disposables.create()`.
|
2016-08-10 14:47:53 +01:00 |
Mo Ramezanpoor
|
2812da1f5e
|
Replace immutable initialisations of `CompositeDisposable` with `Disposables.create()`.
The factory methods will select specialised implementations based on the case.
|
2016-08-10 14:27:45 +01:00 |
Krunoslav Zaher
|
aef4e69339
|
Modernizes APIs.
|
2016-08-07 20:14:19 +02:00 |
Krunoslav Zaher
|
2ead37809e
|
Fixes example app compiling.
|
2016-08-04 10:44:46 +02:00 |
Jamie Pinkham
|
39a20441e1
|
begin fixing up the examples
|
2016-06-18 01:24:07 -07:00 |
Krunoslav Zaher
|
1e1194aadd
|
Replaces `unowned` with `weak` in `UIImagePickerController+RxCreate.swift`.
|
2016-01-17 16:19:45 +01:00 |
sergdort
|
5e619180ee
|
Fixes for bug with UIImagePickerController example. To dismiss image picker on cancel button press
|
2016-01-12 10:17:29 +02:00 |
Krunoslav Zaher
|
0091fa3a2f
|
Improves thread safety of KVO by serializing KVO events.
|
2016-01-10 20:50:27 +01:00 |