Commit Graph

405 Commits

Author SHA1 Message Date
Krunoslav Zaher fbe038fcb2 Fixes small leaks in RxExample app. 2015-08-31 12:08:41 +02:00
Krunoslav Zaher 85a9dd16b6 Sets Quick unit test mode as default. 2015-08-31 11:23:12 +02:00
Krunoslav Zaher 6ac94ea5b6 Scheduler revamp (moving towards protocol extensions), internal optimizations, interface cleanup. 2015-08-31 10:59:37 +02:00
Krunoslav Zaher 1f0f5b9788 Adds collection version of `zip`. 2015-08-30 18:51:53 +02:00
Krunoslav Zaher 8e16a8fad4 Adds collection version of `combineLatest`. 2015-08-30 17:49:35 +02:00
Krunoslav Zaher d8b345fca9 Adds quick test to `pre-release-tests.sh`. 2015-08-29 21:21:36 +02:00
Krunoslav Zaher 5608b08f01 Makes `flatMap` more general. Small naming fixes. 2015-08-29 20:44:55 +02:00
Krunoslav Zaher b47255e935 Merge pull request #118 from lfaoro/rxswift-2.0
Added missing Info.plist to targets
2015-08-29 13:15:13 +02:00
Leonard 697ebbc5ae Project updated with new RxBlocking Info.plist 2015-08-29 13:10:02 +02:00
Leonard 8383b40251 RxBlocking now has its own Info.plist
Before RxBlocking was sharing RxCocoa’s Info.plist
2015-08-29 13:09:35 +02:00
Leonard 23dacf919a Added missing Info.plist to targets
Fixes #40
Fixes #106
2015-08-29 12:45:51 +02:00
Krunoslav Zaher 6ee66a1ce1 Merge pull request #116 from ikesyo/remove-box-references
Remove Box references in enums
2015-08-28 11:52:54 +02:00
Syo Ikeda 246f5144a8 Preserve RxBox at the moment 2015-08-28 18:08:23 +09:00
Krunoslav Zaher 4c985476f9 Merge pull request #117 from ikesyo/remove-makeOptional
makeOptional seems to be not needed
2015-08-28 10:22:56 +02:00
Syo Ikeda 76b81cf5e1 Pass initializer directly 2015-08-28 16:41:27 +09:00
Syo Ikeda 58f31f078a makeOptional seems to be not needed
`Optional.init()` can be used instead.
2015-08-28 16:37:46 +09:00
Syo Ikeda 6ba4aead54 Remove RxBox type 2015-08-28 16:14:33 +09:00
Syo Ikeda 77fc2b422d Remove Box references in enums
Those are not used/necessary any more in Swift 2.
2015-08-28 16:08:52 +09:00
Krunoslav Zaher b89141d0cb Fix for Xcode7 build server. 2015-08-27 23:20:40 +02:00
Krunoslav Zaher 47113d7743 Merge pull request #113 from ReactiveX/feature/rxswift-2.0-operator-renames
Feature/rxswift 2.0 operator renames
2015-08-27 09:30:57 +02:00
Krunoslav Zaher 4dc841415b Merge pull request #114 from ikesyo/mainscheduler-static-property
Use static property for sharedInstance in MainScheduler
2015-08-27 09:29:12 +02:00
Syo Ikeda 680ddcc95a Use static property for sharedInstance in MainScheduler 2015-08-27 11:05:16 +09:00
Krunoslav Zaher 43c6a443d5 Transforms operator properties into extension functions. Transforms free functions on collections to `SequenceType` extensions. Removes unnecessary overloads. Cleanup. 2015-08-26 23:11:46 +02:00
Krunoslav Zaher dc18c5f43f Removes resources from output. 2015-08-26 22:44:25 +02:00
Carlos García 830134fecf "".toDouble to Double("") in calculator example 2015-08-25 16:10:17 +02:00
Krunoslav Zaher 045802b43e Merge pull request #107 from ChrisBuchholz/fix-renamed-and-deprecated-zeroRect-and-join
Fix renamed and deprecated zero rect and join
2015-08-25 13:36:11 +02:00
Chris Buchholz b7a8e19612 zeroRect vs renamed to zero 2015-08-25 12:07:23 +02:00
Chris Buchholz c57d98bf18 cannot verify that join has been removed, but is doesn't work in any case, and this does 2015-08-25 12:06:55 +02:00
Krunoslav Zaher 60ecf938b8 Fixes build server script errors. 2015-08-24 21:47:12 +02:00
Krunoslav Zaher da53e617bc Adds `_RX.h` to umbrella header. 2015-08-24 14:38:36 +02:00
Krunoslav Zaher 756a507db7 Fixed `UIBarButtonItem` with Swift 2.0 2015-08-24 11:41:32 +02:00
Carlos García df27673f8d Update RxCocoa.podspec 2015-08-24 07:08:39 +02:00
Krunoslav Zaher bf8645c185 Merge remote-tracking branch 'origin/rxswift-2.0' into rxswift-2.0 2015-08-24 01:34:52 +02:00
Krunoslav Zaher c5cc2ec367 Updates podspecs. 2015-08-24 01:28:57 +02:00
Krunoslav Zaher 98d528fe9a Renames playgrounds to `Rx.playground`. 2015-08-24 01:20:51 +02:00
Krunoslav Zaher 2f306c5300 Fixes target linkages. 2015-08-24 01:19:34 +02:00
Krunoslav Zaher 018bac4d4c Merges with new playgrounds. 2015-08-24 00:39:43 +02:00
Krunoslav Zaher 9c893e75f4 Merges `RxSwift.xcodeproj`, `RxCocoa.xcodeproj` and `RxBlocking.xcodeproj` to `Rx.xcodeproj`. 2015-08-24 00:06:52 +02:00
Krunoslav Zaher cf7ae02cf0 Merge remote-tracking branch 'origin/develop' into rxswift-2.0 2015-08-23 23:18:10 +02:00
Krunoslav Zaher f9acddece2 Speeds up unit tests on build server. 2015-08-23 21:37:31 +02:00
Krunoslav Zaher 7544a2535e Fixes compile warnings. 2015-08-23 21:37:09 +02:00
Krunoslav Zaher 13a75158d1 Cleanup for `deferred` and fixes for OSX support. 2015-08-23 21:21:02 +02:00
Krunoslav Zaher 70eed3e294 Merge from `develop` 2015-08-23 21:07:59 +02:00
Krunoslav Zaher b9e708f681 Refactorings for combineLatest, zip, variable. 2015-08-23 20:32:10 +02:00
Krunoslav Zaher a19c4c50c5 Fixes examples. 2015-08-23 18:09:15 +02:00
Krunoslav Zaher 12058c17af Renames `tap` to `doOn` 2015-08-23 17:40:09 +02:00
Krunoslav Zaher 5a8c053f5f Refactoring of ObservableType, ObserverType, SubjectType, Bag and Subjects. 2015-08-23 17:30:26 +02:00
Krunoslav Zaher 75ef8e0903 Merge pull request #105 from ReactiveX/feature/playgrounds-2.0
Xcode 7 version of playground
2015-08-19 21:49:19 +02:00
Carlos García 734508fd81 Xcode 7 version of playground 2015-08-19 19:05:09 +02:00
Krunoslav Zaher fe3b7ab316 Merge pull request #104 from sergdort/issue-#99
UICollectionView rx_contentOffset and UICollectionViewDelegateFlowLay…
2015-08-19 10:35:08 +02:00