Commit Graph

120 Commits

Author SHA1 Message Date
Krunoslav Zaher d16dd15679 Fixes unit tests for `UISearchBar`. 2016-03-13 00:23:00 +01:00
Mateusz Derks 8b9bbff4ee Adds 'rx_badgeValue' to UITabBarItem 2016-03-04 14:14:38 +01:00
sambae 8559a67d89 Adds `rx_progress` to `UIProgressView` 2016-02-28 01:26:32 -05:00
Krunoslav Zaher b9d6aeb49c Selects release version of the RxExample app. 2016-02-14 17:22:44 +01:00
Krunoslav Zaher 2aebe1499f Adds `UIBindingObserver`. 2016-02-13 21:25:31 +01:00
Yosuke Ishikawa aafe14f093 Revert "Remove UIRefreshControl+RxTests from AllTests-tvOS"
This reverts commit bac715d202.
2016-01-31 00:57:10 +09:00
Yosuke Ishikawa bac715d202 Remove UIRefreshControl+RxTests from AllTests-tvOS 2016-01-31 00:48:59 +09:00
Yosuke Ishikawa 974bba5218 Add rx_refreshing for UIRefreshControl 2016-01-31 00:33:36 +09:00
Krunoslav Zaher 59c0f9069f Adds release Swift flag to release build. 2016-01-10 22:50:44 +01:00
Krunoslav Zaher eeddf1fe5d Adds `SectionedViewDataSourceType` and `rx_modelDeselected`, `rx_deselectedItemAtIndexPath` for `UICollectionView`, and corresponding unit tests. 2016-01-10 20:19:30 +01:00
sergdort a25cdd598c Added tests for UIImagePickerController+Rx 2016-01-06 19:28:31 +02:00
sshulga fe4dda0ed7 Rx wrappers for UIImagePickerController 2016-01-05 15:15:15 +02:00
Krunoslav Zaher 87aa7ede42 Moves all tests into Rx.xcodeproj and enables coverage tests. 2016-01-02 22:55:43 +01:00
Krunoslav Zaher 913d54ed23 Changes organization identifier to `io.rx` and changes organization name to `ReactiveX`. 2016-01-01 14:11:05 +01: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 aca3b28213 Removes deprecated APIs. 2015-12-31 00:37:58 +01:00
Krunoslav Zaher 6c3a83bfe0 Renames `*.Platform.swift` to `Platform.*.swift` and fixes build issues. 2015-12-30 16:54:43 +01: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 e445d4eec3 Another fix for Swift bugs with collisions between optimizations and testability. 2015-12-29 18:24:51 +01:00
Krunoslav Zaher 004e637774 Adds parallel example of GiHub sign in using vanilla observables and `Driver`. 2015-12-29 17:36:32 +01:00
Krunoslav Zaher 419a057fa9 Hides `HotObservable` and `ColdObservable` behind `TestableObservable`. Renames `MockObserver` to `TestableObserver`. 2015-12-28 02:46:18 +01:00
Krunoslav Zaher 9d4d93b474 Adds unit tests for `VirtualTimeScheduler` and `HistoricScheduler`. 2015-12-28 01:24:33 +01:00
Krunoslav Zaher e3df171b3f Fixes build for Darwin. 2015-12-26 04:47:04 +01:00
Krunoslav Zaher 0a864f1f0c Fixes `Debug` operator Linux issues. 2015-12-25 11:58:55 +01:00
Krunoslav Zaher d387f91afa Removes `SchedulerType` associated types in favor of concrete types. 2015-12-23 21:17:57 +01:00
Krunoslav Zaher 5716cc3cec Transforms free functions to factory functions on `Observable`. (just, never, error, generate, combineLatest, zip ...) 2015-12-21 20:55:37 +01:00
Krunoslav Zaher 43064439c2 Fixes building RxTests for devices. 2015-12-20 12:32:40 +01:00
Krunoslav Zaher 7147629173 Improves failure reporting. 2015-12-20 11:11:08 +01:00
Krunoslav Zaher 6748d884d6 Unit tests pass for first time after extracting `RxTests`. 2015-12-20 00:44:51 +01:00
Krunoslav Zaher 6dfec96820 Fixes directory structure, adds Podspec, fixes `pre-release-tests.sh`. 2015-12-19 18:40:09 +01:00
Krunoslav Zaher 57ca792dc6 Creates `RxTests` targets. 2015-12-19 18:12:54 +01:00
Krunoslav Zaher 86ec1acbcf Removes `RxBox` and `RxMutableBox` from public interface. 2015-12-19 17:55:49 +01:00
Krunoslav Zaher 637b19947c Deprecates versions with hidden external parameter name (scheduler, count ...). 2015-12-19 14:30:19 +01:00
Krunoslav Zaher 1ad68469fd Fixes tests. 2015-12-19 01:44:58 +01:00
Krunoslav Zaher b338c81e0d Merge remote-tracking branch 'origin/develop' into feature/observe_method_calls 2015-12-19 01:07:05 +01:00
Krunoslav Zaher b328cef22c Merge branch 'develop' into feature/observe_method_calls 2015-12-19 01:06:38 +01:00
Krunoslav Zaher 3508301e3b Finishes `rx_sentMessage`. 2015-12-18 23:33:58 +01:00
Pierre-Marc Airoldi 39a545045e Set global deployment target for frameworks 2015-12-15 21:45:43 -05:00
Krunoslav Zaher 9439b281bb Small scheduler directory cleanup. 2015-12-13 15:47:46 +01:00
Krunoslav Zaher 3162f55f68 Merge branch 'develop' into feature/observe_method_calls 2015-12-08 21:30:13 +01:00
Krunoslav Zaher 8522d71b54 Adds numbers example. 2015-12-06 20:33:50 +01:00
Krunoslav Zaher 3cfccfafed Adds tests for `shareReplayLatestWhileConnected`, adds type hints to `createObserver` and adds additional `Driver` tests. 2015-12-06 14:51:07 +01:00
persidskiy 39f7ea1475 Add rx_animating to UIActivityIndicatorView 2015-12-03 15:29:50 +03:00
Krunoslav Zaher d96173cdc9 Cleaning up for names for method observing. 2015-12-02 13:15:22 +01:00
Krunoslav Zaher 75fa95d4dc Messing with swizzling. 2015-12-02 13:15:22 +01:00
Krunoslav Zaher de65c8ff2f Refactors current swizzling code to be more generic. 2015-12-02 13:15:22 +01:00
Tomi Koskinen 64353ed548 Timeout operator 2015-11-18 11:17:16 +02:00