Commit Graph

1075 Commits

Author SHA1 Message Date
sshulga
fe4dda0ed7 Rx wrappers for UIImagePickerController 2016-01-05 15:15:15 +02:00
Krunoslav Zaher
61cbebeef0 Merge pull request #384 from hadashiA/fix-http-body-logging
Fix http body logging of NSURLSession
2016-01-04 22:03:08 +01:00
f-kubotar
4c6e55509f fix http body logging of NSURLSession 2016-01-05 00:02:05 +09:00
Krunoslav Zaher
c1f5931fb8 Adds unit tests for SequenceType version of toObservable. 2016-01-02 23:51:24 +01:00
Krunoslav Zaher
87aa7ede42 Moves all tests into Rx.xcodeproj and enables coverage tests. 2016-01-02 22:55:43 +01:00
Krunoslav Zaher
111bbfb5e3 Merge pull request #377 from mrahmiao/develop
Adds two rx properties to Cocoa controls.
2016-01-02 18:30:14 +01:00
Krunoslav Zaher
1c47f0a792 Updates documentation. 2016-01-02 00:36:33 +01:00
Krunoslav Zaher
12bfa3ddef Updates CHANGELOG.md with 2.0.0 changes. 2016-01-02 00:35:08 +01:00
Krunoslav Zaher
f13c35e8d0 Fixes automation scripts. 2016-01-01 23:38:23 +01:00
Krunoslav Zaher
10fdfa0d00 Updates debug label position. 2016-01-01 23:38:10 +01:00
Krunoslav Zaher
35be3f644b Decreases Sign up alert time. 2016-01-01 20:49:57 +01:00
Krunoslav Zaher
6dd9ff1e1e Ironing scripts. 2016-01-01 20:49:36 +01:00
Krunoslav Zaher
95aa450181 Release 2.0.0 2016-01-01 20:41:54 +01:00
Krunoslav Zaher
903904b5d4 Polish for header validation script. 2016-01-01 20:09:25 +01:00
Krunoslav Zaher
c8549e2581 Updates RxSwift.podspec. 2016-01-01 18:08:10 +01:00
mrahmiao
c7a641fe21 Fixes test failures of rx_state of NSButton and rx_enabled of NSControl.
Signed-off-by: mrahmiao <mrahmiao@gmail.com>
2016-01-01 22:28:48 +08:00
Krunoslav Zaher
c8ea0f7532 Rearranges partial updates example in RxExample app. 2016-01-01 14:58:15 +01:00
mrahmiao
035b40d9a3 Unifies the header of NSControl+RxTests.swift
Signed-off-by: mrahmiao <mrahmiao@gmail.com>
2016-01-01 21:21:18 +08:00
Krunoslav Zaher
913d54ed23 Changes organization identifier to io.rx and changes organization name to ReactiveX. 2016-01-01 14:11:05 +01:00
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