Commit Graph

514 Commits

Author SHA1 Message Date
enomoto
47e3d7ecfb Suppress Asset Catalog Compiler Warning of RxExample-iOS 2017-12-27 17:21:33 +01:00
Krunoslav Zaher
91f6cbedcc
Fixes iOS 11.2 leak. 2017-12-12 23:25:16 +01:00
Kuniwak
0f5039ec48 Use Signals for tapping events instead of Drivers
Driver does not fit to some UI events such as tapping.
Because we do not expect to get past "tap" events.

But Driver is using `share(replay: 1)`. So it may
replay accidentally the past event for some conditions.
This replay is useful only for observables like
Variables such as `rx.text`, but `rx.tap` is not
Variable like.

BTW, Signal can fit the usecase. Signal is using
`.share()`, so it does not replay past tapping events.
2017-11-13 15:00:00 +01:00
Krunoslav Zaher
c141325813
Updates Feedbacks. 2017-11-10 21:04:54 +01:00
Krunoslav Zaher
f043778214
Removes deprecation warnings. 2017-11-10 14:32:16 +01:00
Krunoslav Zaher
ccd32f8b90
Updates to latest version of RxFeedback. 2017-11-10 14:32:16 +01:00
Krunoslav Zaher
e0e3445345
Removes RX_NO_MODULE. 2017-11-04 18:53:02 +01: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
aacfcc894b
Release 4.0.0-beta.1 2017-10-01 20:28:56 +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
tarunon
7d344f6ca0 clean up project warning. 2017-09-25 11:04:17 +02:00
tarunon
e70ad0e450 set delegate using protocol and default implementation. 2017-09-21 15:45:01 +09:00
Krunoslav Zaher
a0bf386834
Release 4.0.0-beta.0 2017-09-18 01:08:40 +02:00
Krunoslav Zaher
d1bc89b5ef
Simplifies DelegateProxy. 2017-09-16 23:58:19 +02:00
tarunon
16f6c3af4d Avoid use unsafeDowncast. Remove generics parameter from DelegateProxy subclasses subclass. 2017-09-14 00:12:06 +09:00
tarunon
c4bfcd3769 Merge branch 'swift4.0' of https://github.com/ReactiveX/RxSwift into feature/type_safe_delegateproxy 2017-08-30 10:47:34 +09:00
tarunon
c8f410b5f5 fix mac test compile fail on xcode9b6 2017-08-29 14:50:59 +02:00
tarunon
c21fbada8b Merge branch 'swift4.0' of https://github.com/ReactiveX/RxSwift into feature/type_safe_delegateproxy 2017-08-29 12:53:51 +09:00
tarunon
ea105037c9 refactoring
rename `assignedProxyFor(_:)` ->  `assignedProxy(for:)`
rename `currentDelegateFor(_:)` -> `currentDelegate(for:)`
rename `proxyForObject(_:)` -> `proxy(for:)`
2017-08-29 12:41:33 +09:00
Krunoslav Zaher
16083c30eb
Fixes issues with Carthage + xcodebuild hangs. 2017-08-20 20:01:03 +02:00
tarunon
508c68f2c1 refactoring: renaming some of type, functions, fix typo. 2017-08-19 10:46:17 +09:00
Krunoslav Zaher
4e7a028cc2
Fixes gesture recognizer extensions crash. #1382 2017-08-16 23:24:32 +02:00
Krunoslav Zaher
22f464741c
Fixes string deprecation warnings. 2017-08-16 23:00:32 +02:00
Krunoslav Zaher
4b7d1efb25
Merge branch 'master' into swift4.0 2017-08-16 22:45:31 +02:00
tarunon
af188fb89c Implement Generics parameter for DelegateProxy 2017-08-15 17:17:47 +09:00
tarunon
7291a9af3f fix RxExample-macOS 2017-08-05 11:27:38 +02:00
Krunoslav Zaher
a06719cb1a
Fixes unit tests for example app. 2017-07-30 18:24:59 +02:00
Krunoslav Zaher
00c2a8911f
Merge branch 'master' into swift4.0 2017-07-29 14:20:54 +02:00
zhongwuzw
86dfc7dbb1 fix pickerView parameter error 2017-07-24 22:21:26 +02:00
Krunoslav Zaher
79ac3d091f
Release 3.6.1 2017-07-18 23:38:00 +02:00
Krunoslav Zaher
6e309c3409
Fixes tests. 2017-07-17 21:23:45 +02:00
Krunoslav Zaher
c6d9ca039b
Fixes UITests. 2017-07-17 18:35:43 +02:00
Krunoslav Zaher
7b866f0ad5
Improves documentation to UIPickerView components, changes modelSelected type to [T], simplifies UIPickerView adapter example. 2017-07-16 20:25:58 +02:00
Krunoslav Zaher
b5e1d8444c
Merge branch 'feature/reactive-uipickerview' of https://github.com/sergdort/RxSwift into sergdort-feature/reactive-uipickerview 2017-07-16 18:47:04 +02:00
Krunoslav Zaher
9fc634c07a
Removes redundant conformances. 2017-07-15 20:45:05 +02:00
Carlos García
dee2136052
make all swift 4 xc9b3 for check 2017-07-15 20:39:45 +02:00
Krunoslav Zaher
b5ab21f635
Sets Swift 4.0 compiler version. 2017-07-15 20:37:18 +02:00
Krunoslav Zaher
a33ae10067
Fixes ReachabilityService. 2017-07-15 18:02:08 +02:00
magicmon
d215a2a8b0 When importing a user list or image, the app was modified when the user failed to import the user due to a network error. 2017-07-13 08:24:21 +02:00
magicmon
5699fea234 If "Allow Arbitrary Loads" is set to No in Info.plist, the "TableViewWithEditingCommands" example will exit as soon as you run it.
So, added a catchError.
2017-07-13 08:24:21 +02:00
sergdort
f55c3f6547 Add convenience UIPickerView rx extensions example 2017-07-12 17:31:25 +01:00
sergdort
eb6eb5af42 Add UIPickerView adapter example 2017-07-10 21:53:59 +01:00
JolieYang_Pro
4da31c60cf 🐛 #1309 change calculator model 2017-06-29 21:34:04 +02:00
JolieYang_Pro
002512f3a8 🐛 #1309 continuous input operations should update operator 2017-06-29 21:34:04 +02:00
tarunon
cc8a222467 improving DelegateProxy 2017-06-17 23:55:10 +09:00
tarunon
2cdf527a21 Divide DelegateProxyFactory implementation. 2017-06-17 13:13:14 +09:00
tarunon
3fba185b96 implement DelegateProxy factory 2017-06-17 01:26:34 +09:00
Vladimir
16eabd5ea4
Add swift 4 support 2017-06-16 13:37:22 +02:00