Commit Graph

142 Commits

Author SHA1 Message Date
Krunoslav Zaher 0d33a77941 Adds double binding example. 2015-10-19 00:55:41 +02:00
Krunoslav Zaher 8251954b7b Changes `Driver` extensions to `DriverConvertibleType` extensions. 2015-10-18 18:20:21 +02:00
Krunoslav Zaher 1758f9d63a Adds `ActivityIndicator` to `RxExample`. 2015-10-18 17:27:09 +02:00
Krunoslav Zaher a991cad152 Adds `ActivityIndicator`. 2015-10-18 17:19:50 +02:00
Krunoslav Zaher d22a8fdada Merge pull request #198 from yury/using
Using operator
2015-10-18 16:14:48 +02:00
yury 8b6321e07a Add Using to RxExample-iOS-no-module target 2015-10-18 16:43:53 +03:00
Krunoslav Zaher 3269f482c9 Adds `concat` overload. 2015-10-18 15:24:53 +02:00
yury c9ea983f3a Add Using operator to no-module example 2015-10-17 21:04:38 +03:00
Krunoslav Zaher 6dc7f2e4a6 Rename `ObserverOf` to `AnyObserver`. 2015-10-17 12:15:37 +02:00
Krunoslav Zaher eba73eec26 Adds `Zip` and `CombineLatest` to `Driver` unit. 2015-10-15 23:30:48 +02:00
Krunoslav Zaher 97f805ce4f Adds excluded files. 2015-10-15 23:30:47 +02:00
Krunoslav Zaher 2958e0a796 Prototype of units. 2015-10-15 23:30:47 +02:00
yury cbdf027d3d Add SkipWhile operator 2015-10-12 11:59:20 +03:00
Krunoslav Zaher b4d4e4b4d6 Moves retry logic in Github example to right place. 2015-10-10 17:28:59 +02:00
Krunoslav Zaher a877416c56 Merge pull request #183 from yury/skip-until
SkipUntil
2015-10-08 18:44:43 +02:00
yury 403389beec Add SkipUntil to RxExample-iOS-no-module 2015-10-08 19:07:12 +03:00
Krunoslav Zaher 99ddac7848 Moves validation colors in it's own struct. 2015-10-08 16:31:28 +02:00
samgreen fe8e6d7965 Add self to access colors from closure. 2015-10-08 09:22:37 -04:00
samgreen 9c3a6d5061 Clearer comment about dispose bags. 2015-10-08 09:19:05 -04:00
samgreen a8cd83e956 Fixed a typo, used the type alias everywhere, and reorganized a few minor things for readability. 2015-10-07 08:17:47 -07:00
Krunoslav Zaher 893d964864 Includes Rx.xcodeproj in Example app to enable pod try. 2015-10-04 22:28:09 +02:00
Krunoslav Zaher 01faed3c89 Lipstick for Github repository search example. 2015-10-03 19:00:30 +02:00
Krunoslav Zaher 1a798ddb31 Fixes automation tests, unit tests warnings and example app warnings. 2015-10-03 15:55:57 +02:00
Krunoslav Zaher e2aa73e4b3 Fixes xcode warnings. 2015-10-02 21:21:44 +02:00
Krunoslav Zaher 766d6a7aad Removes unused variable. 2015-10-01 21:02:15 +02:00
Yoshinori Sano 1d450107dd Fix error message. 2015-10-01 18:49:47 +09:00
Yoshinori Sano 13c64db9e7 Delegation does not work because `rx_setDelegate` is not called. 2015-10-01 18:35:43 +09:00
Yoshinori Sano 7e2bc5dd43 Clear search result when searh keyword is cleared. 2015-10-01 18:30:10 +09:00
Krunoslav Zaher f7725f4dfc Example lipstick. 2015-09-30 13:04:08 +02:00
Krunoslav Zaher 8253b79ac6 Adds GitHub paging logic to RxExample project. 2015-09-30 12:57:00 +02:00
Yoshinori Sano 3d72fc1495 Fix typo. 2015-09-29 20:30:35 +09:00
Yoshinori Sano c40bbc5c85 Add incremental search. 2015-09-29 19:55:34 +09:00
Yoshinori Sano fdd53489e2 Add search bar. 2015-09-29 19:51:17 +09:00
Yoshinori Sano 447a06d963 Fix trivial typo. 2015-09-29 14:13:42 +09:00
Yoshinori Sano 30dc3b84af Add base implementation of auto loading example. 2015-09-29 13:31:48 +09:00
Krunoslav Zaher e4bb5bf61d Merge pull request #159 from czeluff/master
Wrong level used in image cache.
2015-09-23 21:31:20 +02:00
yoshinori_sano 8b4de57097 Use guard for simplification. 2015-09-22 19:35:27 +09:00
Krunoslav Zaher 880c777a80 Adds `repeatElement` operator. 2015-09-13 15:35:48 +02:00
Krunoslav Zaher 4695ab9de7 Adds `range` operator. 2015-09-13 14:54:47 +02:00
Krunoslav Zaher ebe338675c Adds `buffer` operator, tidy up for `Disposables`. 2015-09-13 13:13:08 +02:00
Krunoslav Zaher 9ac1ade696 Cleanup of observers and improvements to disposable locking performance. 2015-09-12 14:15:42 +02:00
Krunoslav Zaher 0e45753e49 Implements generate operator, and improves Scheduler namings. 2015-09-12 13:16:39 +02:00
Chad Zeluff ae5777f3b2 typo 2015-09-10 08:25:59 -06:00
Chad Zeluff d973395973 using proper level 1 cache 2015-09-10 08:25:34 -06:00
Krunoslav Zaher 964d44d733 Documentation and interface cleanup. 2015-09-09 11:29:39 +02:00
Krunoslav Zaher c4ea7b4bb2 Documentation and interface cleanup. 2015-09-08 22:32:09 +02:00
Krunoslav Zaher c530c746bd Adds embedded frameworks. 2015-09-01 13:08:55 +02:00
Krunoslav Zaher a4219416cd Introduces new units `ControlProperty` and `ControlEvent`. 2015-08-31 22:01:07 +02:00
Krunoslav Zaher fbe038fcb2 Fixes small leaks in RxExample app. 2015-08-31 12:08:41 +02:00
Krunoslav Zaher 6ac94ea5b6 Scheduler revamp (moving towards protocol extensions), internal optimizations, interface cleanup. 2015-08-31 10:59:37 +02:00