Commit Graph

215 Commits

Author SHA1 Message Date
Krunoslav Zaher a2d7fc9c74 Increases resource count time to 0.2 sec. 2015-12-21 02:12:18 +01:00
Krunoslav Zaher b89f3f35c7 Fixes compilation error with OSX example. 2015-12-21 02:12:00 +01:00
Krunoslav Zaher 4ba729f7ad Refactors calculator example to be more clear. 2015-12-21 01:33:32 +01:00
Krunoslav Zaher 3d55baa4e1 Adds `cellType` parameter to `rx_itemsWithCellIdentifier`. 2015-12-21 01:19:08 +01:00
Krunoslav Zaher 86ec1acbcf Removes `RxBox` and `RxMutableBox` from public interface. 2015-12-19 17:55:49 +01:00
Krunoslav Zaher 637b19947c Deprecates versions with hidden external parameter name (scheduler, count ...). 2015-12-19 14:30:19 +01:00
Krunoslav Zaher 1ad68469fd Fixes tests. 2015-12-19 01:44:58 +01:00
Krunoslav Zaher b338c81e0d Merge remote-tracking branch 'origin/develop' into feature/observe_method_calls 2015-12-19 01:07:05 +01:00
Krunoslav Zaher b328cef22c Merge branch 'develop' into feature/observe_method_calls 2015-12-19 01:06:38 +01:00
Krunoslav Zaher 3508301e3b Finishes `rx_sentMessage`. 2015-12-18 23:33:58 +01:00
Fernando Paredes 4ae3e1281e Update Example app for tests 2015-12-16 11:12:44 -08:00
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 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 e14ca2e94d Fixes problem with autocorrect and `rx_text` on `UITextView`. #333 2015-12-12 20:00:33 +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
Mike Finney 51a46c014f removed dead code 2015-12-10 18:00:50 -06:00
Krunoslav Zaher 3162f55f68 Merge branch 'develop' into feature/observe_method_calls 2015-12-08 21:30:13 +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
JamStop 25cca7c5f8 Change parameter to use type alias for better code consistency 2015-12-04 12:26:17 -08:00
persidskiy 39f7ea1475 Add rx_animating to UIActivityIndicatorView 2015-12-03 15:29:50 +03:00
Krunoslav Zaher 981a3b206a Fixes problems release version. 2015-12-02 13:15:23 +01:00
Krunoslav Zaher de65c8ff2f Refactors current swizzling code to be more generic. 2015-12-02 13:15:22 +01: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 c7e73c1184 Moves `Timeout` include into correct group. 2015-11-26 11:34:15 +01:00
Tomi Koskinen 64353ed548 Timeout operator 2015-11-18 11:17:16 +02:00
Krunoslav Zaher 0a1a07384d Merge pull request #258 from ReactiveX/feature/kvo_revamp
KVO revamp.
2015-11-15 23:22:13 +01:00
Krunoslav Zaher 7d3387989d Adds `flatMapLatest` to `Driver` unit. 2015-11-15 23:21:39 +01:00
Krunoslav Zaher b3a66aa45f `Merge` operator family polish. 2015-11-15 21:15:23 +01:00
Krunoslav Zaher 90dad761a2 Fixes warnings in example app. 2015-11-15 13:11:21 +01:00
Krunoslav Zaher b1185750f4 Adds scheduler overloads to `just`, `sequenceOf`. Deprecates `asObservable` in favor of `toObservable`. 2015-11-15 00:09:41 +01:00
Krunoslav Zaher 5cc185743a Polish for animated table view updates. 2015-11-14 21:22:01 +01:00
Krunoslav Zaher a269a42a38 KVO revamp. 2015-11-14 15:34:08 +01:00
Junior B 9663469b01 Add tests for `single` non-blocking operator 2015-11-11 11:13:12 +01:00
Krunoslav Zaher 046024d7fd Changes `CustomStringConvertible` to `CustomDebugStringConvertible`. 2015-11-09 01:05:51 +01:00
Krunoslav Zaher 9fa53a6bb3 Transforms `NSError`s across projects into Swift enums that inherit from `ErrorType`. 2015-11-09 00:44:59 +01:00
Krunoslav Zaher eebef9d125 Merge remote-tracking branch 'origin/develop' into develop 2015-11-08 17:57:44 +01:00
Krunoslav Zaher ce983c44d0 Polishing and optimizing `retryWhen`. 2015-11-08 17:51:18 +01:00
Kyle Fang 3052e9415c Remove Unneeded dispose bag 2015-11-07 13:00:16 -06:00
Junior B 7fe9a87cb5 Add `window` operator, time/count version 2015-11-06 11:07:33 +01:00
Krunoslav Zaher cab8c40ae1 Simplifies `ReachabilityService`. 2015-11-02 10:46:12 +01:00
Krunoslav Zaher 59f3b487d2 Removes locks from sink forwarding (25% improvement). 2015-11-02 00:17:11 +01:00