Commit Graph

511 Commits

Author SHA1 Message Date
Junior B c60373b21b Merge branch 'develop' of github.com:ReactiveX/RxSwift into feature/watchOS-tests
Conflicts:
	RxBlocking.podspec
	RxCocoa.podspec
	RxSwift.podspec
	scripts/common.sh
	scripts/pre-release-tests.sh
2015-10-06 10:10:39 +02: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
Junior B 693783f891 Update test scripts for WatchOS
Add WatchOS 2 target in Podspecs
2015-09-30 15:23:27 +02: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
Krunoslav Zaher 8253b79ac6 Adds GitHub paging logic to RxExample project. 2015-09-30 12:57:00 +02:00
Krunoslav Zaher a5bf7d5df3 Merge pull request #173 from yoshinorisano/auto-loading-example
[WIP] Implement auto loading example.
2015-09-29 20:23:21 +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
Krunoslav Zaher e6d27bca88 Merge pull request #172 from yury/tvOS-targets
tvOS targets
2015-09-29 10:58:47 +02: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
yury ec4dd7ef5e Merge branch 'develop' into tvOS-targets 2015-09-28 23:04:32 +03:00
yury 4823443a9b Add tvOS targets 2015-09-28 23:03:59 +03:00
Krunoslav Zaher 82b004e82a Replaces value of iterations with alias. 2015-09-28 21:37:25 +02:00
Krunoslav Zaher 85bed326b8 Fixes warning in Performance tools. 2015-09-28 21:09:17 +02:00
Krunoslav Zaher b39c431f93 Removes duplicate references for performance tests. 2015-09-28 21:02:55 +02:00
Krunoslav Zaher 59a1bdba08 Additional explanations for `retry`. 2015-09-28 20:46:02 +02:00
Krunoslav Zaher 0fc4c5d1c3 Merge pull request #171 from tottakai/feature_buffer_api_documentation
add buffer operator to supported operators list
2015-09-28 17:13:07 +02:00
Tomi Koskinen 8f55226527 add buffer operator to supported operators list 2015-09-28 17:59:53 +03:00
Krunoslav Zaher 745d004701 Fixes confusing naming for `retry` operator. 2015-09-28 13:15:12 +02:00
Krunoslav Zaher 47dc91808e Transforms performance test to Cocoa app. 2015-09-28 12:46:39 +02:00
Krunoslav Zaher bb321cf268 Merge pull request #165 from yoshinorisano/refactor-combine-latest-sink
Refactor CombineLatestSink.
2015-09-27 21:50:31 +02:00
yoshinori_sano 62422afcc6 Optimize CombineLatestSink. 2015-09-27 10:47:38 +09:00