dakeshi
9e8af26719
Update syntax for RxSwift2.x, Swift2.x
2016-03-17 18:02:07 +09:00
Krunoslav Zaher
698a50b381
Returns device testing to automation scripts.
2016-02-14 23:26:39 +01:00
Krunoslav Zaher
1524ead3f2
Polishes README.md
2016-02-14 23:26:18 +01:00
Krunoslav Zaher
22cd5f79d1
Adds 2.2.0 changes to `CHANGELOG.md`.
2016-02-14 22:44:29 +01:00
Krunoslav Zaher
03aa560de0
Adds `rx_selected` to `UIControl`.
2016-02-14 22:44:13 +01:00
Krunoslav Zaher
ff452009cd
Fixes test compilation on Linux.
2016-02-14 12:34:53 -08:00
Krunoslav Zaher
a7d96765d6
Fixes compilation on Linux.
2016-02-14 12:23:19 -08:00
Krunoslav Zaher
db5959fc6e
Release 2.2
2016-02-14 17:24:28 +01:00
Krunoslav Zaher
b9d6aeb49c
Selects release version of the RxExample app.
2016-02-14 17:22:44 +01:00
Krunoslav Zaher
01ef8b5030
Integrates activity indicator extensions and improves memory management.
2016-02-14 17:21:22 +01:00
Krunoslav Zaher
2596f25432
Fixes automation scripts.
2016-02-14 17:21:10 +01:00
Krunoslav Zaher
3f46a7a0f6
Unifies header depth.
2016-02-14 15:31:03 +01:00
Krunoslav Zaher
29c9d9df14
Adds groups to links in README.md
2016-02-14 15:29:12 +01:00
Krunoslav Zaher
dc9a0f5505
Updates documentation.
2016-02-14 15:10:14 +01:00
Krunoslav Zaher
d537473e49
Improves error wording.
2016-02-13 23:58:06 +01:00
Krunoslav Zaher
1c0475860a
Fixes problem with required error.
2016-02-13 23:49:41 +01:00
Krunoslav Zaher
300c44aced
More workarounds for Swift compiler bugs.
2016-02-13 23:36:01 +01:00
Krunoslav Zaher
b08bf24201
Adds workarounds for compiler bugs.
2016-02-13 23:15:57 +01:00
Krunoslav Zaher
ba2787c3cb
Fixes referencing `self` instead of parameter.
2016-02-13 23:12:34 +01:00
Krunoslav Zaher
c3a04d0c67
Improves curl formatting.
2016-02-13 22:16:06 +01:00
Krunoslav Zaher
7dc8dfc6d1
Applies `UIBindingObserver`.
2016-02-13 22:12:50 +01:00
Krunoslav Zaher
2aebe1499f
Adds `UIBindingObserver`.
2016-02-13 21:25:31 +01:00
Krunoslav Zaher
e0555a05a5
Merge pull request #480 from pixyzehn/modify-tapgesture-in-example
...
Use rx_event instead of Selector
2016-02-13 20:37:02 +01:00
Krunoslav Zaher
e855916b47
Merge pull request #431 from mwoollard/develop
...
Add rx wrapper for UITableViewDelegate tableVIew:accessoryButtonTappedForRowWithIndexPath: method
2016-02-12 11:08:52 +01:00
Krunoslav Zaher
bbb5b6f300
Merge pull request #466 from sergdort/swift_evolution_currying
...
Changes for currying
2016-02-12 11:07:03 +01:00
Nagasawa Hiroki
75eeb546fe
Use rx_event instead of Selector
2016-02-12 19:03:01 +09:00
Krunoslav Zaher
78e0351e2c
Merge pull request #479 from adamsp/patch-1
...
Clarify examples in Warnings.md
2016-02-09 22:45:58 +01:00
Adam Speakman
2aef2cc39d
Clarify examples in Warnings.md
...
There were a few minor spelling mistakes, and I cleaned up some of the examples to be a little clearer.
2016-02-09 16:38:16 -05: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