Commit Graph

844 Commits

Author SHA1 Message Date
Krunoslav Zaher 9439b281bb Small scheduler directory cleanup. 2015-12-13 15:47:46 +01:00
Krunoslav Zaher c337e642dc Polish for `CLLocationManager` interface and adds unit tests. 2015-12-13 15:28:00 +01:00
Krunoslav Zaher 38ba177e8f Improves `TailRecursiveSink` dispose logic. 2015-12-13 13:05:43 +01:00
Krunoslav Zaher 1148e3393c Simplifies logic in `TailRecursiveSink`. 2015-12-13 10:49:53 +01:00
Krunoslav Zaher 04ee3754d7 Adds time stamp to `debug` operator printout. 2015-12-13 01:08:33 +01:00
Krunoslav Zaher aea5848d83 Small polishing for GitHub repository search. 2015-12-13 00:33:17 +01:00
Krunoslav Zaher 6dcdf281b8 Moves `disctinctUntilChanged` to `ActivityIndicator`. 2015-12-13 00:27:02 +01:00
Krunoslav Zaher c534db0fac Polishing for GitHub repository search example. 2015-12-13 00:23:51 +01:00
Krunoslav Zaher d201397fa3 Improves tail recursive optimizations for `concat`, documents then and adds additional unit tests. 2015-12-13 00:07:57 +01:00
Krunoslav Zaher 0b5b9fe97a Adds `deferred` to `Driver` unit. 2015-12-12 21:07:00 +01:00
Krunoslav Zaher d786b367f1 Changes `ConnectableObservable` class. Generic parameter is now type of elements in observable sequence. 2015-12-12 20:36:30 +01:00
Krunoslav Zaher e14ca2e94d Fixes problem with autocorrect and `rx_text` on `UITextView`. #333 2015-12-12 20:00:33 +01:00
Krunoslav Zaher c8dc9cde0d Fixes Travis. 2015-12-12 17:34:48 +01:00
Krunoslav Zaher 170d21b2fe Updates `pre-release-tests.sh` for Xcode 7.2 2015-12-12 17:28:28 +01:00
Krunoslav Zaher 9fb35d737b Improves leak detection logic and adds suggestions how to detect memory leaks. 2015-12-12 17:28:28 +01:00
Krunoslav Zaher f983831113 Merge pull request #332 from brunokoga/master
Fixes broken WWDC 2014 links on README.md
2015-12-11 11:52:34 +01:00
Krunoslav Zaher 5c30d1068d Merge pull request #330 from finneycanhelp/remove-dead-code-issue-329
removed dead code
2015-12-11 10:34:36 +01:00
Mike Finney 51a46c014f removed dead code 2015-12-10 18:00:50 -06:00
Bruno Koga e63912fafb Fixes broken WWDC 2014 links on README.md 2015-12-09 13:07:24 +01:00
Krunoslav Zaher aeff907a8d Release 2.0.0-beta.4 2015-12-07 00:58:20 +01:00
Krunoslav Zaher e89ddd9891 Updates `CHANGELOG.md`. 2015-12-07 00:55:51 +01:00
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