Commit Graph

57 Commits

Author SHA1 Message Date
Krunoslav Zaher 893d964864 Includes Rx.xcodeproj in Example app to enable pod try. 2015-10-04 22:28:09 +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
Yoshinori Sano 30dc3b84af Add base implementation of auto loading example. 2015-09-29 13:31:48 +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
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 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 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 2f306c5300 Fixes target linkages. 2015-08-24 01:19:34 +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 13a75158d1 Cleanup for `deferred` and fixes for OSX support. 2015-08-23 21:21:02 +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 5a8c053f5f Refactoring of ObservableType, ObserverType, SubjectType, Bag and Subjects. 2015-08-23 17:30:26 +02:00
Krunoslav Zaher ea9acdd7f7 `trySend` to `?.on` and cleanup for `reduce` 2015-08-14 11:25:53 +02:00
Krunoslav Zaher 2372daa14c Fixes build for RxExample-iOS-no-module. 2015-08-10 13:49:18 +02:00
Krunoslav Zaher 2c33f7a89a Replaces `>-` with protocol extensions. Unit tests pass. Adds `CHANGELOG.md` 2015-08-10 01:43:30 +02:00
Krunoslav Zaher 8957cab8f9 Merge branch 'develop' into feature/swift2.0 2015-08-06 02:38:23 +02:00
Carlos García eb8280b4f2 calculator UI 2015-08-04 11:49:14 +02:00
Krunoslav Zaher e693ba7084 Renames flatMap index override to flatMapWithIndex. 2015-08-02 15:01:46 +02:00
Krunoslav Zaher 1eccea65f8 Adding CI. 2015-08-02 12:00:39 +02:00
Carlos García bbda58353b little improvements in automation tests
- more robust testing
- tests stop on failure
- now allow iOS non latest
2015-08-02 04:15:14 +02:00
Krunoslav Zaher 2faddc62b3 iOS 7 Support. 2015-08-01 15:13:26 +02:00
Krunoslav Zaher e6e4e53b69 Updated to 1.8 2015-07-21 22:46:17 +02:00
Seivan Heidari 09cdeca380 Update RXCocoa
And some work on RXCocoasamples.
2015-07-21 22:46:16 +02:00
Krunoslav Zaher d6f35e69bb Small fixes. 2015-07-12 21:06:44 +02:00
Carlos García 1bc5db4f5d several fixes and example
- CLLocationManager+Rx fixed
- UIDatePicker+Rx fixed
- RxExaples added
2015-07-09 19:32:22 +02:00
Krunoslav Zaher 72dea72186 Fixes warning. 2015-07-05 23:17:40 +02:00
Krunoslav Zaher fe84c223e5 Adds RxDataSourceKit documentation. 2015-07-05 20:33:14 +02:00
Krunoslav Zaher 327f82355e Further simplifications. 2015-07-05 13:33:14 +02:00
Krunoslav Zaher 1f6df23810 Simplifies data sources and delegates. 2015-07-05 13:33:13 +02:00
Krunoslav Zaher ede99d27d1 Added collection view integration. 2015-07-05 13:33:13 +02:00
Krunoslav Zaher a3ffa9fc80 RxCocoa revamp. 2015-07-05 13:33:13 +02:00
Krunoslav Zaher 4547127ae6 Adds skip operator. 2015-06-25 16:15:39 +02:00
Krunoslav Zaher 3a81cb31f3 Adds interval operator. 2015-06-07 15:56:28 +02:00
Krunoslav Zaher 57be2a7dca Replaces Result with new RxResult that is ported Scala `Try` type. 2015-05-23 00:01:36 +02:00
Krunoslav Zaher 9ba154edd5 Divide and conquer. 2015-05-19 20:50:29 +02:00
Krunoslav Zaher 56834c2dd2 Reactores project and creates separate targets for iOS and OSX. 2015-05-17 19:07:24 +02:00
Carlos García 8f343c226d Reducing the complexity of the examples
Reducing the complexity of the examples, centralizing dependences in a singleton. So common it's all in one place and not have to follow references. It is not a major change in what, I know, but I think it simplifies the understanding of the common parts. For example, this makes it clearer than in the app are only two Scheduler (mainScheduler and backgroundWorkScheduler)
2015-05-13 13:54:09 +02:00
Krunoslav Zaher 58d0311101 Renames prefixWith to common startWith name. Adds just alias. 2015-05-09 16:23:51 +02:00
Krunoslav Zaher 9c83473390 Creates common test project and preprocessor project. 2015-05-02 17:18:21 +02:00