Commit Graph

351 Commits

Author SHA1 Message Date
Vodovozov Gleb
64788e9e3c added reachabilty.swift https://github.com/ashleymills/Reachability.swift 2015-10-31 14:57:51 +08:00
Tomi Koskinen
3e7345df04 TakeLast review fixes 2015-10-27 21:40:26 +02:00
Sendy Halim
d7f3fa774b Change diposeBag to disposeBag 2015-10-25 19:23:35 +07:00
Krunoslav Zaher
d1666db4d1 Removes unnecessary subscribeSafe in case there is already an Observable source. 2015-10-25 00:59:50 +02:00
Junior B
97e807080d Adds elementAt operator 2015-10-25 00:16:21 +02:00
Junior B
2936820088 Merge branch 'develop' of github.com:ReactiveX/RxSwift into feature/toArray
Conflicts:
	RxExample/RxExample.xcodeproj/project.pbxproj
2015-10-23 09:47:01 +02:00
Junior B
3693c7d9ff Adds toArray operator 2015-10-22 09:35:44 +02:00
yury
e453820c08 Add WithLatestFrom operator 2015-10-20 12:43:35 +03:00
Krunoslav Zaher
63a60b359b Adds ConcurrentMainScheduler and ImmediateScheduler. 2015-10-19 02:31:16 +02:00
Krunoslav Zaher
0d33a77941 Adds double binding example. 2015-10-19 00:55:41 +02:00
Krunoslav Zaher
8251954b7b Changes Driver extensions to DriverConvertibleType extensions. 2015-10-18 18:20:21 +02:00
Krunoslav Zaher
1758f9d63a Adds ActivityIndicator to RxExample. 2015-10-18 17:27:09 +02:00
Krunoslav Zaher
a991cad152 Adds ActivityIndicator. 2015-10-18 17:19:50 +02:00
Krunoslav Zaher
d22a8fdada Merge pull request #198 from yury/using
Using operator
2015-10-18 16:14:48 +02:00
yury
8b6321e07a Add Using to RxExample-iOS-no-module target 2015-10-18 16:43:53 +03:00
Krunoslav Zaher
3269f482c9 Adds concat overload. 2015-10-18 15:24:53 +02:00
yury
c9ea983f3a Add Using operator to no-module example 2015-10-17 21:04:38 +03:00
Krunoslav Zaher
6dc7f2e4a6 Rename ObserverOf to AnyObserver. 2015-10-17 12:15:37 +02:00
Krunoslav Zaher
eba73eec26 Adds Zip and CombineLatest to Driver unit. 2015-10-15 23:30:48 +02:00
Krunoslav Zaher
97f805ce4f Adds excluded files. 2015-10-15 23:30:47 +02:00
Krunoslav Zaher
2958e0a796 Prototype of units. 2015-10-15 23:30:47 +02:00
yury
cbdf027d3d Add SkipWhile operator 2015-10-12 11:59:20 +03:00
Krunoslav Zaher
b4d4e4b4d6 Moves retry logic in Github example to right place. 2015-10-10 17:28:59 +02:00
Krunoslav Zaher
a877416c56 Merge pull request #183 from yury/skip-until
SkipUntil
2015-10-08 18:44:43 +02:00
yury
403389beec Add SkipUntil to RxExample-iOS-no-module 2015-10-08 19:07:12 +03:00
Krunoslav Zaher
99ddac7848 Moves validation colors in it's own struct. 2015-10-08 16:31:28 +02:00
samgreen
fe8e6d7965 Add self to access colors from closure. 2015-10-08 09:22:37 -04:00
samgreen
9c3a6d5061 Clearer comment about dispose bags. 2015-10-08 09:19:05 -04:00
samgreen
a8cd83e956 Fixed a typo, used the type alias everywhere, and reorganized a few minor things for readability. 2015-10-07 08:17:47 -07:00
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
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
b3f536491b Merge branch 'develop' into feature/documentation 2015-08-02 12:24:22 +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
130c014e73 Documentation 2015-07-31 11:43:31 +02:00
Carlos García
ae04b4c39f Adds automations tests for example app 2015-07-31 10:04:47 +02:00
Gareth Knowles
eeffac4502 Fix Errors in examples for xcode 7 beta 4 2015-07-22 10:41:23 +01:00
Krunoslav Zaher
e6e4e53b69 Updated to 1.8 2015-07-21 22:46:17 +02:00
Krunoslav Zaher
f524f20eb9 All example work except for 2 for iOS. Can't compile reactive data sources. Compiler is not yet ready for that :( 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
Krunoslav Zaher
4e59fa86af Updates documentation and adds RxTarget. 2015-07-12 19:45:01 +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
8683b6a883 Added ConcurrentDispatchQueue scheduler. 2015-07-05 19:17:29 +02:00
Krunoslav Zaher
d5c977109a Update documentation and polishing. 2015-07-05 18:40:06 +02:00
Krunoslav Zaher
dc262916ec More polishing. 2015-07-05 13: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
6321122c3a Clears misunderstandings and misuses of DisposeBag and ScopedDispose. 2015-06-11 13:31:14 +02:00
Krunoslav Zaher
ae9580116d Defers evaluation of image cache observable. 2015-06-08 01:04:59 +02:00
Krunoslav Zaher
0aa9a33dff Fixes retain cycle in example app. 2015-06-08 00:52:36 +02:00
Krunoslav Zaher
cce1e2c43c Decreses timeout for Github signup example. 2015-06-08 00:17:42 +02:00
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