Krunoslav Zaher
|
1ed2daed68
|
Merge pull request #569 from ejensen/typos
Typo fixes
|
2016-03-23 23:07:50 +01:00 |
Eric Jensen
|
9899bd7d39
|
Use modern dictionary syntax
|
2016-03-22 20:12:06 -07:00 |
Eric Jensen
|
ddf9cdd33f
|
Correct typos
|
2016-03-22 20:10:44 -07:00 |
Eric Jensen
|
2b0dd31a9f
|
Correct mixed indentation by replacing tabs with spaces
|
2016-03-22 20:04:39 -07:00 |
Krunoslav Zaher
|
bd8b188a49
|
Fixes for Swift 2.2 warnings in unit tests.
|
2016-03-22 12:12:15 +01:00 |
Krunoslav Zaher
|
65644c6160
|
Fixes Swift 2.2 warnings.
|
2016-03-22 11:29:39 +01:00 |
Jorge Bernal
|
eddbd23aa5
|
Use new associatedtype syntax
|
2016-03-22 11:09:16 +01:00 |
Stephen H. Gerstacker
|
097467e07c
|
Merge branch 'develop' into uisearchbar-additions
|
2016-03-12 22:08:13 -05:00 |
Krunoslav Zaher
|
e43a6785be
|
Documents why using `NSTextStorage + observeOn(MainScheduler.asyncInstance)` for `UITextField` extensions.
|
2016-03-12 21:36:43 +01:00 |
Krunoslav Zaher
|
19900bfaac
|
Fixes problem with UITextView two way binding.
|
2016-03-12 21:30:48 +01:00 |
Krunoslav Zaher
|
e68becb3b3
|
Merge pull request #535 from garnett/simplify-computed-properties
Simplify computed properties
|
2016-03-08 22:57:33 +01:00 |
Zhigang Fang
|
b4d129974f
|
Remove unneed ?? NSData()
|
2016-03-08 09:08:08 +08:00 |
Denis Lebedev
|
0567020538
|
Simplify computed properties
|
2016-03-07 17:31:00 +00:00 |
Krunoslav Zaher
|
18acdd02ff
|
Fixes `rx_badgeValue` inline documentation.
|
2016-03-05 21:04:06 +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 |
Stephen H. Gerstacker
|
74dd160d56
|
Support for UISearchBar selectedScopeButtonIndex
|
2016-02-27 14:06:20 -05:00 |
Krunoslav Zaher
|
c24df15131
|
Merge pull request #514 from Shelin69/master
Issue #511 - free array
|
2016-02-27 17:52:49 +01:00 |
Krunoslav Zaher
|
2c81bcb1e7
|
Merge pull request #509 from tomburns/optional-notification-name
Make name parameter of rx_notification optional.
|
2016-02-27 17:26:35 +01:00 |
Joanna Kubiak
|
fffd955fba
|
Issue #511 - added free to reslove memory leaking warnings
|
2016-02-27 17:14:33 +01:00 |
Tom Burns
|
7cb5a3b79a
|
Make name parameter of rx_notification optional.
|
2016-02-24 20:47:13 -06:00 |
Adam Ritenauer
|
55f3ec4041
|
Adds a work around to an error in swifts handling of preprocessor directives
|
2016-02-15 09:32:05 -08:00 |
Krunoslav Zaher
|
03aa560de0
|
Adds `rx_selected` to `UIControl`.
|
2016-02-14 22:44:13 +01:00 |
Krunoslav Zaher
|
b9d6aeb49c
|
Selects release version of the RxExample app.
|
2016-02-14 17:22:44 +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
|
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 |
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
|
f4bb68696c
|
Adds timer and interval to `Driver`.
|
2016-02-07 21:22:40 +01: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
|
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 |
sergdort
|
f6dad5f3a8
|
Changes for currying #465
|
2016-02-03 23:19:31 +02:00 |
Yosuke Ishikawa
|
fa3f68971e
|
Fix target OS of UIRefreshControl
|
2016-01-31 00:59:09 +09:00 |
Yosuke Ishikawa
|
974bba5218
|
Add rx_refreshing for UIRefreshControl
|
2016-01-31 00:33:36 +09: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 |
Thane Gill
|
8aba766224
|
[bindNext] Change error message to "Binding error: \(error)"
|
2016-01-27 11:26:52 -08: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
|
f109aaf98e
|
Merge pull request #409 from tarunon/fix/UIBarButtonItem_rx_tap_cannot_share
Make UIBarButtonItem.rx_tap to shareable.
|
2016-01-22 22:31:27 +01:00 |
tarunon
|
ed9a996b15
|
Fix `rx_tap` method using `rx_lazyInstanceObservable`
|
2016-01-21 11:28:18 +09:00 |