Commit Graph

1829 Commits

Author SHA1 Message Date
tarunon 26893a379b add delay operator 2016-02-09 19:48:06 +09:00
sergdort cc4c0f8cb0 Fixed `func castOrFatalError<T>(value: AnyObject!) -> T` in favor of `func castOrFatalError<T>(value: Any!) -> T` 2016-02-09 10:33:37 +02:00
Krunoslav Zaher cf308a1e74 Merge pull request #477 from iandundas/patch-1
Updated CocoaPods instructions for latest CocoaPods
2016-02-09 08:47:00 +01:00
Ian Dundas 753a4338b7 Updated CocoaPods instructions for latest CocoaPods
In CocoaPods 1.0.0.beta.3, the Podfile now needs to specify the target name, otherwise `pod install` fails with the following:

```[!] The dependency `RxSwift (~> 2.0)` is not used in any concrete target.
The dependency `RxCocoa (~> 2.0)` is not used in any concrete target.```

I added an extra step to the instructions to make it work again. The above format of course still works on the pre-1.0.0 cocoapods as well, so I believe it's safe to update the instructions already.
2016-02-08 20:52:39 +01:00
Krunoslav Zaher f4bb68696c Adds timer and interval to `Driver`. 2016-02-07 21:22:40 +01:00
Krunoslav Zaher 82e8b005fd Merge pull request #475 from pixyzehn/remove-blank-line
Remove a blank line
2016-02-07 18:11:55 +01:00
Nagasawa Hiroki ab3d9de696 Remove a blank line 2016-02-06 19:22:30 +09:00
Mark Woollard 00508f0b8e Resolve conflict in Main.storyboard
# Conflicts:
#	RxExample/RxExample/iOS/Main.storyboard
2016-02-05 20:23:01 +00:00
Mark Woollard c6c6ec002d Correction for rx_itemAccessoryButtonTapped unit test - use testRow value for delegate call 2016-02-05 20:16:39 +00:00
Mark Woollard 825d09a04b Added unit tests for rx_itemAccessoryButtonTapped
Added test to validate observable produces the correct NSIndexPath when delegate method called
2016-02-05 20:16:39 +00:00
Mark Woollard 87b36ffb0d Add use of rx_itemAccessoryButtonTapped to simple table view example 2016-02-05 20:16:39 +00:00
Mark Woollard 08a3161354 Rx wrapper for UITableViewDelegate tableView:accessoryButtonTappedForRowWithIndexPath: method 2016-02-05 20:14:34 +00:00
Krunoslav Zaher d0cd75036d Adds `skip` and `startWith` to `Driver`. 2016-02-05 16:20:18 +01:00
Krunoslav Zaher 14e9a04ab6 Fixes problem with RunLoopLock calling run loop stop multiple times. 2016-02-05 15:36:34 +01:00
Krunoslav Zaher 8e9df5acc8 Merge pull request #414 from MadsBogeskov/master
Added reactive wrapper for the network activity indicator in UIApplication
2016-02-04 12:50:43 +01:00
Krunoslav Zaher 6c1cb92559 Merge pull request #469 from mingliangfeng/develop
Update rxmarbles.com so it can be opened directly.
2016-02-04 11:43:10 +01:00
sergdort f6dad5f3a8 Changes for currying #465 2016-02-03 23:19:31 +02:00
Andrew Feng 29583c12a1 Update rxmarbles.com so it can be opened directly. 2016-02-03 09:33:58 +11:00
Krunoslav Zaher 85107b3ecd Merge pull request #467 from pra85/patch-1
Fix minor typo in Readme.md
2016-02-02 22:08:12 +01:00
Prayag Verma 6741269975 Fix minor typo in Readme.md
Replace `a` with `an`
2016-02-02 23:43:09 +05:30
Krunoslav Zaher f58be5d759 Merge pull request #459 from ishkawa/feature/UIRefreshControl
Add rx_refreshing for UIRefreshControl
2016-01-31 23:36:22 +01:00
Krunoslav Zaher 99e5579f20 Adds optional parameter to `timer` operator. 2016-01-31 23:07:18 +01:00
Thane Gill 912e3de6e8 [testRetryWhen_Incremental_BackOff] Fix return type 2016-01-31 22:53:22 +01:00
Thane Gill 7e8884d94c [Timer] Return generic SignedIntegerType Observable for timer instead of Int64 2016-01-31 22:52:53 +01:00
Yosuke Ishikawa fa3f68971e Fix target OS of UIRefreshControl 2016-01-31 00:59:09 +09: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
Mark Woollard 7e78517f8a Correction for rx_itemAccessoryButtonTapped unit test - use testRow value for delegate call 2016-01-29 07:34:12 +00:00
Mark Woollard 79163619be Added unit tests for rx_itemAccessoryButtonTapped
Added test to validate observable produces the correct NSIndexPath when delegate method called
2016-01-29 07:30:10 +00:00
Krunoslav Zaher 14efe368a7 Merge pull request #449 from CapsuleHealth/master
adds rx_active observer for NSLayoutConstraint
2016-01-28 21:14:16 +01:00
mikelow 3ff8a18c34 adds rx_active observer for NSLayoutConstraint 2016-01-27 18:16:20 -05:00
Krunoslav Zaher b7273f0e35 Merge pull request #448 from thanegill/bindNext-error
Change error message to "Binding error: \(error)"
2016-01-27 22:17:06 +01:00
Thane Gill 8aba766224 [bindNext] Change error message to "Binding error: \(error)" 2016-01-27 11:26:52 -08:00
Krunoslav Zaher 89a68deff0 Merge pull request #446 from tako3/master
Fix typo
2016-01-27 10:32:52 +01:00
Nobutaka Yuasa a9149df19a Fix typo 2016-01-27 17:15:16 +09:00
Krunoslav Zaher cf06a20750 Removes explicit slack url in favor of badge. 2016-01-26 22:33:55 +01:00
Krunoslav Zaher 329cc17bc6 Updates index and comparison part. 2016-01-26 22:05:54 +01:00
Krunoslav Zaher 49a74d9437 Adds badges to `README.md`. 2016-01-25 22:33:33 +01:00
Krunoslav Zaher f0f48371c5 Polishes `Driver` public interface. 2016-01-25 21:58:21 +01:00
Krunoslav Zaher b8d46bec0c Readds `onError` to `Driver` `do` operator because removing it would break API backwards compatibility for 2.0.0. 2016-01-25 21:54:31 +01:00
Krunoslav Zaher 300931015b Adds documentation for `of` operator on `Driver`. 2016-01-25 21:05:52 +01:00
Krunoslav Zaher 9c16b24065 Updates linux tests. 2016-01-25 21:00:00 +01:00
Krunoslav Zaher af6772d7eb Fixes typo. 2016-01-25 20:51:24 +01:00
Krunoslav Zaher f9f30229a0 Merge remote-tracking branch 'dpyro/documentation-grammar' into develop 2016-01-25 20:50:44 +01:00
Krunoslav Zaher 7dbc403e1e Merge branch 'develop' of github.com:kzaher/RxSwift into develop 2016-01-25 20:36:32 +01:00
Sumant Manne 8b8a98521b Partial doc grammar edit.
Edited for grammar but not meaning.
2016-01-24 13:15:12 -06:00
Carlos García 4a7926e544 GeolocationSubscriptionExample 2016-01-24 13:46:58 +01:00
Mark Woollard 53e9845cb8 Add use of rx_itemAccessoryButtonTapped to simple table view example 2016-01-23 19:52:06 +00:00
Mark Woollard 00bf5716a3 Rx wrapper for UITableViewDelegate tableView:accessoryButtonTappedForRowWithIndexPath: method 2016-01-23 19:51:10 +00:00