Commit Graph

165 Commits

Author SHA1 Message Date
Krunoslav Zaher dcc65e8fe0 Adds synchronization protocols to reduce allocations. 2015-11-01 20:40:08 +01:00
Krunoslav Zaher b12e97abda Adds `Driver` to `RxExample` app. 2015-11-01 20:17:48 +01:00
Krunoslav Zaher 1dbe06a082 Improves example app. 2015-11-01 20:12:41 +01:00
Vodovozov Gleb 9a08915ff1 ensure that self is not nil in rxex_downloadableImageAnimated 2015-11-01 12:58:46 +08:00
Vodovozov Gleb 72b0904fea simplified text in OfflinePlaceholder 2015-11-01 11:31:22 +08:00
Vodovozov Gleb 5c148de3e2 moved out extension of UIImageView to separate file to have OS X support for DownloadableImage. Also changed UIImage to Image typealias 2015-11-01 11:28:09 +08:00
Vodovozov Gleb 85197b9a7c Use DownloadableImage in WikipediaImageServiceExample to handle network errors and bind result to collection view cells. 2015-11-01 10:31:25 +08:00
Vodovozov Gleb 942b617c10 introducing DownloadableImage – enum with 2 possible values – Content(image:UIImage) and OfflinePlaceholder. Use it in ImageService to implement retries on network failures. Also added rxex_downloadableImage extension for UIImageView which shows either content or placeholder image. 2015-11-01 10:30:55 +08:00
Vodovozov Gleb a7ea80a632 use reachability service to handle network errors in Wikipedia image search example: for cells with image. If connection is lost image with label Loading is displayed until connection is reestablished. Image is exported from paintcode 2015-10-31 14:57:52 +08:00
Vodovozov Gleb d070c08762 use reachability service to handle network errors in Wikipedia image search example: handle main search and loading titles 2015-10-31 14:57:51 +08:00
Vodovozov Gleb 5dfd604f29 use new reachability service to handle network errors in AutoLoading example 2015-10-31 14:57:51 +08:00
Vodovozov Gleb a35c77c0e0 Reachability+Rx now is ReachabilityService 2015-10-31 14:57:51 +08:00
Vodovozov Gleb ea628496f1 when receiving error from GitHubSearchRepositoriesAPI wait while network is reachable again and retry query 2015-10-31 14:57:51 +08:00
Vodovozov Gleb e8cb6721b7 added Reachability+Rx - contains reactive wrapper 2015-10-31 14:57:51 +08:00
Vodovozov Gleb 64788e9e3c added reachabilty.swift https://github.com/ashleymills/Reachability.swift 2015-10-31 14:57:51 +08:00
Tomi Koskinen 3e7345df04 TakeLast review fixes 2015-10-27 21:40:26 +02:00
Sendy Halim d7f3fa774b Change diposeBag to disposeBag 2015-10-25 19:23:35 +07:00
Krunoslav Zaher d1666db4d1 Removes unnecessary `subscribeSafe` in case there is already an `Observable` source. 2015-10-25 00:59:50 +02:00
Junior B 97e807080d Adds `elementAt` operator 2015-10-25 00:16:21 +02:00
Junior B 2936820088 Merge branch 'develop' of github.com:ReactiveX/RxSwift into feature/toArray
Conflicts:
	RxExample/RxExample.xcodeproj/project.pbxproj
2015-10-23 09:47:01 +02:00
Junior B 3693c7d9ff Adds `toArray` operator 2015-10-22 09:35:44 +02:00
yury e453820c08 Add WithLatestFrom operator 2015-10-20 12:43:35 +03:00
Krunoslav Zaher 63a60b359b Adds `ConcurrentMainScheduler` and `ImmediateScheduler`. 2015-10-19 02:31:16 +02:00
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