Commit Graph

531 Commits

Author SHA1 Message Date
yury 2e556c209e Make private state of Sink private 2015-10-13 12:29:49 +03:00
Krunoslav Zaher ce5fe8d750 Merge pull request #189 from yury/skip-while
Add SkipWhile operator
2015-10-13 10:10:40 +02:00
yury 8f7f6ccefd Add docs for skipWhile 2015-10-12 23:24:03 +03:00
yury c52c4f3cd7 Remove test code 2015-10-12 14:38:28 +03:00
yury fd6050ae2b Rename skipWhileIndexed to skipWhileWithIndex 2015-10-12 14:36:19 +03: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 49b0f0d7f0 Merge pull request #185 from yoshinorisano/fix-outdated-comments
Fix outdated comments on UISearchBar's rx_searchText property.
2015-10-09 12:57:21 +02:00
Yoshinori Sano 978b4eb629 Fix outdated comments on UISearchBar's rx_searchText property. 2015-10-09 09:15:59 +09: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 c64d392ba6 Removes unnecessary lock from Skip time version. 2015-10-08 16:36:51 +02:00
Krunoslav Zaher 99ddac7848 Moves validation colors in it's own struct. 2015-10-08 16:31:28 +02:00
Krunoslav Zaher d31a4b3a7f Merge pull request #184 from samgreen/cleanedup_github_signup_example
Cleanedup GitHub signup example
2015-10-08 16:27:44 +02:00
yury c5b6868072 Improve locking 2015-10-08 17:06:00 +03:00
yury 6d12d3786e Use _forwardElements boolean flag instead of optional observer 2015-10-08 16:51:23 +03:00
yury f065189ba9 Remove SkipUntilTime 2015-10-08 16:32:44 +03: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
yury c524c8a6ce Include SkipUntil.swift in RxSwift-watchOS target 2015-10-08 16:07:46 +03:00
yury 5bbd23e64f Add SkipUntil ohter and SkipUnit time rx operators 2015-10-08 15:32:26 +03: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 55ed31acbc Adds instructions how to use tvOS from Cocoapods. 2015-10-04 13:03:57 +02:00
Krunoslav Zaher 4d980e6846 Fixes cleanup code. 2015-10-04 12:33:05 +02:00
Krunoslav Zaher 3fe6163451 Adds tvos support to Cocoapods. 2015-10-04 12:22:30 +02:00
Krunoslav Zaher 30ae9a2dd1 Adds podspec validation. 2015-10-03 22:59:19 +02:00
Krunoslav Zaher ab2eb821f7 Replaces linking with libraries with target dependencies. 2015-10-03 20:24:25 +02:00
Krunoslav Zaher 260884e4f4 Enables testing on real device. 2015-10-03 19:33:28 +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 cf90d2f486 Release 2.0.0-alpha.4 2015-10-02 23:35:28 +02:00
Krunoslav Zaher 8b2138d1a3 Adds alpha.4 changes. 2015-10-02 23:32:39 +02:00
Krunoslav Zaher e2aa73e4b3 Fixes xcode warnings. 2015-10-02 21:21:44 +02:00
Krunoslav Zaher 480c6313b3 Merge pull request #178 from yury/warn-unused-result
Add @warn_unused_result attribute to subscribe* -> Disposable methods
2015-10-02 21:15:39 +02:00
yury 1b5f7f41d9 Add @warn_unused_result attribute to subscribe* -> Disposable methods 2015-10-02 18:20:01 +03:00
Krunoslav Zaher 5cbd72c0e4 Fixes targeted device family. 2015-10-02 11:33:05 +02:00
Krunoslav Zaher fcdcd0d510 Fixes bitcode. 2015-10-01 22:13:05 +02:00
Krunoslav Zaher ebdb5bca9e Removes deadfiles and enables bitcode. 2015-10-01 22:01:04 +02:00
Krunoslav Zaher 06b2424eb3 Removes codesigning for watch os. 2015-10-01 21:38:08 +02:00
Krunoslav Zaher 554618c9f8 Updates build scripts. 2015-10-01 21:02:15 +02:00
Krunoslav Zaher 766d6a7aad Removes unused variable. 2015-10-01 21:02:15 +02:00
Krunoslav Zaher a206e3d3a5 Renames product name. 2015-10-01 21:02:15 +02:00
Junior B 83c3f51461 Update test scripts for WatchOS
Add WatchOS 2 target in Podspecs
2015-10-01 21:02:15 +02:00
Krunoslav Zaher 7d1e73beca Merge pull request #176 from yoshinorisano/bugfix-auto-loading-example
Fix minor bugs of auto loading example
2015-10-01 12:08:37 +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 059e3ca3ab Adds watchOS targets and at least tests building targets. 2015-09-30 14:02:41 +02:00
Krunoslav Zaher f7725f4dfc Example lipstick. 2015-09-30 13:04:08 +02:00