Commit Graph

1306 Commits

Author SHA1 Message Date
Krunoslav Zaher daefc26b47 Packages `RxDataSourceStarterKit`. 2016-01-01 13:46:11 +01:00
Krunoslav Zaher 81735c16cc Polish for `NSTextView`. 2016-01-01 13:13:07 +01:00
Krunoslav Zaher 5cef79e046 Merge pull request #371 from sergdort/rx_text_bug_#333
Fixes for UITextView rx_text bug with autocorrect enabled #333
2016-01-01 13:05:13 +01:00
mrahmiao 01cef92f9c Merge branch 'feature/osx-cocoa-extensions' into develop 2016-01-01 17:51:29 +08:00
mrahmiao 2ea5b73bd0 Adds `rx_enabled` to `NSControl`. 2016-01-01 17:51:02 +08:00
mrahmiao 96aef6e47a Adds `rx_state` to `NSButton`. 2016-01-01 17:30:34 +08:00
Segey Shulga f357e1178b Added #if os(iOS) || os(tvOS) macro for NSTextStorage+Rx 2015-12-31 18:45:14 +02: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
Segey Shulga c555862a67 #333 made changes according to Rx naming conventions 2015-12-31 17:41:57 +02:00
Krunoslav Zaher 91058f98d1 hanges link in `Examples.md` to point to `README.md#playgrunds`. #375 2015-12-31 13:14:37 +01:00
Krunoslav Zaher 706e52d302 Fixes build script. 2015-12-31 13:00:32 +01:00
Krunoslav Zaher aca3b28213 Removes deprecated APIs. 2015-12-31 00:37:58 +01:00
Krunoslav Zaher 83bac6db0c Updates spm status in docs. 2015-12-30 20:55:43 +01:00
Krunoslav Zaher 6d4f04ea7b Fixes package configuration for SPM. 2015-12-30 20:13:38 +01:00
Krunoslav Zaher 2d9f891f30 Adds mocks for QOS on Linux. 2015-12-30 08:17:16 -08:00
Krunoslav Zaher 6c3a83bfe0 Renames `*.Platform.swift` to `Platform.*.swift` and fixes build issues. 2015-12-30 16:54:43 +01:00
Krunoslav Zaher 1aa52d2f63 Merge pull request #373 from hsoi/feature/hsoi-schedulers-QoS
Adding Quality of Service (QOS) support to the Schedulers
2015-12-30 16:45:43 +01:00
John C. Daub a37dc9f3d3 running packager 2015-12-30 09:30:59 -06:00
John C. Daub a8890ad7ac QOS is only available on OS X 10.10 and later. 2015-12-30 09:06:21 -06:00
Krunoslav Zaher 0c8e808744 Fixes problems with ambiguity between `DriverConvertibleType` and `ObservableType`. 2015-12-30 15:55:20 +01:00
Krunoslav Zaher 3637e94287 Documents and polishes scripts. 2015-12-30 15:20:50 +01:00
Krunoslav Zaher 439ca291bc Updates `Scheduler` documentation. 2015-12-30 15:20:50 +01:00
Krunoslav Zaher 435a84ca25 Renames `scripts/package-swift-manager.swift` to `scripts/package-spm.swift`. 2015-12-30 15:20:50 +01:00
Krunoslav Zaher 984b825f31 Merge pull request #372 from finneycanhelp/flatMap-example-needs-bit-more
flatMap example needed print statement added in order to see what was coming from se…
2015-12-30 15:20:37 +01:00
John C. Daub b3f4bf13f2 Update tests to adopt the QOS approach. 2015-12-30 08:10:34 -06:00
John C. Daub f57230f9ef Update ConcurrentDispatchQueueScheduler and SerialDispatchQueueScheudler to adopt the new QOS enums. Add deprecation warnings to the priority mechanisms. 2015-12-30 08:09:50 -06:00
Mike Finney c7aa8607b9 Needed to add print statement in order to see what was coming from sequenceInt 2015-12-30 08:09:47 -06:00
John C. Daub fdf579786d Adding `DispatchQueueSchedulerQOS` enum, which provides the Apple-recommended quality of service classes. 2015-12-30 08:08:57 -06: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 901933454c Fixes CocoaPods validation script. 2015-12-30 04:20:26 +01:00
Krunoslav Zaher c389e21e90 Fixes Linux version. 2015-12-29 19:04:45 -08:00
Krunoslav Zaher 8b31b428bf Updates package. 2015-12-30 04:03:18 +01:00
Krunoslav Zaher 8e4a154360 Removes `RxMutableBox` from large part of unit tests. 2015-12-30 03:51:27 +01:00
Krunoslav Zaher 1ca156c1a2 Adapts automation scripts to new example app. 2015-12-30 03:17:04 +01:00
Krunoslav Zaher f4ef06e88d Updates documentation with API changes. 2015-12-30 03:16:20 +01:00
Krunoslav Zaher 6bc1ae0ff9 Deprecates `ScopedDisposable` and `scopedDispose` in favor of `DisposeBag`. 2015-12-30 02:50:07 +01:00
Krunoslav Zaher c4eb18acfd Deprecates `UIAlertView` and `UIActionSheet` extensions. 2015-12-30 02:20:24 +01:00
Krunoslav Zaher a3e2765e3d Removes `sampleLatest` unit tests. 2015-12-30 02:10:53 +01:00
Krunoslav Zaher 5db80857b9 Removes scheduler parametrization for `Driver` in `RxExample` project. 2015-12-30 02:05:03 +01:00
Krunoslav Zaher 8b8d32dc23 Updates changelog with 2.0.0-rc.0 changes. 2015-12-30 01:55:46 +01:00
Krunoslav Zaher f4475a7bcf Deprecates `sampleLatest` in favor of `withLatestFrom`. 2015-12-30 01:52:24 +01:00
Krunoslav Zaher eae477499a Removes `Driver` operator API scheduler parametrization. 2015-12-30 01:38:37 +01:00
Krunoslav Zaher 22b937b08b Adds `Linux.md`. 2015-12-30 00:42:05 +01:00
Krunoslav Zaher 8b2984e4e2 Deprecates `Variable` implementing `ObservableType` in favor of `asObservable()`, and changes behavior so it completes the sequence once it is deallocated. 2015-12-29 23:49:30 +01:00
Krunoslav Zaher 839051fe9b Polishes table view with editing example. 2015-12-29 23:28:15 +01:00
Krunoslav Zaher 33ffe82139 Exposes `driveOnScheduler`. 2015-12-29 22:14:06 +01:00
Krunoslav Zaher e445d4eec3 Another fix for Swift bugs with collisions between optimizations and testability. 2015-12-29 18:24:51 +01:00
Krunoslav Zaher 77d452db34 Workaround for Swift bug when compiler optimizes away `driverObserveOnScheduler` and `driverSubscribeOnScheduler` even though there is testability turned on. 2015-12-29 17:59:07 +01:00
Krunoslav Zaher a66badfdb7 Includes tests for `RxExample-iOS` in `pre-release-tests.sh`. 2015-12-29 17:41:44 +01:00