Commit Graph

2807 Commits

Author SHA1 Message Date
tarunon
a42c66bf6a
Remove DelegateProxy.Delegate type condition. 2017-11-01 17:32:52 +01:00
Krunoslav Zaher
33c547c3f4
Fixes generate docs test script. 2017-11-01 14:50:37 +01:00
Pablo Bendersky
1c0462237b Added reactive wrapper for UISegmentedControl's setEnabled(_:forSegmentAt:). 2017-10-29 17:26:13 +01:00
beeth0ven
8c1f1de7ee Remove unnecessary in Bag 2017-10-21 16:44:07 +02:00
Krunoslav Zaher
d52c3a8628
Updates README.md 2017-10-18 00:56:32 +02:00
Krunoslav Zaher
12cccb171a
Merge branch 'master' into rxswift4.0-swift4.0 2017-10-17 23:16:00 +02:00
Krunoslav Zaher
bb8342842b
Replaces DelegateProxy delegate conformance to NSObjectProtocol with AnyObject. #1442 2017-10-17 23:14:34 +02:00
Krunoslav Zaher
fc6de4fb26
Release 4.0.0 2017-10-16 20:55:29 +02:00
Krunoslav Zaher
36c82998a6 Adds global Hooks and implements error handling hook. 2017-10-16 12:54:49 +02:00
Krunoslav Zaher
7f2bdaad1d
Deprecates asSharedSequence extensions on ObservableType. 2017-10-15 22:57:33 +02:00
Krunoslav Zaher
facd20b25a
Moves TryYourself playground to the top. 2017-10-15 21:47:03 +02:00
Krunoslav Zaher
f352a9adc7
Updates DataSources to latest version. 2017-10-15 21:43:54 +02:00
Krunoslav Zaher
e81a59e8b0
Changes Observable extensions to ObservableType extensions. 2017-10-15 21:00:22 +02:00
Krunoslav Zaher
f6b562459e
Removes deprecated APIs from Swift preprocessor. 2017-10-15 21:00:05 +02:00
Krunoslav Zaher
798a8f8ef7
Removes subscribeSafe. 2017-10-15 19:51:23 +02:00
Krunoslav Zaher
05e26184d9
Adds unit tests for didUpdateFocusInContextWithAnimationCoordinator. 2017-10-13 21:39:15 +02:00
toshi0383
2b9e484c35
Fix rx.didUpdateFocusInContextWithAnimationCoordinator parameter type 2017-10-13 21:04:14 +02:00
Arcovv
1f908c276f Remove waring that using String.characters in Debug observable 2017-10-13 13:32:54 +02:00
Paul Dziwoki
6b18c735e5
changed method visibility from public to open 2017-10-13 09:59:58 +02:00
Vladlex
2519f45288 Removing file, line and funtion from arguments 2017-10-13 09:54:36 +02:00
Vladlex
d5e79f72b5 fix remove method signature inconsistence 2017-10-13 09:54:36 +02:00
Yoshitaka Seki
34acbfcc7d Remove deprecated choices from a document comment
`shareReplayLatestWhileConnected` and `shareReplay` are deprecated at #1430
The document comment of `SharingStrategyProtocol.share(_:)` should be fixed.
2017-10-12 10:46:27 +02:00
Justin Swart
f1ac19a50c Corrected spelling of emits 2017-10-11 10:05:28 +02:00
Bohdan Savych
a7bf8b7ab3 Update GettingStarted.md
Added print before setting second value in `Variable` to make example more clear.
2017-10-10 17:34:44 +02:00
Krunoslav Zaher
f20c35ab16 Publicly exposes controlProperty. 2017-10-10 14:54:36 +02:00
Krunoslav Zaher
61261f2ee9
4.0.0 rc.0 2017-10-08 14:13:59 +02:00
Krunoslav Zaher
a6ed6d2eac Fixes SPM tests. 2017-10-08 13:14:11 +02:00
Krunoslav Zaher
fa91e3a87d Deprecates Variable in favor of BehaviorRelay. 2017-10-08 13:14:11 +02:00
Krunoslav Zaher
95a51a6029
Updates SPM to use release version of Swift 4.0. 2017-10-07 20:38:36 +02:00
Krunoslav Zaher
58917c77a5
Merge branch 'develop' into rxswift4.0-swift4.0 2017-10-07 19:58:29 +02:00
Krunoslav Zaher
4995928ca4
Xcode 9.0 (9A235) fix. 2017-10-07 18:38:21 +02:00
Krunoslav Zaher
11474a99a3
Fixes CI. 2017-10-07 18:25:12 +02:00
Krunoslav Zaher
16b296fe1f
Deprecates image(transitionType:) in favor of image. 2017-10-07 18:19:47 +02:00
Krunoslav Zaher
f5bae3912e
Fixes CI. 2017-10-07 17:40:37 +02:00
Krunoslav Zaher
69ae3520f5
Changes return type of ignoreElements to Completable. #1436 2017-10-07 17:29:26 +02:00
Krunoslav Zaher
fe69f752ea
Removes warning of sequence completion from Binder. #1431 2017-10-07 17:16:37 +02:00
Krunoslav Zaher
b94405c52d
Merge branch 'Otbivnoe-feature/missing-disposables-tests' into develop 2017-10-07 17:05:34 +02:00
Krunoslav Zaher
0bddeb0946
Updates jazzy. 2017-10-07 17:05:04 +02:00
Krunoslav Zaher
501191a570
Merge branch 'feature/missing-disposables-tests' of https://github.com/Otbivnoe/RxSwift into Otbivnoe-feature/missing-disposables-tests 2017-10-07 16:54:35 +02:00
Jon Willis
20be3dfc36 Removing only the specified image transition animation
This can fix animation bugs if you are doing multiple animations on the UIImageView
2017-10-06 21:04:52 +02:00
Nikita Ermolenko
4c35f626e5 Update main.swift - run tests 2017-10-02 19:52:08 +06:00
Nikita Ermolenko
f183e85288 Add tests for scheduled disposable 2017-10-02 17:10:15 +06:00
Nikita Ermolenko
94b7a40024 Add tests for a serial disposable 2017-10-02 14:25:17 +06:00
Krunoslav Zaher
aacfcc894b
Release 4.0.0-beta.1 2017-10-01 20:28:56 +02:00
Krunoslav Zaher
e44cbe08c1
Merge branch 'master' into release 2017-10-01 15:55:44 +02:00
Krunoslav Zaher
c2e9c1ab9e
Shares RxExample-iOS scheme. 2017-10-01 15:46:08 +02:00
Krunoslav Zaher
c29e8f9ef5 Polishes attributedText. 2017-10-01 15:45:29 +02:00
Carlos García
9c273c0c5d fix test 2017-10-01 15:45:29 +02:00
Mariangeles Cuevas
92ea417efa fix variable names 2017-10-01 15:45:29 +02:00
Carlos García
910bd222fa fix attributtedString: end of range - don’t emit next if equal an tests 2017-10-01 15:45:29 +02:00