Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/reactiveui/ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
https://github.com/reactiveui/ReactiveUI

removing warning

2e2a87bc4213a0b8404a8236a38e12dad22fe16f authored about 9 years ago
merging `rxui7-master` into `uap`

493ce8c88010d2530b4e84c504b1bd9920ddab9d authored about 9 years ago
Merge pull request #1044 from michaelstonis/fix-android-support-build

Resolves issue building android support project

d4367ef835e12cf89fe9d512b2249dbd6819506f authored about 9 years ago
Merge pull request #1035 from kentcb/rxcommand-errors

Treat errors in execution lambda the same as errors in the observable itself.

de3b5129b5402491667892ba9872ded948f69674 authored about 9 years ago
changed namespace issue for fragments

f2a7a533f7effa4fc4712855e5618eb84996466f authored about 9 years ago
Fixes semicolon in View property

da41dc606676836418f9c599bd23972b5b239286 authored about 9 years ago
removed unused references

5d000e96a356411b58cd3f72b511feabc3a8bc71 authored about 9 years ago
Resolves issue building android support project

This bumps up the target framework to latest (6.0 at this moment) and
also sets the flag to use ...

b3292cd3fd515bc093ef37bc899edd93370d2e23 authored about 9 years ago
Merge pull request #1039 from kentcb/xf-fixes

Fix ReactiveMultiPage.

195661fe6a54f548c3e90b669c8a2046a9d401c2 authored about 9 years ago
Fix ReactiveMultiPage.

8f37e3765b373fd154736ce9b0ed7f4fa4feab81 authored about 9 years ago
Merge pull request #1037 from reactiveui/fix-viewattributes

included ViewAttributes.cs into iOS, iOS64 and Android

36a3b9d1adc9754ddf891487e53a40d1a0de1cef authored about 9 years ago
included ViewAttributes.cs into iOS, iOS64 and Android

4165e7793b27726b3e2b8eff406ad00f45bb0b93 authored about 9 years ago
Merge pull request #1028 from kentcb/createcollection

Improve CreateCollection overloads.

92c6c191d3ccd5c5a2f0e4964cf36f403875127f authored about 9 years ago
Treat errors in execution lambda the same as errors in the observable itself.

270e788ecc9ca02b531842d275965ab8e87a068a authored about 9 years ago
Merge pull request #1033 from reactiveui/flagbug-oaph-patch

Don't connect the source observable twice, if we're in a unit test runner

fa9f0ec0e77ab76416de47dd4fe17e4e502af46b authored about 9 years ago
Merge pull request #1032 from michaelstonis/reactive-xamarin-forms-pages

Reactive Xamarin.Forms pages implementations

32787a5bdf40399c81c65fbf4bc7d2644e345d57 authored about 9 years ago
changed package references for the XamForms events project

2332868a2a6d67cf8ec6cbae4edf4ca058116767 authored about 9 years ago
Don't connect the source observable twice, if we're in a unit test runner

c004c61c0e7ef9186fb848c36fdfb22cb4da81e5 authored about 9 years ago
restore packages changes

c0a4ba027030719de520eb5c6df044db720da1dc authored about 9 years ago
Adds Reactive implementations of remaining Xamarin.Forms pages

c6db45a89a7c6239a80b358fdaee6a3f2c82e8bb authored about 9 years ago
Merge pull request #1022 from reactiveui/added-missing-file-to-xam-mac-projects

Added ViewAttributes to Xam.Mac projects (projects were not compiling)

7382188681771ccfe94aa3ca54000fd8a5c76d5a authored about 9 years ago
Improve CreateCollection overloads.

Firstly, there is little point defining an overload that takes a selector.
Callers can simply pe...

27d29d02a6a9769bcc8da3f4a807ac02b13d3665 authored about 9 years ago
Merge pull request #971 from kentcb/Issue954-ReactiveCommand-changes

Reactive Command Rewrite

2bb7c07f40f3c9c277007be956d17aaacca0c085 authored about 9 years ago
Hopefully fix merge issue.

b39ecb009b251f129731f80bd6b93d8e1d71fbfd authored about 9 years ago
pulling in rxui7-master

4d7f4ecc972c1726fe34ff7199de335074c9372e authored about 9 years ago
Merge (again).

5d7e53f88f16567c11fd9c68178f91bdd83ef1d2 authored about 9 years ago
Merge pull request #1021 from arkein/actOnEveryObject

ActOnEveryObject<T> can accept IReadOnlyReactiveCollection<T>

25c8a7f833a086e10449ceccdaea8673832147f2 authored about 9 years ago
ActOnEveryObject<T> can accept IReactiveCollection<T>

792e525300dc0a1a85f5190b67b300dbee6ec710 authored about 9 years ago
Merge branch 'kentcb-Issue954-ReactiveCommand-changes' into rxui7-master

4c3f90aa3259f84b7d38be6ccc2b2885e4c4f3de authored about 9 years ago
Merge branch 'Issue954-ReactiveCommand-changes' of https://github.com/kentcb/ReactiveUI into kentcb-Issue954-ReactiveCommand-changes

8e42f229b28146264dd4d9cc2b7491b9d4ab0ebc authored about 9 years ago
Rename creation APIs and tweak combined command implementation.

c3c9c00fde0718343d205c2eef197eb36207e1fe authored about 9 years ago
Added ViewAttributes to Xam.Mac projects (projects were not compiling)

c1b1613372e007a0a8af4ed7fbd5b8acafc04177 authored about 9 years ago
ActOnEveryObject<T> can accept IReadOnlyReactiveCollection<T>

a20ca87d7f7e50566ece0d30a48dfbf6dc210267 authored about 9 years ago
Merge pull request #977 from moswald/observable-whennavigatedto

adding observable version of WhenNavigatedTo, plus tests

9d2a312b20bed85566c67f3ba4d9b58cba7218e1 authored about 9 years ago
Merge pull request #1013 from moswald/releases/v7/autoregister-iviewfor

Have a lot of Views? Hate registering each one? This PR is for you!

c3709214b4a438ba209bf20b6d9fb755b5744b9d authored about 9 years ago
migrated README.md from master to develop branch

006e96ac9605122c81264106d0ad6f821c6c4ee0 authored about 9 years ago
Merge pull request #1018 from mattrrichard/bindto-helpful-error

BindTo helpful error when binding to null.

109d78672d41a267378de171212c291d0ee1df7f authored about 9 years ago
Add friendly error when you Do It Wrong on BindTo

If you observable.BindTo(null, ...), when that binding executes you'll
get a "Non-static method ...

38c1c888ec455509e9cc39fc7657e6d40bfb1e80 authored about 9 years ago
Add failing test

09bc60b37577ecef7b24ff83003e038755da40a9 authored about 9 years ago
Tweaks based on documentation.

66597ed824045c8e1962d4dda8fbe891b2bce236 authored about 9 years ago
fixed issue with `NeverUsedViewModel` sometimes getting used in another `[Fact]`, causing intermittent failures

prove that the Views and ViewModels don't need to have matching "MyView" and "MyViewModel" name s...

49b188d568a51e1012271fedf88ca8df2507bf6d authored about 9 years ago
Minor formatting fixes.

e8e7f23270f584e39a3f406ab6a70adb1601828d authored about 9 years ago
Merge remote-tracking branch 'upstream/rxui7-master' into rxui7-master

2ba8768769df61fe0a9daad58190ba50bc96a7b9 authored about 9 years ago
Fix line endings.

7ff44788bde57fc497b04996bfd71d0535075a98 authored about 9 years ago
Fix line endings.

630ecd42a58c59a09370734446e4bdbcf0754c78 authored about 9 years ago
Add CreateAsyncTask overloads and fix formatting.

4e633344f4ba8c59b585680f4347a90689f26d39 authored about 9 years ago
adding `RegisterViewsForViewModels` extension method for `IMutableDependencyResolver`

also adding `ViewContractAttribute` and `SingleInstanceViewAttribute`

e24cc3f5bfaa72f3d2a37dbaf736ed673fe8923d authored about 9 years ago
adding eol file for mercurial users

e041c947ce955f9083e9a041753ecfc07c057b86 authored about 9 years ago
Merge pull request #1012 from kentcb/Issue1009

Add scheduler parameter to CreateCollection.

e34d10a0c39787cee65e9d9c5ac42677a707a7ee authored about 9 years ago
Deprecate legacy types.

e77f2b526d8d5df1e5c1e21de66d4022766f6694 authored about 9 years ago
Mention ToCommand in migration docs.

7ccb3491a6d1f679659dee3edede1e1ab5b29dd2 authored about 9 years ago
Reinstating InvokeCommand.

6c152a973bce99e840b0a4cd31a405e44692f82e authored about 9 years ago
Stupid whitespace oops.

626a268d621196c9415acea35f24c643e500a9eb authored about 9 years ago
Tweaks based on diffing.

b577cac6b46a7a17245f3927ce2bb60c17bb5803 authored about 9 years ago
More tweaks based on diffing.

c42365202841a8cbd232502d7997e569c44388ff authored about 9 years ago
Tweaks based on feedback and diffing against rxui7-master.

149bdb1ab2da973b7e3bfd66b01ab139d24e52bf authored about 9 years ago
Changes stemming from integration test.

c2fa2c3ab0abf877609b5e6e8d035d3f1cd5c300 authored about 9 years ago
Add scheduler parameter to CreateCollection.

dd784c569d44a589509d3df6c148b4f1b996a7f6 authored about 9 years ago
Add API docs.

09f80b288a6622603776e1c4f618cd589df32e8a authored about 9 years ago
Add synchronous creation methods that return parameters.

181c29aba5e08ecb417458d1d0c33415702bc401 authored about 9 years ago
Merge pull request #940 from moswald/uap

Bringing official UAP branch up to date with latest UWP SDK changes, and rxui7-master

ac13c6e3e6bf95bb2b04160cb3fe322d73437fff authored about 9 years ago
targeting latest UWP SDK version

a212708bc98537050ddd0077479e6c7a59c3ea77 authored about 9 years ago
some WINRT defines snuck back in

f9b10effa7f8e0ff697880b7e633b6adde514a31 authored about 9 years ago
fixing VariadicTemplates.cs generation

101facf07db4e7ce889d6b6d74edb6b56ac51790 authored about 9 years ago
fixing ReactiveUserControl for UWP

42e5599b58ed4062d6130f0c2c192e85f57e26d2 authored about 9 years ago
fixing or disabling all warnings

9bcd35447c30d81965fbcfd5f4acd2fbc109ee87 authored about 9 years ago
dropping the WinRT8.0 projects

1bcc2d9d4b24d74f1864ed63326784f576ecb382 authored about 9 years ago
made the Events projects' prebuild step less noisy

5da3381e505e1fa2514de30086647df4cde39e61 authored about 9 years ago
got the Wpa81 playground app to compile again (no clue if it still works)

b92792625fb9dcdba39231b0873b8b0f2f8c4e8c authored about 9 years ago
the 'WinRT' name bothered me

5cda46855a9908a17b82bec29d570cdd5cc3d4a6 authored about 9 years ago
mostly fixing the lingering project.json issues

2c34dfffe176585687c63688f0d3392fef82042c authored about 9 years ago
updates from the v7 branch that weren't merged properly

67c155e3fdebe6200549bac51cf03d21f2157078 authored about 9 years ago
fixed WinRT and PCL versions of BindingTypeConverters

94d9228606f14b1f7b80e15b363206b4d93664f9 authored about 9 years ago
fixing/cleaning up the RxUI.Testing_UWP build

97015ecc43940cdc19bf3d24fad0965da00d353b authored about 9 years ago
updating the UWP Events project to use the correct SDK versions

dc88c19b38937f2278a9b729b778822b3d334b52 authored about 9 years ago
Revert to C# 5.

cc6f352b880d6eb36f1522123e737c5a5bae6bda authored about 9 years ago
Tightening up static creation methods.

9089ffa03d461313d12e4a056680dd76c4a01754 authored about 9 years ago
Throw exception with useful message if parameter is of wrong type.

eec1fbcedcdf3bbcd7c901a4617bb6222fcec944 authored about 9 years ago
Rename NewReactiveCommand to ReactiveCommand.

0c130ddea955c9dca78c6b6e45b025a9af409cd9 authored about 9 years ago
Integrate new ReactiveCommand into code base.

b66980168fd462eb509afff07bef4703af9635b0 authored about 9 years ago
fixing the PerfConsoleRunner project

20fb7341fb4287409e09a3bbd505f5c420ce9f09 authored about 9 years ago
apparently my merge tool was like, "yep, totally fine!"

also dumping the WinRT 8.0 projects - modern VS won't even open them anymore

18874add6b5587d6df83a071549629c4592b502b authored about 9 years ago
incorporating rxui7-master into UAP branch

a98d4346c4cc2b02b527a4260e85a6cf02cd0efc authored about 9 years ago
Merge pull request #982 from flagbug/reactive-recyclerview

Implement a basic reactive adapter for the Android RecyclerView

b6b1d250f3816189852609c6b2b5b62fc9c9a53d authored about 9 years ago
Add Xamarin.Android.Support.v7.RecyclerView as dependency to the nuspec file for ReactiveUI-AndroidSupport

b493739802dd675404236da78c50f57cd9a876af authored about 9 years ago
by changing DoReferenceCast<> to being non-generic, the .net native tools can handle it automatically

2e15d51ffb79bd111629afc53e15add392c217f0 authored about 9 years ago
Merge pull request #986 from kentcb/bug-fix

Fix edge case and tidy up code a bit.

1546fcffc49c37735f649dcbf24fd84cc655ac83 authored about 9 years ago
Fix edge case and tidy up code a bit.

eb168184856946f5e2c72d612a4ea7e33d556fd1 authored about 9 years ago
Merge pull request #968 from kentcb/XFViewActivationBugFix

Support ancestral parent changes in View activation.

278f37d10eec86e6c4307bc864b5ba140bda30a4 authored about 9 years ago
Implement a basic reactive adapter for the Android RecyclerView

e0c378c560c800e24b7ed55c070ae03367ad5d8b authored about 9 years ago
adding observable version of WhenNavigatedTo, plus tests

7b1a512288c2741e82f9e0723482edd4792cac2d authored over 9 years ago
Remove single execution restriction.

6ee45d1776ca9809cb2a777e03b72c269618c09f authored over 9 years ago
Implement ICommand explicitly.

bcd0ee340c1c2345f7814909fda849c1d0b1fe14 authored over 9 years ago
Remove multiple in-flight execution support.

2eb0f0bca755dfef07e95395d7c2d15e7c1f01e0 authored over 9 years ago
Remove synchronous command.

516237991c7c57be283eb1a4423d70e1101b670a authored over 9 years ago
Add platform command.

09b6be110df65d1fcb8d96694fb26698680dbe3a authored over 9 years ago
Add CombinedAsynchronousReactiveCommand.

bee70f5fb52825f22d2285198e0a084ca19283e2 authored over 9 years ago
Refactor SynchronousReactiveCommand.

4479fd4bc8b2e980128325d3d312e2ccdbf12692 authored over 9 years ago
Fleshing out base abstractions and factory methods.

2e3941a22113d22edc910a3911ca5483d4d579d8 authored over 9 years ago
SynchronousReactiveCommand<TParam, TResult> implementation.

93635f41f0b07fbed7973c6efe42dc243eec97d8 authored over 9 years ago