Commit Graph

823 Commits

Author SHA1 Message Date
Krunoslav Zaher a6730acec2 Fixes docs for `rx_animating`. 2015-12-07 00:40:53 +01:00
Krunoslav Zaher 08e68c66e4 Updates automation scripts. 2015-12-07 00:14:28 +01:00
Krunoslav Zaher e01e2105b1 Adds preloading of shared resources to improve leak detection logic. 2015-12-06 23:45:49 +01:00
Krunoslav Zaher 5f8fc67d7d Adds simple example of table view with sections. 2015-12-06 23:35:34 +01:00
Krunoslav Zaher 68a792988d Polishes GitHubSignup into a simple MVVM example. 2015-12-06 22:39:12 +01:00
Krunoslav Zaher ca1488841c Adds simple validation example. 2015-12-06 20:58:16 +01:00
Krunoslav Zaher 8522d71b54 Adds numbers example. 2015-12-06 20:33:50 +01:00
Krunoslav Zaher b08c1a5969 Extends `UIView` with `rx_alpha`, `rx_hidden`. `NSLayoutConstraint` with `rx_constant`. 2015-12-06 20:33:03 +01:00
Krunoslav Zaher a0c68de05d Adds `shareReplayLatestWithReplay` to `RxExample-iOS-no-module`. 2015-12-06 14:59:54 +01:00
Krunoslav Zaher 3cfccfafed Adds tests for `shareReplayLatestWhileConnected`, adds type hints to `createObserver` and adds additional `Driver` tests. 2015-12-06 14:51:07 +01:00
Krunoslav Zaher 532c6c2c7b Adds type hints to `empty`, `never` and `failWith`. 2015-12-06 14:50:38 +01:00
Krunoslav Zaher 2a30fe5069 Changes `Driver` to use `shareReplayLatestWhileConnected` for connection sharing. 2015-12-06 14:48:42 +01:00
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