Commit Graph

290 Commits

Author SHA1 Message Date
Krunoslav Zaher
3a81cb31f3 Adds interval operator. 2015-06-07 15:56:28 +02:00
Krunoslav Zaher
7b894deb4c Changes DispatchScheduler NSTimeInterval from miliseconds to seconds. 2015-06-06 16:50:48 +02:00
Krunoslav Zaher
ec3f751f6d Renames functions to properties and adds UIDatePicker extensions and UIBarButtonItem. 2015-05-31 03:55:28 +02:00
Sam Carr
28f06dfb00 Fix typo in UI string literal: "poping" -> "popping" 2015-05-28 09:19:52 +01:00
Junior B
46bffd6e44 improvements for NSSlider and numbers handling 2015-05-24 20:54:41 +02:00
Junior B
b6815fbe54 added slider and info textfield in disposable bag 2015-05-24 19:26:34 +02:00
Junior B
2b21f366c3 less verbose code for example 2015-05-24 19:25:11 +02:00
Junior B
967ef872cd Added rx_valueChange for NSSlider plus example in Mac App 2015-05-24 19:13:12 +02:00
Krunoslav Zaher
d71bb8777e Fixes examples. 2015-05-23 16:19:19 +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
37e6c09194 Brushes up examples. 2015-05-19 21:20:10 +02:00
Krunoslav Zaher
9ba154edd5 Divide and conquer. 2015-05-19 20:50:29 +02:00
Krunoslav Zaher
7724976cba Adds prerelease tests. 2015-05-19 20:31:21 +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
3fbe7d42bb whitespaces issues, kzaher comments and pipelines in new lines 2015-05-14 11:22:07 +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
44949a1066 Changes URLSession property names. 2015-05-03 23:17:39 +02:00
Krunoslav Zaher
8ce4ca3931 Adds clearing results when entering new search term for example search. 2015-05-02 21:46:44 +02:00
Krunoslav Zaher
ebe05f5642 Fixes label subscription leak and improves debug operation node. 2015-05-02 21:25:20 +02:00
Krunoslav Zaher
098ec93113 Simplifies example app. 2015-05-02 18:24:38 +02:00
Krunoslav Zaher
9c83473390 Creates common test project and preprocessor project. 2015-05-02 17:18:21 +02:00
Krunoslav Zaher
12466ef677 Adds sampler to example project. 2015-05-01 23:47:05 +02:00
Krunoslav Zaher
a29c2edc25 Fixes cleanup check code. 2015-05-01 22:16:30 +02:00
Krunoslav Zaher
96d25ace6a Improves resouce cleanup. 2015-05-01 12:51:32 +02:00
Krunoslav Zaher
90ddc2a873 Increased signup interval. 2015-05-01 12:34:15 +02:00
Krunoslav Zaher
d50aae66ff Added more robust resource cleanup checking logic. 2015-05-01 12:12:58 +02:00
Krunoslav Zaher
ff548e5fc9 Reverts example to working version. 2015-04-30 21:35:27 +02:00
Krunoslav Zaher
b3a865cb93 Examples for readme. 2015-04-27 00:50:36 +02:00
Krunoslav Zaher
0c5750c6a1 Finishes validation example. 2015-04-27 00:50:36 +02:00
Krunoslav Zaher
c4dec17a32 Adds validation logic for form. 2015-04-27 00:50:36 +02:00
Krunoslav Zaher
e19af2f5d0 Adds Github view controller. 2015-04-27 00:50:36 +02:00
Krunoslav Zaher
9893a16f87 Adds signup screen. 2015-04-27 00:50:36 +02:00
Krunoslav Zaher
feaa2ef0d9 Refactorings for new example project. 2015-04-27 00:50:35 +02:00
Krunoslav Zaher
59c3610674 Simplifies public interface. 2015-04-27 00:50:35 +02:00
Krunoslav Zaher
da4902b936 Removes ignored files. 2015-04-27 00:50:35 +02:00
Krunoslav Zaher
e0146da47c Changes NSURLSession interface. 2015-04-20 01:22:08 +02:00
Krunoslav Zaher
bf6078b807 Renames sharedWithCachedLastResult. 2015-04-19 11:02:43 +02:00
Krunoslav Zaher
d1a97dccd6 Renames project from Rx to RxSwift. 2015-04-10 01:52:51 +02:00
Krunoslav Zaher
f9d9c12a5c Unit test pass and all of the bugs are fixed. 2015-04-08 00:28:38 +02:00