Commit Graph

1680 Commits

Author SHA1 Message Date
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 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
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
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
Krunoslav Zaher ca831c7321 Updates README with a friendly information about Xcode 8.0 beta. 2016-07-04 07:16:33 +02:00
Krunoslav Zaher 56e09abb11 Fixes problem with Swift 2.3 2016-07-04 07:02:49 +02:00
Krunoslav Zaher 1633a4192e Disables bitcode for RxTests/tvOS because Carthage with Swift 2.3 and Xcode 8.0 fails to compile it. 2016-07-04 06:13:58 +02:00
Krunoslav Zaher f51151c3d2 Fixes RandomAPI response Parsing. 2016-07-04 04:25:21 +02:00
Krunoslav Zaher 2787393621 Fixes for Xcode 7.3.1 2016-07-04 04:06:01 +02:00
Krunoslav Zaher 5c0ce0a1c8 Xcode 8 beta, Swift 2.3 fixes. 2016-07-04 03:35:41 +02:00
Krunoslav Zaher bce72a2617 Fixes headers. 2016-07-04 02:54:32 +02:00
Krunoslav Zaher 68b5ae3e4c Xcode 8.0 fixes. 2016-07-04 02:48:41 +02:00
Krunoslav Zaher f86d12a53b Release 2.6.0 2016-07-04 02:27:30 +02:00
Krunoslav Zaher 88f718ffc3 Updates latest version of data sources. 2016-07-04 02:06:08 +02:00