Ecosyste.ms: OpenCollective

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

github.com/MvvmCross/MvvmCross

The .NET MVVM framework for cross-platform solutions, including Android, iOS, MacCatalyst, macOS, tvOS, WPF, WinUI
https://github.com/MvvmCross/MvvmCross

update google play services to latest, this fixes the crash for Unable to register for pushes “was expected to be of type virtual”

29e85b3f6d927d8538b31fc3eabf26d5c32773a8 authored about 8 years ago by Jesus Garcia <[email protected]>
ModalPresenter - Add possibility to navigate to a modal by passing a presentation parameter

677e5aecd2b9556c8e688cf6906edcee1387b0f8 authored about 8 years ago by Matthias Bruzek <[email protected]>
Merge pull request #60 from farlop/master

[Feature] Use MvxForms with MasterDetailPage

09ebe357f05705444d7596e0a7bc1089339c71d5 authored about 8 years ago by Martijn van Dijk <[email protected]>
Merge pull request #64 from thefex/feature/HeaderCellExpandedCollapsedInfo

Feature/header cell expanded collapsed info

ec44bf8399c2ddd94e0066d25ceac3c98453bfe2 authored about 8 years ago by Martijn van Dijk <[email protected]>
Merge pull request #61 from thefex/master

Accordion expand/collapse feature.

80b9b9b4eeec0f649db16bf7468091627ded68ea authored about 8 years ago by Martijn van Dijk <[email protected]>
Merge pull request #1497 from kjeremy/isalive

WeakReference.IsAlive may not be accurate if true

6e0108f7a6c13e3cec9759ee0e2ed16f2f61815f authored about 8 years ago by Tomasz Cielecki <[email protected]>
WeakReference.IsAlive may not be accurate if true.

The correct way to check for live-ness is to test Target for non-null.
If IsAlive is false then ...

f71a96cee0500208ead864b34b81d6e7ceff11a0 authored about 8 years ago by Jeremy A. Kolb <[email protected]>
Merge pull request #1495 from Plac3hold3r/PH.develop.androidAutoRegisterPresenter

Automate register of IMvxAndroidViewPresenter in MvxAndroidSetup

15065a4baccbba36f7f85ab7b0d0343f1e0758a7 authored about 8 years ago by Tomasz Cielecki <[email protected]>
MvxAndroidSetup automate register IMvxAndroidViewPresenter with IoC after creation

76b201afe5655607d87e4af46e0427c493291028 authored about 8 years ago by Plac3hold3r <[email protected]>
Fix suppression bug in ReplaceWith and optimize some of the collection changed events

4b2357643a7a6c390355ba721507d074dfafdc48 authored about 8 years ago by Jeremy Kolb <[email protected]>
Simplify InvokeOnMainThread

03130857f7648b6d6aa4718798e1563966b41cc3 authored about 8 years ago by Jeremy Kolb <[email protected]>
Merge pull request #1486 from Prin53/develop

Fixes #1485 - MvxObservableCollection RemoveRange raises Reset action

813ee7eb15f92e7df414cf0858f0aa846334e1aa authored about 8 years ago by Martijn van Dijk <[email protected]>
Merge pull request #1491 from mystudylife/hotfix/customtableviewcells

Allow table view cells which don't inherit MvxTableViewCell in MvxBaseTableViewSource

a4a0e18cdb34fff217c19fc0e6402f382ca0139c authored about 8 years ago by Martijn van Dijk <[email protected]>
Merge pull request #68 from D-Genix/issue-67

XamarinSidebar: Init sidebars with disabled pan gesture

7645b24a9cea95cccc0cb4224911e85988003973 authored about 8 years ago by Martijn van Dijk <[email protected]>
Merge pull request #65 from D-Genix/tabs-fix

Tabs fix

bbcdb12781b4ede567556fe681df27310880c5e0 authored about 8 years ago by Martijn van Dijk <[email protected]>
Initialize sidebars with disabled pan gesture

10922146cfbbe9d8e787ddf8f3ccf7ad8397d0bd authored about 8 years ago by NM_Dev <[email protected]>
Bring presentationValues back again when showing tab controllers

71ec654825254414884c244ba4ced3629ce2e6d1 authored about 8 years ago by NM_Dev <[email protected]>
Merge remote-tracking branch 'MvvmCross/master'

3a881cf0b930c41d8d7f883ada47f2a925eaf8bc authored about 8 years ago by NM_Dev <[email protected]>
Added OnExpanded/OnCollapsed methods on cell which implements IExpandableHeaderCell.

Added protected method on MvxExpandableTableViewSource which are invoked OnExpanded(indexes), OnC...

dda2ce0f40861eef11c3f7855bb594d004209468 authored about 8 years ago by Przemysław Raciborski <[email protected]>
Refactor - namespace change for Expandable Controllers.

48ba984af289f894447f2d85a9f59823beeb82a8 authored about 8 years ago by Przemysław Raciborski <[email protected]>
Automatically scroll to expanded/collapsed section.

be76fd5222af973a1e42870267981b1e9797571c authored about 8 years ago by Przemysław Raciborski <[email protected]>
Merge branch 'feature/AccordionExpandableSupport'

Implemented Accordion ExpandableTableView support.

8ba5d8f8888a7d3fa32b283084f900e5eeb1f4a4 authored about 8 years ago by Przemysław Raciborski <[email protected]>
Added support for Accordion ExpandableTableViewSource (only one item can be expanded at same time)

37f2ab28a03a5459b6c39d5c34325cf76d28600b authored about 8 years ago by Przemysław Raciborski <[email protected]>
Refactored expand / collapse logic into SectionExpandableController.

Changed internal data structure for section state as bool[] looks like a bad choice for that.

69bd87d4122a8deafa3eff478e52c08838949497 authored about 8 years ago by Przemysław Raciborski <[email protected]>
Allow table view cells which don't inherit MvxTableViewCell

3fc1288e3276a4ac989f44d1bfc17f808a782c1f authored about 8 years ago by Jamie Clarke <[email protected]>
MvxObservableCollecton - Added RemoveRange method, old RemoveRange method renamed to RemoveItems

f739d9de058cbdb1094a31ea16521fc98d85066d authored about 8 years ago by Denis Fiediaiev <[email protected]>
Fixes #1485 - MvxObservableCollection RemoveRange raises Reset action

3546436f378d251c82d775770ffd4ad8ebdb6ec3 authored about 8 years ago by Denis Fiediaiev <[email protected]>
Merge pull request #59 from mvanbeusekom/feature/jasidepanels_sample

Feature/jasidepanels sample

840a24bbb4207a88823cd7b7cda2dc6af68d93b3 authored about 8 years ago by Martijn van Dijk <[email protected]>
Update to MvvmCross 4.4.0

750f025773ecb3fe145faaf18009485cc77081b3 authored about 8 years ago by Maurits van Beusekom <[email protected]>
Add iOS JA SidePanels sample project to solution

Added the missing JA SidePanels sample project to the solution.

ae67532a5fbef196b89f99cedfa1eee952250005 authored about 8 years ago by Maurits van Beusekom <[email protected]>
Merged branch master into master

8324b753ad009687129892216e4489871abebc88 authored about 8 years ago by Maurits van Beusekom <[email protected]>
Merge pull request #57 from mvanbeusekom/feature/false_warning

Feature/false warning

72845ac1def94c4586ab6a1abf6864571f455f75 authored about 8 years ago by Martijn van Dijk <[email protected]>
Merge pull request #58 from mvanbeusekom/feature/automatically_hide_menu

Feature/automatically hide menu

97f7fcd7c37691ef8444da33d9f22498b2950476 authored about 8 years ago by Martijn van Dijk <[email protected]>
Automatically hide menu

At the moment the menu stays open when you navigate away from it and the developer needs to spec...

8070fcace257a600e258d1c08a5a28d2339dcc85 authored about 8 years ago by Maurits van Beusekom <[email protected]>
Warning "MvxSidebarController not initizialized" is incorrect

When using the Xamarin Sidebar Menu in your application it will always show a warning that the M...

767650b6790ff605a057e29a6f7570e0bb66a529 authored about 8 years ago by Maurits van Beusekom <[email protected]>
Merged branch master into master

b5e36ac93166ca0d1310b3d3a106b9bee0b85316 authored about 8 years ago by Maurits van Beusekom <[email protected]>
Merge pull request #54 from slown1/bugfix/MvxSidePanels-Presenter-fix

solved the reset to root problem part with reusing the nav controller…Crash Avoided

128d4eee5734f8748f22a2ef3b0e2db075ddd383 authored about 8 years ago by Martijn van Dijk <[email protected]>
Example using MasterDetailPagePresenter

576aab3438e89532d44dd5ff41cd9e7587aa37a8 authored about 8 years ago by avalor <[email protected]>
Merge pull request #56 from Prin53/master

Fixes MvxExpandableTableViewSource With Swipe To Action

e3eb3afd981c76e583833e26c1ec7b8e71c655aa authored about 8 years ago by Martijn van Dijk <[email protected]>
[Feature] Added a new Presenter for using MasterDetailPage in MvxFormsApp

018dd33ffe45878139641c7318b3718d87cc3e9b authored about 8 years ago by avalor <[email protected]>
Merge branch 'master' into mymaster

# Conflicts:
# MvvmCross.iOS.Support/Views/MvxExpandableTableViewSource.cs

2005911198708d24700d9f4b4c78a83ef1517cb7 authored about 8 years ago by Denis Fiediaiev <[email protected]>
Merge pull request #55 from b099l3/master

Fix for MvxExpandableTableViewSource: GetViewForHeader adding multiple buttons

3704c7914cf870c553c712d9b5ce9608be2e3ec0 authored about 8 years ago by Martijn van Dijk <[email protected]>
small refactor

a2269ba63f85b4e29415d1da84ee1000464fae23 authored about 8 years ago by Flavius Demian <[email protected]>
removed the try catch parts

be893f669447247366ba83a99ccbad5fafa364da authored about 8 years ago by Flavius Demian <[email protected]>
changed tabs to spaces

f41d9a0938096ca7a07b65fd97222bcbe792f978 authored about 8 years ago by Iain Smith <[email protected]>
Merge branch 'master' of https://github.com/MvvmCross/MvvmCross-iOSSupport

e32671c17bd011f13d21fcc4030c09c7b17f3b41 authored about 8 years ago by Iain Smith <[email protected]>
Fix for GetViewForHeader adding multiple buttons

e79b551b6be78ab3759c013e4e1281fa2132fbee authored about 8 years ago by Iain Smith <[email protected]>
solved the reset to root problem part with reusing the nav controller instead of instantiating it each time

8b8c8358f5bf343a0dee1648d92b0b7d0c5526c0 authored about 8 years ago by Flavius Demian <[email protected]>
Merge pull request #144 from MvvmCross/picturechooser_uwp

Added UWP version of PictureChooser plugin

69c5beac16093bd1e7cc36e85a2e103eff3c1d81 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Merge pull request #52 from mvanbeusekom/feature/issue_51

Issue 51 - Fix bug where left and right menu buttons always shown

de786c9fb4b7125ca25d196af1574e3071f5bb08 authored about 8 years ago by Martijn van Dijk <[email protected]>
Merge pull request #1481 from azchohfi/analyzerFixBuildWarnings

Small fix to avoid an analyzer to throw NRE causing warning at compil…

9f64ff9c310f7d6dc1ee467e6b4e68b17b0e67ae authored about 8 years ago by Martijn van Dijk <[email protected]>
Small fix to avoid an analyzer to throw NRE causing warning at compilation.

37dd7f342c9da2928326377edcb243ee0463952f authored about 8 years ago by Alexandre Zollinger Chohfi <[email protected]>
Show left and right menu in sample app

cb8c5e3dfeac8f48b8eb788f5eaad0b9661ed288 authored about 8 years ago by Maurits van Beusekom <[email protected]>
Merged branch feature/issue_51 into feature/issue_51

797b11e1d054877c671e7aa170034a744989b1bb authored about 8 years ago by Maurits van Beusekom <[email protected]>
Fix bug - Left and right menu buttons always shown

Fixed a bug which caused the left and right menu buttons to always be displayed, even when no me...

e7f0572c452665365ba39159e926311ae9bea23b authored about 8 years ago by Maurits van Beusekom <[email protected]>
Fix bug - Left and right menu buttons always shown

Fixed a bug which caused the left and right menu buttons to always be displayed, even when no me...

00df21380eba91d4c5906a1282ab3d8b5ae5e85d authored about 8 years ago by Maurits van Beusekom <[email protected]>
Spaces replaced by tabs in ExpandableTableView Sample

4222ce6b11e9689719ece071b36b21d7766727c4 authored about 8 years ago by Denis Fiediaiev <[email protected]>
MvxExpandableTableViewSource : Correct behaviour on swipe to action. Sample updated to demonstrate swiping and multiseletion

3ef72dcd574ae419ea35ff8c43acc522b5a31f91 authored about 8 years ago by Denis Fiediaiev <[email protected]>
TextView bindings use AfterTextChanged and not TextChanged

3fb34c5df072a43e907dd264c3ae666826346682 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Added UWP version of PictureChooser plugin

9e6e5ddf0ef0fb0b882e265078decc9e9e256698 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Fix #313 Util -> Utils

8d5c8f5a8e7b43732f58e2dfb7c5ca4cc21158b0 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Update nuspec version

cbd72fb1b54a2723d1da324abba985e410cecc28 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Unfuck nuget package references and update them...

fa980e7af5d8c610edd646366e370c63dc9a03fa authored about 8 years ago by Tomasz Cielecki <[email protected]>
Bye WP8.0

361d3a353cccee35479d8c61fe07ca15b6dcc109 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Updated nuget packages

710ca11e7dfd82a8646e55a265895c4c1303d6de authored about 8 years ago by Tomasz Cielecki <[email protected]>
update nuspecs

1ee93862daad6b94dcf5af46144be77406080bf0 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Fix nuspec and no symbols for V4

d9889f4e86e4d5aef8676da50f68c9c7c4ca7005 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Utils -> Util

c8e701d8cd551e828c38b1c59a9ef0de6a56f2f7 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Update nuget packages

cb326313970aaceb84ede33b3b19149eb1ab1cc3 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Update nuspec versions

7f54e96e54f0f4e4c834eee30b90565cb5f2c428 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Remove old winphone 8.0 only projects

512d33640821a217ff5ba386c6cf3a9d4877b473 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Fix duplicate Preserve class...

c82c978040b92c88997999e9aa74f8f1ff4a6960 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Update nuspec versions

df36d692b3a227bf1c0219390ddb12fe4fb13c38 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Update nuget packages

aa28bb5e0b8068b98988a1ab633d76453d18ab7f authored about 8 years ago by Tomasz Cielecki <[email protected]>
Removal of WindowsPhone 8.0

dce4b7149776f359103c77e5c87c526988d01229 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Update nuspec versions

760735b250e65ba24f77b82fad44c7bafcdd8feb authored about 8 years ago by Tomasz Cielecki <[email protected]>
Merge pull request #1477 from azchohfi/analyzerGenericViewModel

Added analyzer for possible ShowViewModel without arguments, when usi…

153b111f9ca4b7281e4946d8dc482a52b7be029f authored about 8 years ago by Tomasz Cielecki <[email protected]>
Added analyzer for possible ShowViewModel without arguments, when using a generic MvxViewModel<T>

ae86c839326d3ddb728c8cef491f564c1f74c211 authored about 8 years ago by Alexandre Zollinger Chohfi <[email protected]>
Fix missing files for BindingEx (#1476)

* Remove BindingEx WindowStore

* Ressurect BindingEx for WindowsPhone 8.1 and Windows 8.1 as ...

ba691d936bd8e142ade92abd366ec2d85cead824 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Merge pull request #311 from kjeremy/fix-java-name

Use the correct java name

ab0a50511df7aab59f0fb06d2505283dfb989736 authored about 8 years ago by Tomasz Cielecki <[email protected]>
Merge pull request #1473 from kjeremy/fix-javaname

Allow fragments with different java names (via RegisterAttribute)

a29b0305ba8f652d485168ce6c79316778db0e5e authored about 8 years ago by Tomasz Cielecki <[email protected]>
Use the correct java name

Corresponds with https://github.com/MvvmCross/MvvmCross/pull/1473

3b6a29475f8c849eb7c2516d041b8c620f5bb004 authored about 8 years ago by Jeremy A. Kolb <[email protected]>
Merge pull request #309 from kjeremy/fix-solution

Fix the solution. Get the build going again.

259e1b86e796991d9677c7aeafc6b175c11c6fcd authored about 8 years ago by Jeremy Kolb <[email protected]>
Remove unnecessary packages from RecyclerView

b539c67c63bc2002915ca117a36663c4de6c81ea authored about 8 years ago by Jeremy A. Kolb <[email protected]>
Fix botched project

2eb7b0158e206a745e9644aa9d6ca135d9b20269 authored about 8 years ago by Jeremy A. Kolb <[email protected]>
Remove now unused MvvmCross.Droid.Support.V4

b7606fc80164a90d6315d7c59cc0fd8e109731d5 authored about 8 years ago by Jeremy A. Kolb <[email protected]>
Add missing nuspecs to solution

e33afb5b1ae3a1232b8910bf02c2fee89d83003d authored about 8 years ago by Jeremy A. Kolb <[email protected]>
Add missing projects to solution

5187962fde972d7a3de742754f8aa27bb408f6f0 authored about 8 years ago by Jeremy A. Kolb <[email protected]>
Allow fragments with different java names (via RegisterAttribute)

91981fec63592a5d5881d234e06c3f1bcec49ec4 authored about 8 years ago by Jeremy A. Kolb <[email protected]>
Merge pull request #59 from aaboyd/master

Shouldn't be calling LoadViewModel twice

96fe767d07c4874e5a5b58abd94b5f755f3c02c6 authored about 8 years ago by Tomasz Cielecki <[email protected]>
not necessary to create the viewModel twice

bf71ba31b7b53eb7a9406c03d5a49c54d7d3d8e2 authored about 8 years ago by Alex Boyd <[email protected]>
Merge pull request #142 from martijn00/nuspec-updates

Simplify dependencies by using group inheritance

dc16580fc074405781ad0b52806415a05c747a0a authored about 8 years ago by Martijn van Dijk <[email protected]>
Merge pull request #1471 from martijn00/nuspecs

Simplify Nuspecs

0ab7aab9f11e9bba89bb31b51c3a0f08fddebcf6 authored about 8 years ago by Martijn van Dijk <[email protected]>
Simplify Nuspecs

4867f3cf32d145c918d5ca9b07eb45c2f61d21d9 authored about 8 years ago by Martijn van Dijk <[email protected]>
Merge pull request #308 from martijn00/support-library

Update Support libraries to v24.2.1

4a6ac820266668683ae4effc9be0cede5f396721 authored about 8 years ago by Martijn van Dijk <[email protected]>
Simplify dependencies by using group inheritance

24a8cacb39e6fe685d79ce9feaf346690ff28d7b authored about 8 years ago by Martijn van Dijk <[email protected]>
Fix build errors

e4d3551ba7122ce191652e68d9afe7adcd0372a5 authored about 8 years ago by Martijn van Dijk <[email protected]>
Update files to work with new structure

632e9c3f8260c8d19f432190a0175d6045fead99 authored about 8 years ago by Martijn van Dijk <[email protected]>
Add new project to split up v4

60a081e2ecc79d1e9474589d8b728b0272855b86 authored about 8 years ago by Martijn van Dijk <[email protected]>
Merge pull request #141 from martijn00/nuspec-updates

Update to new support library

8be5b3e7e1d42c92f67ca3b7a4d60accbfe1e983 authored about 8 years ago by Martijn van Dijk <[email protected]>