Commit Graph

122 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 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
Yoshinori Sano 7e2bc5dd43 Clear search result when searh keyword is cleared. 2015-10-01 18:30:10 +09: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
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
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
Krunoslav Zaher e4bb5bf61d Merge pull request #159 from czeluff/master
Wrong level used in image cache.
2015-09-23 21:31:20 +02:00
yoshinori_sano 8b4de57097 Use guard for simplification. 2015-09-22 19:35:27 +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
Chad Zeluff ae5777f3b2 typo 2015-09-10 08:25:59 -06:00
Chad Zeluff d973395973 using proper level 1 cache 2015-09-10 08:25:34 -06:00
Krunoslav Zaher 964d44d733 Documentation and interface cleanup. 2015-09-09 11:29: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 fbe038fcb2 Fixes small leaks in RxExample app. 2015-08-31 12:08:41 +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
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
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
Carlos García 830134fecf "".toDouble to Double("") in calculator example 2015-08-25 16:10:17 +02:00
Chris Buchholz b7a8e19612 zeroRect vs renamed to zero 2015-08-25 12:07:23 +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 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 5a8c053f5f Refactoring of ObservableType, ObserverType, SubjectType, Bag and Subjects. 2015-08-23 17:30:26 +02:00
Krunoslav Zaher 11dca76244 Merge pull request #92 from ReactiveX/feature/calculator-example
Feature/calculator example
2015-08-16 11:37:55 +02:00
Carlos García 4340938363 Calculator example - logic 2015-08-16 01:37:36 +02:00
Krunoslav Zaher ea9acdd7f7 `trySend` to `?.on` and cleanup for `reduce` 2015-08-14 11:25:53 +02:00
Krunoslav Zaher c4b392c86d Fix for #89 (CLAuthorizationStatus casting crash) 2015-08-12 19:38:22 +02:00