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

Initial hack at getting MonoTouch working

1d13359485bdc83b9c56c684666cae352b0b9f57 authored about 12 years ago
Add Monotouch DLLs from mono/rx

5e371a744e8ec62c0dc2553d51fa0297211d028e authored about 12 years ago
Add implementation of non-generic IList to ReactiveCollection. Fixes #152.

83ce9e618ad2eceb88bc6181d32d8794ce1d547f authored about 12 years ago
Update to DLLs from https://github.com/mono/rx/tree/rx-oss-v1.0/Rx.NET/Rx_Xamarin/android/libs

1facb63d285f008fcb1356c0ece5c4dddfb00a77 authored about 12 years ago
Merge remote-tracking branch 'origin/master' into monodroid-support

99eda09dc3e14cda195c8d53f2f63c31eb419e92 authored about 12 years ago
Visual Studio terrorism

661dfda3e1847623f17ab8ebfd066c07b47176d1 authored about 12 years ago
Rename WinRTAutoSuspendApplication to just AutoSuspendApplication, constrain ISuspension driver so that it's easier to program against

43ab467c34cae87fa10f6b83355fd14293abe13c authored about 12 years ago
Fix WP8 build

360d5896e543c342af5ba290d05ab16e55b46e16 authored about 12 years ago
Initial hack at WinRT version of suspend/resume policy

c7bb9c8e63f5d8a5094a1ad2ae48d63dd3e58956 authored about 12 years ago
First hack at implementing SuspensionHost for WinRT

dcff4285028d793b9260c073237e7be0d08a105a authored about 12 years ago
Add invalidation

b944eed6427e748eebcfffd5e97ff4a081e2c850 authored about 12 years ago
Sketch out some interfaces, move IReactiveGeolocation to Interfaces.cs

aff6049ed3ef1cb6641cc52dbabf90b8e76fa61a authored about 12 years ago
Update README.md

dfd867577e7779c4246b3d41bd35d1f3b4b3d9eb authored about 12 years ago
Pass in the EventArgs when Command binding to an event

If an ICommand is bound up via ICommand, and the command parameter isn't
specified, instead of d...

0b7a22057a2cfbf844130f9fc13df693b50e7d19 authored about 12 years ago
Merge pull request #150 from sillyotter/fix-reactive-async-command

User provided initial state for Reactive[Async]Commands

4235c9b2dff4f0a9ea2ae2524d0cf65066469845 authored about 12 years ago
User provided initial state for ReactiveCommands

ReactiveCommands when driven by an IObservable defaults initially
to reporting CanExecute as tru...

c9e2c634c4a5f6ee0c57dc5f979de4fe8350acd0 authored about 12 years ago
User provided initial state for ReactiveAsyncCommands

ReactiveAsyncCommands when driven by an IObservable defaults initially
to reporting CanExecute a...

c11f98e2f7044cdcd545c7e23eae616c13392738 authored about 12 years ago
Version bump to 4.3.0

27cf2baf1a7c2a429ab07f99eb8ba6d7bc53e648 authored about 12 years ago
Collection<T> is just getting in our way, ditch it

409e7776db63ad5de1183a543e6f0d7ef1324b82 authored about 12 years ago
Add a failing test for Sort

eb7d73150dc722e70460c96e017bd16cc7bbaf55 authored about 12 years ago
Add Rx-WindowStoreApps as a conditional dependency

8d0a3eb626b4c16b4c9427247b7dd62f4941ae81 authored about 12 years ago
Merge pull request #146 from reactiveui/auto-itemscontrol

Automatically configure ItemsControl if it's bound

f41891e13903d58b6dc5c352d95493a258306d1a authored about 12 years ago
Fix some minor WP7 glitches

6e2804850fe77247709e3d47aa9f291abce38b31 authored about 12 years ago
Make the programming model for binding hooks easier

The data that ExecuteHook gives you made it a total pain to actually
write useful hooks. Give th...

ef5293f0b4966b35d5ab0e2d358b3086a2f0816b authored about 12 years ago
Be more picky about what to ItemTemplate'ify

019db7b27f1c9d91da4160736d26c94ea646f1f3 authored about 12 years ago
I am the worst programmer

c51f0a41368d1c60df9bfa87a48eb7beabaa64d4 authored about 12 years ago
Nuke this project file, it's bad and I feel bad for making it

49796bb5887f23bbd201a6b17003f510eef7198f authored about 12 years ago
Fix up the rest of the project files

e9ee3d763492fdf2056636fd85d74509ac6f9d7a authored about 12 years ago
Implement a binding hook to set the template of any ItemsControls we find

9196bb46c467150ab5650f862c8c52d7432e9b5d authored about 12 years ago
Add TPL versions of AsyncOneWayBind

9d6b1cfddde5e2e4c0afde6069426e673d6f6954 authored about 12 years ago
Implement binding hooks

This feature allows developers to hook when binds happen and perform
arbitrary actions on either...

f82e2cfa108a0262d061a9358b8cc3d051a95da8 authored about 12 years ago
Add Interface to hook when people call Bind()

00146ff36d4e22463b2a06b801319414c5ffbdff authored about 12 years ago
OMG IT ACTUALLY WORKS

This method that @onovotny wrote, doesn't deadlock *and* doesn't fail store
cert, unlike the loa...

2b11d438fcc90e77b734521438fda2ce6c159302 authored about 12 years ago
This. Never. Ends.

5886140cfa6bf8cfcdf5aff232e990459c98177a authored about 12 years ago
Finally fix InUnitTestRunner on WinRT

Instead of vainly attempting to get a listing of the DLLs in our own
directory, pull the loaded ...

389c4b7e90162f2197771bbf289d6d7ac4a1c403 authored about 12 years ago
Move this to a Task

5d968993d9385cf5864d020025819197d401b678 authored about 12 years ago
Fix InUnitTestRunner for WinRT

5f9beb913ca4651ec8e9ed1b95c42ff18ef1352d authored about 12 years ago
Disable setting DeferredScheduler on WinRT in a test runner

0aaca60a9cbc917bb1885f99f974494f6f5c0bc2 authored about 12 years ago
Made FollowObservableStateBehavior more flexible.

VisualStateManager.GoToElementState is used when the target is not a
Control (e.g. your visual s...

8ba4d066d1a29cd2426a910c45141a400aff5bf2 authored about 12 years ago
Version bump ReactiveUI.Mobile too

8a33b55be3aa45898b8332508dfd239e68e6721a authored about 12 years ago
Version bump to 4.2.2

1c8b55a7bbca331e404be9125bdf6aac940a2d38 authored about 12 years ago
Add an AssemblyInfo to ReactiveUI.NLog

0cb0ad401014dff15fff32b6d06dd44aa7441e81 authored about 12 years ago
Stupid things are Stupid.

d03c7afd6f9ccf4eb2bc00a320b546ca6fb8414e authored about 12 years ago
Merge pull request #140 from reactiveui/reactiveui.mobile

Initial start for ReactiveUI.Mobile

f462db6c4f13070ef194fa2768ce9b845ab463fa authored about 12 years ago
Fix the AssemblyInfo

6bb62e40ebd6a50e0c3b029b7ac61ec0eeb396bb authored about 12 years ago
Create a NuGet package for ReactiveUI.Mobile

eaa69b324b5623934a3ec1c6e6bee7b0c8391531 authored about 12 years ago
Add WP8 version of ReactiveUI.Mobile

6cec6c2345d986a71cf39f405587068db95de133 authored about 12 years ago
Work around weird assembly mismatches

fcf0e8f5e7e877b454bf3ed1aaf129310be96183 authored about 12 years ago
Make sure the source gets disposed when we disconnect

375ebe2093b27600467dc784b7e86ba6df8fcd42 authored about 12 years ago
Merge branch 'master' into reactiveui.mobile

8301dff72e68a34b2f3526947b0d7c715c61544f authored about 12 years ago
NuGet is too smart and adds a reference to MSTest now if you add ReactiveUI-Testing. Nuke it from the metapackage

e9f56ef3c33625319595f4ec255ca3a486805ed6 authored about 12 years ago
Version bump to 4.2.1

e3e171f5d96a3387b13c24c14642495098807bc0 authored about 12 years ago
Fix early load of DLLs on .NET 4.5 and literally anywhere other than .NET 4.0

I break this block of code literally every release.

ebfc92a83f2362fd8c9c045aec52dfe16b1b9c42 authored about 12 years ago
CallerMemberName!

99c06b119d37238e7446b8f39c05302b9491044b authored about 12 years ago
We don't need IQbservable

9211570321ffeb95cba68cc7ea0791f8665d288c authored about 12 years ago
It's amazing that I don't forget to breathe

ef69b9c91e40fa8f02460de5d1c5691affa1cf80 authored about 12 years ago
Version bump to 4.2.0

e4811d9c68059a4230feeaf2a5fc652d22e3e251 authored about 12 years ago
Protect against Subscription exceptions

This commit protects ReactiveCommand and ReactiveAsyncCommand from
exceptions thrown inside a Su...

396ef88a1d876393da027e1a0f0453b93805e1b0 authored about 12 years ago
Fix failing test when binding to ItemsControl

a6a861caf7147e734d4bddc08da2b807d491ac96 authored about 12 years ago
Merge pull request #138 from reactiveui/add-awaiter-for-all

Add awaiter for all platforms

5017cd93c145e554569c7e31953625ce2ad797fb authored about 12 years ago
Visual Studio terrorism

f6f84f448e819b5897ac7ba6fc97efcab4e9355b authored about 12 years ago
Add a smoke test for awaiter stuff

4b1941ad2a4449d18a9ac43b53646e2832a55517 authored about 12 years ago
Add Rx-Shim to applicable platforms - WP8 shouldn't be, but is atm because of Rx's brokenness on WP8

dbf31ceee99b3c9db91e523c3690d1b206d6b41f authored about 12 years ago
This is unrelated, it just annoyed me - fix up formatting

7fe21bc1fd17a974e85c7a2881303c8feab3b039 authored about 12 years ago
Add Rx's awaiter code as a shim

b9c6de3a13e4355ea95a9ae7c0437e3489c2755f authored about 12 years ago
Merge remote-tracking branch 'origin/master' into reactiveui.mobile

b962b267176b66c8e77084cf28072f07a364c1ee authored about 12 years ago
Merge pull request #137 from reactiveui/bcl-async-pack-everywhere

BCL Async Pack for Async Everywhere™

bbaedba33b0c8b6b61e031e5953b5ebe25f3bbb2 authored about 12 years ago
Fix borked Mono build

a54ed41722d326109e7daf8a9b9d149a653040d9 authored about 12 years ago
Revert "Ignore change."

This reverts commit 63e80dc6995bd30cf160901a483007d103ab374a.

d4d55fda4c063e4f9f038f346bab5c8d3262725a authored about 12 years ago
Add BCL Async pack

e6d3476085e3a81c356fd2ea0c0907c4c1a28d2f authored about 12 years ago
Not exactly sure how this happened

b99003833b23100937fec5e87cc33d9965faaf8b authored about 12 years ago
Update NuGet

917cd2055520a94761fd9cfd5534b929b363b146 authored about 12 years ago
Merge branch 'master' into bcl-async-pack-everywhere

a9d29e0476d23a52ba22309ef59ba4e9225893ff authored about 12 years ago
Add script to nuke remote branches

e15d0187e5696704cde9f2c4f9a065e124405971 authored about 12 years ago
Nuke this

faeb5faf35626dc184a8d8bbcfc8f63770765f02 authored about 12 years ago
Add a .gitignore

69af4a6ef0dea0a011b4ee1994221cdedfb3c969 authored about 12 years ago
Add methods to override Geolocation

c64ebf029db03d8dfa3c66ba404642d1e88d1d78 authored about 12 years ago
Add a test Geolocation implementation

0b7611dff13d116095c9cb90d098737fad7c3967 authored about 12 years ago
Fix build file derps

24bcc827f3685fcf3af9cdd22beba67d6c4f072d authored about 12 years ago
Initial hack at creating an Rx version of Geolocator

689e02ca92b4c1ff0829f7d5a27959d9f92d7f38 authored about 12 years ago
Add Xamarin.Mobile DLLs

9fd27a9fba5781440141b6306a21d3d2a27920f6 authored about 12 years ago
Fix for Issue #130

Have ReactiveValidatedObject remove the cache entry when the Changing
event happens rather than ...

988292ada478200c39cc140db6dbb833e281274d authored about 12 years ago
Why not

0b8365a1584e13c1f1db8d607331f42c341f0204 authored about 12 years ago
Merge branch 'master' of https://github.com/reactiveui/ReactiveUI

a1eab2eb0c8aafca8cb45bbeb4a8ddce2c5c7f73 authored about 12 years ago
Merge pull request #133 from reactiveui/nullable-value-types

Handle Nullable <=> Non-Nullable value types correctly

18966aceda0e60f2939b517d662dc796bf923db5 authored about 12 years ago
This folder keeps trolling people, nuke it

5dbb8446213af82360f6f0b2b125e726d28dc580 authored about 12 years ago
Fix the build on platforms that suck

a95e81cbf0a52eb7f3a0b5ce09b895e246b977bf authored about 12 years ago
Converting double? (null) => double should fail

b4b95c53bf8a5db3e395e04b95e4b190dfc9fa84 authored about 12 years ago
EqualityComparer should always win if comparing T and T?

296f3d7bffba9fc99b5bf93e6dd508cf9e3a7ed6 authored about 12 years ago
Fix type-conversion types for two-way binds

8b975772db703de3aa07496c010384c3d76dd239 authored about 12 years ago
Add some more tests

8e76cc5fee03c4246d9c1ffaa8cc6e3e10897687 authored about 12 years ago
Fix for Issue #131

BindingTypeConverters EqualityTypeConverter.DoReferenceCast doesn't
handle nullable values

2097118bc44227ff8a2e9f05988efd0b91823086 authored about 12 years ago
Update CONTRIBUTING.md

7473e82548cc616510b5c877741908d624d21e40 authored about 12 years ago
Create CONTRIBUTING.md

d1c7e46a430419989653d9a35bdda10b4697ed90 authored about 12 years ago
Initial hack at getting ReactiveUI to build using F/OSS monodroid Rx

2d6414329c13ff6bdb2e68a16644a8dacdc20a14 authored about 12 years ago
Merge pull request #124 from reactiveui/rxui-41-bugfix

RxUI 4.1 Bugfixes

ca90adc9d9e114e47d69ace2f88f90b3640a8170 authored about 12 years ago
Ensure WhenAny doesn't ever return nulls when Selecting through a DependencyObject. Fixes #120

8b8cab686545afeecbefef64b64935f33c7f004b authored about 12 years ago
Visual Studio is trolling me so hard right now

da5341d5e6c24853fbb7374b774919f9eb1bc0ee authored about 12 years ago
Code Analysis annoys me

4b168c1680027884da62589dca3b529a497a4935 authored about 12 years ago
More Debug build nonsense

1af3f893b508f3516e0701be487014c8d6a9f209 authored about 12 years ago