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
|
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
|
c4cf2e0d12
|
builds ios, ios rx cocoa and ios rx blocking
|
2016-06-17 23:19:16 -07:00 |
Krunoslav Zaher
|
4e6880d218
|
Fixes for RxSwift and Swift 3.0.
|
2016-04-22 20:49:18 +02:00 |
Eric Jensen
|
ddf9cdd33f
|
Correct typos
|
2016-03-22 20:10:44 -07:00 |
Krunoslav Zaher
|
df8739fcfd
|
Fixes a typo in `RxTableViewDataSourceProxy`.
|
2016-01-11 10:50:36 +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
|
d2b374a6a7
|
Exposes `UITableView` and `UICollectionView` delegate and data source proxies.
|
2015-12-05 17:42:43 +01:00 |
Krunoslav Zaher
|
059e3ca3ab
|
Adds watchOS targets and at least tests building targets.
|
2015-09-30 14:02:41 +02:00 |
Krunoslav Zaher
|
9c893e75f4
|
Merges `RxSwift.xcodeproj`, `RxCocoa.xcodeproj` and `RxBlocking.xcodeproj` to `Rx.xcodeproj`.
|
2015-08-24 00:06:52 +02:00 |