Commit Graph

52 Commits

Author SHA1 Message Date
freak4pc
c1a4e7ddaf Take operator renames 2020-10-06 20:36:28 +03:00
freak4pc
601d3343a2 Remove redundant property binders and KeyPathBinder 2020-10-06 20:36:28 +03:00
ayden-lee
7b9f34b14e add isHighlighted to UIControl 2020-10-06 20:36:28 +03:00
freak4pc
c2d74e0b87 Update RxCocoa to Swift 5 2019-04-07 10:17:49 +02:00
Richard Yu
9d6fa88c10 Ensure running on main thread instead of being called on the main thread 2019-03-09 14:20:34 +01:00
freak4pc
40d6fd94e8 unused_closure_parameter: Remove unused closure parameters 2019-01-30 20:19:57 +01:00
freak4pc
2e645681e1 Add Swiftlint basic YAML 2019-01-30 20:19:57 +01:00
Arco
7242124ac8 Adapted for iOS 12 2018-07-21 18:57:10 +02:00
Luis Padron
1e01df0a16 Fixes unused parameter in UIControl+Rx 2018-07-19 20:29:56 +02:00
Krunoslav Zaher
e0e3445345
Removes RX_NO_MODULE. 2017-11-04 18:53:02 +01:00
Krunoslav Zaher
f20c35ab16 Publicly exposes controlProperty. 2017-10-10 14:54:36 +02:00
Krunoslav Zaher
a1c2f0dc83 Deprecates UIBindingObserver in favor of Binder. 2017-09-17 15:39:48 +02:00
Vladimir
16eabd5ea4
Add swift 4 support 2017-06-16 13:37:22 +02:00
Krunoslav Zaher
0b66f666ba
Removes unnecessary import Foundation statements. 2017-01-29 03:05:26 +01:00
Krunoslav Zaher
cd779765b0 [Fix] Adds public suggestion for UIControl.value #991, #681 2016-11-14 21:08:51 +01:00
Krunoslav Zaher
46835b43f6 Compresses comments. 2016-10-23 19:26:22 +02:00
Krunoslav Zaher
ac41a0012c Prefixes boolean properties with is and makes String? properties consistent. 2016-10-19 23:45:54 +02:00
Krunoslav Zaher
2e520bf264 Makes rx.text type consistent with UIKit String? type. 2016-10-16 21:47:05 +02:00
Krunoslav Zaher
832f79cd02 Replaces AnyObserver with UIBindingObserver in public interface. 2016-10-11 22:41:05 +02:00
Krunoslav Zaher
b68fc4260e Adds UITests. 2016-08-20 22:59:34 +02:00
Krunoslav Zaher
9ce054936d Merge branch 'swift-3.0-removing-rx_-prefix' of https://github.com/JegnuX/RxSwift into JegnuX-swift-3.0-removing-rx_-prefix 2016-08-19 00:45:51 +02:00
Mo Ramezanpoor
695ea19e02 WIP: Fixes warnings in RxCocoa. 2016-08-16 15:31:51 +01:00
Mo Ramezanpoor
fcf8e4d092 WIP: Updates code for Xcode 8 beta 6 using the migrator with manual auditing.
The code doesn’t compile yet.
2016-08-16 14:00:14 +01:00
Jérôme Alves
e4e422c4f1 Merge branch 'swift-3.0' into swift-3.0-removing-rx_-prefix
Conflicts:
	RxCocoa/Common/Observables/NSNotificationCenter+Rx.swift
	RxCocoa/OSX/NSImageView+Rx.swift
	RxCocoa/iOS/UICollectionView+Rx.swift
	RxCocoa/iOS/UIControl+Rx.swift
	RxCocoa/iOS/UIImageView+Rx.swift
	RxCocoa/iOS/UILabel+Rx.swift
	RxCocoa/iOS/UITableView+Rx.swift
	RxExample/RxDataSources/DataSources+Rx/UISectionedViewType+RxAnimatedDataSource.swift
	RxExample/RxExample/Examples/APIWrappers/APIWrappersViewController.swift
	RxExample/RxExample/Examples/GitHubSearchRepositories/GitHubSearchRepositoriesViewController.swift
	RxExample/RxExample/Examples/GitHubSignup/UsingDriver/GitHubSignupViewController2.swift
	RxExample/RxExample/Examples/GitHubSignup/UsingVanillaObservables/GitHubSignupViewController1.swift
	RxExample/RxExample/Examples/ImagePicker/UIImagePickerController+RxCreate.swift
	RxExample/RxExample/Examples/OSX simple example/IntroductionExampleViewController.swift
	RxExample/RxExample/Examples/SimpleTableViewExample/SimpleTableViewExampleViewController.swift
	RxExample/RxExample/Examples/SimpleTableViewExampleSectioned/SimpleTableViewExampleSectionedViewController.swift
	RxExample/RxExample/Examples/SimpleValidation/SimpleValidationViewController.swift
	RxExample/RxExample/Examples/TableViewPartialUpdates/PartialUpdatesViewController.swift
	RxExample/RxExample/Examples/TableViewWithEditingCommands/TableViewWithEditingCommandsViewController.swift
	RxExample/RxExample/Examples/WikipediaImageSearch/Views/WikipediaSearchCell.swift
	RxExample/RxExample/Examples/WikipediaImageSearch/Views/WikipediaSearchViewController.swift
	Tests/RxCocoaTests/DelegateProxyTest.swift
	Tests/RxCocoaTests/KVOObservableTests.swift
	Tests/RxCocoaTests/RxTest+Controls.swift
	Tests/RxCocoaTests/UICollectionView+RxTests.swift
	Tests/RxCocoaTests/UIScrollView+RxTests.swift
	Tests/RxCocoaTests/UITableView+RxTests.swift
2016-08-15 12:17:26 +02: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
Jérôme Alves
10ff55cfba Moves RxCocoa extensions from rx_ syntax to rx. syntax.
The main work is done in this commit but the feature it's still "work in progress"
2016-08-09 00:17:38 +02:00
Jamie Pinkham
c4cf2e0d12 builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
Yury Korolev
353b0b55c3 Use partial application with AnonymousDisposable if possible 2016-04-23 21:22:10 +03:00
Krunoslav Zaher
72edf869a0 Removes distinctUntilChanged because is was creating a hidden state that can cause issues in some situations. 2016-04-17 17:14:55 +02:00
Krunoslav Zaher
77d72dcaee Updates comments. 2016-04-07 23:22:37 +02:00
Krunoslav Zaher
03aa560de0 Adds rx_selected to UIControl. 2016-02-14 22:44:13 +01:00
Krunoslav Zaher
300c44aced More workarounds for Swift compiler bugs. 2016-02-13 23:36:01 +01:00
Krunoslav Zaher
b08bf24201 Adds workarounds for compiler bugs. 2016-02-13 23:15:57 +01:00
Krunoslav Zaher
2aebe1499f Adds UIBindingObserver. 2016-02-13 21:25:31 +01:00
Krunoslav Zaher
aca3b28213 Removes deprecated APIs. 2015-12-31 00:37:58 +01:00
Krunoslav Zaher
9a060ea10c Adds Equatable constraint to rx_value<T>. 2015-12-29 17:32:35 +01:00
Krunoslav Zaher
5d677eaf91 Standardizes header format. 2015-12-29 16:56:21 +01:00
sshulga
8a15b92236 Fixes regarding UITextField rx_text autocorrection bug #333 2015-12-26 22:07:05 +02:00
Krunoslav Zaher
5e1732134c Fixes warnings in unit tests. 2015-12-21 21:34:48 +01:00
Krunoslav Zaher
7c2b34a100 Deprecates rx_controlEvents in favor of rx_controlEvent. 2015-12-20 22:46:21 +01:00
Krunoslav Zaher
b08c1a5969 Extends UIView with rx_alpha, rx_hidden. NSLayoutConstraint with rx_constant. 2015-12-06 20:33:03 +01:00
Krunoslav Zaher
827ee57fff Exposes initializers for ControlEvent and ControlProperty. 2015-12-06 01:14:05 +01:00
Krunoslav Zaher
e52b2c9449 Changes AnonymousObservable access modifier to private. 2015-11-02 10:31:38 +01:00
Krunoslav Zaher
e22cf3dfb8 Adds RxCocoa unit tests. 2015-10-19 00:55:41 +02:00
Krunoslav Zaher
6dc7f2e4a6 Rename ObserverOf to AnyObserver. 2015-10-17 12:15:37 +02:00
Krunoslav Zaher
059e3ca3ab Adds watchOS targets and at least tests building targets. 2015-09-30 14:02:41 +02:00
yury
9917402001 Use array literal for option sets 2015-09-26 18:38:41 +03:00
Krunoslav Zaher
964d44d733 Documentation and interface cleanup. 2015-09-09 11:29:39 +02:00
Krunoslav Zaher
12089a017c Moves from send* to .on 2015-09-01 12:54:44 +02:00