Commit Graph

1690 Commits

Author SHA1 Message Date
Yuki Nagai 7f84ec604e WIP. Update for Xcode 8 beta 4. 2016-08-02 15:46:11 +09:00
Krunoslav Zaher 3b34850675 Merge branch 'swift-3.0' of github.com:kzaher/RxSwift into swift-3.0 2016-08-01 10:47:06 +02:00
Krunoslav Zaher c844b6bdb3 Merge branch 'develop' into swift-3.0 2016-08-01 10:46:20 +02:00
Krunoslav Zaher dffd6f0e1c Moves playgrounds from workspace to project. #806 2016-08-01 10:27:18 +02:00
Krunoslav Zaher 490b6cbbc5 Merge pull request #790 from sunshinejr/swift-3.0
[Swift 3.0] Remove first parameter names for Observables.
2016-07-29 12:11:35 +02:00
Krunoslav Zaher b1c6673da7 Merge pull request #801 from mohsenr/swift-3.0-disposables
[Swift 3.0] Rename disposable-related methods (implements #800)
2016-07-28 23:49:17 +02:00
Krunoslav Zaher 372d766519 Merge pull request #809 from peagasilva/patch-1
Update Rx.playground/Pages/Introduction/Contents.swift
2016-07-28 23:46:24 +02:00
Raphael Silva 40eb452040 Update Contents.swift
Typo fixed - it was missing the `ed` in called.
2016-07-28 18:06:29 -03:00
Mo Ramezanpoor 99e21bdb46 Rename CompositeDisposable.removeDisposable(forKey:) to .remove(for:).
Decided as part of #800 that this is more suitable.
2016-07-27 16:34:38 +01:00
Krunoslav Zaher d12b8321d2 Merge pull request #804 from devxoul/tableview-willdisplaycell
Fix type mismatch in UITableView.rx_willDisplayCell
2016-07-27 16:00:19 +02:00
Suyeol Jeon f303efb077 Fix type mismatch in UITableView.rx_willDisplayCell 2016-07-27 04:15:17 +09:00
Łukasz Mróz 181a94bbc9 [Swift3] doOn syntax. 2016-07-25 20:39:01 +02:00
Mo Ramezanpoor fa14592a2b Rename disposeAllIn(_:) to disposeAll(in:).
Ideally we’d move this to be a method on Bag where T: Disposable. Unfortunately atm that doesn’t work on Bag<Disposable> itself, only on concrete types inheriting from it.

We can at least make the function feel more at home in Swift 3.
2016-07-25 16:04:32 +01:00
Mo Ramezanpoor 61420eef9f Add DisposeBag.insert() and deprecate DisposeBag.addDisposable().
Update [the only] known call site to match.
2016-07-25 15:37:33 +01:00
Mo Ramezanpoor fbee131886 Update all known call sites to use the new insert/remove methods on CompositeDisposable. 2016-07-25 15:31:40 +01:00
Mo Ramezanpoor 2cb931d8e9 Add new insert/remove methods to CompositeDisposable that follow Swift 3 naming conventions. 2016-07-25 15:30:54 +01:00
Krunoslav Zaher 0c8d28b1b6 Fixes disposing for debug operator in case of termination event. 2016-07-23 16:20:10 +02:00
Krunoslav Zaher 1301e9925a Fixes for Swift 3.0 2016-07-23 16:05:04 +02:00
Krunoslav Zaher 070907471c Fixes problem with schedulers introduced with Swift 3.0 and changes in libdispatch. #799 2016-07-23 14:14:08 +02:00
Krunoslav Zaher f3f2b0e083 Updates to Swift 3.0 2016-07-22 22:34:34 +02:00
Krunoslav Zaher e79457dcd3 Fixes for Xcode beta 3. 2016-07-20 22:14:59 +02:00
Krunoslav Zaher 824f23c94e Merge pull request #797 from noremac/swift-3.0
Adds further Xcode 8 beta 3 fixes.
2016-07-20 01:10:29 +02:00
Cameron Pulsford 5c908f18b8 Adds further Xcode 8 beta 3 fixes. 2016-07-19 18:42:18 -04:00
Krunoslav Zaher d4981303b5 Merge pull request #796 from noremac/swift-3.0
Updates project with Xcode 8 beta 3.
2016-07-20 00:04:17 +02:00
Cameron Pulsford 7c2f20cf36 Updates project with Xcode 8 beta 3. 2016-07-19 11:33:06 -04:00
Krunoslav Zaher cba021a961 Adds `swift-3.0` as valid branch in Dangerfile. 2016-07-11 01:36:22 +02:00
Krunoslav Zaher 9cac0cc234 Adaptations for Swift 3.0. 2016-07-10 14:55:18 +02:00
Krunoslav Zaher b47ce13eae Adds printing of environment info. 2016-07-10 13:06:00 +02:00
Krunoslav Zaher 1124f40ef1 Fixes Swift version. 2016-07-10 12:45:41 +02:00
Krunoslav Zaher 03fae9de6f Changes deployment target for example app. 2016-07-10 12:39:02 +02:00
Krunoslav Zaher 996caf6917 Fixes platform. 2016-07-10 12:33:55 +02:00
Krunoslav Zaher a1b34f0f50 Fixes unit tests warning. 2016-07-10 12:29:29 +02:00
Krunoslav Zaher 125deae0c8 Fixes tvOS compilation. 2016-07-10 12:23:50 +02:00
Krunoslav Zaher 8e46d377da Fixes concurrent dispatch queue scheduler initializer. 2016-07-10 12:18:11 +02:00
Krunoslav Zaher 348ce89e17 Fixes `rx_sentMessage` unit tests. 2016-07-10 11:33:51 +02:00
Krunoslav Zaher e222e52223 Deletes RxExample-iOS-no-module scheme. 2016-07-09 23:11:54 +02:00
Krunoslav Zaher edf423d42e Improves KVOObservable code. 2016-07-08 00:20:24 +02:00
Krunoslav Zaher e2edffc39d Fixes `@warn_unused_result(message: "http://git.io/rxs.ud")` warnings. 2016-07-08 00:04:44 +02:00
Krunoslav Zaher 6770c8a4c0 Fixes `.self` warnings. 2016-07-08 00:02:45 +02:00
Krunoslav Zaher bce8e9cd2d Fixes example app. 2016-07-07 23:50:38 +02:00
Krunoslav Zaher a64c07d1e1 Merge pull request #787 from sergdort/swift-3.0
Merged latest master
2016-07-07 23:22:57 +02:00
Krunoslav Zaher 7cc3dab5cb Merge pull request #789 from kciter/remove-meaningless-line
Remove typealias Parent line in Filter.swift
2016-07-07 21:50:39 +02:00
Lee Sun-Hyoup 6757b82872 Remove typealias Parent line in Filter.swift 2016-07-07 18:53:59 +09:00
sergdort d40557bbd7 Fixed test failing on `testObservingForAllTypes` 2016-07-07 10:29:04 +03:00
Krunoslav Zaher 987afd4a92 Merge pull request #786 from mohsenr/swift-3.0
Update for Xcode 8 beta 2.
2016-07-07 00:21:55 +02:00
Mo Ramezanpoor 14fa47c623 Update for Xcode 8 beta 2.
`Thread.current` is a class property, not a method.
2016-07-06 11:34:49 +01:00
sergdort 7e2a492895 Fixed the bug with determining property attributes in KVOObservable 2016-07-06 10:29:38 +03:00
sergdort b7cd7ba56c Fixes after merge conflicts 2016-07-05 18:07:18 +03:00
sergdort cfb8b1558a Merge branch 'master' into swift-3.0
Conflicts:
	RxExample/RxDataSources/DataSources/CollectionViewSectionedDataSource.swift
	RxExample/RxDataSources/DataSources/Differentiator.swift
	RxExample/RxDataSources/DataSources/TableViewSectionedDataSource.swift
	RxExample/RxExample.xcodeproj/project.pbxproj
	RxExample/RxExample.xcodeproj/xcshareddata/xcschemes/RxExample-iOS-no-module.xcscheme
	RxExample/RxExample/Examples/TableViewPartialUpdates/PartialUpdatesViewController.swift
	RxExample/RxExample/Examples/TableViewWithEditingCommands/TableViewWithEditingCommandsViewController.swift
	RxExample/RxExample/Services/HtmlParsing.swift
	Tests/RxCocoaTests/CLLocationManager+RxTests.swift
	Tests/RxCocoaTests/UICollectionView+RxTests.swift
2016-07-05 18:00:36 +03:00
Krunoslav Zaher 95ee9d0de8 Fixes problem with editing UITableView example. #768 2016-07-04 20:55:54 +02:00