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
Krunoslav Zaher
6763f1a4b7
Replaces `open` with `public`.
2016-08-16 22:10:41 +02:00
Mo Ramezanpoor
301ad9f438
WIP: Fix a bunch of RxCocoa compilation issues.
2016-08-16 15:01:07 +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
e59adc3ae9
Updates Unit Tests and makes them succeed.
2016-08-15 17:46:13 +02: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
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
Krunoslav Zaher
10b0d39e05
Fixes warnings.
2016-08-07 16:04:47 +02:00
Krunoslav Zaher
7b6a244f45
Fixes problem with data sources.
2016-08-07 15:23:17 +02:00
Jamie Pinkham
5d47db7609
fix errors with RxCocoa introduced by merge
2016-06-22 10:15:37 -04:00
Jamie Pinkham
5a9f47262a
Merge branch 'upstream-develop' into swift-3.0
...
# Conflicts:
# RxCocoa/Common/CocoaUnits/Driver/Driver+Subscription.swift
# RxCocoa/Common/CocoaUnits/UIBindingObserver.swift
# RxSwift/Schedulers/MainScheduler.swift
2016-06-22 09:54:44 -04:00
Jamie Pinkham
924a9a4983
clean up syntax to get test building
...
still trying to work out the ambiguious use compiler error
2016-06-22 09:34:04 -04:00
Jamie Pinkham
c4cf2e0d12
builds ios, ios rx cocoa and ios rx blocking
2016-06-17 23:19:16 -07:00
Jamie Pinkham
0e38ecbc87
Merge branch 'develop' into swift-3.0
...
# Conflicts:
# Documentation/DesignRationale.md
# Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift
# RxCocoa/Common/DelegateProxyType.swift
# RxCocoa/iOS/UICollectionView+Rx.swift
# RxCocoa/iOS/UIControl+Rx.swift
# RxCocoa/iOS/UIScrollView+Rx.swift
# RxCocoa/iOS/UITableView+Rx.swift
# RxExample/RxDataSources/DataSources+Rx/ObservableConvertibleType+Differentiator.swift
# RxSwift/Concurrency/Lock.swift
# RxSwift/Disposables/CompositeDisposable.swift
# RxSwift/Event.swift
# RxSwift/Extensions/String+Rx.swift
# RxSwift/Schedulers/OperationQueueScheduler.swift
2016-06-17 21:14:06 -07:00
Jesse Farless
75d1983afc
Add RxTabBarDelegateProxy and UITabBar+Rx with delegate methods
2016-05-28 14:27:19 +02:00
sergdort
43269fa279
Added `rx_itemSelected` for UIPickerView
2016-05-13 10:55:21 +03:00
Andrés Cecilia
881909a687
Fix to support iOS 7
2016-05-08 22:42:53 +02:00
Krunoslav Zaher
4e6880d218
Fixes for RxSwift and Swift 3.0.
2016-04-22 20:49:18 +02:00
Krunoslav Zaher
e16ce89f3f
Documents parts of `RxCocoa`.
2016-04-11 00:31:26 +02:00
Krunoslav Zaher
18cf20820f
Merge pull request #550 from stack/uisearchbar-cancel
...
UISearchBar Cancel Event
2016-04-10 12:57:13 +02:00
Stephen H. Gerstacker
f58d032d34
tvOS Fixes for UISearchBar
...
- `searchBarCancelButtonClicked:` is only available on iOS.
- UISearchBar instantiation is not supported on tvOS, so all subclass
delegate methods and tests are skipped.
2016-03-27 21:31:53 -04:00
Krunoslav Zaher
6292a3303a
Merge pull request #556 from sergdort/rx_search_controller_delegate_proxy
...
Added reactive extensions for UISearchController
2016-03-27 20:23:57 +02:00
Stephen H. Gerstacker
dd37af0069
Additional UISearchBar Methods
...
- Added the searchTap for the "searchBarSearchButtonClicked:" delegate
method.
- Added the "rx_createDelegateProxy" method to UISearchBar.
2016-03-26 20:57:23 -04:00
Eric Jensen
ddf9cdd33f
Correct typos
2016-03-22 20:10:44 -07:00
sergdort
2f16a4faa7
Adds reactive extensions for UISearchController and tests to cover them
2016-03-22 16:50:07 +02:00
Krunoslav Zaher
df8739fcfd
Fixes a typo in `RxTableViewDataSourceProxy`.
2016-01-11 10:50:36 +01:00
sshulga
fe4dda0ed7
Rx wrappers for UIImagePickerController
2016-01-05 15:15:15 +02:00
Krunoslav Zaher
903904b5d4
Polish for header validation script.
2016-01-01 20:09:25 +01:00
Krunoslav Zaher
81735c16cc
Polish for `NSTextView`.
2016-01-01 13:13:07 +01:00
Segey Shulga
fdce3558f0
Merge branch 'develop' into rx_text_bug_#333
...
# Conflicts:
# Rx.xcodeproj/project.pbxproj
# Rx.xcworkspace/contents.xcworkspacedata
# RxExample/RxExample.xcodeproj/project.pbxproj
2015-12-31 18:10:57 +02:00
Krunoslav Zaher
aca3b28213
Removes deprecated APIs.
2015-12-31 00:37:58 +01:00
sshulga
195586ef76
Merge branch 'develop' of https://github.com/ReactiveX/RxSwift into rx_text_bug_#333
...
Conflicts:
RxCocoa/iOS/UITextView+Rx.swift
2015-12-30 15:15:02 +02:00
sshulga
32d048fe05
Fixes for UITextView rx_text bug with autocorrect enabled #333
2015-12-30 14:58:47 +02:00
Krunoslav Zaher
c4eb18acfd
Deprecates `UIAlertView` and `UIActionSheet` extensions.
2015-12-30 02:20:24 +01:00
Krunoslav Zaher
5d677eaf91
Standardizes header format.
2015-12-29 16:56:21 +01:00
Krunoslav Zaher
c337e642dc
Polish for `CLLocationManager` interface and adds unit tests.
2015-12-13 15:28:00 +01:00
Krunoslav Zaher
e14ca2e94d
Fixes problem with autocorrect and `rx_text` on `UITextView`. #333
2015-12-12 20:00:33 +01:00
Krunoslav Zaher
e47ce0e5f2
Exposes `RxScrollViewDelegateProxy` and `RxTextViewDelegateProxy`.
2015-12-05 18:10:51 +01:00
Krunoslav Zaher
d2b374a6a7
Exposes `UITableView` and `UICollectionView` delegate and data source proxies.
2015-12-05 17:42:43 +01:00
Krunoslav Zaher
451c2be94e
Adds additional `UITableView` and `UICollectionView` unit tests.
2015-10-30 23:58:18 +01:00
Krunoslav Zaher
059e3ca3ab
Adds watchOS targets and at least tests building targets.
2015-09-30 14:02:41 +02:00
yury
4823443a9b
Add tvOS targets
2015-09-28 23:03:59 +03:00
Krunoslav Zaher
12089a017c
Moves from `send*` to `.on`
2015-09-01 12:54:44 +02:00
Krunoslav Zaher
9c893e75f4
Merges `RxSwift.xcodeproj`, `RxCocoa.xcodeproj` and `RxBlocking.xcodeproj` to `Rx.xcodeproj`.
2015-08-24 00:06:52 +02:00