Commit Graph

811 Commits

Author SHA1 Message Date
Krunoslav Zaher fb970bb4e7 Adds `shareReplayLatestWhileConnected()`. 2015-12-06 14:47:17 +01:00
Krunoslav Zaher 827ee57fff Exposes initializers for `ControlEvent` and `ControlProperty`. 2015-12-06 01:14:05 +01:00
Krunoslav Zaher 6d794361f6 Merge pull request #317 from JamStop/develop
Change parameter to use type alias for better code consistency
2015-12-05 18:12:59 +01:00
Krunoslav Zaher 523ea64dea Merge pull request #312 from persidskiy/fix/tests-leaking
Get rid of memory leaking in UIKit unit tests
2015-12-05 18:12:19 +01:00
Krunoslav Zaher e47ce0e5f2 Exposes `RxScrollViewDelegateProxy` and `RxTextViewDelegateProxy`. 2015-12-05 18:10:51 +01:00
Krunoslav Zaher d2b374a6a7 Exposes `UITableView` and `UICollectionView` delegate and data source proxies. 2015-12-05 17:42:43 +01:00
Krunoslav Zaher 3ea275cd9c Fixes unit tests. 2015-12-05 12:28:27 +01:00
Krunoslav Zaher 55dac75201 Fixes problem with improper detection of delegate proxy class hierarchies. #286 2015-12-05 12:04:51 +01:00
Krunoslav Zaher fa69e11a3c Updates `flatMapFirst` and adds it to `Driver` unit. 2015-12-05 00:44:44 +01:00
JamStop 25cca7c5f8 Change parameter to use type alias for better code consistency 2015-12-04 12:26:17 -08:00
persidskiy 7fa016f7b8 get rid of memory leaking in UIKit unit tests 2015-12-04 01:42:48 +03:00
Krunoslav Zaher ebf146ca41 Merge pull request #307 from persidskiy/feature/UIAvtivityIndicatorView
Add rx_animating to UIActivityIndicatorView
2015-12-03 22:22:17 +01:00
Krunoslav Zaher 2acca4987b Merge remote-tracking branch 'origin/master' into develop 2015-12-03 22:17:11 +01:00
Orta 9f61f57c29 Merge pull request #309 from fastred/patch-1
Fix typo in README: s/exists/exits/
2015-12-03 11:58:18 -05:00
Arkadiusz Holko ca96692715 Add missing articles in cell blurring example in README 2015-12-03 17:55:28 +01:00
Arkadiusz Holko a057dc750a Fix typo in README: s/exists/exits/ 2015-12-03 16:40:25 +01:00
persidskiy 39f7ea1475 Add rx_animating to UIActivityIndicatorView 2015-12-03 15:29:50 +03:00
Krunoslav Zaher 63127838ec Makes `rx_modelSelected` more user friendly and removes MVVM from Wikipedia search example. 2015-11-28 11:59:49 +01:00
Krunoslav Zaher 9beeb2f213 Merge pull request #296 from tailec/develop
Update operators in Examples
2015-11-27 21:33:02 +01:00
tailec a81863e58c Update docs 2015-11-27 18:59:23 +00:00
Krunoslav Zaher 7993d23f67 Merge pull request #291 from tottakai/feature-timeout-operator-api-documentation
timeout operator to API documentation
2015-11-26 22:41:14 +01:00
Tomi Koskinen 3e230196cf timeout operator to API documentation 2015-11-26 20:35:51 +02:00
Krunoslav Zaher c7e73c1184 Moves `Timeout` include into correct group. 2015-11-26 11:34:15 +01:00
Krunoslav Zaher 4d775f8c06 Polishing of `Timeout`. 2015-11-26 11:23:17 +01:00
Krunoslav Zaher 1b819eda2e Merge pull request #284 from ReactiveX/tottakai-feature-timeout
Timeout operator by @tottakai
2015-11-26 10:18:59 +01:00
Junior B 0c03710733 Fix Timeout _id increment strategy and add missing unused warning 2015-11-25 10:00:37 +01:00
Junior B bb93a7660d Fix Timeout operator 2015-11-24 16:41:41 +01:00
Junior B 56ad54a21c Improve `Timeout` operator 2015-11-24 16:33:29 +01:00
Junior B d7fa4060f1 Merge branch 'feature-timeout' of https://github.com/tottakai/RxSwift into tottakai-feature-timeout 2015-11-24 16:29:31 +01:00
Krunoslav Zaher a2ec9ee118 Merge pull request #276 from fpillet/replaysubject-unlimited
Support creating unbounded ReplaySubject
2015-11-23 10:52:02 +01:00
Florent Pillet dc039c3587 cleanup comment 2015-11-22 17:22:14 +01:00
Florent Pillet b102fcb42d added tests for replayAll() 2015-11-22 17:17:36 +01:00
Florent Pillet 22542ccc35 ReplaySubject with unlimited capacity support:
- added ReplaySubject.createUnbounded() to create unlimited subjects
- added replayAll() method to ObservableType
2015-11-22 17:03:31 +01:00
Carlos García ce9ad98e3d change println to print 2015-11-22 06:34:57 +01:00
Krunoslav Zaher a342eebc93 Merge pull request #279 from RuiAAPeres/develop
No need for force unwrapping
2015-11-21 22:33:36 +01:00
Rui Peres 36ec974b9c Rogue extra space 2015-11-21 19:27:50 +00:00
Rui Peres 1f76dfcae4 No need for force unwrap 2015-11-21 19:26:50 +00:00
Florent Pillet e26eacdb48 allow 0 and Int.max to create an ReplaySubject with unlimited capacity 2015-11-20 18:37:30 +01:00
Krunoslav Zaher a49f5f8462 Merge pull request #264 from ashfurrow/attributed-text
Adds UILabel rx_attributedText.
2015-11-18 14:22:47 +01:00
Ash Furrow 731e69a680 Adds UILabel rx_attributedText. 2015-11-18 08:20:03 -05:00
Krunoslav Zaher 018523bf1e Improves explanation in playgrounds. 2015-11-18 10:53:59 +01:00
Tomi Koskinen 64353ed548 Timeout operator 2015-11-18 11:17:16 +02:00
Krunoslav Zaher a03ee86d38 Merge pull request #267 from mikelikespie/fix-with-latest-from
Making withLatestFrom subscribe to the right hand side first
2015-11-18 10:01:40 +01:00
Krunoslav Zaher aa73066e1e Merge pull request #266 from carlosypunto/more_playground_examples
2 more combineLatest examples and added .DS_Store to .gitignore
2015-11-18 09:59:44 +01:00
Krunoslav Zaher 5f5a65fe98 Improves testing code. 2015-11-18 09:52:33 +01:00
Krunoslav Zaher 66606a6c5b Merge pull request #262 from ashfurrow/ignore-elements
Adds ignoreElements() operator
2015-11-18 09:03:58 +01:00
Mike Lewis 7ade18ba75 Making withLatestFrom subscribe to the right hand side first
This resolves an issue where you have two observables that yield values
immediately and it wasn't yielding a result
2015-11-17 14:37:19 -08:00
Carlos García 1fd3034336 2 more combineLatest examples and added .DS_Store to .gitignore 2015-11-17 20:06:42 +01:00
Ash Furrow 34f9e092f9 Adds ignoreElements(). 2015-11-17 12:10:19 -05:00
Krunoslav Zaher c909f0f572 Add `NSURLSession` changes to `CHANGELOG.md`. 2015-11-16 10:24:37 +01:00