5.0.0-beta.9 (2017-05-10)
Closed issues:
- about .NET Standard Class Library #1787
Merged pull requests:
- Fix warnings and errors in StarterPack content #1797 (willsb)
- Update 2017-05-01-ReleaseMvvmCross5.md #1795 (spockfish)
- Fix for MvxRecyclerAdapter indexes #1794 (fela98)
- Update 2017-05-01-ReleaseMvvmCross5.md #1793 (spockfish)
- Install System.Windows.Interactivity from nuget instead of requiring … #1792 (kjeremy)
- Null check viewmodels before visual events #1791 (kjeremy)
- Update 2017-05-01-ReleaseMvvmCross5.md #1790 (spockfish)
5.0.0-beta.8 (2017-05-10)
Closed issues:
- Feature request: Property binding in iOS designer #1781
- Make some methods in MvxWindowsMultiRegionViewPresenter protected #1779
- the mvvmcross.com's Doc isn't too good show in mobile phone #1776
- Realm and MvvmCross activity lifecycle, collection change notifications on destroyed fragments #1770
- How to "hook into" and do some post processing after a call to BindingInflate? #1769
- Kill
MvxAllThreadDispatchingObject
#1750 - MvxHorizontalGridView is broken #1743
- Custom MvxRecyclerViewAdapters don't work anymore #1730
- Improve MvvmCross.StarterPack #1659
- Binding to Realm IList issue #1545
- Network plugin rest client could support aborting the request #569
Merged pull requests:
- Added overridable methods to MvxAdapter for index modification. #1786 (fela98)
- Navigation improvements #1784 (martijn00)
- fixed mis-capitalized 'Mvvmcross' root namespace in MvxImageView and … #1783 (jhorv)
- Changed modifiers so can be used in overrides #1780 (eL-Prova)
- Kill MvxAllThreadDispatchingObject #1777 (willsb)
- Improve MvvmCross.StarterPack #1775 (willsb)
- Fixed tipcalc tutorial #1772 (MarcBruins)
- Add analytics #1771 (MarcBruins)
- Revert MvxRecyclerView Header/Footer and Grouping Features #1758 (kjeremy)
5.0.0-beta.7 (2017-05-03)
Merged pull requests:
- View Presenter doc: Simplify steps for hints and fix enumeration #1768 (nmilcoff)
- Fix typo #1767 (martijn00)
- Updates for documentation #1766 (martijn00)
- Add documentation about the new navigation and fix copy pasta error #1765 (martijn00)
- change parameter type to TInit #1764 (Hobbes1987)
- Android Forms activity needs to forward events to ActivityLifetimeListener #1762 (LeRondPoint)
- Forms MvxImageView #1761 (LeRondPoint)
- Moving from Old wiki - Create Customizing using App and Setup #1760 (AnthonyNjuguna)
- Make Example.Droid deployable in debug #1757 (kjeremy)
- Create docs for ViewPresenter in fundamentals #1756 (nmilcoff)
- MvxForms lang bindings #1755 (LeRondPoint)
- Do not override a user's custom LayoutManager #1732 (kjeremy)
5.0.0-beta.6 (2017-05-01)
Merged pull requests:
- More clean up of Warnings #1753 (Cheesebaron)
- Added null checking on ViewModel for life-cycle events #1752 (Plac3hold3r)
5.0.0-beta.5 (2017-04-30)
Fixed bugs:
- [Android] Setup initialization issue when app killed and resumed #1192
- MvxAutoCompleteTextView/MvxFilteringAdapter locks when PartialText is the same value #1162
- MvxPictureChooserTask does not (always) work when it get's called from a Android Fragment #1107
- MvxNSDatePickerDateTargetBinding timezone issues #924
- picturechooser always show in portrait orientation #761
- Annoyance when using Converter #697
- Problem with Android.Dialog and text focus #337
- Sort out mess of IMvxTouchPlatformProperties #315
Closed issues:
- NullReferenceException in MvxPathSourceStep.ClearPathSourceBinding #1414
- Bulk Registration by Convention work not correctly #1381
- ViewModel is null in fragment if the fragment's MvxFragmentAttribute.IsCacheableFragment is set to false #1371
- Axml binding performance issue #1342
- SuspensionManager failed when migrating to UWP #1328
- UWP ShowViewModel Too Early #1223
- Initialize MvvmCross in background fetch on iOS #1219
- ReloadFromBundle not called #1177
- MvxTabBarViewController.ItemSelected override error #1167
- [Android] RaiseCanExecuteChanged and UI Thread #1160
- DefaultImagePath no longer working for MvxImageViewLoader? #1152
- Update "ViewModel to ViewModel Navigation" article alternatives to pages #1140
- MvxDatePicker value not updated on lollipop devices #1139
- Calling Init() on ViewModel creates exception without parameters #1132
- IMvxLocationWatcher.Stop() do not disable hardware GPS on iOS #1127
- Could you add XML comments to classes and methods within Cirrious.MvvmCross? #1108
- IMvxMainThreadDispatcher needs a method where you can wait for the UI task to finish #1033
- Editing bound EditText with android:textAllCaps causes exeption #1002
- Reason for multiple initialisation should not be called simultaneously? #955
- PictureChooser - Save image to gallery #936
- Unified API: binding target is garbage collected #902
- MvxTableLayout enhancement #850
- MvxStringToTypeParser does not parse using InvariantCulture #840
- CurrentCulture vs CurrentUICulture in bindings #839
- Be able to pass an Enum value as a CommandParameter for Android(and possibly other platforms too) #767
- Tutorial for MvxAutoCompleteTextView #702
- a better MvxPickerViewModel #674
- File plugin does not support embedded resource files for Android #635
- Allow custom JSON serialization / deserialization settings in JSON plugin #610
- AddHeader\AddFooter methods in MvxListView #602
- BindingText #585
- Could UIViewController/Activity code behind be used with Action<IMvxListItemView> to set list item bindings #573
- Rest Client could support XML as well as JSON #570
- Allow for setter only fluent property binding #567
- Could plugins be extended to some form of Core-UI project contract too #496
- "Nice to have" option to override plugin loading #492
- Reduce ObjectGraph by using HiddenReference for MvxActivity.BindingContext? #409
- Consider dropping DataBinding update priority #404
- Add new constructor to MvxGeneralEventSubscription with sourceEventName. #400
- Investigate better support for GetItemViewType #333
- Consider allowing nullable services in IoC constructors #239
- Add Facebook sharing for iOS #188
- Consider caching parse results #125
Merged pull requests:
- Fix a bunch of warnings #1749 (Cheesebaron)
5.0.0-beta.4 (2017-04-29)
Fixed bugs:
- Can an IMvxVisibleViewModel interface/pattern be added #74
Closed issues:
- Master Detail Example Project Doesn't Compile with Latest MvvmCross Nuget Packages #1699
- Master detail - working xamarin forms example #1681
- Sample Forms projects on older versions of MvvmCross and Xamarin.Forms #1679
- Consolidate NuGet packages #1672
- MvxFileStore FullPath Customization #1630
- NullReferenceException in MvxTaskBasedBindingContext in Release mode #1508
- New MvxListView bindings not working since last xamarin update #1395
- Add build test of UWP project #1392
- Can a general Close/Back event be added to MvxViewModel? #609
- MvxGridView: can not set gravity of child items because of proxied FrameLayout #539
- Unify MvxCollectionViewCell and MvxTableViewCell constructors #367
- In PhoneCall Plugin, would be nice if phone detected in API #95
Merged pull requests:
- Fix more samples, names and namespaces #1747 (martijn00)
- Fix remaining Forms issue's #1746 (martijn00)
- Cleanup of Forms project and packages #1745 (martijn00)
- Cleanup some code #1744 (kjeremy)
- Check phone capabilities before calling #1742 (Cheesebaron)
- Added MvxBindings to Forms integration #1741 (LeRondPoint)
- Add editorconfig file to help with with formatting and conventions #1739 (Plac3hold3r)
5.0.0-beta.3 (2017-04-28)
Fixed bugs:
- [5.0.0-beta0001] Some nuget packages are missing dll's #1725
- FusedLocationHandler crashing with MvxException: SERVICE_MISSING #1669
Closed issues:
Merged pull requests:
- Unify MvxTableViewCell, MvxCollectionViewCell and MvxCollectionReusableView constructors #1740 (nmilcoff)
- Don't throw exception in ctor for Fused #1738 (Cheesebaron)
- Add some .gitignore #1737 (kjeremy)
- Xamarin.Android.Support.* 25.3.1 #1735 (kjeremy)
- Fix Gitlink #1734 (Cheesebaron)
- Fix null check in Adapter setter #1733 (kjeremy)
5.0.0-beta.2 (2017-04-26)
Closed issues:
- Add open collective to the website #1723
- Build broken after merge of #1693 #1720
- Website: Missing margins between logos #1712
Merged pull requests:
- Fix nuspec derpage #1726 (Cheesebaron)
- Fixed link to documentation in Readme #1722 (markuspalme)
5.0.0-beta.1 (2017-04-25)
Fixed bugs:
- Android : Exceptions in MvxValueConverter<TFrom, TTo>.Convert are hidden #1655
- MvxAsyncCommand inconsistencies on Android #1589
- Error XA4204: Unable to resolve interface type 'Android.Gms.Common.Apis.GoogleApiClient/IConnectionCallbacks'. #1558
- iOS Autocorrect UITextView not captured #1555
- Cannot/how to set LayoutManager for children RecyclerViews bound with local:MvxItemTemplate - XML local:layoutManager does not work #1512
- RadioButton's width doesn't use match_parent #1451
- Bindings in 4.2.x System.AggregateException caught in HockeyApp #1398
- AppCompatActivity and ActionBarActivity cause null reference exception onCreate(Bundle ....) #1112
- Sometime CrossUI.Touch Elements don't repaint until rotated #977
- Sort out SQLite installer for winrt #307
- [WIP] Issue 1465 - Switch to ViewHolder pattern instead of wrapping in FrameLayout for MvxListView items #1535 (orzech85)
Closed issues:
- Remove JASidePanels nuspec #1708
- Binding data with headers does not work #1702
- Remove Bookmarks plugin #1701
- Remove SoundEffects #1700
- Links in docs menu point at mvvmcross-docs repo #1688
- Remove JASidePanels #1682
- Registering services in InitializeFirstChance not working as expected #1676
- Cleanup: Obsolete MvxFormFactorSpecificAttribute #1670
- MvxAppCompatSpinner's Adapter's SimpleViewLayoutId should probably be Android.Resource.Layout.SimpleSpinnerItem #1666
- RFE: remove plugin 'ThreadUtils' for 5.0 #1665
- RFE: remove plugin 'ReflectionEx' for 5.0 #1664
- Column with name "column" is not defined on the local table "table" #1662
- TextView Click binding fails in Release #1651
- MvxRadioGroup binding fails in Release after updating to 4.4.0 #1650
- InfoWindowClick does not work with ShowViewModel #1647
- New RecyclerView Grouping crash on Clear/Insert sequence #1640
- RecyclerView Header/Footer crash on tap when using custom Header/Footer DataContext #1637
- Remove Windows 8.1/WP8.1 examples #1620
- Using viewmodel navigation with complex parameter fails silently #1615
- Add id parameter to MvxTabPresentation #1614
- Remove ReflectionEx Plugin #1606
- Improving MvxTargetBindingFactoryRegistry #1594
- Custom font not working with MvxAppCompatActivity #1592
- Android Tabs Example #1586
- How to hide all XamarinSidebar menu on page ? (iOS) #1585
- Toolbar Search Binding #1584
- Virtualize MvxExpandableListAdapter methods #1582
- TestProjects\Forms\Example001XAML\Example001XAML.sln does not compile #1580
- Telerik 2017 R1 for Xamarin.Forms Android incompatible with MvvmCross #1579
- Add Preserve attribute to all bindings #1578
- JASidePanels Slide Menu iOS Native Library Crash only on device #1577
- Find alternative to readme.io #1575
- Android projects have specific Compile version set #1573
- Nuspec PCL profiles? #1572
- [AndroidSupport] RecyclerView view created by adapter should be accessable in code after view is inflated #1566
- [AndroidSupport] RecyclerView support for Footer/Header/Grouping (sections) #1565
- [AndroidSupport] FAB AutoHide behavior - same support for new BottomBar #1563
- Navigation Page shows foreign language "Zuruck". How do I fix or override this? #1561
- Error installing MvvmCross.Forms.Presenter #1560
- [Proposal] Strongly typed MvvmCross code based binding properties #1557
- Android send intent from external apps does not start main activity on some devices/OS #1551
- MvxAndroidViewFactory CreateView question #1550
- "Partial declarations of 'TestView' must not specify different base classes" error #1547
- Mvx.MvxListView ItemAppearing #1544
- MvxListView ItemClick doesn't work #1543
- iOS crash/ <unknown> <0xffffffff>/ Foundation.NSObject.ReleaseManagedRef /Foundation.NSObject/NSObject_Disposer.Drain #1539
- Create new event hooks for lifecycle events #1531
- OnDataContextChanged should only be called when the data context actually changes #1522
- cant get connection #1513
- Fix references in sub projects #1506
- Update Android OnAttach #1503
- Move back sub repos into main #1500
- app crashing after detaching from VS debugger #1498
- Add ItemClick on LinearLayout as on ListView #1496
- Databinding Not Working as Expected on MVVMCross #1487
- MvxObservableCollection RemoveRange Exception #1485
- Binding issue when doing full linking on Android for TextView on latest 4.4.0 #1482
- StarterPack nuspec dependency doesn't get updated #1479
- rendering issue with dynamic sized UILabels using Constraints #1468
- Switch to ViewHolder pattern instead of wrapping in FrameLayout for MvxListView items #1465
- MvxDialogViewController does not Dispose after assigning the Root element #1445
- MvxImageView Issue with nested MvxRecyclerView #1444
- Binding.Mac does not build on Windows #1437
- Reloading the Main Activity : Navigation Stops working #1408
- set_TextFormatted leads to app crash #1405
- A standardized way of doing vm -> view communication #1386
- MvvmCross Unity3d ugui #1380
- NullReferenceException in MvxFullBinding #1378
- MvvmCross.Tests nuget can't be added to a PCL project #1375
- MyGet Nuget feed #1369
- Support URL based navigation #1315
- System.InvalidCastException on Android #1305
- continuous integration and pre-release builds #1301
- iOS EntryElement binding problem (revised) #1291
- MvxModalNavSupportIosViewPresenter does not use CurrentTopViewController #1274
- Sharing code across Apple platforms #1166
- ValueConverter registration doesn't work anymore in v4.0 beta 3 #1154
- Pushing symbols fails for many packages #1032
- Add ability to request current device location with async API #1024
- BindinEx wpa8.1 #967
- OnNavigatedTo Event Throwing Error in Windows 10 Preview #816
- MvxListItemView not measuring correctly? #774
- ICommand binding on iOS not working with CanExecute #720
- Add support for event to command for WP8 binding #640
- File Plugin for Windows Store needs using Statements around stream #637
- Can't pass decimal type in ViewModel Init function #564
- MvxIoCSupportingTest for WindowsPhone and others? #523
- Feature Requests: MultiLine TextEdit and Double button element for ios dialog #522
- Simple WebContentElement for iOS dialog #509
- CrossUI.Touch.Dialog.Elements.Section does not respect Visibility #407
- Problems with IElementSizing in Monotouch.Dialog included into MvvmCross #182
Merged pull requests:
- Fix missing overrides for presenter #1721 (martijn00)
- update order of the docs and add view model lifecycle documentation #1718 (MarcBruins)
- Fixed "Get started" link #1717 (2moveit)
- update current navigation and move tipcalc explanation to the tutorial section #1716 (MarcBruins)
- Fix solution release mode #1715 (martijn00)
- Remove windows solution and update mac #1714 (martijn00)
- Add backers and sponsors from Open Collective #1713 (piamancini)
- Fix broken link #1711 (kiliman)
- Remove bookmarks en sounds effect plugin #1710 (martijn00)
- Clean up JASidePanels stuff #1709 (Cheesebaron)
- Speed up ioc type cache #1707 (Cheesebaron)
- Create docs about new MvxIosViewPresenter #1706 (nmilcoff)
- Make SetProperty virtual #1705 (kjeremy)
- Fixed headers in feature-overview.md #1703 (kipters)
- Add missing MvxRecyclerViewHolder(IntPtr, JniHandleOwnership) constructor #1698 (kjeremy)
- Make sure the correct default presentation attribute is returned #1697 (mvanbeusekom)
- Update documentation to reflect changes in PR #1694 #1696 (mvanbeusekom)
- Xamarinsidebar Presenter improvements #1695 (nmilcoff)
- Refactor Sidemenu presenter #1694 (martijn00)
- Implement new navigation service #1693 (martijn00)
- Remember scroll position for documentation pages on website #1692 (MarcBruins)
- Cleanup iOS platform code // Fix XamarinSidebar Presenter #1691 (nmilcoff)
- Remove ThreadUtils #1690 (martijn00)
- Fixed Get Started documentation link #1689 (tritter)
- Merge develop into master #1687 (martijn00)
- Merge docs into main repo #1686 (martijn00)
- Resolves problem when no menu is configured #1685 (mvanbeusekom)
- Remove (stale) JASidePanels projects from iOS-Support and TestProjects #1684 (mvanbeusekom)
- Add new MvvmCross logo #1683 (martijn00)
- Improvements on the Xamarin Sidebar component #1680 (mvanbeusekom)
- Bump Xamarin.Build.Download to 0.4.3 #1677 (kjeremy)
- Merge current Navigation changes #1674 (martijn00)
- New MvxIosViewPresenter for iOS #1671 (nmilcoff)
- update .mailmap #1668 (spockfish)
- Fix spinner styles #1667 (kjeremy)
- update MvxTabsViewPresenter, and fix dispose modal view model after close #1663 (KLytvynenko)
- Added ContainsImage to IMvxImageCache and added support for android.resource schema in MvxAndroidLocalFileImageLoader. #1660 (Cybrosys)
- Use new non RC VS2017 image for build #1657 (Cheesebaron)
- Spit out error messages when conversions go wrong. Fixes #1655 #1656 (Cheesebaron)
- Email plugin for UWP with attachments #1653 (khoussem)
- Fixed permission error on Gmail application on Android (Email Plugin) #1648 (ernestoyaquello)
- fix for MvxRecyclerAdapter: FooterClickCommand was assigned for header #1644 (voluntas88)
- Fixes RecyclerView crashes due to RecyclerViewHolder incosistency - w… #1641 (thefex)
- Fixes crash when using custom DataContext of RecyclerView Header/Footer. #1638 (thefex)
- Solve bug where auto replacement is not updated through the binding #1633 (mvanbeusekom)
- Add missing generic WithConversion method in case TSource is missing #1632 (mvanbeusekom)
- Add generic WithConversion method #1631 (mvanbeusekom)
- Removed sneaky 's' sitting in MvvmCross.Tests.nuspec breaking CI #1629 (Plac3hold3r)
- Added additional strongly type bindings for android support libraries #1628 (Plac3hold3r)
- Fix for incorrect default value in MvxFragmentAttribute xml doc #1627 (Plac3hold3r)
- Removed redundant register of android fragment presenter #1626 (Plac3hold3r)
- Migrate Test.Core to PCL #1625 (willsb)
- Update Xamarin Forms packages #1624 (martijn00)
- 🔥 🔫 bye, bye.... fixes #1620 #1621 (Cheesebaron)
- Remove examples from release build #1619 (Cheesebaron)
- Add AccessibilityIdentifier to Tabs #1617 (nmilcoff)
- Throw exception instead of failing silently when using complex viewmodel parameter navigation #1616 (azzlack)
- Fix forms test project example 1 xaml #1613 (ehuna)
- Update .mailmap #1612 (mvanbeusekom)
- Update .mailmap #1611 (mvanbeusekom)
- Generic implementation of IMvxTargetBinding #1610 (mvanbeusekom)
- Strongly typed MvvmCross code based binding properties #1609 (Plac3hold3r)
- Removes RefectionEx Plugin #1608 (willsb)
- Remove usage of MvvmCross NuGets in plugins #1607 (Cheesebaron)
- Added destroy lifecycle for viewmodel #1605 (Nickolas-)
- Add forms test projects to main solution #1604 (ehuna)
- Improve key generation #1603 (Nickolas-)
- Create view events in Viewmodels #1601 (martijn00)
- Use correct formatting #1600 (mvanbeusekom)
- Update .mailmap #1599 (mvanbeusekom)
- Add implementation for EventHooks in iOS #1598 (mvanbeusekom)
- Add lifecycle support to the IMvxViewModel and MvxViewModel #1596 (mvanbeusekom)
- Move routing to mvvmcross source #1595 (martijn00)
- stop potential NullReferenceException #1593 (jvannoord)
- Url escaping for phonenumber in IOS #1591 (svego)
- Fix MvxFilteringAdapter unreliability. #1590 (aaerox)
- Fix some broken links in readme #1588 (waf)
- Update nuget packages #1587 (martijn00)
- Virtualize MvxExpandableListAdapter methods #1583 (viniciusmaia)
- Publish nugets on master and develop #1574 (Cheesebaron)
- [WIP] Fix nuspecs for build script #1571 (Cheesebaron)
- RecyclerView Item Holder View is accessable in code after OnBind... #1570 (thefex)
- Feature/android support/recycler view header footer grouping support #1568 (thefex)
- [WIP] Preparing build script for CI #1567 (Cheesebaron)
- Fix/android support/fab hide behavior bottom bar support #1564 (thefex)
- Update nuspec for Xamarin.Forms 2.3.3.180 #1562 (kjeremy)
- Xamarin.Forms.2.3.3.180 #1556 (kjeremy)
- Remove sqllite plugin #1554 (Cheesebaron)
- Fix output paths #1553 (Cheesebaron)
- Updates to Add Argument ShowViewModel Analyzer, IMvxViewModelInitializer #1552 (Plac3hold3r)
- Fix iOS-Support Tabs TestProject setup #1549 (nmilcoff)
- Import the correct Xamarin.Mac targets #1548 (kjeremy)
- Split some common code out of MvxFragmentExtensions #1540 (kjeremy)
- Reduce memory pressure in MvxNotifyPropertyChanged #1537 (kjeremy)
- Explicitly remove views from the RecyclerView when it is detached #1536 (kjeremy)
- Allow user to specify the LayoutManager in axml #1534 (kjeremy)
- [WIP] Add uwp projects and cleanup old windows projects #1532 (martijn00)
- Cleanup windows projects #1530 (martijn00)
- Remove obsolete CommonInflate #1529 (kjeremy)
- Remove unused windows phone references #1528 (martijn00)
- Fix the Android and Forms test projects #1527 (martijn00)
- Remove portable support and nuget folder #1526 (martijn00)
- Only run through the data context change if it's actually changed #1524 (kjeremy)
- Remove repositories.config #1521 (mvanbeusekom)
- Remove CrossUI, AutoView and Dialog from Mac solution #1520 (MarcBruins)
- Remove CrossUI Directory #1519 (kjeremy)
- Ignore lock files #1517 (martijn00)
- Delete obsolete .sln file (iOSSupport is now part of main repo) #1516 (mvanbeusekom)
- Add the test projects for iOSSupport library to main repo #1515 (mvanbeusekom)
- Change misleading trace message #1514 (gartesk)
- Remove AutoView, CrossUI and Dialog #1511 (kjeremy)
- Fix build #1510 (Cheesebaron)
- Update deprecated OnAttach(Activity) to OnAttach(Context) (#1503) #1509 (orzech85)
- Fix references and nuget packages #1507 (martijn00)
- Merge Sub repos into main repo #1505 (martijn00)
- Add tvOS as part of the mac solution #1504 (martijn00)
- #1398 #1501 (richardblewett)
- WeakReference.IsAlive may not be accurate if true #1497 (kjeremy)
- Automate register of IMvxAndroidViewPresenter in MvxAndroidSetup #1495 (Plac3hold3r)
- Optimize MvxObservableCollection a bit #1494 (kjeremy)
- Allow table view cells which don't inherit MvxTableViewCell in MvxBaseTableViewSource #1491 (jamie94bc)
- Fixes #1485 - MvxObservableCollection RemoveRange raises Reset action #1486 (Prin53)
- Small fix to avoid an analyzer to throw NRE causing warning at compil… #1481 (azchohfi)