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
20a0397611479c7e24a4845cfd8d2829af47535d authored over 9 years ago
8a5bcf2bfbbb31e82d786a0b2772be8db85c9493 authored over 9 years ago
ab88a1b192e0ea16b6b5b9d3262b5d3a5b77c07f authored over 9 years ago
79ce67e6e670d97110ef2bcbe609a09c10519369 authored over 9 years ago
c6f5e23b0bba986e0ed92e05c48e0dfa33f566f2 authored over 9 years ago
User interaction
e3bd337b324d7cfd22134e4c2912acdc395dbd48 authored over 9 years ago1946c8bf410dc6110d25e2c8366eb1f501df7137 authored over 9 years ago
b36b7e1cc945d2a1d07d4c4bd11cc1a6fe598196 authored over 9 years ago
8a9aede0f87da1cdffbc72bc08ea9fbbe7d1a831 authored over 9 years ago
433655d0559d24c44c7207f6980b44accf830f5b authored over 9 years ago
1d4ab3c71d75aaaedf65acf6903ba5e032795a61 authored over 9 years ago
2a6f875515f626a5d44d2c2912bff2fd1d36e0ed authored over 9 years ago
Add support for View activation.
f87384007ca1d2c1c2cc865e8ffb38f2301a07ad authored over 9 years agofb099ad831228e7feda919e9169d8c452314e222 authored over 9 years ago
OAPH race condition. See #961
651106e5b9a71ff64f86eb7217a222f3522e5c90 authored over 9 years agoa245ae0193a622f41f521f1b2c391b88778a17c4 authored over 9 years ago
299459b32f814c48bee5793535e6825d3473b931 authored over 9 years ago
e33e4b811b92a54c266bb8a349501bbc214c334f authored over 9 years ago
(cherry picked from commit 3c7c56e92f7c8ecc78017ed1e7e84881963dac95)
Conflicts:
ReactiveUI.Tes...
(cherry picked from commit 35a4e2db5c5c2a25f29562aa8876826088483b6a)
003b191fd12f5cbf1a05e9c752ca63c691512631 authored over 9 years ago2e43bb0129cdf9af90c9e4412094297f5b16414a authored over 9 years ago
Add ReactiveUserControl for XAML platforms.
44d938daff9d6b4befa9a609d51f12fd394c72a1 authored over 9 years agoUpgrade Xamarin Forms dependency.
6827d08ce32bb5dc34ddf438e4cff13e81a43d0e authored over 9 years agoThrow a useful exception if the view is of the wrong type.
98a9704ee07b1da1a7c027aa6a5be7bf5b2bbdb4 authored over 9 years agoAdd a reactive version of the Android.Support.V4.DialogFragment class
3e98f9e926bbce5873d054396d3c8ed877c4fdb7 authored over 9 years agoc71bb8f87b14fc9e64d349eb10cf5d8dda7a7267 authored over 9 years ago
350fd02c0e136720dca7e09f7c0a712f73c58c56 authored over 9 years ago
e42ec97c4fcfe7ff673f207b21610e07e94ca630 authored over 9 years ago
Use ContentView as base class for ViewModelViewHost.
7768012decbcb29ca610d2be39c805357f7532d4 authored over 9 years ago0289637741f6c02a1dbb643a8052934373ef2390 authored over 9 years ago
Xamarin Forms RoutedViewHost issues
acd750a416e16789f1eb753dfd77b0debb3e31a0 authored over 9 years ago8f3da20db1975115c0c7ea8f5e17fe37558dee88 authored over 9 years ago
Remove XmlnsDefinitionAttribute from WINRT.
b337bc7d6b2a538abacbecefe1c24e72a39fa94e authored over 9 years agoTurns out, WINRT doesn't support it :S
cd0a6ef900035425d5012d94e79e8c98822da664 authored over 9 years ago1dceded3a9fd2f72deb870e3492b10729a306cc9 authored over 9 years ago
89012e62352a3e0dd46cb915967f519e0987b2e1 authored over 9 years ago
Ensure ObservableAsPropertyHelper provides initial value immediately
aa33be27aee47fcd0a2fbc2c439a8bf421074891 authored over 9 years agoa67e0c9922d3ed913f194bbc2cf2301f347f7da8 authored over 9 years ago
10dab60971448022277e670c000b1b2e14d9de91 authored over 9 years ago
bb088d03aec54ff238594fb7cc42dc34e54427a8 authored over 9 years ago
188755c6f631f89533821930d1420fa4a0f5eb58 authored over 9 years ago
71bbb96b06667b09c48014cb1470ef474996fb6b authored over 9 years ago
Add XmlnsDefinitionAttribute for those XAML platforms that support it.
d091259f2f56e7b2b17bafbea2ced18a078cbf3f authored over 9 years agoFix events package for XamForms
b5248bfb08131dfe11b94527d1e47ae1bb6e9c37 authored over 9 years agoDon't automatically create a DataTemplate, if the DisplayMemberPath of the ItemsControl is set
f0fc0d2388775f74e59d17240e6dd174b47ad417 authored over 9 years agoeb5d2dc5090a5680a482786979fc3909603c89dc authored over 9 years ago
This prevents ReactiveUI from setting a DataTemplate for simple cases
like a ComboBox that displ...
Prior to this change, OAPH provided passed the initial value through the scheduled subject. Cons...
5e93ff0508b7eafad1b810fcb5fec7d20c4d76b5 authored over 9 years agoSadly, Xamarin Forms does not yet support this. For other XAML platforms supported by ReactiveUI...
45c948d2e66a7ef09da45498938db35d9243bb86 authored over 9 years ago965a82d31ca9dca42cb683355bcc07a9988b8a15 authored over 9 years ago
Rewrite CommonReactiveSource to be reactive and fix numerous bugs
9e38aab1782645f3ac729f3695f9e65c0f2b9ec5 authored over 9 years agoBase classes for XamForms reactive cells
036432c720433ef508804fda0135d2aa1abf467c authored over 9 years agoFixes bug where collection is modified whilst being enumerated
035bce35e1dc56438e775e6b5d83a28d71a29107 authored over 9 years agoAdd ReactiveSplitViewController
8b7ff2210bc95a8e75e02bb0f200f3df565e4363 authored over 9 years agoFix ViewModelViewHost on Mac
dfd3baa6bac0b716eb741c692083a6acf5d8018e authored over 9 years agoRemove ViewContractAttribute
eae2d195d835d0304c37244f5a03846a5a009bc6 authored over 9 years agoRemove fallbackValue from binding methods
5de6f51df42e536b59c896511078df52ca9ae3db authored over 9 years agoAvoid hash calculations where possible
d5939db2017c436c4b9c123506b8f31da8a0ab5f authored over 9 years ago40eb3a8b6e0ec90c715ddcd5540566c2538e2a74 authored over 9 years ago
1246b21a9ae46081ae2cb90b7484f9b40a1de8d8 authored over 9 years ago
To avoid potentially expensive hash calculations, the code now checks whether the log level is a...
6e44f4c33380d469cb8e4d3093e2f4d316df62ec authored over 9 years ago1f120acf522fa3cb788a20ec96a6dbedd8eae6a0 authored over 9 years ago
Because children are being removed one-by-one whilst iterating over an enumeration of children, ...
c56e211a8bedb4f423b763eb09d23df0314c8424 authored over 9 years ago0d202a60fd5fcf550868b99c6bb6d354c2f48220 authored over 9 years ago
0e630181ad404da70fb9882406d860202d9380ac authored over 9 years ago
29510d00bd43b6b92db25e432e34c142b322e08b authored over 9 years ago
3b7b70baa4634cd8207c2f3af977f18d1e5b7609 authored over 9 years ago
Conflicts:
CommonAssemblyInfo.cs
Provide ViewContract property on ViewModelViewHost for XAML platforms
6c1ad8473724b0142a3df3e6330a6e6cc0c3087d authored over 9 years agoRelaxing ToProperty's generic constraints from ReactiveObject to IReactiveObject
ee151a1422225690b6093c8ebeb4004f7ca0b53b authored over 9 years agoMake iOS ViewModelViewHost an actual view controller
2cc51c793224a96ec63badbd7398248bfcb76a94 authored over 9 years agoEnsure batched changes result in BeginUpdates call ASAP
58012b43df0c360b612b42a22fbc6297734c09f4 authored over 9 years ago54dd879da28c24bc57648c7514b6382c93a51596 authored over 9 years ago
Conflicts:
CommonAssemblyInfo.cs
Add a ControlFetcherMixin for the Android Support library
5113255b092909706f89a686adb6a90fd15a7900 authored over 9 years agoChanged output to Xamarin.Mac20 to reflect reality and added .nuspec …
6e7a23b0c22ff516802d2abad3ec3750b0b724db authored over 9 years ago83be49f3839d89da5138c79ee90819b0f2385055 authored over 9 years ago
e9f270773ce6d89e0e14a6ffe8ebc86f6e2c3e51 authored over 9 years ago
5487c5c748a193480de55526e60aad86c7387d86 authored over 9 years ago
5b89c207b33f608ea9a63c63a8c3f97a3ee7319d authored over 9 years ago
c155c4a016e66a2cc5a9ce8d6b5832aeb00e2d34 authored over 9 years ago
583c0494496fa52b73102f4e43ee1122f14339b1 authored over 9 years ago
Retarget ReactiveUI.Xamforms to Profile259.
8a7729b8d54b486e0215ec07160c3e6e576af360 authored over 9 years agoc61e40cfa3cefda14e508029f9934effc58faa62 authored over 9 years ago
Conflicts:
CommonAssemblyInfo.cs
fdc92b866849131b51c8c536deea6d237605b60f authored almost 10 years ago
8191ddcd1df30a76f1c42f07b56f7b9e607323c1 authored almost 10 years ago
63293f837cab0b61ff83949277d824401eeb5bae authored almost 10 years ago
a8629db979bcd2fd9a8bda543eda6df31d36d66b authored almost 10 years ago
Bump dependencies
a8910309a2c4bf3ec50fcd72aa4d7caaa5393fc0 authored almost 10 years ago0c202e354fc0f396f240d45371cde5f7c338f451 authored almost 10 years ago
d053b3f82ef4b6c9aee162c22895bd6fa15ddc7d authored almost 10 years ago
465788d3d729290f11c3214287ad05636578d22a authored almost 10 years ago
b3816a37a38bd8624c6120761ede7d1656a4a409 authored almost 10 years ago
cdada79a9628721cc0988d77f145024aa6ab06a2 authored almost 10 years ago
36cb10d8e52fe7d7716f5551449f1e10b930c0f3 authored almost 10 years ago
d85219be72831a7c466c195e8d0b029e15ae1a6d authored almost 10 years ago
64324881957bc7da9aa3522d80ec24a010138174 authored almost 10 years ago
[Android] Add ReactiveActivity ctors for JNI ownership transfer
2f55e37db09d119f2847190ec1fb9ba9d3584974 authored almost 10 years ago9f79c8b547420c415c2bfecbb633bec2731d49f2 authored almost 10 years ago