Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
480 commits
Select commit Hold shift + click to select a range
ddb1b73
cleaning up the nuget stubs again
moswald Jan 22, 2016
5e0665c
fixes issue with packaging rxui-events
moswald Jan 22, 2016
1d744a4
Merge pull request #1045 from reactiveui/uap
moswald Jan 23, 2016
abd25c1
fixes #513 by adding appropriate overloads
moswald Jan 23, 2016
9f696fd
updated .gitignore/.gitattributes from latest at github/gitignore
ghuntley Jan 23, 2016
773063d
Update .gitignore to match needs
Jan 23, 2016
51ca982
guard against null parameters passed into `Bind`, plus tests
moswald Jan 24, 2016
49cb563
Merge pull request #1052 from moswald/issues/513/BindWithFuncConverters
kentcb Jan 24, 2016
a8cce73
Don't require TResult in the broker.
Jan 24, 2016
313d79a
Add thread safety to InteractionBroker, and ensure it is extensible.
Jan 24, 2016
2a88408
xaml intellisense can't differentiate between the two ViewModel prope…
moswald Jan 24, 2016
83abf9a
Refactor to revised naming.
Jan 25, 2016
0b8dfcc
Fix bug executing via ICommand with nullable parameter types.
Jan 25, 2016
8821ed7
Merge pull request #1054 from kentcb/RxCommand-bugfix
kentcb Jan 25, 2016
50d1090
Merge in rxui7-master.
Jan 25, 2016
3b00834
Formalize input and output types.
kentcb Jan 26, 2016
47eacda
eventbuilder.exe is now xplat (tm) and always uses the latest SDK's.
ghuntley Jan 26, 2016
e3ff885
Merge pull request #1056 from reactiveui/eventbuilder
ghuntley Jan 26, 2016
93e6945
adelaide isn't a real city
ghuntley Jan 27, 2016
5af96ba
Merge pull request #1055 from kentcb/Issue1030
kentcb Jan 28, 2016
968d053
Added ContextExtensions containing ServiceBound
aalmada Jan 29, 2016
c01055a
A Rx implementation of the Android USB permission request
aalmada Jan 29, 2016
5932dc2
A Rx implementation of the Android shared preferences changed.
aalmada Jan 29, 2016
93c964f
Moved to ReactiveUI_Android project
aalmada Jan 29, 2016
f893bf4
Moved to ReactiveUI_Android project
aalmada Jan 29, 2016
d924ad7
Fixed namespace
aalmada Jan 29, 2016
6ca9578
Moved to ReactiveUI_Android project
aalmada Jan 29, 2016
81ce472
Subscribe to the source of an ObservableAsPropertyHelper immediately …
flagbug Feb 1, 2016
a6e7912
added section for code reviewers
shiftkey Feb 3, 2016
de5b782
make the links a bit clearer
shiftkey Feb 3, 2016
ed08130
Merge pull request #1064 from reactiveui/shiftkey-patch-1
kentcb Feb 3, 2016
3f37a12
Fix a typo in the README
flagbug Feb 3, 2016
684b8a2
Merge pull request #1057 from aalmada/AndroidServiceBind
flagbug Feb 3, 2016
3effff7
Merge branch 'pr/1058' into rxui7-master
flagbug Feb 4, 2016
e2b0095
Merge branch 'pr/1059' into rxui7-master
flagbug Feb 4, 2016
fb34ddb
Merge remote-tracking branch 'refs/remotes/reactiveui/rxui7-master' i…
aalmada Feb 5, 2016
3ce6dad
Add ReactivePreferenceActivity and ReactivePreferenceFragment
aalmada Feb 5, 2016
ce7c475
Added missing code
aalmada Feb 5, 2016
caefe90
Fix variadic template.
kentcb Feb 6, 2016
d02f163
Merge pull request #1068 from kentcb/fix-variadic-template
kentcb Feb 6, 2016
f8606ec
Merge remote-tracking branch 'refs/remotes/reactiveui/rxui7-master' i…
aalmada Feb 6, 2016
a4d4b25
Merge branch 'rxui7-master' of https://github.com/aalmada/ReactiveUI …
aalmada Feb 6, 2016
da7ac63
Merge remote-tracking branch 'refs/remotes/reactiveui/rxui7-master' i…
aalmada Feb 8, 2016
d5e1957
Merge branch 'rxui7-master' of https://github.com/aalmada/ReactiveUI …
aalmada Feb 8, 2016
9a3882f
Merge remote-tracking branch 'refs/remotes/reactiveui/rxui7-master' i…
aalmada Feb 9, 2016
93ec1d0
fleshed this out a little bit more
ghuntley Feb 12, 2016
ae44798
Merge pull request #1067 from aalmada/ReactivePreferenceFragment
flagbug Feb 12, 2016
d445bde
Improve backwards navigation handling.
kentcb Feb 16, 2016
bf1b231
Merge pull request #1071 from kentcb/xf-routing-bugfix
kentcb Feb 18, 2016
a4bccf5
Don't double-count when navigating back from external trigger.
kentcb Feb 24, 2016
546a1ae
Added missing doc comments, cleaned up syntax a bit. XS now gives us …
Mar 2, 2016
3e0a7d6
Adds a Deactivated observable to ViewModelActivator, addresses #963.
Mar 2, 2016
2e7e155
Added "activated" counterpart and moved initialization into the const…
Mar 3, 2016
cd66b71
Merge pull request #1079 from reactiveui/VMA-deactivated
kentcb Mar 6, 2016
9354df5
Merge pull request #1078 from reactiveui/VMA-cleanup
kentcb Mar 6, 2016
e06fc24
Fix tabs.
kentcb Mar 6, 2016
e2c01b8
Merge pull request #1074 from kentcb/xf-routing-bugfix2
kentcb Mar 6, 2016
767ad4c
Add RoutingState.Scheduler property.
kentcb Mar 6, 2016
9584160
Make ToProperty work properly on Indexers
timotei Mar 3, 2016
fed3490
Ensure exceptions are delivered on output scheduler.
kentcb Mar 18, 2016
41fc190
Merge pull request #1085 from kentcb/rxcommand-thrownexceptions
kentcb Mar 18, 2016
ab62c17
Merge pull request #1084 from timotei/rxui7-master
kentcb Mar 18, 2016
fd93a75
Merge pull request #1082 from kentcb/routingstate-scheduler
kentcb Mar 18, 2016
317bffb
Fix various RoutedViewHost issues.
kentcb Mar 18, 2016
04d2df3
Add missing file.
kentcb Mar 18, 2016
e8661a7
Merge pull request #1086 from kentcb/ios-routedviewhost
kentcb Mar 18, 2016
97eac85
ReactiveNavigationController should be activatable.
kentcb Mar 18, 2016
f7e7da3
Merge pull request #1087 from kentcb/ios-routedviewhost2
kentcb Mar 18, 2016
f3ea193
Make ExecuteAsync cold/lazy.
kentcb Mar 19, 2016
398ebec
Add cancellation support.
kentcb Mar 19, 2016
b4ae2a4
Fix some formatting.
kentcb Mar 19, 2016
b2a3b0f
Rename ExecuteAsync to Execute.
kentcb Mar 19, 2016
8e92631
Tweak execution logic.
kentcb Mar 19, 2016
cf9db28
Add WhenActivated overloads taking Action<CompositeDisposable>.
kentcb Mar 19, 2016
b9448d0
Fix API docs.
kentcb Mar 19, 2016
97214dd
Merge pull request #1088 from kentcb/Issue1062
kentcb Mar 25, 2016
a0702da
Add AddTo extension method.
kentcb Mar 25, 2016
5e937a7
Add WhenActivated overloads for CompositeDisposable.
kentcb Mar 25, 2016
b93a6ea
Improve naming.
kentcb Mar 25, 2016
8f9731d
added bootstrap
ghuntley Mar 27, 2016
2399e19
Merge branch 'rxui7-master' into myget
ghuntley Mar 27, 2016
fcce4e3
#yourfirstpr
Avrozavr Dec 29, 2015
49270ce
added baseline commonassemblysolutioninfo
ghuntley Mar 27, 2016
8f8fffe
deleted common solution info
ghuntley Mar 27, 2016
350f970
added codegen disclaimer
ghuntley Mar 27, 2016
e7b1d26
eventbuilder working for ios, android (now uses SDK latest) and UWP
ghuntley Mar 27, 2016
1e4ea34
generating and building events for .net45 working
ghuntley Mar 27, 2016
e1b7a4b
generating and building events for xamarin.forms working
ghuntley Mar 27, 2016
8c86009
generating and building events for wpa81 (aka WINRT) working
ghuntley Mar 27, 2016
98b893f
goodbye wp8, min target is now wp8.1
ghuntley Mar 27, 2016
82f5c7c
generating and building events for wp81 (aka silverlight) working
ghuntley Mar 27, 2016
6b7b9ae
impl reactiveui-events nuget package creation
ghuntley Mar 27, 2016
3c11829
metadata is now used from buildslave
ghuntley Mar 27, 2016
6690cac
retired old eventbuilder process
ghuntley Mar 27, 2016
daf3a33
flattened nuget package path
ghuntley Mar 27, 2016
371562d
automatically publish packages to nuget
ghuntley Mar 27, 2016
17c6300
adjusted semVersion format
ghuntley Mar 27, 2016
b58e27a
impl standardized nuspec template
ghuntley Mar 27, 2016
b5bc6ba
enable gitlink integration
ghuntley Mar 27, 2016
04560ee
create and publish nuget symbol packages
ghuntley Mar 27, 2016
bb6dd36
push symbols as separate publish step
ghuntley Mar 27, 2016
a9aee36
Merge pull request #1091 from kentcb/Issue1063
kentcb Mar 28, 2016
cac1bc2
moved eventbuilder to new project structure
ghuntley Mar 28, 2016
646c181
moved rxui to new project structure
ghuntley Mar 28, 2016
64d1741
removed junk
ghuntley Mar 28, 2016
1e40f4b
moved nuspec definitions
ghuntley Mar 28, 2016
ffffa3a
updated nuspec templates
ghuntley Mar 28, 2016
81ad56d
deleted rxuiviewmodelgenerator
ghuntley Mar 28, 2016
160d52d
assemblyinfo cleanup
ghuntley Mar 28, 2016
3cef0dc
:fire: rxviewmodelgenerator
ghuntley Mar 28, 2016
96810a0
removed duplicate assemblyinfo
ghuntley Mar 28, 2016
e8deaaf
upgraded to latest android nuget support package
ghuntley Mar 28, 2016
34ee3df
removed (for now) playground projects from solution
ghuntley Mar 28, 2016
8eb9ee1
upgraded all to latest nuget packages
ghuntley Mar 28, 2016
6273a28
Merge branch 'rxui7-master' into myget
ghuntley Mar 28, 2016
8c8e7fa
moved disposablemixins to new projected structure
ghuntley Mar 28, 2016
2bb96ec
use correct path to reactiveui.sln
ghuntley Mar 30, 2016
937a7f1
migrated iOS away from monotouch to xamarin.ios10 (unified)
ghuntley Mar 30, 2016
f0f5963
build rxuiv7 via CI
ghuntley Mar 30, 2016
46fb05d
added android sdk installation bootstrapper
ghuntley Apr 1, 2016
781c378
added appveyor configuration
ghuntley Apr 1, 2016
eed574a
build and publish reactiveui v7 meta package
ghuntley Apr 1, 2016
4afb77b
build, package and publish reactiveui-core v7
ghuntley Apr 1, 2016
6e59c7e
include Net45 in ReactiveUI-Events
ghuntley Apr 1, 2016
be5fe4d
build, package and publish reactiveui-winforms v7
ghuntley Apr 1, 2016
1078633
build, package and publish reactiveui-xamforms v7
ghuntley Apr 1, 2016
ee7da1c
prep reactiveui-testing v7 nuspec
ghuntley Apr 1, 2016
b594208
use commonassemblyinfo.cs
ghuntley Apr 1, 2016
b3b1c1d
build, package and publish reactiveui-blend v7
ghuntley Apr 1, 2016
ffc4a5f
build, package and publish reactiveui-androidsupport v7
ghuntley Apr 1, 2016
699b7b0
build, package and publish reactiveui-testing v7
ghuntley Apr 1, 2016
9962407
all packages building for all platforms (except Xamarin.Mac) and publ…
ghuntley Apr 1, 2016
abc7da8
these aren't needed anymore
ghuntley Apr 1, 2016
3cd034e
Delete .keepme
ghuntley Apr 1, 2016
66b96ee
Delete .keepme
ghuntley Apr 1, 2016
6cab902
these are not needed anymore
ghuntley Apr 1, 2016
42f2d64
Placeholder NuGet.Config for @ghuntley to plug his MyGet feed URL into
mteper Apr 1, 2016
27b6084
Merge branch 'rxui7-master' of https://github.com/aalmada/ReactiveUI …
aalmada Apr 6, 2016
da38bce
added pre-release nuget feed details
ghuntley Apr 6, 2016
54e5b2c
Merge remote-tracking branch 'refs/remotes/reactiveui/rxui7-master' i…
aalmada Apr 7, 2016
e4c111b
Added .AsObservable() when ISubject is returned as IObservable
aalmada Apr 7, 2016
4d8e5ce
Merge pull request #1095 from aalmada/AsObservable
moswald Apr 7, 2016
95b8a9f
Remove Xam Forms from Events / PCL
Apr 11, 2016
a0ce9e0
reactiveui-xamforms now targets "portable-net45+netcore45+wp8+UAP10+M…
ghuntley Apr 11, 2016
f900bb9
created 'reactiveui-events-xamforms' nuget package
ghuntley Apr 11, 2016
8f276b7
min target is now MonoAndroid403 aka Android 4.0.3 / API Level 15
ghuntley Apr 11, 2016
74f3fa0
publish reactiveui-events-xamforms package
ghuntley Apr 11, 2016
51702a4
use v2.1.0.6529 of Xamarin.Forms
ghuntley Apr 12, 2016
63fbf76
updated reactiveui-events-xamforms description
ghuntley Apr 12, 2016
27a216c
min target is now MonoAndroid403 aka Android 4.0.3 / API Level 15
ghuntley Apr 12, 2016
010eb7c
target portable-net45+netcore45+wp8+UAP10+MonoAndroid403+MonoTouch10+…
ghuntley Apr 12, 2016
c55054f
publish reactiveui-testing to myget
ghuntley Apr 12, 2016
245d5cb
min target is now MonoAndroid403 aka Android 4.0.3 / API Level 15
ghuntley Apr 12, 2016
41ba198
build .net45 unit tests
ghuntley Apr 12, 2016
820c317
Merge pull request #1061 from reactiveui/oaph-defer-subscription
flagbug Apr 12, 2016
0f3a0c2
Fix the XML docs stating that the default scheduler is the UI scheduler
flagbug Apr 12, 2016
4f673a5
changed LaunchActivatedEventArgs to IActivatedEventArgs to make it wo…
PureWeen Apr 12, 2016
545e2d0
Merge pull request #1099 from PureWeen/IActivatedEventArgs_insteadof_…
flagbug Apr 12, 2016
6eb147b
Merge branch 'rxui7-master' of github.com:reactiveui/ReactiveUI into …
ghuntley Apr 12, 2016
7ec75f1
added .net45 test runner but disabled for now
ghuntley Apr 12, 2016
8ae2100
>= 7.0.0 will do. No need to lock to == [7.0.0]
ghuntley Apr 13, 2016
5467ed7
Crisis of identity/vanity commit.
kentcb Apr 13, 2016
4471b01
Not sure the packages.ReactiveUI_Mac.config is used, but no reason fo…
mteper Apr 15, 2016
de5252e
build reactiveui-events for xamarin.mac (mobile profile)
ghuntley Apr 22, 2016
ef7142e
Merge branch 'myget' of github.com:reactiveui/ReactiveUI into myget
ghuntley Apr 22, 2016
419fd60
This reverts commit 5467ed7d8494ccefe4c5f846b40840d3a3e41129.
ghuntley Apr 22, 2016
2aceb7f
added xamarin.mac solution
ghuntley Apr 23, 2016
ea751a2
Merge branch 'myget' of github.com:reactiveui/ReactiveUI into myget
ghuntley Apr 23, 2016
2eecba7
publish reactiveui-events for xamarin.mac (mobile profile)
ghuntley Apr 23, 2016
7e44abb
[wip] bring up reactiveui-core for xamarin.mac on windows
ghuntley Apr 23, 2016
3fa4262
fixed generation of reactiveui-events from custom assembly on windows.
ghuntley Apr 24, 2016
819eb38
Fix Mac build.
kentcb Apr 26, 2016
bcff6b7
added Erik Meijer rx intro whiteboarding videos
ghuntley Apr 27, 2016
1d4b705
Add ReactiveAppCompatActivity
DelcoigneYves May 1, 2016
341b0ae
Merge pull request #1105 from YvesDelcoigne/reactiveappcompatactivity
kentcb May 3, 2016
b74f3d0
fixed generation of reactiveui-events from custom assembly on windows.
ghuntley Apr 24, 2016
49fd78b
disable xamarin.mac (for now)
ghuntley May 13, 2016
012fa05
upgraded all nuget packages except xunit
ghuntley May 13, 2016
78fc6d9
disable packaging of xamarin.mac (for now)
ghuntley May 13, 2016
0acb1bd
Merge remote-tracking branch 'origin/rxui7-master' into myget
ghuntley May 13, 2016
96e081d
added ReactiveAppCompatActivity
ghuntley May 13, 2016
4cb6f26
resolved installation of reactiveui-core into profile111
ghuntley May 13, 2016
d03c774
Replace catching Exception into InvalidOperationException. We want to…
MistyKuu May 13, 2016
7d64916
Merge pull request #1110 from MistyKuu/rxui7-master
anaisbetts May 14, 2016
4524774
Add support for ICanActivate.
kentcb May 27, 2016
39047a7
Fix copy/pasta error.
kentcb May 30, 2016
4a2fa94
removed duplicate file
ghuntley Jun 15, 2016
41a7e9c
bump reactiveui-events for android use monodroid403 as lowest target
ghuntley Jun 15, 2016
6cd7442
workaround for https://bugzilla.xamarin.com/show_bug.cgi?id=36183
ghuntley Jun 15, 2016
fe66f9c
Merge pull request #1115 from kentcb/icanactivate-for-XF-activation-f…
kentcb Jun 24, 2016
d1b56f2
Merge branch 'rxui7-master' of github.com:reactiveui/ReactiveUI into …
ghuntley Jun 27, 2016
f41bcb8
install android api 21, 22 & 23 as part of bootstrap
ghuntley Jun 27, 2016
dfb2b0d
Merge branch 'myget' of https://github.com/reactiveui/ReactiveUI into…
kentcb Jun 27, 2016
bc76713
updated appveyor configuration
ghuntley Jun 28, 2016
5472652
implemented continuous builds and deployment for v7 pre-release packa…
ghuntley Jun 28, 2016
ae51515
unship RELEASENOTES.MD as part of package due to XS + NuGet issue (#1…
ghuntley Jun 28, 2016
97631cd
strict mode enabled, fail the build on any powershell error (#1128)
ghuntley Jun 30, 2016
c2a9cb7
added github issue/pr templates (#1140)
ghuntley Aug 12, 2016
2a37bc1
chore: bootstrapper now download/installs Android API level 24 (#1148)
ghuntley Aug 26, 2016
2533674
fix: set nuspec dependency to == (exact) version as that is being bui…
ghuntley Aug 26, 2016
89922b2
Create CODE_OF_CONDUCT.md
ghuntley Aug 26, 2016
b96042d
[docs] added guidelines for new and existing contributors
ghuntley Aug 26, 2016
88360eb
feat: upgrade reactiveui-events for Xamarin.Forms from v2.2.0.31 to v…
ghuntley Aug 26, 2016
46bfc87
feat: reactiveui-core/reactiveui-events now targets UWP 10.0.14393.0 …
ghuntley Aug 26, 2016
c67c718
feat: upgrade reactiveui-core for Xamarin.Forms from v2.2.0.31 to v2…
ghuntley Aug 26, 2016
2cd0ead
feat: update reactiveui-xamforms nuspec dependency from v2.1.0.6529 t…
ghuntley Aug 27, 2016
67c168b
fix: bump min version of splat from 1.0 to 1.4.0 (#1142)
kentcb Aug 27, 2016
006e41b
revert: "chore: bootstrapper now download/installs Android API level …
ghuntley Aug 30, 2016
423d646
InvokeCommand must respect execution window.
kentcb Sep 14, 2016
e0495fa
Merge branch 'rxui7-master' into issue1143
kentcb Sep 14, 2016
f0989a4
Throw specific exception when pipeline fails.
kentcb Sep 14, 2016
a6a6255
Use non-generic BindableProperty.Create.
kentcb Sep 18, 2016
22e72b6
emove BindCommand implementation taking Func<TParam>.
kentcb Sep 18, 2016
e1758b4
chore: disable sonarqube integration (#1162)
ghuntley Sep 19, 2016
8a43bb5
Merge branch 'rxui7-master' into issue1081
kentcb Oct 2, 2016
f876635
feature: retired windows phone silverlight (#1174)
ghuntley Oct 25, 2016
81e3a54
feature: Xamarin.Mac (unified) now compiles on windows (#1175)
ghuntley Oct 25, 2016
841d534
refactor: reactiveui-testing for iOS migrated from Monotouch to Xamar…
ghuntley Oct 25, 2016
40680b7
resolve code-generation of events with iOS 10 (#1177)
ghuntley Oct 25, 2016
4ffcdaa
bugfix: resolved issues with continuous integration pipeline
ghuntley Oct 25, 2016
95a72d6
refactor: locked in the fact that rxui will only build on windows
ghuntley Oct 25, 2016
c7d0edd
refactor: re-enabled unit tests in the CI pipeline
ghuntley Oct 25, 2016
52baa6f
shiftkey was here
shiftkey Oct 25, 2016
c6e08a1
Merge pull request #1179 from reactiveui/ci-runs-unit-tests
ghuntley Oct 26, 2016
8c3c999
Add interactions to UWP project.
kentcb Oct 27, 2016
b05941b
Merge pull request #1181 from kentcb/bugfix/66
kentcb Oct 27, 2016
523e2fc
Merge branch 'rxui7-master' into issue1159
kentcb Oct 27, 2016
ee0da71
Merge branch 'rxui7-master' into issue1159
kentcb Oct 27, 2016
9088f55
Merge pull request #1160 from kentcb/issue1159
kentcb Oct 27, 2016
ede48e0
Merge branch 'rxui7-master' into issue1143
kentcb Oct 27, 2016
4ec69fb
Merge pull request #1157 from kentcb/issue1143
kentcb Oct 27, 2016
5930cd6
Merge branch 'rxui7-master' into issue1083
kentcb Oct 27, 2016
7925b36
Merge pull request #1158 from kentcb/issue1083
kentcb Oct 27, 2016
bf33109
Merge branch 'rxui7-master' into issue1081
kentcb Oct 27, 2016
87075a5
Merge pull request #1161 from kentcb/issue1081
kentcb Oct 27, 2016
02ed175
Merge branch 'rxui7-master' into PR779
kentcb Oct 29, 2016
cc8617c
Trigger activation of ReactiveSplitViewController on ViewWillAppear
kentcb Oct 29, 2016
a05b1ad
Merge pull request #1182 from kentcb/iOS-activation
kentcb Oct 29, 2016
1a1c53f
Fix #1144 to allow merge (#1183)
kentcb Oct 29, 2016
9738872
refactor: retargeted from net45 to net46 as it is EOL (#1184)
ghuntley Oct 29, 2016
e2430a6
refactor: use xamarin.mac framework for reactiveui/reactiveui-testing…
ghuntley Oct 29, 2016
5384c65
refactor: ignore CS[1591,0618,0105,0672] on reactiveui-events because…
ghuntley Oct 29, 2016
e346d01
refactor: upload .dll artefacts to appveyor on successful build (#1188)
ghuntley Oct 29, 2016
fa79ebc
refactor: android timepicker use .Hour|Minute instead of .Current[Hou…
ghuntley Nov 1, 2016
b418df6
feature: add WhenAnyObservable overloads that combine latest (#1189)
kentcb Nov 1, 2016
0e99cab
chore: added nuget.org release workflow (#1191)
ghuntley Nov 7, 2016
902472c
bug: resolved install of reactiveui-xamforms into a library targeting…
ghuntley Nov 7, 2016
72b665e
bug: pull-requests were being published to the myget feed (#1194)
ghuntley Nov 7, 2016
4a82e07
revert: mintarget is no longer 460 as 452 is still supported (#1195)
ghuntley Nov 7, 2016
8f464ae
fix: resolve crash when using ViewModelViewHost with Xamarin Forms
kentcb Nov 7, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
61 changes: 42 additions & 19 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,22 +1,45 @@
# Auto detect text files and perform LF normalization
# Catch all for anything we forgot. Add rules if you get CRLF to LF warnings.
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# Text files that should be normalized to LF in odb.
*.cs text eol=lf diff=csharp
*.xaml text
*.config text
*.c text
*.h text
*.cpp text
*.hpp text

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.sln text
*.csproj text
*.vcxproj text

*.md text
*.tt text
*.sh text
*.ps1 text
*.cmd text
*.bat text
*.markdown text
*.msbuild text


# Binary files that should not be normalized or diffed
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.rc binary

*.pfx binary
*.snk binary
*.dll binary
*.exe binary
*.lib binary
*.exp binary
*.pdb binary
*.sdf binary
*.7z binary

# Generated file should just use CRLF, it's fiiine
SolutionInfo.cs text eol=crlf diff=csharp
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
***Note*: for support questions, please ask on StackOverflow: https://stackoverflow.com/questions/tagged/reactiveui . This repository's issues are reserved for feature requests and bug reports.**

**Do you want to request a *feature* or report a *bug*?**



**What is the current behavior?**



**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem**



**What is the expected behavior?**



**What is the motivation / use case for changing the behavior?**



**Which versions of ReactiveUI, and which platform / OS are affected by this issue? Did this work in previous versions of ReativeUI? Please also test with the latest stable and snapshot (http://docs.reactiveui.net/en/contributing/snapshot/index.html) versions.**



**Other information (e.g. stacktraces, related issues, suggestions how to fix)**
23 changes: 23 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)**



**What is the current behavior? (You can also link to an open issue here)**



**What is the new behavior (if this is a feature change)?**



**Does this PR introduce a breaking change?**



**Please check if the PR fulfills these requirements**
- [ ] The commit follows our guidelines: https://github.com/reactiveui/reactiveui#contribute
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)

**Other information**:

106 changes: 68 additions & 38 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,34 @@
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/

# Roslyn cache directories
*.ide/
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

#NUNIT
# NUNIT
*.VisualState.xml
TestResult.xml

Expand All @@ -33,6 +40,12 @@ TestResult.xml
[Rr]eleasePS/
dlldata.c

# DNX
*.lock.json
artifacts/
*.nuget.props
*.nuget.targets

*_i.c
*_p.c
*_i.h
Expand Down Expand Up @@ -65,6 +78,7 @@ _Chutzpah*
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
Expand All @@ -73,6 +87,7 @@ ipch/
*.psess
*.vsp
*.vspx
*.sap

# TFS 2012 Local Workspace
$tf/
Expand All @@ -85,7 +100,7 @@ _ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding addin-in
# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
Expand All @@ -97,6 +112,7 @@ _TeamCity*
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
Expand Down Expand Up @@ -124,42 +140,48 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
## TODO: Comment the next line if you want to checkin your
## web deploy settings but do note that will include unencrypted
## passwords
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# NuGet Packages Directory
packages/*
## TODO: If the tool you use requires repositories.config
## uncomment the next line
!packages/repositories.config

# Enable "build/" folder in the NuGet Packages folder since
# NuGet packages use it for MSBuild targets.
# This line needs to be after the ignore of the build folder
# (and the packages folder if the line above has been uncommented)
!packages/build/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config

# Windows Azure Build Output
csx/
*.build.csdef

# Windows Azure Emulator
ecf/
rcf/

# Windows Store app package directory
AppPackages/
BundleArtifacts/

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# RIA/Silverlight projects
Generated_Code/
Expand All @@ -184,28 +206,36 @@ UpgradeLog*.htm
# Microsoft Fakes
FakesAssemblies/

# RxUI build directories
Release
NuGet-Release

# Ensure all files in the NuGet directory are tracked.
!NuGet/**
# GhostDoc plugin setting file
*.GhostDoc.xml

*.nupkg
*.userprefs
# Node.js Tools for Visual Studio
.ntvs_analysis.dat

version-bump.patch
# Visual Studio 6 build log
*.plg

ReactiveUI.Events/Events.cs
ReactiveUI.Events/Events_*.cs
# Visual Studio 6 workspace options file
*.opt

ReactiveUI.Events/EventBuilder.exe
ReactiveUI.Events/EventBuilder.exe.mdb
ReactiveUI.Events/Mono.*
ReactiveUI.Events/Nustache.*
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

ext/monodroid/18
# Paket dependency manager
.paket/paket.exe

# FAKE - F# Make
.fake/

# Tools
tools/

.DS_Store
# ReactiveUI
artifacts/
src/CommonAssemblyInfo.cs
src/ReactiveUI.Events/Events_*.cs
2 changes: 2 additions & 0 deletions .hgeol
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[repository]
native = LF
Binary file removed .nuget/NuGet.exe
Binary file not shown.
50 changes: 50 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Contributor Code of Conduct

As contributors and maintainers of this project, and in the interest of
fostering an open and welcoming community, we pledge to respect all people who
contribute through reporting issues, posting feature requests, updating
documentation, submitting pull requests or patches, and other activities.

We are committed to making participation in this project a harassment-free
experience for everyone, regardless of level of experience, gender, gender
identity and expression, sexual orientation, disability, personal appearance,
body size, race, ethnicity, age, religion, or nationality.

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery
* Personal attacks
* Trolling or insulting/derogatory comments
* Public or private harassment
* Publishing other's private information, such as physical or electronic
addresses, without explicit permission
* Other unethical or unprofessional conduct

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

By adopting this Code of Conduct, project maintainers commit themselves to
fairly and consistently applying these principles to every aspect of managing
this project. Project maintainers who do not follow or enforce the Code of
Conduct may be permanently removed from the project team.

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting a project maintainer at paul@paulbetts.org. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. Maintainers are
obligated to maintain confidentiality with regard to the reporter of an
incident.


This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 1.3.0, available at
[http://contributor-covenant.org/version/1/3/0/][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/3/0/
Loading