Commit Graph

95 Commits

Author SHA1 Message Date
Krunoslav Zaher 1ed2daed68 Merge pull request #569 from ejensen/typos
Typo fixes
2016-03-23 23:07:50 +01: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
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
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 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 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
Mark Woollard 08a3161354 Rx wrapper for UITableViewDelegate tableView:accessoryButtonTappedForRowWithIndexPath: method 2016-02-05 20:14:34 +00: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
tarunon ed9a996b15 Fix `rx_tap` method using `rx_lazyInstanceObservable` 2016-01-21 11:28:18 +09:00
Mads Bøgeskov bda14c48c7 Added reactive wrapper for the network activity indicator in UIApplication. 2016-01-18 19:41:28 +01:00
tarunon 360ade3f1f Make rx_tap to shareable. ControlEvent initializer move to BarButtonItemTarget. 2016-01-18 11:33:05 +09:00
Krunoslav Zaher df8739fcfd Fixes a typo in `RxTableViewDataSourceProxy`. 2016-01-11 10:50:36 +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
Krunoslav Zaher c6526e830a Adds `UIImagePicker` documentation. 2016-01-10 18:36:43 +01:00
Krunoslav Zaher 09c790ee95 Merge pull request #387 from sergdort/UIImagePickerController_Rx
Rx wrappers for UIImagePickerController
2016-01-07 21:32:20 +01:00
Yannick Loriot f00effc9b5 [ADD] rx_itemDeselected and rx_modelDeselected events 2016-01-07 13:06:39 +01:00
sshulga fe4dda0ed7 Rx wrappers for UIImagePickerController 2016-01-05 15:15:15 +02:00
Krunoslav Zaher 903904b5d4 Polish for header validation script. 2016-01-01 20:09:25 +01:00
Krunoslav Zaher 81735c16cc Polish for `NSTextView`. 2016-01-01 13:13:07 +01: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 aca3b28213 Removes deprecated APIs. 2015-12-31 00:37:58 +01: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 c4eb18acfd Deprecates `UIAlertView` and `UIActionSheet` extensions. 2015-12-30 02:20:24 +01:00
Krunoslav Zaher 9a060ea10c Adds `Equatable` constraint to `rx_value<T>`. 2015-12-29 17:32:35 +01:00
Krunoslav Zaher 5d677eaf91 Standardizes header format. 2015-12-29 16:56:21 +01:00
Krunoslav Zaher e4a837ab1e Merge pull request #360 from sergdort/rx_text_bug_#333
Fixes regarding UITextField rx_text autocorrection bug #333
2015-12-28 01:27:41 +01:00