- MvxSidebarPresenter not adding drawer bar button and showing drawer [\#2247](https://github.com/MvvmCross/MvvmCross/issues/2247)
- Sidebar menu doesn't get initialised for first root controller in 5.2 [\#2188](https://github.com/MvvmCross/MvvmCross/issues/2188)
**Closed issues:**
- How to custom navigation animation? [\#2318](https://github.com/MvvmCross/MvvmCross/issues/2318)
- Xamarin Forms application not working after upadating MvvmCross from 5.2.1 to 5.3.0 or above. [\#2317](https://github.com/MvvmCross/MvvmCross/issues/2317)
- Issues with binding string that contain any numeric value to a label text [\#2316](https://github.com/MvvmCross/MvvmCross/issues/2316)
- Xamarin.Forms / MasterDetailPage and ModalDialog: Navigation will break, if a page inside a MasterDetail navigation opens a modal dialog [\#2311](https://github.com/MvvmCross/MvvmCross/issues/2311)
- Xamarin.Forms / MasterDetailPage: Android crashes as soon as the master menu page has an icon [\#2310](https://github.com/MvvmCross/MvvmCross/issues/2310)
- Xamarin.Forms / MasterDetailPage: The master menu stays open after navigation [\#2307](https://github.com/MvvmCross/MvvmCross/issues/2307)
- Xamarin.Forms / MasterDetailPage breaks my app because of the slide to open menu gesture [\#2306](https://github.com/MvvmCross/MvvmCross/issues/2306)
- MasterDetailExample.Droid crashes with 'System.InvalidOperationException: NavigationPage must have a root Page before being used' [\#2303](https://github.com/MvvmCross/MvvmCross/issues/2303)
- Lack one constructor inside MvxDialogFragment [\#2294](https://github.com/MvvmCross/MvvmCross/issues/2294)
- Navigation between native and Forms is not correct [\#2292](https://github.com/MvvmCross/MvvmCross/issues/2292)
- IOS: The view in the modal view stack is not removed [\#2290](https://github.com/MvvmCross/MvvmCross/issues/2290)
- iOS - Crashing on navigation [\#2289](https://github.com/MvvmCross/MvvmCross/issues/2289)
- Xamarin Sidebar doesn't opens at first launch [\#2268](https://github.com/MvvmCross/MvvmCross/issues/2268)
- Bug with toolbar on android MvvmCross 5.2.1 and Forms 2.4.0.282 [\#2252](https://github.com/MvvmCross/MvvmCross/issues/2252)
- Xamarin.Forms: TextCell Command does not work in latest update [\#2248](https://github.com/MvvmCross/MvvmCross/issues/2248)
- mvx:La.ng in Xamarin.Forms not working [\#2176](https://github.com/MvvmCross/MvvmCross/issues/2176)
- Null reference error in MvxFormsAppCompatActivity on GetAccentColor [\#2117](https://github.com/MvvmCross/MvvmCross/issues/2117)
- Improve logging and IMvxTrace [\#1649](https://github.com/MvvmCross/MvvmCross/issues/1649)
**Merged pull requests:**
- Fix the namespace in the MvvmCross.Forms.StarterPack [\#2325](https://github.com/MvvmCross/MvvmCross/pull/2325) ([flyingxu](https://github.com/flyingxu))
- Fixes for Forms presenter [\#2321](https://github.com/MvvmCross/MvvmCross/pull/2321) ([martijn00](https://github.com/martijn00))
- Move samples to playground to cleanup forms projects [\#2319](https://github.com/MvvmCross/MvvmCross/pull/2319) ([martijn00](https://github.com/martijn00))
- Droid ViewPresenter document: Add note for animations [\#2315](https://github.com/MvvmCross/MvvmCross/pull/2315) ([nmilcoff](https://github.com/nmilcoff))
- Add Forms projects and test projects for UWP WPF and Mac [\#2296](https://github.com/MvvmCross/MvvmCross/pull/2296) ([martijn00](https://github.com/martijn00))
- Fix: When wrapping master page into navigation page, title was missing [\#2293](https://github.com/MvvmCross/MvvmCross/pull/2293) ([Grrbrr404](https://github.com/Grrbrr404))
- Add replace root to add safety check to replace it [\#2291](https://github.com/MvvmCross/MvvmCross/pull/2291) ([martijn00](https://github.com/martijn00))
- ToList modals, as can't change list you are modifying [\#2284](https://github.com/MvvmCross/MvvmCross/pull/2284) ([adamped](https://github.com/adamped))
- Add new extension to the list [\#2286](https://github.com/MvvmCross/MvvmCross/pull/2286) ([CherechesC](https://github.com/CherechesC))
- Add option to clear root, set icon, and animate [\#2285](https://github.com/MvvmCross/MvvmCross/pull/2285) ([martijn00](https://github.com/martijn00))
- Make it possible to start Forms app without splashscreen [\#2283](https://github.com/MvvmCross/MvvmCross/pull/2283) ([martijn00](https://github.com/martijn00))
- Align Forms presenters, fix Modal issue and add MvxPage [\#2282](https://github.com/MvvmCross/MvvmCross/pull/2282) ([martijn00](https://github.com/martijn00))
- Update LinkerPleaseInclude files on TestProjects [\#2281](https://github.com/MvvmCross/MvvmCross/pull/2281) ([nmilcoff](https://github.com/nmilcoff))
- Fix behavor of getting Forms resource assembly [\#2275](https://github.com/MvvmCross/MvvmCross/pull/2275) ([Cheesebaron](https://github.com/Cheesebaron))
- Fix for android only dependency in PictureChooser Plugin [\#2273](https://github.com/MvvmCross/MvvmCross/pull/2273) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Add animated option to MvxSidebarPresentationAttribute [\#2271](https://github.com/MvvmCross/MvvmCross/pull/2271) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Pass MvxViewModelRequest.PresentationValues when navigating to Fragment on to it's parent's Activity when navigating [\#2237](https://github.com/MvvmCross/MvvmCross/issues/2237)
- \[Android\] Dismissing dialog via back button doesn't cancel Task [\#2245](https://github.com/MvvmCross/MvvmCross/issues/2245)
- Can't install MvvmCross 5.2.1 in Xamarin Forms PCL Project [\#2240](https://github.com/MvvmCross/MvvmCross/issues/2240)
- OnStop needs a null check [\#2238](https://github.com/MvvmCross/MvvmCross/issues/2238)
- IMvxOverridePresentationAttribute not working of any Android view [\#2225](https://github.com/MvvmCross/MvvmCross/issues/2225)
- 2 Factor Login required for the MvvmCross organization from 22 September [\#2195](https://github.com/MvvmCross/MvvmCross/issues/2195)
- New nav service "deep link" conflict with viewmodel parameters when param is string [\#2080](https://github.com/MvvmCross/MvvmCross/issues/2080)
- MvxStringToTypeParser doesn't support decimal. [\#1635](https://github.com/MvvmCross/MvvmCross/issues/1635)
- 4.5MB of MvxFragmentAttribute generated when starting up https://github.com/Noires/MvxRecyclerViewLeakTest [\#1368](https://github.com/MvvmCross/MvvmCross/issues/1368)
- Parameterless Prepare\(\) not called [\#2233](https://github.com/MvvmCross/MvvmCross/issues/2233)
- Feature Suggestion - Side by side Xamarin iOS/Android and Xamarin Forms [\#1889](https://github.com/MvvmCross/MvvmCross/issues/1889)
**Merged pull requests:**
- Forms presenters [\#2269](https://github.com/MvvmCross/MvvmCross/pull/2269) ([Grrbrr404](https://github.com/Grrbrr404))
- Fix Playground.iOS storyboard and add document for iOS UI approaches [\#2262](https://github.com/MvvmCross/MvvmCross/pull/2262) ([nmilcoff](https://github.com/nmilcoff))
- Update the docs for Android presenters for Fragment lifecycle [\#2260](https://github.com/MvvmCross/MvvmCross/pull/2260) ([KoenDeleij](https://github.com/KoenDeleij))
- Added documentation to IoC Open-Generic registration [\#2259](https://github.com/MvvmCross/MvvmCross/pull/2259) ([fedemkr](https://github.com/fedemkr))
- Fix close for DialogFragments when using MvxNavigationService [\#2256](https://github.com/MvvmCross/MvvmCross/pull/2256) ([nmilcoff](https://github.com/nmilcoff))
- Android ViewPresenter: Copy PresentationValues when Showing a new Activity Host [\#2255](https://github.com/MvvmCross/MvvmCross/pull/2255) ([nmilcoff](https://github.com/nmilcoff))
- 2236 - updated nuspec with Xamarin.Android.Support.Exif dependency [\#2254](https://github.com/MvvmCross/MvvmCross/pull/2254) ([msioen](https://github.com/msioen))
- Updated 3rd party plugins list [\#2251](https://github.com/MvvmCross/MvvmCross/pull/2251) ([lothrop](https://github.com/lothrop))
- Separate the transition logic [\#2250](https://github.com/MvvmCross/MvvmCross/pull/2250) ([KoenDeleij](https://github.com/KoenDeleij))
- MvxAppCompatActivity: Add null check for OnStop [\#2239](https://github.com/MvvmCross/MvvmCross/pull/2239) ([nmilcoff](https://github.com/nmilcoff))
- Update Forms packages [\#2235](https://github.com/MvvmCross/MvvmCross/pull/2235) ([martijn00](https://github.com/martijn00))
- \[WIP\] New Xamarin.Forms presenters [\#2187](https://github.com/MvvmCross/MvvmCross/pull/2187) ([martijn00](https://github.com/martijn00))
- Direct Forms bindings with MvxBind and MvxLang [\#1763](https://github.com/MvvmCross/MvvmCross/pull/1763) ([LRP-sgravel](https://github.com/LRP-sgravel))
- Fragment viewmodel life-cycle events are not called if viewmodel has saved state and calling ShowViewModel\<FragmentViewModel\>\(data\) with data [\#1373](https://github.com/MvvmCross/MvvmCross/issues/1373)
- Add ctor for generic fragment [\#2221](https://github.com/MvvmCross/MvvmCross/pull/2221) ([martijn00](https://github.com/martijn00))
- MvvmCross Forms StarterPack update [\#2219](https://github.com/MvvmCross/MvvmCross/pull/2219) ([mauricemarkvoort](https://github.com/mauricemarkvoort))
- MvxListview for Forms with "ItemClick command" [\#2218](https://github.com/MvvmCross/MvvmCross/pull/2218) ([MarcBruins](https://github.com/MarcBruins))
- Updated to new VS2017 extension [\#2217](https://github.com/MvvmCross/MvvmCross/pull/2217) ([jimbobbennett](https://github.com/jimbobbennett))
- Make sure the binding context is created when loading from nib [\#2213](https://github.com/MvvmCross/MvvmCross/pull/2213) ([mvanbeusekom](https://github.com/mvanbeusekom))
- fix missing OneWay on toggle [\#2209](https://github.com/MvvmCross/MvvmCross/pull/2209) ([tofutim](https://github.com/tofutim))
- change FillBindingNames argument to 'registry' to be consistent [\#2208](https://github.com/MvvmCross/MvvmCross/pull/2208) ([tofutim](https://github.com/tofutim))
- add NSMenuItem command and state binding - Mac [\#2207](https://github.com/MvvmCross/MvvmCross/pull/2207) ([tofutim](https://github.com/tofutim))
- Add weak table to tie NSWindow and NSWindowController [\#2201](https://github.com/MvvmCross/MvvmCross/pull/2201) ([tofutim](https://github.com/tofutim))
- Android ViewPresenter: Simple caching strategy for fragments [\#2200](https://github.com/MvvmCross/MvvmCross/pull/2200) ([nmilcoff](https://github.com/nmilcoff))
- Add ability to set a default value for an attribute [\#2197](https://github.com/MvvmCross/MvvmCross/pull/2197) ([martijn00](https://github.com/martijn00))
- Cache parser variable to improve performance [\#2196](https://github.com/MvvmCross/MvvmCross/pull/2196) ([willsb](https://github.com/willsb))
- Re-add the generic navigate to the interface for unit-tests [\#2194](https://github.com/MvvmCross/MvvmCross/pull/2194) ([martijn00](https://github.com/martijn00))
- Move creating of attributes to method [\#2190](https://github.com/MvvmCross/MvvmCross/pull/2190) ([martijn00](https://github.com/martijn00))
- Fix hang in Initialize when called from Navigation app start [\#2189](https://github.com/MvvmCross/MvvmCross/pull/2189) ([jimbobbennett](https://github.com/jimbobbennett))
- update MvxWindowPresentation to support creation from Storyboard for Mac [\#2185](https://github.com/MvvmCross/MvvmCross/pull/2185) ([tofutim](https://github.com/tofutim))
- Add a constructor with a binding context [\#2184](https://github.com/MvvmCross/MvvmCross/pull/2184) ([wh1t3cAt1k](https://github.com/wh1t3cAt1k))
- Add initWithCoder: constructor for MvxView [\#2156](https://github.com/MvvmCross/MvvmCross/issues/2156)
- New navigation service doesn't seem to be truly async as opposite to old ShowViewModel\(\) navigation [\#2071](https://github.com/MvvmCross/MvvmCross/issues/2071)
- App crash will null reference exception after cancelling sending email [\#1978](https://github.com/MvvmCross/MvvmCross/issues/1978)
- Call Close immediately after receiving the return value by NavigationService, view\(activity\) cannot close itself. [\#1851](https://github.com/MvvmCross/MvvmCross/issues/1851)
- Remove unnecessary additions to AndroidViewAssemblies [\#2170](https://github.com/MvvmCross/MvvmCross/pull/2170) ([Cheesebaron](https://github.com/Cheesebaron))
**Closed issues:**
- Auto-creation of window in MvvmCross Mac now default? [\#2178](https://github.com/MvvmCross/MvvmCross/issues/2178)
- MvxAppCompatSetup.cs AndroidViewAssemblies SlidingPaneLayout is not needed [\#2169](https://github.com/MvvmCross/MvvmCross/issues/2169)
- Cleanup MvvmCross simple implementation for Droid [\#2153](https://github.com/MvvmCross/MvvmCross/issues/2153)
- Display MvxAppCompatDialogFragment as a dialog [\#2152](https://github.com/MvvmCross/MvvmCross/issues/2152)
- IMvxPictureChooserTask iOS 10.3 app crash on selecting image from Gallery [\#2149](https://github.com/MvvmCross/MvvmCross/issues/2149)
- Support NavigationService by type [\#2147](https://github.com/MvvmCross/MvvmCross/issues/2147)
- Mvx 5.x navigation and TabBarViewController [\#2137](https://github.com/MvvmCross/MvvmCross/issues/2137)
- MvxAppCompatActivity doesn't work with IMvxNavigationService [\#2128](https://github.com/MvvmCross/MvvmCross/issues/2128)
- Renaming all classes [\#2123](https://github.com/MvvmCross/MvvmCross/issues/2123)
- Default bindings for Xamarin Forms [\#2119](https://github.com/MvvmCross/MvvmCross/issues/2119)
- Crash when using a MvxTabBarViewController + Custom Presenter not derived from MvxIosViewPresenter [\#2112](https://github.com/MvvmCross/MvvmCross/issues/2112)
- ModalViewController dismissed on click native popup [\#2094](https://github.com/MvvmCross/MvvmCross/issues/2094)
- MvxTabBarViewController not working anymore without WrapInNavigationController parameter [\#2084](https://github.com/MvvmCross/MvvmCross/issues/2084)
- ViewAppearedFirstTime: ViewAppeared\(\) can be called multiple times on iOS [\#2075](https://github.com/MvvmCross/MvvmCross/issues/2075)
- Not being able to bind ItemClick in axml or programatically in Droid [\#2066](https://github.com/MvvmCross/MvvmCross/issues/2066)
- Navigation to tab bar models seems to be broken for MvvmCross/iOS 5.0.4 onwards [\#2046](https://github.com/MvvmCross/MvvmCross/issues/2046)
- iOS - public override async Task Initialize\(\) throws exception on launch [\#2009](https://github.com/MvvmCross/MvvmCross/issues/2009)
- ViewModel Life cycle events not called properly when bound to an MvxActivity [\#2001](https://github.com/MvvmCross/MvvmCross/issues/2001)
- New presenter for Android [\#1934](https://github.com/MvvmCross/MvvmCross/issues/1934)
- NavigationService: Close all Fragments of parent Activity from within fragment ViewModel [\#1917](https://github.com/MvvmCross/MvvmCross/issues/1917)
- UWP back button visibility suggestion [\#1183](https://github.com/MvvmCross/MvvmCross/issues/1183)
- Clean up the Forms StarterPack [\#2173](https://github.com/MvvmCross/MvvmCross/pull/2173) ([Cheesebaron](https://github.com/Cheesebaron))
- Droid: Remove "Simple" folder and its files [\#2172](https://github.com/MvvmCross/MvvmCross/pull/2172) ([nmilcoff](https://github.com/nmilcoff))
- Support all primitive types \(except IntPtr/UIntPtr\) and decimal type in navigation with parameters [\#2171](https://github.com/MvvmCross/MvvmCross/pull/2171) ([jz5](https://github.com/jz5))
- Added ctor accepting an instance of 'NSCoder' [\#2168](https://github.com/MvvmCross/MvvmCross/pull/2168) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Added missing StarterPack for MvvmCross.Forms \#2073 [\#2166](https://github.com/MvvmCross/MvvmCross/pull/2166) ([brucewilkins](https://github.com/brucewilkins))
- Uwp back button visibility and handling [\#2165](https://github.com/MvvmCross/MvvmCross/pull/2165) ([duglah](https://github.com/duglah))
- Droid Presenter: Support for BottomSheetDialogFragment [\#2154](https://github.com/MvvmCross/MvvmCross/pull/2154) ([nmilcoff](https://github.com/nmilcoff))
- Data bindings docs [\#2151](https://github.com/MvvmCross/MvvmCross/pull/2151) ([Cheesebaron](https://github.com/Cheesebaron))
- Add a method which tries to retrieve a language translation [\#2150](https://github.com/MvvmCross/MvvmCross/pull/2150) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Add support for navigating to viewmodel types [\#2148](https://github.com/MvvmCross/MvvmCross/pull/2148) ([martijn00](https://github.com/martijn00))
- Add methods for using combiners with Fluent Bindings [\#2143](https://github.com/MvvmCross/MvvmCross/pull/2143) ([willsb](https://github.com/willsb))
- Add support for automatic IoC construct option for custom IMvxAppStart [\#2140](https://github.com/MvvmCross/MvvmCross/pull/2140) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Operate with IMvxFragmentView in MvxCachingFragmentStatePagerAdapter [\#2125](https://github.com/MvvmCross/MvvmCross/pull/2125) ([SeeD-Seifer](https://github.com/SeeD-Seifer))
- New WPF presenter [\#2124](https://github.com/MvvmCross/MvvmCross/pull/2124) ([jz5](https://github.com/jz5))
- bug fix for UWP compilation [\#2122](https://github.com/MvvmCross/MvvmCross/pull/2122) ([mellson](https://github.com/mellson))
- Now Forms MasterDetail can launch on iOS [\#2121](https://github.com/MvvmCross/MvvmCross/pull/2121) ([mellson](https://github.com/mellson))
- Added UnitTest results to AppVeyor [\#2120](https://github.com/MvvmCross/MvvmCross/pull/2120) ([Cheesebaron](https://github.com/Cheesebaron))
- Code Behind Binding for Forms [\#2118](https://github.com/MvvmCross/MvvmCross/pull/2118) ([mellson](https://github.com/mellson))
- "Close" button of ChildView is not working if it's open from tabs [\#2115](https://github.com/MvvmCross/MvvmCross/pull/2115) ([flyingxu](https://github.com/flyingxu))
- Calls CloseTabBarViewController\(\) only for actual MvxIosViewPresenter [\#2113](https://github.com/MvvmCross/MvvmCross/pull/2113) ([aspnetde](https://github.com/aspnetde))
- Allow for non-reference types to be passed as parameter [\#2106](https://github.com/MvvmCross/MvvmCross/pull/2106) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Extract MvxUIRefreshControl command execution logic into a method [\#2104](https://github.com/MvvmCross/MvvmCross/pull/2104) ([nmilcoff](https://github.com/nmilcoff))
- Add a member list table and make hackfest page mobile friendly [\#2081](https://github.com/MvvmCross/MvvmCross/pull/2081) ([Garfield550](https://github.com/Garfield550))
- Move result close to the navigation service and change init order [\#2072](https://github.com/MvvmCross/MvvmCross/pull/2072) ([martijn00](https://github.com/martijn00))
- Eventhooks for activities fix [\#2056](https://github.com/MvvmCross/MvvmCross/pull/2056) ([orzech85](https://github.com/orzech85))
- Cannot install the MvvmCross.Forms NuGet package on a fresh/clean Xamarin.Forms project. [\#2070](https://github.com/MvvmCross/MvvmCross/issues/2070)
- RaiseCanExecuteChanged on MvxCommand status is not checked again [\#2064](https://github.com/MvvmCross/MvvmCross/issues/2064)
- Tabs within fragment breaks on navigation [\#2055](https://github.com/MvvmCross/MvvmCross/issues/2055)
- Compilation issues with MvvmCross.StarterPack 5.1.0 [\#2063](https://github.com/MvvmCross/MvvmCross/issues/2063)
- new LinkerPleaseInclude.cs.pp \(ios\) does not compile [\#2054](https://github.com/MvvmCross/MvvmCross/issues/2054)
- MvxNavigationService and Linker All does not work [\#2025](https://github.com/MvvmCross/MvvmCross/issues/2025)
- Upgrade Analyzers VSIX project to VS2017 [\#1654](https://github.com/MvvmCross/MvvmCross/issues/1654)
- WrapInNavigationController for TabBarViewController/SplitViewController [\#2076](https://github.com/MvvmCross/MvvmCross/pull/2076) ([nmilcoff](https://github.com/nmilcoff))
- Add Transitioning sample to ModalView in Playground iOS [\#2068](https://github.com/MvvmCross/MvvmCross/pull/2068) ([nmilcoff](https://github.com/nmilcoff))
- Use MvxNavigationService in Playground TestProject [\#2067](https://github.com/MvvmCross/MvvmCross/pull/2067) ([nmilcoff](https://github.com/nmilcoff))
- Stop using unsupported applicationDidFinishLaunching on iOS. [\#2033](https://github.com/MvvmCross/MvvmCross/pull/2033) ([DaRosenberg](https://github.com/DaRosenberg))
- Don't mask exceptions when completing android initialization [\#1930](https://github.com/MvvmCross/MvvmCross/pull/1930) ([edwinvanderham](https://github.com/edwinvanderham))
**Closed issues:**
- mvx:Warning: 0.25 No sidemenu found. To use a sidemenu decorate the viewcontroller class with the 'MvxPanelPresentationAttribute' class and set the panel to 'Left' or 'Right'. [\#2034](https://github.com/MvvmCross/MvvmCross/issues/2034)
- Exception being thrown on fresh app start, OnCreate inaccessible? [\#2032](https://github.com/MvvmCross/MvvmCross/issues/2032)
- Feature request: Lifecycle event for OnCreate and ViewDidLoad [\#2018](https://github.com/MvvmCross/MvvmCross/issues/2018)
- Multiple instances of viewmodels being created when navigating when using MvvmCross with Forms and Master-Detail [\#1979](https://github.com/MvvmCross/MvvmCross/issues/1979)
- Revert "target profile 78 like other plugins" [\#2030](https://github.com/MvvmCross/MvvmCross/pull/2030) ([Cheesebaron](https://github.com/Cheesebaron))
- target profile 78 like other plugins [\#2029](https://github.com/MvvmCross/MvvmCross/pull/2029) ([khoussem](https://github.com/khoussem))
- Adjust dispatchers after merging mask exceptions pr [\#2045](https://github.com/MvvmCross/MvvmCross/pull/2045) ([Cheesebaron](https://github.com/Cheesebaron))
- Fix samples and duplicate ViewModels on Xamarin.Forms [\#2044](https://github.com/MvvmCross/MvvmCross/pull/2044) ([martijn00](https://github.com/martijn00))
- Add MvxNavigationService to LinkerPleaseInclude [\#2043](https://github.com/MvvmCross/MvvmCross/pull/2043) ([willsb](https://github.com/willsb))
- Add appstart using navigationservice [\#2042](https://github.com/MvvmCross/MvvmCross/pull/2042) ([martijn00](https://github.com/martijn00))
- Don't try to use deprecated init when using navigationservice [\#2041](https://github.com/MvvmCross/MvvmCross/pull/2041) ([martijn00](https://github.com/martijn00))
- Use ViewModelLocator to load view models [\#2039](https://github.com/MvvmCross/MvvmCross/pull/2039) ([martijn00](https://github.com/martijn00))
- iOS ViewPresenter: Support for nested modals [\#2037](https://github.com/MvvmCross/MvvmCross/pull/2037) ([nmilcoff](https://github.com/nmilcoff))
- Fix Forms implementation for MvvmCross [\#2035](https://github.com/MvvmCross/MvvmCross/pull/2035) ([martijn00](https://github.com/martijn00))
- Introduced new lifecycle event "Created" in MvxViewModel [\#2020](https://github.com/MvvmCross/MvvmCross/pull/2020) ([KennethKr](https://github.com/KennethKr))
- Remove virtual calls from constructor [\#2019](https://github.com/MvvmCross/MvvmCross/pull/2019) ([martijn00](https://github.com/martijn00))
- added ability to initialize converter inline in xaml [\#2015](https://github.com/MvvmCross/MvvmCross/pull/2015) ([mgochmuradov](https://github.com/mgochmuradov))
- Support ReSharper convert auto-properties into properties that support INotifyPropertyChanged [\#2014](https://github.com/MvvmCross/MvvmCross/pull/2014) ([mvanbeusekom](https://github.com/mvanbeusekom))
- The `AppBarLayout` should be direct child of the `CoordinatedLayout` [\#2012](https://github.com/MvvmCross/MvvmCross/pull/2012) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Fix `MissingMethodException` when using `MvxImageView` pre-Android API 21 [\#2011](https://github.com/MvvmCross/MvvmCross/pull/2011) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Test project.uwp [\#2007](https://github.com/MvvmCross/MvvmCross/pull/2007) ([flyingxu](https://github.com/flyingxu))
- Move the sidebar attribute to the root to avoid annoyance with usings [\#2002](https://github.com/MvvmCross/MvvmCross/pull/2002) ([martijn00](https://github.com/martijn00))
- Fix for issue 1995 without breaking method signatures [\#1998](https://github.com/MvvmCross/MvvmCross/pull/1998) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Updated the XamarinSidebar sample to use the navigationservice [\#1997](https://github.com/MvvmCross/MvvmCross/pull/1997) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Fix crash when composing email without attachments [\#1996](https://github.com/MvvmCross/MvvmCross/pull/1996) ([ilber](https://github.com/ilber))
- iOS - MvxIosViewPresenter throwing KeyNotFoundException via Show\(\) [\#1991](https://github.com/MvvmCross/MvvmCross/issues/1991)
**Merged pull requests:**
- Prevent KeyNotFoundException from always being throw MvxIosViewPresenter [\#1992](https://github.com/MvvmCross/MvvmCross/pull/1992) ([Plac3hold3r](https://github.com/Plac3hold3r))
- StyleCop run on some issue's [\#1988](https://github.com/MvvmCross/MvvmCross/pull/1988) ([martijn00](https://github.com/martijn00))
- Fix a couple of style cop issues [\#1985](https://github.com/MvvmCross/MvvmCross/pull/1985) ([martijn00](https://github.com/martijn00))
- added features to be able to provided the selected image on tab item [\#1984](https://github.com/MvvmCross/MvvmCross/pull/1984) ([biozal](https://github.com/biozal))
- \#1921 Changed wpf implementation to use view model parameter sent wit… [\#1963](https://github.com/MvvmCross/MvvmCross/pull/1963) ([Bowman74](https://github.com/Bowman74))
- Add more checks to avoid illegal states [\#1956](https://github.com/MvvmCross/MvvmCross/pull/1956) ([Cheesebaron](https://github.com/Cheesebaron))
- Updated namespace for UWP project. [\#1953](https://github.com/MvvmCross/MvvmCross/pull/1953) ([Daniel-Krzyczkowski](https://github.com/Daniel-Krzyczkowski))
- Add Caledos Runner as showcase for the website [\#1951](https://github.com/MvvmCross/MvvmCross/pull/1951) ([domedellolio](https://github.com/domedellolio))
- Add cancelation and presentation bundle to extensions as well [\#1949](https://github.com/MvvmCross/MvvmCross/pull/1949) ([martijn00](https://github.com/martijn00))
- Add generic interfaces for IMvxCommand [\#1948](https://github.com/MvvmCross/MvvmCross/pull/1948) ([willsb](https://github.com/willsb))
- \#1940 Made changes to UWP navigation so: [\#1945](https://github.com/MvvmCross/MvvmCross/pull/1945) ([Bowman74](https://github.com/Bowman74))
- Don't depend on NUnit, no code uses it in this package [\#1944](https://github.com/MvvmCross/MvvmCross/pull/1944) ([Cheesebaron](https://github.com/Cheesebaron))
- \#1920 Made changes to multi region presenter for UWP so new navigatio… [\#1942](https://github.com/MvvmCross/MvvmCross/pull/1942) ([Bowman74](https://github.com/Bowman74))
- Implemented correct behavior as for resource name generation [\#1929](https://github.com/MvvmCross/MvvmCross/pull/1929) ([LRP-sgravel](https://github.com/LRP-sgravel))
- Cleanup codebase with Resharper [\#1925](https://github.com/MvvmCross/MvvmCross/pull/1925) ([martijn00](https://github.com/martijn00))
- Add support for canceling awaiting a result on a viewmodel [\#1923](https://github.com/MvvmCross/MvvmCross/pull/1923) ([martijn00](https://github.com/martijn00))
- Ported the "Tables and Cells in iOS" article [\#1908](https://github.com/MvvmCross/MvvmCross/pull/1908) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Removed invalid code in App.cs example [\#1906](https://github.com/MvvmCross/MvvmCross/pull/1906) ([fyndor](https://github.com/fyndor))
- Correcting the spelling of my name :\) [\#1904](https://github.com/MvvmCross/MvvmCross/pull/1904) ([jimbobbennett](https://github.com/jimbobbennett))
- Fix IsTagged and IsRepository logic in build script [\#1903](https://github.com/MvvmCross/MvvmCross/pull/1903) ([Cheesebaron](https://github.com/Cheesebaron))
- Fixes issues 1876 and 1880 [\#1900](https://github.com/MvvmCross/MvvmCross/pull/1900) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Adds support for INotifyPropertyChanged to MvxWithEventPropertyInfoTargetBinding [\#1899](https://github.com/MvvmCross/MvvmCross/pull/1899) ([DaRosenberg](https://github.com/DaRosenberg))
- Adds target binding for UIPageControl on iOS [\#1898](https://github.com/MvvmCross/MvvmCross/pull/1898) ([DaRosenberg](https://github.com/DaRosenberg))
- \#1894 Fixed problem where C\# version of event handlers do not unsubsc… [\#1897](https://github.com/MvvmCross/MvvmCross/pull/1897) ([Bowman74](https://github.com/Bowman74))
- ViewModel-Lifecycle doc: Bring back info from Wiki [\#1895](https://github.com/MvvmCross/MvvmCross/pull/1895) ([nmilcoff](https://github.com/nmilcoff))
- Implement option to override iOS presentation attribute [\#1888](https://github.com/MvvmCross/MvvmCross/pull/1888) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Add setvalueimpl for SearchView Query and change to TwoWay. [\#1883](https://github.com/MvvmCross/MvvmCross/pull/1883) ([Cheesebaron](https://github.com/Cheesebaron))
- Replaced `Init` and `Start` with `Initialize` method [\#1873](https://github.com/MvvmCross/MvvmCross/pull/1873) ([mvanbeusekom](https://github.com/mvanbeusekom))
- UWP build error after upgrade to MvvmCross 5.0 and MvvmCross.Forms 5.0 [\#1861](https://github.com/MvvmCross/MvvmCross/issues/1861)
- Repeated navigation between two viewmodels only returns a result and invokes Initialize\(\) the first time [\#1855](https://github.com/MvvmCross/MvvmCross/issues/1855)
- MvxNavigationService does not handle recursive awaitable navigation correctly [\#1817](https://github.com/MvvmCross/MvvmCross/issues/1817)
- Fix for view models not correctly restored in fragments [\#1871](https://github.com/MvvmCross/MvvmCross/pull/1871) ([martijn00](https://github.com/martijn00))
- MvxIosViewPresenter: Bring back CreateNavigationController method [\#1867](https://github.com/MvvmCross/MvvmCross/pull/1867) ([nmilcoff](https://github.com/nmilcoff))
- Fix opencollective width on 2k and 4k resolution [\#1865](https://github.com/MvvmCross/MvvmCross/pull/1865) ([Garfield550](https://github.com/Garfield550))
- Allow for setting of tab title and icon through interface [\#1864](https://github.com/MvvmCross/MvvmCross/pull/1864) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Fix the unit test and add presentation values to navigation [\#1863](https://github.com/MvvmCross/MvvmCross/pull/1863) ([martijn00](https://github.com/martijn00))
- Add 404 page and more [\#1859](https://github.com/MvvmCross/MvvmCross/pull/1859) ([Garfield550](https://github.com/Garfield550))
- Make sure lifecycle methods are called on ViewModel [\#1858](https://github.com/MvvmCross/MvvmCross/pull/1858) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Fix not being able to use NavigationService from the appstart [\#1853](https://github.com/MvvmCross/MvvmCross/pull/1853) ([martijn00](https://github.com/martijn00))
- New site theme: Mvxtheme 1.0 [\#1852](https://github.com/MvvmCross/MvvmCross/pull/1852) ([Garfield550](https://github.com/Garfield550))
- Update API check for MvxPhoneCallTask.cs [\#1850](https://github.com/MvvmCross/MvvmCross/pull/1850) ([bazookajoey](https://github.com/bazookajoey))
- Fix for \#1759 \(PictureChooser iOS incorrect scaling\) [\#1824](https://github.com/MvvmCross/MvvmCross/pull/1824) ([ben-dean](https://github.com/ben-dean))
- MvxTableViewController does not call MvxViewModel.Appearing\(\) et. al [\#1813](https://github.com/MvvmCross/MvvmCross/issues/1813)
- MvxTabBarViewController.VisibleUIViewController throws for tabs without a navigation controller [\#1812](https://github.com/MvvmCross/MvvmCross/issues/1812)
- Error XA4204: Unable to resolve interface type 'Android.Gms.Common.Apis.GoogleApiClient/IConnectionCallbacks'. [\#1558](https://github.com/MvvmCross/MvvmCross/issues/1558)
- iOS Autocorrect UITextView not captured [\#1555](https://github.com/MvvmCross/MvvmCross/issues/1555)
- Cannot/how to set LayoutManager for children RecyclerViews bound with local:MvxItemTemplate - XML local:layoutManager does not work [\#1512](https://github.com/MvvmCross/MvvmCross/issues/1512)
- RadioButton's width doesn't use match\_parent [\#1451](https://github.com/MvvmCross/MvvmCross/issues/1451)
- \[WIP\] Issue 1465 - Switch to ViewHolder pattern instead of wrapping in FrameLayout for MvxListView items [\#1535](https://github.com/MvvmCross/MvvmCross/pull/1535) ([orzech85](https://github.com/orzech85))
- Close a view with no Presentation Attribute that was opened from a Tab [\#1834](https://github.com/MvvmCross/MvvmCross/issues/1834)
- MvxViewModel completes its TCS in the wrong sequence [\#1821](https://github.com/MvvmCross/MvvmCross/issues/1821)
- MvxTabBarViewController forces all navigation bars to be opaque [\#1819](https://github.com/MvvmCross/MvvmCross/issues/1819)
- View model lifecycle events \(Appearing/Appeared/Disappearing/Disappeared\) are not called in Xamarin Forms on Android [\#1806](https://github.com/MvvmCross/MvvmCross/issues/1806)
- Make some methods in MvxWindowsMultiRegionViewPresenter protected [\#1779](https://github.com/MvvmCross/MvvmCross/issues/1779)
- MvxAppCompatSpinner's Adapter's SimpleViewLayoutId should probably be Android.Resource.Layout.SimpleSpinnerItem [\#1666](https://github.com/MvvmCross/MvvmCross/issues/1666)
- RFE: remove plugin 'ThreadUtils' for 5.0 [\#1665](https://github.com/MvvmCross/MvvmCross/issues/1665)
- RFE: remove plugin 'ReflectionEx' for 5.0 [\#1664](https://github.com/MvvmCross/MvvmCross/issues/1664)
- TextView Click binding fails in Release [\#1651](https://github.com/MvvmCross/MvvmCross/issues/1651)
- MvxRadioGroup binding fails in Release after updating to 4.4.0 [\#1650](https://github.com/MvvmCross/MvvmCross/issues/1650)
- New RecyclerView Grouping crash on Clear/Insert sequence [\#1640](https://github.com/MvvmCross/MvvmCross/issues/1640)
- RecyclerView Header/Footer crash on tap when using custom Header/Footer DataContext [\#1637](https://github.com/MvvmCross/MvvmCross/issues/1637)
- Remove Windows 8.1/WP8.1 examples [\#1620](https://github.com/MvvmCross/MvvmCross/issues/1620)
- MvxUIDatePickerDateTargetBinding should not set default date to DateTime.Now if MaximumDate \< Now [\#1618](https://github.com/MvvmCross/MvvmCross/issues/1618)
- Pretty urls for blogposts and icon for deeplink [\#1845](https://github.com/MvvmCross/MvvmCross/pull/1845) ([MarcBruins](https://github.com/MarcBruins))
- Add plugins to third-party [\#1844](https://github.com/MvvmCross/MvvmCross/pull/1844) ([willsb](https://github.com/willsb))
- Makes sure binding respects the configured max date [\#1843](https://github.com/MvvmCross/MvvmCross/pull/1843) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Describe how to add a link to another page in the documentation [\#1842](https://github.com/MvvmCross/MvvmCross/pull/1842) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Added description on iOS View Presenter and tab bar control [\#1841](https://github.com/MvvmCross/MvvmCross/pull/1841) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Fix a couple of navigation issue's and add support for viewmodel instances [\#1840](https://github.com/MvvmCross/MvvmCross/pull/1840) ([martijn00](https://github.com/martijn00))
- Fix bug with Sidebar removing all nav controller buttons [\#1836](https://github.com/MvvmCross/MvvmCross/pull/1836) ([jamespettigrew](https://github.com/jamespettigrew))
- iOS View Presenter: Default child presentation when using MvxTabBarController as Root [\#1835](https://github.com/MvvmCross/MvvmCross/pull/1835) ([nmilcoff](https://github.com/nmilcoff))
- Docs - Updates for data binding [\#1832](https://github.com/MvvmCross/MvvmCross/pull/1832) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Docs - Added margin to bottom of tables [\#1831](https://github.com/MvvmCross/MvvmCross/pull/1831) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Add support for all UIControlEvents [\#1829](https://github.com/MvvmCross/MvvmCross/pull/1829) ([tritter](https://github.com/tritter))
- Added support for ! and ^ operators in Tibet parsing [\#1828](https://github.com/MvvmCross/MvvmCross/pull/1828) ([tritter](https://github.com/tritter))
- Add GetSize and GetLastWriteTimeUtc \#1155 [\#1827](https://github.com/MvvmCross/MvvmCross/pull/1827) ([jz5](https://github.com/jz5))
- Fix close result on Android and add initialise for non parameter views [\#1825](https://github.com/MvvmCross/MvvmCross/pull/1825) ([martijn00](https://github.com/martijn00))
- Add sidebar menu open/close callbacks [\#1823](https://github.com/MvvmCross/MvvmCross/pull/1823) ([jamespettigrew](https://github.com/jamespettigrew))
- Fix name of presenter package [\#1810](https://github.com/MvvmCross/MvvmCross/pull/1810) ([jimbobbennett](https://github.com/jimbobbennett))
- Forms improvements for base classes [\#1809](https://github.com/MvvmCross/MvvmCross/pull/1809) ([martijn00](https://github.com/martijn00))
- Fix Android Fragment caching for new navigation [\#1808](https://github.com/MvvmCross/MvvmCross/pull/1808) ([martijn00](https://github.com/martijn00))
- Search field can be fully opened by default on mobile now [\#1804](https://github.com/MvvmCross/MvvmCross/pull/1804) ([Garfield550](https://github.com/Garfield550))
- Update the release blog [\#1803](https://github.com/MvvmCross/MvvmCross/pull/1803) ([martijn00](https://github.com/martijn00))
- Lost dependency gem 'jekyll-avatar' [\#1802](https://github.com/MvvmCross/MvvmCross/pull/1802) ([Garfield550](https://github.com/Garfield550))
- Correct link to doc [\#1801](https://github.com/MvvmCross/MvvmCross/pull/1801) ([AnthonyNjuguna](https://github.com/AnthonyNjuguna))
- Update release notes around extension method based binding [\#1799](https://github.com/MvvmCross/MvvmCross/pull/1799) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Fix some issues found in extension method based binding [\#1798](https://github.com/MvvmCross/MvvmCross/pull/1798) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Fix warnings and errors in StarterPack content [\#1797](https://github.com/MvvmCross/MvvmCross/pull/1797) ([willsb](https://github.com/willsb))
- Update release blog [\#1796](https://github.com/MvvmCross/MvvmCross/pull/1796) ([martijn00](https://github.com/martijn00))
- Fix Android crash when app restart [\#1789](https://github.com/MvvmCross/MvvmCross/pull/1789) ([thongdoan](https://github.com/thongdoan))
- Added overridable methods to MvxAdapter for index modification. [\#1786](https://github.com/MvvmCross/MvvmCross/pull/1786) ([fela98](https://github.com/fela98))
- Updates for documentation [\#1766](https://github.com/MvvmCross/MvvmCross/pull/1766) ([martijn00](https://github.com/martijn00))
- Add documentation about the new navigation and fix copy pasta error [\#1765](https://github.com/MvvmCross/MvvmCross/pull/1765) ([martijn00](https://github.com/martijn00))
- change parameter type to TInit [\#1764](https://github.com/MvvmCross/MvvmCross/pull/1764) ([Hobbes1987](https://github.com/Hobbes1987))
- Android Forms activity needs to forward events to ActivityLifetimeListener [\#1762](https://github.com/MvvmCross/MvvmCross/pull/1762) ([LRP-sgravel](https://github.com/LRP-sgravel))
- Forms MvxImageView [\#1761](https://github.com/MvvmCross/MvvmCross/pull/1761) ([LRP-sgravel](https://github.com/LRP-sgravel))
- Moving from Old wiki - Create Customizing using App and Setup [\#1760](https://github.com/MvvmCross/MvvmCross/pull/1760) ([AnthonyNjuguna](https://github.com/AnthonyNjuguna))
- Revert MvxRecyclerView Header/Footer and Grouping Features [\#1758](https://github.com/MvvmCross/MvvmCross/pull/1758) ([kjeremy](https://github.com/kjeremy))
- Make Example.Droid deployable in debug [\#1757](https://github.com/MvvmCross/MvvmCross/pull/1757) ([kjeremy](https://github.com/kjeremy))
- Create docs for ViewPresenter in fundamentals [\#1756](https://github.com/MvvmCross/MvvmCross/pull/1756) ([nmilcoff](https://github.com/nmilcoff))
- Unify MvxTableViewCell, MvxCollectionViewCell and MvxCollectionReusableView constructors [\#1740](https://github.com/MvvmCross/MvvmCross/pull/1740) ([nmilcoff](https://github.com/nmilcoff))
- Add editorconfig file to help with with formatting and conventions [\#1739](https://github.com/MvvmCross/MvvmCross/pull/1739) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Don't throw exception in ctor for Fused [\#1738](https://github.com/MvvmCross/MvvmCross/pull/1738) ([Cheesebaron](https://github.com/Cheesebaron))
- Add some .gitignore [\#1737](https://github.com/MvvmCross/MvvmCross/pull/1737) ([kjeremy](https://github.com/kjeremy))
- Fix missing overrides for presenter [\#1721](https://github.com/MvvmCross/MvvmCross/pull/1721) ([martijn00](https://github.com/martijn00))
- update order of the docs and add view model lifecycle documentation [\#1718](https://github.com/MvvmCross/MvvmCross/pull/1718) ([MarcBruins](https://github.com/MarcBruins))
- Fixed "Get started" link [\#1717](https://github.com/MvvmCross/MvvmCross/pull/1717) ([2moveit](https://github.com/2moveit))
- update current navigation and move tipcalc explanation to the tutorial section [\#1716](https://github.com/MvvmCross/MvvmCross/pull/1716) ([MarcBruins](https://github.com/MarcBruins))
- Remove windows solution and update mac [\#1714](https://github.com/MvvmCross/MvvmCross/pull/1714) ([martijn00](https://github.com/martijn00))
- Add backers and sponsors from Open Collective [\#1713](https://github.com/MvvmCross/MvvmCross/pull/1713) ([piamancini](https://github.com/piamancini))
- Fix broken link [\#1711](https://github.com/MvvmCross/MvvmCross/pull/1711) ([kiliman](https://github.com/kiliman))
- Remove bookmarks en sounds effect plugin [\#1710](https://github.com/MvvmCross/MvvmCross/pull/1710) ([martijn00](https://github.com/martijn00))
- Clean up JASidePanels stuff [\#1709](https://github.com/MvvmCross/MvvmCross/pull/1709) ([Cheesebaron](https://github.com/Cheesebaron))
- Speed up ioc type cache [\#1707](https://github.com/MvvmCross/MvvmCross/pull/1707) ([Cheesebaron](https://github.com/Cheesebaron))
- Create docs about new MvxIosViewPresenter [\#1706](https://github.com/MvvmCross/MvvmCross/pull/1706) ([nmilcoff](https://github.com/nmilcoff))
- Make SetProperty virtual [\#1705](https://github.com/MvvmCross/MvvmCross/pull/1705) ([kjeremy](https://github.com/kjeremy))
- Fixed headers in feature-overview.md [\#1703](https://github.com/MvvmCross/MvvmCross/pull/1703) ([kipters](https://github.com/kipters))
- Make sure the correct default presentation attribute is returned [\#1697](https://github.com/MvvmCross/MvvmCross/pull/1697) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Update documentation to reflect changes in PR \#1694 [\#1696](https://github.com/MvvmCross/MvvmCross/pull/1696) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Implement new navigation service [\#1693](https://github.com/MvvmCross/MvvmCross/pull/1693) ([martijn00](https://github.com/martijn00))
- Remember scroll position for documentation pages on website [\#1692](https://github.com/MvvmCross/MvvmCross/pull/1692) ([MarcBruins](https://github.com/MarcBruins))
- Fixed Get Started documentation link [\#1689](https://github.com/MvvmCross/MvvmCross/pull/1689) ([tritter](https://github.com/tritter))
- Merge develop into master [\#1687](https://github.com/MvvmCross/MvvmCross/pull/1687) ([martijn00](https://github.com/martijn00))
- Merge docs into main repo [\#1686](https://github.com/MvvmCross/MvvmCross/pull/1686) ([martijn00](https://github.com/martijn00))
- Resolves problem when no menu is configured [\#1685](https://github.com/MvvmCross/MvvmCross/pull/1685) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Remove \(stale\) JASidePanels projects from iOS-Support and TestProjects [\#1684](https://github.com/MvvmCross/MvvmCross/pull/1684) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Add new MvvmCross logo [\#1683](https://github.com/MvvmCross/MvvmCross/pull/1683) ([martijn00](https://github.com/martijn00))
- Improvements on the Xamarin Sidebar component [\#1680](https://github.com/MvvmCross/MvvmCross/pull/1680) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Bump Xamarin.Build.Download to 0.4.3 [\#1677](https://github.com/MvvmCross/MvvmCross/pull/1677) ([kjeremy](https://github.com/kjeremy))
- Merge current Navigation changes [\#1674](https://github.com/MvvmCross/MvvmCross/pull/1674) ([martijn00](https://github.com/martijn00))
- New MvxIosViewPresenter for iOS [\#1671](https://github.com/MvvmCross/MvvmCross/pull/1671) ([nmilcoff](https://github.com/nmilcoff))
- update MvxTabsViewPresenter, and fix dispose modal view model after close [\#1663](https://github.com/MvvmCross/MvvmCross/pull/1663) ([KLytvynenko](https://github.com/KLytvynenko))
- Added ContainsImage to IMvxImageCache and added support for android.resource schema in MvxAndroidLocalFileImageLoader. [\#1660](https://github.com/MvvmCross/MvvmCross/pull/1660) ([Cybrosys](https://github.com/Cybrosys))
- Use new non RC VS2017 image for build [\#1657](https://github.com/MvvmCross/MvvmCross/pull/1657) ([Cheesebaron](https://github.com/Cheesebaron))
- Spit out error messages when conversions go wrong. Fixes \#1655 [\#1656](https://github.com/MvvmCross/MvvmCross/pull/1656) ([Cheesebaron](https://github.com/Cheesebaron))
- Email plugin for UWP with attachments [\#1653](https://github.com/MvvmCross/MvvmCross/pull/1653) ([khoussem](https://github.com/khoussem))
- Fixed permission error on Gmail application on Android \(Email Plugin\) [\#1648](https://github.com/MvvmCross/MvvmCross/pull/1648) ([ernestoyaquello](https://github.com/ernestoyaquello))
- fix for MvxRecyclerAdapter: FooterClickCommand was assigned for header [\#1644](https://github.com/MvvmCross/MvvmCross/pull/1644) ([voluntas88](https://github.com/voluntas88))
- Fixes RecyclerView crashes due to RecyclerViewHolder incosistency - w… [\#1641](https://github.com/MvvmCross/MvvmCross/pull/1641) ([thefex](https://github.com/thefex))
- Fixes crash when using custom DataContext of RecyclerView Header/Footer. [\#1638](https://github.com/MvvmCross/MvvmCross/pull/1638) ([thefex](https://github.com/thefex))
- Solve bug where auto replacement is not updated through the binding [\#1633](https://github.com/MvvmCross/MvvmCross/pull/1633) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Add missing generic WithConversion method in case TSource is missing [\#1632](https://github.com/MvvmCross/MvvmCross/pull/1632) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Removed sneaky 's' sitting in MvvmCross.Tests.nuspec breaking CI [\#1629](https://github.com/MvvmCross/MvvmCross/pull/1629) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Added additional strongly type bindings for android support libraries [\#1628](https://github.com/MvvmCross/MvvmCross/pull/1628) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Fix for incorrect default value in MvxFragmentAttribute xml doc [\#1627](https://github.com/MvvmCross/MvvmCross/pull/1627) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Removed redundant register of android fragment presenter [\#1626](https://github.com/MvvmCross/MvvmCross/pull/1626) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Migrate Test.Core to PCL [\#1625](https://github.com/MvvmCross/MvvmCross/pull/1625) ([willsb](https://github.com/willsb))
- Update Xamarin Forms packages [\#1624](https://github.com/MvvmCross/MvvmCross/pull/1624) ([martijn00](https://github.com/martijn00))
- Remove examples from release build [\#1619](https://github.com/MvvmCross/MvvmCross/pull/1619) ([Cheesebaron](https://github.com/Cheesebaron))
- Add AccessibilityIdentifier to Tabs [\#1617](https://github.com/MvvmCross/MvvmCross/pull/1617) ([nmilcoff](https://github.com/nmilcoff))
- Throw exception instead of failing silently when using complex viewmodel parameter navigation [\#1616](https://github.com/MvvmCross/MvvmCross/pull/1616) ([azzlack](https://github.com/azzlack))
- Fix forms test project example 1 xaml [\#1613](https://github.com/MvvmCross/MvvmCross/pull/1613) ([ehuna](https://github.com/ehuna))
- Remove usage of MvvmCross NuGets in plugins [\#1607](https://github.com/MvvmCross/MvvmCross/pull/1607) ([Cheesebaron](https://github.com/Cheesebaron))
- Added destroy lifecycle for viewmodel [\#1605](https://github.com/MvvmCross/MvvmCross/pull/1605) ([Nickolas-](https://github.com/Nickolas-))
- Add forms test projects to main solution [\#1604](https://github.com/MvvmCross/MvvmCross/pull/1604) ([ehuna](https://github.com/ehuna))
- Add implementation for EventHooks in iOS [\#1598](https://github.com/MvvmCross/MvvmCross/pull/1598) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Add lifecycle support to the IMvxViewModel and MvxViewModel [\#1596](https://github.com/MvvmCross/MvvmCross/pull/1596) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Move routing to mvvmcross source [\#1595](https://github.com/MvvmCross/MvvmCross/pull/1595) ([martijn00](https://github.com/martijn00))
- Publish nugets on master and develop [\#1574](https://github.com/MvvmCross/MvvmCross/pull/1574) ([Cheesebaron](https://github.com/Cheesebaron))
- \[WIP\] Fix nuspecs for build script [\#1571](https://github.com/MvvmCross/MvvmCross/pull/1571) ([Cheesebaron](https://github.com/Cheesebaron))
- RecyclerView Item Holder View is accessable in code after OnBind... [\#1570](https://github.com/MvvmCross/MvvmCross/pull/1570) ([thefex](https://github.com/thefex))
- Feature/android support/recycler view header footer grouping support [\#1568](https://github.com/MvvmCross/MvvmCross/pull/1568) ([thefex](https://github.com/thefex))
- \[WIP\] Preparing build script for CI [\#1567](https://github.com/MvvmCross/MvvmCross/pull/1567) ([Cheesebaron](https://github.com/Cheesebaron))
- Fix/android support/fab hide behavior bottom bar support [\#1564](https://github.com/MvvmCross/MvvmCross/pull/1564) ([thefex](https://github.com/thefex))
- Update nuspec for Xamarin.Forms 2.3.3.180 [\#1562](https://github.com/MvvmCross/MvvmCross/pull/1562) ([kjeremy](https://github.com/kjeremy))
- Import the correct Xamarin.Mac targets [\#1548](https://github.com/MvvmCross/MvvmCross/pull/1548) ([kjeremy](https://github.com/kjeremy))
- Split some common code out of MvxFragmentExtensions [\#1540](https://github.com/MvvmCross/MvvmCross/pull/1540) ([kjeremy](https://github.com/kjeremy))
- Reduce memory pressure in MvxNotifyPropertyChanged [\#1537](https://github.com/MvvmCross/MvvmCross/pull/1537) ([kjeremy](https://github.com/kjeremy))
- Explicitly remove views from the RecyclerView when it is detached [\#1536](https://github.com/MvvmCross/MvvmCross/pull/1536) ([kjeremy](https://github.com/kjeremy))
- Allow user to specify the LayoutManager in axml [\#1534](https://github.com/MvvmCross/MvvmCross/pull/1534) ([kjeremy](https://github.com/kjeremy))
- \[WIP\] Add uwp projects and cleanup old windows projects [\#1532](https://github.com/MvvmCross/MvvmCross/pull/1532) ([martijn00](https://github.com/martijn00))
- Cleanup windows projects [\#1530](https://github.com/MvvmCross/MvvmCross/pull/1530) ([martijn00](https://github.com/martijn00))
- Remove unused windows phone references [\#1528](https://github.com/MvvmCross/MvvmCross/pull/1528) ([martijn00](https://github.com/martijn00))
- Fix the Android and Forms test projects [\#1527](https://github.com/MvvmCross/MvvmCross/pull/1527) ([martijn00](https://github.com/martijn00))
- Remove portable support and nuget folder [\#1526](https://github.com/MvvmCross/MvvmCross/pull/1526) ([martijn00](https://github.com/martijn00))
- Only run through the data context change if it's actually changed [\#1524](https://github.com/MvvmCross/MvvmCross/pull/1524) ([kjeremy](https://github.com/kjeremy))
- Remove CrossUI, AutoView and Dialog from Mac solution [\#1520](https://github.com/MvvmCross/MvvmCross/pull/1520) ([MarcBruins](https://github.com/MarcBruins))
- Delete obsolete .sln file \(iOSSupport is now part of main repo\) [\#1516](https://github.com/MvvmCross/MvvmCross/pull/1516) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Add the test projects for iOSSupport library to main repo [\#1515](https://github.com/MvvmCross/MvvmCross/pull/1515) ([mvanbeusekom](https://github.com/mvanbeusekom))
- WeakReference.IsAlive may not be accurate if true [\#1497](https://github.com/MvvmCross/MvvmCross/pull/1497) ([kjeremy](https://github.com/kjeremy))
- Automate register of IMvxAndroidViewPresenter in MvxAndroidSetup [\#1495](https://github.com/MvvmCross/MvvmCross/pull/1495) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Optimize MvxObservableCollection a bit [\#1494](https://github.com/MvvmCross/MvvmCross/pull/1494) ([kjeremy](https://github.com/kjeremy))
- Allow table view cells which don't inherit MvxTableViewCell in MvxBaseTableViewSource [\#1491](https://github.com/MvvmCross/MvvmCross/pull/1491) ([jamie94bc](https://github.com/jamie94bc))
- Small fix to avoid an analyzer to throw NRE causing warning at compil… [\#1481](https://github.com/MvvmCross/MvvmCross/pull/1481) ([azchohfi](https://github.com/azchohfi))
- \[Android\] Setup initialization issue when app killed and resumed [\#1192](https://github.com/MvvmCross/MvvmCross/issues/1192)
- MvxPictureChooserTask does not \(always\) work when it get's called from a Android Fragment [\#1107](https://github.com/MvvmCross/MvvmCross/issues/1107)
- picturechooser always show in portrait orientation [\#761](https://github.com/MvvmCross/MvvmCross/issues/761)
- Annoyance when using Converter [\#697](https://github.com/MvvmCross/MvvmCross/issues/697)
- Problem with Android.Dialog and text focus [\#337](https://github.com/MvvmCross/MvvmCross/issues/337)
**Closed issues:**
- NullReferenceException in MvxPathSourceStep.ClearPathSourceBinding [\#1414](https://github.com/MvvmCross/MvvmCross/issues/1414)
- Bulk Registration by Convention work not correctly [\#1381](https://github.com/MvvmCross/MvvmCross/issues/1381)
- ViewModel is null in fragment if the fragment's MvxFragmentAttribute.IsCacheableFragment is set to false [\#1371](https://github.com/MvvmCross/MvvmCross/issues/1371)
- MvxStringToTypeParser does not parse using InvariantCulture [\#840](https://github.com/MvvmCross/MvvmCross/issues/840)
- CurrentCulture vs CurrentUICulture in bindings [\#839](https://github.com/MvvmCross/MvvmCross/issues/839)
- Be able to pass an Enum value as a CommandParameter for Android\(and possibly other platforms too\) [\#767](https://github.com/MvvmCross/MvvmCross/issues/767)
- Tutorial for MvxAutoCompleteTextView [\#702](https://github.com/MvvmCross/MvvmCross/issues/702)
- a better MvxPickerViewModel [\#674](https://github.com/MvvmCross/MvvmCross/issues/674)
- File plugin does not support embedded resource files for Android [\#635](https://github.com/MvvmCross/MvvmCross/issues/635)
- Could UIViewController/Activity code behind be used with Action\<IMvxListItemView\> to set list item bindings [\#573](https://github.com/MvvmCross/MvvmCross/issues/573)
- Rest Client could support XML as well as JSON [\#570](https://github.com/MvvmCross/MvvmCross/issues/570)
- Allow for setter only fluent property binding [\#567](https://github.com/MvvmCross/MvvmCross/issues/567)
- Could plugins be extended to some form of Core-UI project contract too [\#496](https://github.com/MvvmCross/MvvmCross/issues/496)
- "Nice to have" option to override plugin loading [\#492](https://github.com/MvvmCross/MvvmCross/issues/492)
- Reduce ObjectGraph by using HiddenReference for MvxActivity.BindingContext? [\#409](https://github.com/MvvmCross/MvvmCross/issues/409)
- \[AndroidSupport\] RecyclerView view created by adapter should be accessable in code after view is inflated [\#1566](https://github.com/MvvmCross/MvvmCross/issues/1566)
- \[AndroidSupport\] RecyclerView support for Footer/Header/Grouping \(sections\) [\#1565](https://github.com/MvvmCross/MvvmCross/issues/1565)
- Navigation Page shows foreign language "Zuruck". How do I fix or override this? [\#1561](https://github.com/MvvmCross/MvvmCross/issues/1561)
- Cancel method declaration missing in IMvxAsyncCommand [\#1454](https://github.com/MvvmCross/MvvmCross/issues/1454)
- Add PreserveAttribute on classes known to always be used [\#1432](https://github.com/MvvmCross/MvvmCross/issues/1432)
- Improvement to pass Complex Dto between ViewModels [\#1302](https://github.com/MvvmCross/MvvmCross/issues/1302)
**Merged pull requests:**
- Added analyzer for possible ShowViewModel without arguments, when usi… [\#1477](https://github.com/MvvmCross/MvvmCross/pull/1477) ([azchohfi](https://github.com/azchohfi))
- Fix missing files for BindingEx [\#1476](https://github.com/MvvmCross/MvvmCross/pull/1476) ([Cheesebaron](https://github.com/Cheesebaron))
- Allow fragments with different java names \(via RegisterAttribute\) [\#1473](https://github.com/MvvmCross/MvvmCross/pull/1473) ([kjeremy](https://github.com/kjeremy))
- Add Cancel for async command to interface [\#1455](https://github.com/MvvmCross/MvvmCross/pull/1455) ([martijn00](https://github.com/martijn00))
- Add test projects to easily test changes that are made to the project [\#1453](https://github.com/MvvmCross/MvvmCross/pull/1453) ([MarcBruins](https://github.com/MarcBruins))
- Promote VeryExperimental ValueCombiners to stable [\#1449](https://github.com/MvvmCross/MvvmCross/pull/1449) ([kjeremy](https://github.com/kjeremy))
- Add initial support for tvOS [\#1448](https://github.com/MvvmCross/MvvmCross/pull/1448) ([martijn00](https://github.com/martijn00))
- Synchronous resizable cells for iOS [\#1442](https://github.com/MvvmCross/MvvmCross/pull/1442) ([MarcBruins](https://github.com/MarcBruins))
- Use the the lower level GetString on older platforms [\#1439](https://github.com/MvvmCross/MvvmCross/pull/1439) ([martijn00](https://github.com/martijn00))
- Add ViewDidLayoutSubviewsCalled to IMvxEventSourceViewController on iOS [\#1435](https://github.com/MvvmCross/MvvmCross/pull/1435) ([Costo](https://github.com/Costo))
- Improved support for binding to interfaces [\#1434](https://github.com/MvvmCross/MvvmCross/pull/1434) ([drungrin](https://github.com/drungrin))
- Add RegisterAttribute to Android classes [\#1433](https://github.com/MvvmCross/MvvmCross/pull/1433) ([kjeremy](https://github.com/kjeremy))
- Added support for view model instantiation using segue on iOS [\#1404](https://github.com/MvvmCross/MvvmCross/pull/1404) ([chrilith](https://github.com/chrilith))
- Add support for own base class, ShowViewModel with parameter serialization [\#1410](https://github.com/MvvmCross/MvvmCross/pull/1410) ([Plac3hold3r](https://github.com/Plac3hold3r))
- Fix line endings [\#1397](https://github.com/MvvmCross/MvvmCross/pull/1397) ([kjeremy](https://github.com/kjeremy))
- Fix linker include errors [\#1394](https://github.com/MvvmCross/MvvmCross/pull/1394) ([martijn00](https://github.com/martijn00))
- Remove dependency on System.Collections.Concurrent nuget [\#1393](https://github.com/MvvmCross/MvvmCross/pull/1393) ([Cheesebaron](https://github.com/Cheesebaron))
- Added code to prevent race condition for rapid UI updates [\#1390](https://github.com/MvvmCross/MvvmCross/pull/1390) ([obergshavefun](https://github.com/obergshavefun))
- When using MvxTaskBasedBindingContext \(default\) with full link enabled. [\#1384](https://github.com/MvvmCross/MvvmCross/pull/1384) ([softlion](https://github.com/softlion))
- MvxAutoCompleteTextView\*TargetBinding require the target to actually … [\#1366](https://github.com/MvvmCross/MvvmCross/pull/1366) ([kjeremy](https://github.com/kjeremy))
- Fixed close viewmodel in caching fragment [\#1365](https://github.com/MvvmCross/MvvmCross/pull/1365) ([martijn00](https://github.com/martijn00))
- Add optional parameters to generic init [\#1364](https://github.com/MvvmCross/MvvmCross/pull/1364) ([martijn00](https://github.com/martijn00))
- Null-propagation for event handlers [\#1360](https://github.com/MvvmCross/MvvmCross/pull/1360) ([kjeremy](https://github.com/kjeremy))
- Fix spelling: amy =\> may [\#1359](https://github.com/MvvmCross/MvvmCross/pull/1359) ([kjeremy](https://github.com/kjeremy))
- Move away from MvxAndroidTargetBinding and use MvxConvertingTargetBinding [\#1357](https://github.com/MvvmCross/MvvmCross/pull/1357) ([Cheesebaron](https://github.com/Cheesebaron))
- Fix for issue \#907 \(copied changes from commit "59e35d45d6e5ddf463070… [\#1356](https://github.com/MvvmCross/MvvmCross/pull/1356) ([mvanbeusekom](https://github.com/mvanbeusekom))
- Dispose of the base after cleaning up the derived instance [\#1354](https://github.com/MvvmCross/MvvmCross/pull/1354) ([kjeremy](https://github.com/kjeremy))
- Add binding for TextView.Hint [\#1353](https://github.com/MvvmCross/MvvmCross/pull/1353) ([kjeremy](https://github.com/kjeremy))
- Use drawable instead of resource, which is not UI thread bound [\#1349](https://github.com/MvvmCross/MvvmCross/pull/1349) ([Cheesebaron](https://github.com/Cheesebaron))
- Don't resubscribe in Dispose [\#1348](https://github.com/MvvmCross/MvvmCross/pull/1348) ([kjeremy](https://github.com/kjeremy))
- Fix failing unit tests [\#1346](https://github.com/MvvmCross/MvvmCross/pull/1346) ([Cheesebaron](https://github.com/Cheesebaron))
- Remove LINQ from ReflectionExtensions [\#1344](https://github.com/MvvmCross/MvvmCross/pull/1344) ([Cheesebaron](https://github.com/Cheesebaron))
- MultiRegionViewPresenter - Support frame search failure. [\#1339](https://github.com/MvvmCross/MvvmCross/pull/1339) ([ErezG](https://github.com/ErezG))
- Add UI refresh control bindings [\#1338](https://github.com/MvvmCross/MvvmCross/pull/1338) ([martijn00](https://github.com/martijn00))
- Allows binding to EditTextPreference.Text and TwoStatePreference.Chec… [\#1337](https://github.com/MvvmCross/MvvmCross/pull/1337) ([kjeremy](https://github.com/kjeremy))
- Cache Java.Lang.Boolean.True since in Xamarin it results in a call [\#1336](https://github.com/MvvmCross/MvvmCross/pull/1336) ([kjeremy](https://github.com/kjeremy))
- Raise AttachCalled with the passed in activity, not this.Activity [\#1335](https://github.com/MvvmCross/MvvmCross/pull/1335) ([kjeremy](https://github.com/kjeremy))
- Ignore transparent proxies on Mono, \#1308. [\#1325](https://github.com/MvvmCross/MvvmCross/pull/1325) ([yallie](https://github.com/yallie))
- Added Code of Conduct based on contributor-covenant [\#1324](https://github.com/MvvmCross/MvvmCross/pull/1324) ([PerPage](https://github.com/PerPage))
- TaskBasedBindingContext allows smoother scrolling by databinding on a worker threads [\#1322](https://github.com/MvvmCross/MvvmCross/pull/1322) ([softlion](https://github.com/softlion))
- New PR for \#1099 - Use Reflection instead of Expression.Compile\(\) [\#1321](https://github.com/MvvmCross/MvvmCross/pull/1321) ([Cheesebaron](https://github.com/Cheesebaron))
- MvxSpinner won't work inside fragment [\#1320](https://github.com/MvvmCross/MvvmCross/issues/1320)
- website down [\#1318](https://github.com/MvvmCross/MvvmCross/issues/1318)
- MvxCachingFragmentCompatActivity not finding registered fragments [\#1311](https://github.com/MvvmCross/MvvmCross/issues/1311)
- IoC doesn't support transparent proxies on Xamarin.Android [\#1308](https://github.com/MvvmCross/MvvmCross/issues/1308)
- MvxTapGestureRecognizerBehaviour with CancelsTouchesInView [\#1303](https://github.com/MvvmCross/MvvmCross/issues/1303)
- Mvx Resolve faile on Windows 10 \( UWP \) project. [\#1255](https://github.com/MvvmCross/MvvmCross/issues/1255)
- MvvmCross team meeting at Evolve 2016 [\#1197](https://github.com/MvvmCross/MvvmCross/issues/1197)
- java.lang.RuntimeException: Unable to start activity ComponentInfo...android.content.res.Resources$NotFoundException [\#1147](https://github.com/MvvmCross/MvvmCross/issues/1147)
- Object stored in PageStackEntry.Parameter has changed from MvxViewModelRequest to String [\#1111](https://github.com/MvvmCross/MvvmCross/issues/1111)
- Various solutions [\#917](https://github.com/MvvmCross/MvvmCross/issues/917)
- "project governance" - aka a "bigger, more fun party" [\#841](https://github.com/MvvmCross/MvvmCross/issues/841)
- Fix Android crash when Bitmap updated after MvxImageView destroyed [\#1262](https://github.com/MvvmCross/MvvmCross/pull/1262) ([SeeD-Seifer](https://github.com/SeeD-Seifer))
- Added missing JNI interop constructors in MvxLayoutInflaterCompat [\#1261](https://github.com/MvvmCross/MvvmCross/pull/1261) ([thefex](https://github.com/thefex))
- \[Analyzer/CodeFix\] RaiseCanExecuteChanged never called when needed [\#1252](https://github.com/MvvmCross/MvvmCross/pull/1252) ([azchohfi](https://github.com/azchohfi))
- MvxWindowsMultiRegionViewPresenter - support searching for a frame which exists inside a frame [\#1249](https://github.com/MvvmCross/MvvmCross/pull/1249) ([ErezG](https://github.com/ErezG))
- Added helpers for localization with fluent binding [\#1247](https://github.com/MvvmCross/MvvmCross/pull/1247) ([lothrop](https://github.com/lothrop))
- Use mipmap as icon for splash screen [\#1236](https://github.com/MvvmCross/MvvmCross/pull/1236) ([martijn00](https://github.com/martijn00))
- Help the coder for NotifyDataSetChanged exceptions [\#1231](https://github.com/MvvmCross/MvvmCross/pull/1231) ([roubachof](https://github.com/roubachof))
- Updates to fix MvxExpandableListAdapter when creating adapter in code [\#1317](https://github.com/MvvmCross/MvvmCross/pull/1317) ([tomcurran](https://github.com/tomcurran))
- Apply must be called analyzer and codefix. [\#1313](https://github.com/MvvmCross/MvvmCross/pull/1313) ([azchohfi](https://github.com/azchohfi))
- Replaced relative path with build variable for Program Files folder. [\#1312](https://github.com/MvvmCross/MvvmCross/pull/1312) ([azchohfi](https://github.com/azchohfi))
- Set image resource directly on the ImageView instead of decoding it first [\#1307](https://github.com/MvvmCross/MvvmCross/pull/1307) ([tiftof](https://github.com/tiftof))
- New analyzer/codefix for MvxMessengerSubscription return value. [\#1306](https://github.com/MvvmCross/MvvmCross/pull/1306) ([azchohfi](https://github.com/azchohfi))
- MvxTapGestureRecognizerBehaviour with CancelsTouchesInView [\#1304](https://github.com/MvvmCross/MvvmCross/pull/1304) ([promontis](https://github.com/promontis))
- Add a way to interact on Content with MvxFrameControl [\#1294](https://github.com/MvvmCross/MvvmCross/pull/1294) ([sescandell](https://github.com/sescandell))
- Fragment presenter multi parent [\#1287](https://github.com/MvvmCross/MvvmCross/pull/1287) ([thefex](https://github.com/thefex))
- Don't put any special logic in the ACW constructors [\#1286](https://github.com/MvvmCross/MvvmCross/pull/1286) ([kjeremy](https://github.com/kjeremy))
- Add possibility to pass custom objects with Viewmodel navigation [\#1284](https://github.com/MvvmCross/MvvmCross/pull/1284) ([martijn00](https://github.com/martijn00))
- Release new MvvmCross version [\#1052](https://github.com/MvvmCross/MvvmCross/issues/1052)
- File plugin: Getting "Cannot access the file... because it is being used by another process" while trying to READ it [\#1050](https://github.com/MvvmCross/MvvmCross/issues/1050)
- Using multiple MvxRadioGroup bindings in a view only causes the first to be bound [\#1045](https://github.com/MvvmCross/MvvmCross/issues/1045)
- iOS: Replacing an image using MvxImageViewLoader fails ... [\#1041](https://github.com/MvvmCross/MvvmCross/issues/1041)
- Update to latest JSON.Net [\#1037](https://github.com/MvvmCross/MvvmCross/issues/1037)
- Android GroupItemTemplate instead of MvxGroupItemTemplate attribute for MvxExpandableListView [\#1029](https://github.com/MvvmCross/MvvmCross/issues/1029)
- ArgumentNullException with Email plugin [\#1025](https://github.com/MvvmCross/MvvmCross/issues/1025)
- How to share a ViewModel? Add the Fragment parameter to OnFragmentChanging\(\) event? [\#1015](https://github.com/MvvmCross/MvvmCross/issues/1015)
- Windows 10 UWP \(Universal Windows Platform\) apps [\#1009](https://github.com/MvvmCross/MvvmCross/issues/1009)
- Warning issue around MvxAdapter code [\#1004](https://github.com/MvvmCross/MvvmCross/issues/1004)
- MvxModalNavSupportTouchViewPresenter constructor does not match IUIApplicationDelegate signature [\#995](https://github.com/MvvmCross/MvvmCross/issues/995)
- Installing AppCompat 22.1.1 causes inflation of Mvx classes to fail [\#981](https://github.com/MvvmCross/MvvmCross/issues/981)
- MvxCachingFragmentActivity.ShowFragment loading the same cached fragment even with a different bundle [\#966](https://github.com/MvvmCross/MvvmCross/issues/966)
- About the MvxWpfFileStore.cs [\#912](https://github.com/MvvmCross/MvvmCross/issues/912)
- Also pack CodeAnalysis nuget [\#1229](https://github.com/MvvmCross/MvvmCross/pull/1229) ([Stephanvs](https://github.com/Stephanvs))
- Missing changes for adapter long-life subscription sub-issue on \#1217 [\#1225](https://github.com/MvvmCross/MvvmCross/pull/1225) ([roubachof](https://github.com/roubachof))
- Adapter long-life subscription sub-issue on \#1217 [\#1220](https://github.com/MvvmCross/MvvmCross/pull/1220) ([slodge](https://github.com/slodge))
- Update titles for nuget to new names [\#1216](https://github.com/MvvmCross/MvvmCross/pull/1216) ([martijn00](https://github.com/martijn00))
- Copy support fragments to full fragging [\#1214](https://github.com/MvvmCross/MvvmCross/pull/1214) ([martijn00](https://github.com/martijn00))
- Made MvvmCross.StarterPack pull in MvvmCross, not the other way around. [\#1213](https://github.com/MvvmCross/MvvmCross/pull/1213) ([lothrop](https://github.com/lothrop))
- Added dummy packages to ease migration from HotTuna. [\#1211](https://github.com/MvvmCross/MvvmCross/pull/1211) ([lothrop](https://github.com/lothrop))
- Got nuspecs working for all platforms. [\#1210](https://github.com/MvvmCross/MvvmCross/pull/1210) ([lothrop](https://github.com/lothrop))
- Nugets for Mac [\#1209](https://github.com/MvvmCross/MvvmCross/pull/1209) ([lothrop](https://github.com/lothrop))
- Fixes to get pack.ps1 to run again. [\#1207](https://github.com/MvvmCross/MvvmCross/pull/1207) ([lothrop](https://github.com/lothrop))
- More cleanup of Touch and Cirrious. [\#1206](https://github.com/MvvmCross/MvvmCross/pull/1206) ([lothrop](https://github.com/lothrop))
- Fixed templates to match new naming structure. [\#1205](https://github.com/MvvmCross/MvvmCross/pull/1205) ([lothrop](https://github.com/lothrop))
- Rename all occurrences of "Touch" to "iOS" [\#1204](https://github.com/MvvmCross/MvvmCross/pull/1204) ([lothrop](https://github.com/lothrop))
- Adapt nuspecs to new structure [\#1203](https://github.com/MvvmCross/MvvmCross/pull/1203) ([lothrop](https://github.com/lothrop))
- Fixed usings in BindingEx. [\#1202](https://github.com/MvvmCross/MvvmCross/pull/1202) ([lothrop](https://github.com/lothrop))
- Remove unused/outdated scripts and updated packaging script. [\#1201](https://github.com/MvvmCross/MvvmCross/pull/1201) ([lothrop](https://github.com/lothrop))
- Restructure and cleanup of projects and files [\#1200](https://github.com/MvvmCross/MvvmCross/pull/1200) ([martijn00](https://github.com/martijn00))
- Rework of Mac implementation. [\#1198](https://github.com/MvvmCross/MvvmCross/pull/1198) ([lothrop](https://github.com/lothrop))
- Use XIB and auto layouts for iOS Starter Pack example [\#1196](https://github.com/MvvmCross/MvvmCross/pull/1196) ([lothrop](https://github.com/lothrop))
- Introduce non-support-dependent version of MvxPreferenceFragment [\#1189](https://github.com/MvvmCross/MvvmCross/pull/1189) ([mgj](https://github.com/mgj))
- Fix merge of PR 1186 [\#1188](https://github.com/MvvmCross/MvvmCross/pull/1188) ([dbeattie71](https://github.com/dbeattie71))
- Moved caching logic from support library. [\#1186](https://github.com/MvvmCross/MvvmCross/pull/1186) ([thefex](https://github.com/thefex))
- Cleanup of code using C\#6 [\#1182](https://github.com/MvvmCross/MvvmCross/pull/1182) ([martijn00](https://github.com/martijn00))
- MultipleViewModel cache was not prepared for multiple instances of ViewModel [\#1178](https://github.com/MvvmCross/MvvmCross/pull/1178) ([thefex](https://github.com/thefex))
- Integrated new MvxUIActivityIndicatorViewHiddenTargetBinding from munkii. [\#1176](https://github.com/MvvmCross/MvvmCross/pull/1176) ([lothrop](https://github.com/lothrop))
- Fix some nuspecs and files [\#1175](https://github.com/MvvmCross/MvvmCross/pull/1175) ([martijn00](https://github.com/martijn00))
- Fix Mac presenter [\#1169](https://github.com/MvvmCross/MvvmCross/pull/1169) ([martijn00](https://github.com/martijn00))
- Bump Android target version to Android lvl 21 [\#1168](https://github.com/MvvmCross/MvvmCross/pull/1168) ([martijn00](https://github.com/martijn00))
- Improved ViewModelLoader and ViewModelLocator with viewmodel reloading [\#1165](https://github.com/MvvmCross/MvvmCross/pull/1165) ([vvolkgang](https://github.com/vvolkgang))
- Update logo and version numbers [\#1158](https://github.com/MvvmCross/MvvmCross/pull/1158) ([martijn00](https://github.com/martijn00))
- Discover CanExecuteXyz properties in ancestors. [\#1150](https://github.com/MvvmCross/MvvmCross/pull/1150) ([dbeattie71](https://github.com/dbeattie71))
- Change so WindowsCommon are valid plugins for UWP [\#1146](https://github.com/MvvmCross/MvvmCross/pull/1146) ([azchohfi](https://github.com/azchohfi))
- Added Android specific MvxPropertyChangedListener [\#1145](https://github.com/MvvmCross/MvvmCross/pull/1145) ([jamie94bc](https://github.com/jamie94bc))
- Added GetFragmentInfoByTag to MvxCachingFragmentActivity [\#1143](https://github.com/MvvmCross/MvvmCross/pull/1143) ([mattwhetton](https://github.com/mattwhetton))
- Fixed unified value types conversion when binding to a nfloat, nint or uint from a managed equivalent value type. [\#1131](https://github.com/MvvmCross/MvvmCross/pull/1131) ([ggirard07](https://github.com/ggirard07))
- Moved plugins to plugins repo [\#1129](https://github.com/MvvmCross/MvvmCross/pull/1129) ([martijn00](https://github.com/martijn00))
- Convert full paths to relative in EnsureFolderExists\(...\) \(Issue 1104\) [\#1128](https://github.com/MvvmCross/MvvmCross/pull/1128) ([tekkies](https://github.com/tekkies))
- Fix SelectionChangedCommand CanExecute not being called [\#1126](https://github.com/MvvmCross/MvvmCross/pull/1126) ([charri](https://github.com/charri))
- Fix nunit path in plugins [\#1125](https://github.com/MvvmCross/MvvmCross/pull/1125) ([tekkies](https://github.com/tekkies))
- Cleanup of repo [\#1122](https://github.com/MvvmCross/MvvmCross/pull/1122) ([martijn00](https://github.com/martijn00))
- Add initial support for a MvxPageViewController that dynamically crea… [\#1121](https://github.com/MvvmCross/MvvmCross/pull/1121) ([scastria](https://github.com/scastria))
- It's recommended to have at least the `analyzers` tag in your nuget [\#1119](https://github.com/MvvmCross/MvvmCross/pull/1119) ([Stephanvs](https://github.com/Stephanvs))
- Nuspec fixes for Code Analysis [\#1118](https://github.com/MvvmCross/MvvmCross/pull/1118) ([martijn00](https://github.com/martijn00))
- Add CodeAnalysis Project with Roslyn Code Analyzer [\#1117](https://github.com/MvvmCross/MvvmCross/pull/1117) ([Stephanvs](https://github.com/Stephanvs))
- Fixed it \(properly\) for 'Release' mode. Should work if Release\Any CPU [\#1110](https://github.com/MvvmCross/MvvmCross/pull/1110) ([krishna-nadiminti](https://github.com/krishna-nadiminti))
- Generate lib layout to fix broken rd.xml reference in nupkg for UWP [\#1109](https://github.com/MvvmCross/MvvmCross/pull/1109) ([krishna-nadiminti](https://github.com/krishna-nadiminti))
- Adding Cirrious.MvvmCross.WindowsUWP.rd.xml in nuspec. [\#1103](https://github.com/MvvmCross/MvvmCross/pull/1103) ([michaeldaw](https://github.com/michaeldaw))
- Return full paths from MvxWindowsCommonBlockingFileStore.GetFilesIn\(...\) [\#1102](https://github.com/MvvmCross/MvvmCross/pull/1102) ([tekkies](https://github.com/tekkies))
- Added new presentation hint handling to console [\#1100](https://github.com/MvvmCross/MvvmCross/pull/1100) ([jamie94bc](https://github.com/jamie94bc))
- A nicer way to handle handling multiple presentation hints [\#1097](https://github.com/MvvmCross/MvvmCross/pull/1097) ([jamie94bc](https://github.com/jamie94bc))
- Version dlls and set copyright to 2015 [\#1095](https://github.com/MvvmCross/MvvmCross/pull/1095) ([martijn00](https://github.com/martijn00))
- Added Text focus code for Android and iOS [\#1094](https://github.com/MvvmCross/MvvmCross/pull/1094) ([martijn00](https://github.com/martijn00))
- Rename UIApplicationDelegate to IUIApplicationDelegate [\#1093](https://github.com/MvvmCross/MvvmCross/pull/1093) ([martijn00](https://github.com/martijn00))
- Improve trace message for MvxAdapter [\#1092](https://github.com/MvvmCross/MvvmCross/pull/1092) ([martijn00](https://github.com/martijn00))
- Remove abstract from MvxStorePage [\#1091](https://github.com/MvvmCross/MvvmCross/pull/1091) ([martijn00](https://github.com/martijn00))
- Cleanup and better gitignore [\#1090](https://github.com/MvvmCross/MvvmCross/pull/1090) ([martijn00](https://github.com/martijn00))
- Added dotnet files, updated version [\#1089](https://github.com/MvvmCross/MvvmCross/pull/1089) ([martijn00](https://github.com/martijn00))
- Fixed GetSizeInBytes\(\) to proper handle memory cache limits for the Images [\#1087](https://github.com/MvvmCross/MvvmCross/pull/1087) ([IlSocio](https://github.com/IlSocio))
- Force replace a fragment with the same viewmodel at the same contentid [\#1085](https://github.com/MvvmCross/MvvmCross/pull/1085) ([martijn00](https://github.com/martijn00))
- Update nuspecs to work with VS2015 [\#1084](https://github.com/MvvmCross/MvvmCross/pull/1084) ([martijn00](https://github.com/martijn00))
- Back stack fix [\#1079](https://github.com/MvvmCross/MvvmCross/pull/1079) ([martijn00](https://github.com/martijn00))
- Pass the java handle down to the base constructor to avoid a potentia… [\#1074](https://github.com/MvvmCross/MvvmCross/pull/1074) ([kjeremy](https://github.com/kjeremy))
- Fix custom namespace inflation if a factory is not installed [\#1064](https://github.com/MvvmCross/MvvmCross/pull/1064) ([kjeremy](https://github.com/kjeremy))
- Android: make methods virtual in MvxBindingLayoutInflaterFactory [\#1063](https://github.com/MvvmCross/MvvmCross/pull/1063) ([gshackles](https://github.com/gshackles))
- Made signature of RaiseAndSetIfChanged method more friendly [\#1059](https://github.com/MvvmCross/MvvmCross/pull/1059) ([kolesnick](https://github.com/kolesnick))
- Fix for https://github.com/MvvmCross/MvvmCross/issues/1050. [\#1051](https://github.com/MvvmCross/MvvmCross/pull/1051) ([JanZeman](https://github.com/JanZeman))
- Removed Fragging and FullFragging [\#1049](https://github.com/MvvmCross/MvvmCross/pull/1049) ([martijn00](https://github.com/martijn00))
- Prevent view id collision when generating RadioButton ids [\#1048](https://github.com/MvvmCross/MvvmCross/pull/1048) ([kjeremy](https://github.com/kjeremy))
- Save the original IMvxLayoutInflaterHolderFactory when inflating views and restore at the end [\#1047](https://github.com/MvvmCross/MvvmCross/pull/1047) ([kjeremy](https://github.com/kjeremy))
- Add javaReference/transfer constructors to fragments [\#1043](https://github.com/MvvmCross/MvvmCross/pull/1043) ([andyci](https://github.com/andyci))
- Renaming "GroupItemTemplate" android attribute to "MvxGroupItemTemplate" [\#1031](https://github.com/MvvmCross/MvvmCross/pull/1031) ([ljeancler](https://github.com/ljeancler))
- Merge pull request \#996 into 3.5 [\#1028](https://github.com/MvvmCross/MvvmCross/pull/1028) ([martijn00](https://github.com/martijn00))
- Fixes Casting for SelectedElement on UISegmentedControl [\#1027](https://github.com/MvvmCross/MvvmCross/pull/1027) ([aspnetde](https://github.com/aspnetde))
- Inflation fixes final [\#1022](https://github.com/MvvmCross/MvvmCross/pull/1022) ([kjeremy](https://github.com/kjeremy))
- Added dialogTitle for Android Chooser. Short XML doc and attachment logic cleanup [\#1019](https://github.com/MvvmCross/MvvmCross/pull/1019) ([Cheesebaron](https://github.com/Cheesebaron))
- 3.5 downloadcache all async [\#1005](https://github.com/MvvmCross/MvvmCross/pull/1005) ([gentledepp](https://github.com/gentledepp))
- Load local images asynchronously and scale them down \(android\) [\#1003](https://github.com/MvvmCross/MvvmCross/pull/1003) ([gentledepp](https://github.com/gentledepp))
- Added a ctor to Setup that takes a presenter. [\#998](https://github.com/MvvmCross/MvvmCross/pull/998) ([jfoshee](https://github.com/jfoshee))
- Handling async work with MvxCommand [\#997](https://github.com/MvvmCross/MvvmCross/pull/997) ([guillaume-fr](https://github.com/guillaume-fr))
- Add override to determine if the requested fragment [\#996](https://github.com/MvvmCross/MvvmCross/pull/996) ([andyci](https://github.com/andyci))
- FileStore is async with CancellationToken support on all platforms [\#993](https://github.com/MvvmCross/MvvmCross/pull/993) ([jonstoneman](https://github.com/jonstoneman))
- Configurable root folder for WPF file store [\#978](https://github.com/MvvmCross/MvvmCross/pull/978) ([guillaume-fr](https://github.com/guillaume-fr))
- CanExecuteChanged thread safe an raisable on UI thread [\#976](https://github.com/MvvmCross/MvvmCross/pull/976) ([guillaume-fr](https://github.com/guillaume-fr))
- Implement async file for windows and optimize WriteFile [\#975](https://github.com/MvvmCross/MvvmCross/pull/975) ([guillaume-fr](https://github.com/guillaume-fr))
- DeselectRow support in base UITableViewSource [\#941](https://github.com/MvvmCross/MvvmCross/pull/941) ([alexsorokoletov](https://github.com/alexsorokoletov))
- Location plugin provides event to track permission now [\#898](https://github.com/MvvmCross/MvvmCross/pull/898) ([SeeD-Seifer](https://github.com/SeeD-Seifer))
- Fixed Bug where MvxCommand Parameter could not be parsed / casted, when ... [\#842](https://github.com/MvvmCross/MvvmCross/pull/842) ([crazyfx1](https://github.com/crazyfx1))
- Documentation Wrong step for android setup: adding an xml file defining the binding attributes. [\#1144](https://github.com/MvvmCross/MvvmCross/issues/1144)
- I would like to see these updates applied to the MT.Dialog fork [\#972](https://github.com/MvvmCross/MvvmCross/issues/972)
- How to go about creating a binding library for a new platform? [\#612](https://github.com/MvvmCross/MvvmCross/issues/612)
- Do Plugins need a new home? [\#462](https://github.com/MvvmCross/MvvmCross/issues/462)
- Problem to link assemblies of MvxFileDownloadCache with iOS 9 SDK [\#1135](https://github.com/MvvmCross/MvvmCross/issues/1135)
- new MvxFragmentStatePagerAdapter.FragmentInfo doesn't call Start\(\) on the ViewModel when instantiated [\#1133](https://github.com/MvvmCross/MvvmCross/issues/1133)
- Another nuget issue with portable class library %2B [\#1106](https://github.com/MvvmCross/MvvmCross/issues/1106)
- onTrimMemory is used only for API level 14 , I need to detect when app is backgrounded for api level \<14 [\#1105](https://github.com/MvvmCross/MvvmCross/issues/1105)
- Error installing MvvmCross.HotTuna.MvvmCrossLibraries v4.0.0-beta1 in Xamarin Studio [\#1088](https://github.com/MvvmCross/MvvmCross/issues/1088)
- MvxAndroidSetupSingleton crashes on splash screen with SIGSEGV [\#1069](https://github.com/MvvmCross/MvvmCross/issues/1069)
- MvvmCross as a Code-Aware Library with Roslyn Code Analyzers [\#1040](https://github.com/MvvmCross/MvvmCross/issues/1040)
- Android SIGSEGV SEGV\_MAPERR on Samsung Galaxy S5 with DownloadCache-v3.5.1 [\#1036](https://github.com/MvvmCross/MvvmCross/issues/1036)
- Can't add Microsoft HTTP Client Libraries to a project with MvvmCross 3.5.0-beta2 [\#866](https://github.com/MvvmCross/MvvmCross/issues/866)
- Picture chooser does not work, 3.2.1 WinRT\(8.1\) Cirrious.MvvmCross.Plugins.PictureChooser.WindowsCommon [\#810](https://github.com/MvvmCross/MvvmCross/issues/810)
- New Relic [\#723](https://github.com/MvvmCross/MvvmCross/issues/723)
- adding getFoldersIn to File Plugin [\#721](https://github.com/MvvmCross/MvvmCross/issues/721)
- Adding Universal App support [\#656](https://github.com/MvvmCross/MvvmCross/issues/656)
- Nested MvxListView-MvxLinearCollection crashes with System.InvalidOperationException [\#645](https://github.com/MvvmCross/MvvmCross/issues/645)
- Location Plugin missing for WPF project. [\#630](https://github.com/MvvmCross/MvvmCross/issues/630)
- ".nuspec" folder instead of "nuspec"? [\#514](https://github.com/MvvmCross/MvvmCross/issues/514)
- RaiseCanExecuteChanged is not marshalled to UI thread automatically like RaisePropertyChanged [\#954](https://github.com/MvvmCross/MvvmCross/issues/954)
**Closed issues:**
- NuGet unable to install MvvmCross.HotTuna.MvvmCrossLibraries in VS2015 RC [\#1023](https://github.com/MvvmCross/MvvmCross/issues/1023)
- SaveState and RestoreState not being called for iOS applications [\#1016](https://github.com/MvvmCross/MvvmCross/issues/1016)
- App size is too large [\#1014](https://github.com/MvvmCross/MvvmCross/issues/1014)
- Does SubscribeOnMainThread enables the subscriber to receive messages published on the main thread? [\#999](https://github.com/MvvmCross/MvvmCross/issues/999)
- Explicitly use `\[Register\]` flags on all classes referencable from AXML [\#958](https://github.com/MvvmCross/MvvmCross/issues/958)
- Not possible to use MvxCachingFragmentActivity with ActionBarActivity [\#887](https://github.com/MvvmCross/MvvmCross/issues/887)
**Closed issues:**
- Can't add MvvmCross Nuget package to portable class library [\#970](https://github.com/MvvmCross/MvvmCross/issues/970)
- Q: How old is the MT.D fork inside this codebase? [\#969](https://github.com/MvvmCross/MvvmCross/issues/969)
- Visible view converter doesn't work on \<include\> tag [\#961](https://github.com/MvvmCross/MvvmCross/issues/961)
- Factoring out MvxNotifyPropertyChanged [\#959](https://github.com/MvvmCross/MvvmCross/issues/959)
- Unable to install mvvmcross using nuget in vs2015 ctp6 [\#951](https://github.com/MvvmCross/MvvmCross/issues/951)
- Command execute many times [\#948](https://github.com/MvvmCross/MvvmCross/issues/948)
- After updating an existing app to the unified API in Xamarin, Failed to resolve "System.Boolean [\#946](https://github.com/MvvmCross/MvvmCross/issues/946)
- MvxAutoComplete quits working when you backspace until the TextView is empty. [\#945](https://github.com/MvvmCross/MvvmCross/issues/945)
- Bug with MvxSpinner when used in an MvxItemList [\#944](https://github.com/MvvmCross/MvvmCross/issues/944)
- about MvvmCross 3.5.0 in Visual Studio 2015 errorlist [\#943](https://github.com/MvvmCross/MvvmCross/issues/943)
- ShowViewModel Twice when i click fast [\#942](https://github.com/MvvmCross/MvvmCross/issues/942)
- FloatElement not properly styled [\#932](https://github.com/MvvmCross/MvvmCross/issues/932)
- Add ability to clear the Download cache [\#499](https://github.com/MvvmCross/MvvmCross/issues/499)
**Merged pull requests:**
- Reimplement LayoutInflaterCompat in MvvmCross. [\#988](https://github.com/MvvmCross/MvvmCross/pull/988) ([kjeremy](https://github.com/kjeremy))
- Migrate to Automatic Package Restore [\#985](https://github.com/MvvmCross/MvvmCross/pull/985) ([kjeremy](https://github.com/kjeremy))
- Avoid ArgumentOutOfRangeException when ItemSource is empty [\#982](https://github.com/MvvmCross/MvvmCross/pull/982) ([mohibsheth](https://github.com/mohibsheth))
- ability to clear the Download cache [\#980](https://github.com/MvvmCross/MvvmCross/pull/980) ([guillaume-fr](https://github.com/guillaume-fr))
- EnsureFolderExists support nested folders on Windows [\#974](https://github.com/MvvmCross/MvvmCross/pull/974) ([guillaume-fr](https://github.com/guillaume-fr))
- Avoid loading resource when resourceId == 0 in MvxImageViewDrawableTargetBinding. [\#971](https://github.com/MvvmCross/MvvmCross/pull/971) ([danielcweber](https://github.com/danielcweber))
- Added licenses for fragment files [\#964](https://github.com/MvvmCross/MvvmCross/pull/964) ([martijn00](https://github.com/martijn00))
- Add missing OnSaveInstanceState override in MvxEventSource\[Dialog|List\]Fragment [\#963](https://github.com/MvvmCross/MvvmCross/pull/963) ([nextmunich](https://github.com/nextmunich))
- Lambda is replaced by action call [\#960](https://github.com/MvvmCross/MvvmCross/pull/960) ([evnik](https://github.com/evnik))
- Changed Cirrious.MvvmCross.Droid.FullFragging to use API 15 [\#956](https://github.com/MvvmCross/MvvmCross/pull/956) ([jihlee](https://github.com/jihlee))
- Support open generic types in MvxBindingNameRegistry [\#938](https://github.com/MvvmCross/MvvmCross/pull/938) ([ckimes89](https://github.com/ckimes89))
- Fixed passing of some tests on systems with non-english culture [\#935](https://github.com/MvvmCross/MvvmCross/pull/935) ([evnik](https://github.com/evnik))
- MvxDynamicImageHelper not reset when recycling view/cell during scroll [\#934](https://github.com/MvvmCross/MvvmCross/pull/934) ([PaulLeman](https://github.com/PaulLeman))
- I made changes to MvxTouchSetup and MvxTouchDialogSetup to take a new in... [\#920](https://github.com/MvvmCross/MvvmCross/pull/920) ([Bowman74](https://github.com/Bowman74))
- Added support for storyboard views [\#916](https://github.com/MvvmCross/MvvmCross/pull/916) ([geirsagberg](https://github.com/geirsagberg))
- Require opt-in for Fragments' ViewModel create/save/restore lifecycle being owned by MvvmCross. [\#915](https://github.com/MvvmCross/MvvmCross/pull/915) ([davidschwegler](https://github.com/davidschwegler))
- Adding nuspec for Console [\#914](https://github.com/MvvmCross/MvvmCross/pull/914) ([tofutim](https://github.com/tofutim))
- Unified enum-compatible segmented control with default binding [\#913](https://github.com/MvvmCross/MvvmCross/pull/913) ([TheAlmightyBob](https://github.com/TheAlmightyBob))
- Set GroupTemplateId on MvxExpandableListView [\#911](https://github.com/MvvmCross/MvvmCross/pull/911) ([kjeremy](https://github.com/kjeremy))
- Fix crash caused by the MvvmCross environment not being initialized yet ... [\#909](https://github.com/MvvmCross/MvvmCross/pull/909) ([davidschwegler](https://github.com/davidschwegler))
- SeekBar binding to use event subscription instead of on change listener [\#905](https://github.com/MvvmCross/MvvmCross/pull/905) ([tom-pratt](https://github.com/tom-pratt))
- Make presenter serializer protected so it can be used when inheriting MvxFragmentsPresenter [\#895](https://github.com/MvvmCross/MvvmCross/pull/895) ([martijn00](https://github.com/martijn00))
- Added protected constructor to MvxFrameControl... [\#893](https://github.com/MvvmCross/MvvmCross/pull/893) ([azchohfi](https://github.com/azchohfi))
- Add source files to nuget symbol packages [\#889](https://github.com/MvvmCross/MvvmCross/pull/889) ([kjeremy](https://github.com/kjeremy))
- Fixed typo in MvxSeekBarProgressTargetBinding [\#885](https://github.com/MvvmCross/MvvmCross/pull/885) ([martijn00](https://github.com/martijn00))
- \[Xamarin + Android\] Finishing the activity using a MvxPresentationHint - Cast Context to Activity fails [\#937](https://github.com/MvvmCross/MvvmCross/issues/937)
- Could not install package 'MvvmCross.PortableSupport 3.5.0' [\#925](https://github.com/MvvmCross/MvvmCross/issues/925)
- Mac events [\#922](https://github.com/MvvmCross/MvvmCross/issues/922)
- Missing stylable field MvxExpandableListView [\#921](https://github.com/MvvmCross/MvvmCross/issues/921)
- 3.5.0 Dispose MvxViewClickBinding carshing in release mode [\#919](https://github.com/MvvmCross/MvvmCross/issues/919)
- MvxFragments auto-creating their ViewModels causes crashes in 3.5 when restored from saved state [\#908](https://github.com/MvvmCross/MvvmCross/issues/908)
- The type or namespace name 'Touch' does not exist in the namespace 'Cirrious.MvvmCross' [\#874](https://github.com/MvvmCross/MvvmCross/issues/874)
- Error: The type 'MvxEventToCommand' from assembly 'Cirrious.MvvmCross.Wpf' is built with an older version of the Blend SDK [\#873](https://github.com/MvvmCross/MvvmCross/issues/873)
- could not load plugin assembly for type Cirrious.MvvmCross.Plugins.WebBrowser.PluginLoader [\#872](https://github.com/MvvmCross/MvvmCross/issues/872)
- \[HowTo\]\[IoC\] Using MvvmX from Background Tasks [\#871](https://github.com/MvvmCross/MvvmCross/issues/871)
- iOS Project Fails to Compile [\#869](https://github.com/MvvmCross/MvvmCross/issues/869)
- MvxTableViewCell / UITableViewCell without using XCode [\#865](https://github.com/MvvmCross/MvvmCross/issues/865)
- NSDate Link Error [\#864](https://github.com/MvvmCross/MvvmCross/issues/864)
- Could not find view for Viewmodel [\#863](https://github.com/MvvmCross/MvvmCross/issues/863)
- Can't resolve logger in MvxSetup.CreateDebugTrace [\#862](https://github.com/MvvmCross/MvvmCross/issues/862)
- Allow IMvxViewModelLocator to throw exceptions [\#838](https://github.com/MvvmCross/MvvmCross/pull/838) ([jesperll](https://github.com/jesperll))
- Fix import targets for Unified API [\#833](https://github.com/MvvmCross/MvvmCross/pull/833) ([lothrop](https://github.com/lothrop))
- Fully qualify the namespace of the Fragment class we are using [\#822](https://github.com/MvvmCross/MvvmCross/pull/822) ([kjeremy](https://github.com/kjeremy))
- MvxBindingExtensions.ShouldSkipSetValueAsHaveNearlyIdenticalNumericText does not care about Ints [\#849](https://github.com/MvvmCross/MvvmCross/issues/849)
- Tombstoning doesn't work when showing ViewModel with parameters. [\#834](https://github.com/MvvmCross/MvvmCross/issues/834)
- 64 bit support for Xamarin.iOS and Xamarin.Mac [\#801](https://github.com/MvvmCross/MvvmCross/issues/801)
- New XIB structure created with Xamarin Studio not working [\#797](https://github.com/MvvmCross/MvvmCross/issues/797)
- Compile Issue when using IEnumerable\<PropertyInfo\> [\#796](https://github.com/MvvmCross/MvvmCross/issues/796)
- Can't install MvvmCross.PortableSupport on WP7 [\#792](https://github.com/MvvmCross/MvvmCross/issues/792)
- MvxListViewItem cannot be used unless attached to window [\#775](https://github.com/MvvmCross/MvvmCross/issues/775)
- Cannot send file multipart to server using MvxMultiPartFormRestRequest [\#759](https://github.com/MvvmCross/MvvmCross/issues/759)
- ScrollView not found? [\#756](https://github.com/MvvmCross/MvvmCross/issues/756)
- Crashes in mvxlistview in 3.1.1 [\#751](https://github.com/MvvmCross/MvvmCross/issues/751)
- Standard Android project with MvvmCross 3.1.1 crashes at startup on Dell Venue 7 \(Intel Atom x86\) [\#748](https://github.com/MvvmCross/MvvmCross/issues/748)
- Extract IoC container from Mvx [\#744](https://github.com/MvvmCross/MvvmCross/issues/744)
**Merged pull requests:**
- Updated ShouldSkipSetValueAsHaveNearlyIdenticalNumericText so that the t... [\#855](https://github.com/MvvmCross/MvvmCross/pull/855) ([munkii](https://github.com/munkii))
- Fixed app freeze when animating state change of a UISwitch used as acces... [\#844](https://github.com/MvvmCross/MvvmCross/pull/844) ([ggirard07](https://github.com/ggirard07))
- When trying to add material design using AppCompat Fragging picks up the wrong Fragment class [\#823](https://github.com/MvvmCross/MvvmCross/issues/823)
- Xamarin does not support API 4-8 anymore in beta/alpha [\#820](https://github.com/MvvmCross/MvvmCross/issues/820)
- EditText with DateTime does not set the property on the ViewModel [\#815](https://github.com/MvvmCross/MvvmCross/issues/815)
**Merged pull requests:**
- Add UILabel.AttributedText and MvxViewController.Title to LinkerPleaseInclude.cs.pp [\#825](https://github.com/MvvmCross/MvvmCross/pull/825) ([mgjhl](https://github.com/mgjhl))
- Fully qualify the namespace of the Fragment class we are using [\#824](https://github.com/MvvmCross/MvvmCross/pull/824) ([kjeremy](https://github.com/kjeremy))
- Added Heading \(Course\) to location plugin for Windows Phone [\#819](https://github.com/MvvmCross/MvvmCross/pull/819) ([trik](https://github.com/trik))
- Initialize the media capture. [\#818](https://github.com/MvvmCross/MvvmCross/pull/818) ([luke-barnett](https://github.com/luke-barnett))
- Email Plugin: Only show real email clients on android [\#812](https://github.com/MvvmCross/MvvmCross/pull/812) ([mgjhl](https://github.com/mgjhl))
- Implementation of Generic views [\#808](https://github.com/MvvmCross/MvvmCross/pull/808) ([Stephanvs](https://github.com/Stephanvs))
- MvxUIButtonTitleTargetBinding not working [\#763](https://github.com/MvvmCross/MvvmCross/issues/763)
**Closed issues:**
- Different resume function depending on first or second run of new app in Android [\#807](https://github.com/MvvmCross/MvvmCross/issues/807)
- APK size increase after installing 3.2.1 [\#806](https://github.com/MvvmCross/MvvmCross/issues/806)
- MvvmCross not working with Htmlagilitypack [\#805](https://github.com/MvvmCross/MvvmCross/issues/805)
- Binding android title gets stripped by linker [\#803](https://github.com/MvvmCross/MvvmCross/issues/803)
- Generic IView implementations for Strongly Typed ViewModel access [\#802](https://github.com/MvvmCross/MvvmCross/issues/802)
- MvxBindingSingletonCache.Instance.BindingDescriptionParser Parse and ParseSingle produce different output [\#800](https://github.com/MvvmCross/MvvmCross/issues/800)
- MvvmCross on VS2013 is not working with Windows Phone 8 \(Silverlight\) on 8.0 Emulator \(only 8.1\) [\#794](https://github.com/MvvmCross/MvvmCross/issues/794)
- Binding to UITextView.AttributedText crashes on ios 7.0.3 simulator [\#791](https://github.com/MvvmCross/MvvmCross/issues/791)
- Location.Touch does not work on iOS 8 [\#788](https://github.com/MvvmCross/MvvmCross/issues/788)
- \[Plugins.File\] fileStorage.Exists\(\) returns true, but TryReadTextFile\(\) throws "The system cannot find the file specified" [\#787](https://github.com/MvvmCross/MvvmCross/issues/787)
- Sqlite plugin doesn't appear to work in MVVMCross 3.2.1-beta3 for Unit Test core project [\#784](https://github.com/MvvmCross/MvvmCross/issues/784)
- PictureChooser does not work in Windows Phone 8.1 [\#782](https://github.com/MvvmCross/MvvmCross/issues/782)
- MvxPhoneViewPresenter is missing in beta3 ? [\#778](https://github.com/MvvmCross/MvvmCross/issues/778)
- GetPluginConfiguration\(Type plugin\) is not expected [\#776](https://github.com/MvvmCross/MvvmCross/issues/776)
- CheckedTextView text binding doesn't work in Release mode with Link SDK Only [\#769](https://github.com/MvvmCross/MvvmCross/issues/769)
- Duplicate folders when adding by NuGet on Android [\#768](https://github.com/MvvmCross/MvvmCross/issues/768)
- PictureChooser.Touch always returns image resized to maxPixelDimension [\#764](https://github.com/MvvmCross/MvvmCross/issues/764)
- NugetTempalates need changing for the winstore app [\#762](https://github.com/MvvmCross/MvvmCross/issues/762)
**Merged pull requests:**
- When deserializing dictionary -\> object, include base class properties [\#809](https://github.com/MvvmCross/MvvmCross/pull/809) ([gshackles](https://github.com/gshackles))
- Performance fix for checking if file exists [\#798](https://github.com/MvvmCross/MvvmCross/pull/798) ([vegardlarsen](https://github.com/vegardlarsen))
- ViewModel associated MvxFragment never calls ReloadState/SaveState [\#745](https://github.com/MvvmCross/MvvmCross/issues/745)
**Merged pull requests:**
- PictureChooser.Touch does not upscale image to maxPixelDimension anymore [\#772](https://github.com/MvvmCross/MvvmCross/pull/772) ([SeeD-Seifer](https://github.com/SeeD-Seifer))
- Infinite loop in DebugTrace.cs after a FormatException [\#770](https://github.com/MvvmCross/MvvmCross/pull/770) ([vzsg](https://github.com/vzsg))
- Default parameter for ValueConverter in iOS fluent binding [\#766](https://github.com/MvvmCross/MvvmCross/pull/766) ([lothrop](https://github.com/lothrop))
- Fix NullReferenceException in ReflectionExtensions.GetProperties\(\) [\#765](https://github.com/MvvmCross/MvvmCross/pull/765) ([PedroLamas](https://github.com/PedroLamas))
- Fix for not compiling due to ImeAction.Previous being only avaiable for SDK 11+. [\#757](https://github.com/MvvmCross/MvvmCross/pull/757) ([azchohfi](https://github.com/azchohfi))
- Add serialize to JSON Serializer loop handling to prevent crashing for self referencing objects [\#753](https://github.com/MvvmCross/MvvmCross/pull/753) ([pcmichaels](https://github.com/pcmichaels))
- Fixed binding bug in MvxUIDatePickerTimeTargetBinding [\#705](https://github.com/MvvmCross/MvvmCross/pull/705) ([Costo](https://github.com/Costo))
- Set AutocorrectionType on the UITextField if it has been created. [\#696](https://github.com/MvvmCross/MvvmCross/pull/696) ([ddunkin](https://github.com/ddunkin))
- Performance improvements for DownloadCache plugin. [\#691](https://github.com/MvvmCross/MvvmCross/pull/691) ([ddunkin](https://github.com/ddunkin))
- SafeDeleteFile should return true if file doesn't exists [\#690](https://github.com/MvvmCross/MvvmCross/pull/690) ([guillaume-fr](https://github.com/guillaume-fr))
- Stil display older image in MvxImageView \(iOS\) when loading and DefaultImagePath not present [\#680](https://github.com/MvvmCross/MvvmCross/pull/680) ([iseebi](https://github.com/iseebi))
- Use the tel uri in windows store for phone calls [\#678](https://github.com/MvvmCross/MvvmCross/pull/678) ([guillaume-fr](https://github.com/guillaume-fr))
- DeleteFile should not throw FileNotFoundException [\#671](https://github.com/MvvmCross/MvvmCross/pull/671) ([guillaume-fr](https://github.com/guillaume-fr))
- fixes 661 iOS UIDatePicker Date Off By One Day - Timezone Issue [\#662](https://github.com/MvvmCross/MvvmCross/pull/662) ([benhysell](https://github.com/benhysell))
- Added support for variables in indexing operators [\#659](https://github.com/MvvmCross/MvvmCross/pull/659) ([ckimes89](https://github.com/ckimes89))
- Fix lock that should be on the lock object rather than on 'this'. [\#653](https://github.com/MvvmCross/MvvmCross/pull/653) ([danielcweber](https://github.com/danielcweber))
- Mac Binding build is failing [\#638](https://github.com/MvvmCross/MvvmCross/issues/638)
- Allow to cancel HttpRequest in Network plugin [\#631](https://github.com/MvvmCross/MvvmCross/issues/631)
- Xamarin.Android - Compile error for "Release" build with Linking="Sdk Assemblies only" [\#629](https://github.com/MvvmCross/MvvmCross/issues/629)
- Placeholder text getting overridden on UITextField \(was UITextView\) [\#628](https://github.com/MvvmCross/MvvmCross/issues/628)
- Android PictureChooser images load unrotated according to Exif data [\#626](https://github.com/MvvmCross/MvvmCross/issues/626)
- ItemsSource binding to ObservableDictionary [\#625](https://github.com/MvvmCross/MvvmCross/issues/625)
- RaiseCanExecuteChanged MvxCommand weak reference not sufficient on WindowsPhone only [\#623](https://github.com/MvvmCross/MvvmCross/issues/623)
- Make navobject use of IMvxBundle rather than MvxBundle [\#618](https://github.com/MvvmCross/MvvmCross/issues/618)
- Collection was modified; enumeration operation may not execute [\#615](https://github.com/MvvmCross/MvvmCross/issues/615)
- MvxCommandCollection should support multiple commands tied to the same IsEnabled property [\#531](https://github.com/MvvmCross/MvvmCross/issues/531)
**Merged pull requests:**
- typo in warning [\#642](https://github.com/MvvmCross/MvvmCross/pull/642) ([pnewhook](https://github.com/pnewhook))
- Fix null exception after Windows Phone location watcher stop [\#641](https://github.com/MvvmCross/MvvmCross/pull/641) ([kohlerb](https://github.com/kohlerb))
- Fix Mac Binding build is failing [\#639](https://github.com/MvvmCross/MvvmCross/pull/639) ([ashokgelal](https://github.com/ashokgelal))
- Add AsyncRequestHandle class, to support request cancel in future. [\#634](https://github.com/MvvmCross/MvvmCross/pull/634) ([wedkarz](https://github.com/wedkarz))
- Fix incorrect unsubscribe on Dispose [\#633](https://github.com/MvvmCross/MvvmCross/pull/633) ([rb1234](https://github.com/rb1234))
- Add location watcher plugin for WPF. [\#632](https://github.com/MvvmCross/MvvmCross/pull/632) ([AlanYost](https://github.com/AlanYost))
- Added exif rotation to the Android PictureChooser plugin for issue \#626 [\#627](https://github.com/MvvmCross/MvvmCross/pull/627) ([jsmarcus](https://github.com/jsmarcus))
- Added option to MvxTableViewSource to refresh on every NPC event [\#619](https://github.com/MvvmCross/MvvmCross/pull/619) ([ckimes89](https://github.com/ckimes89))
- Droid MvxListView does not allow headers or footers [\#604](https://github.com/MvvmCross/MvvmCross/issues/604)
- Error seen during navigation request [\#601](https://github.com/MvvmCross/MvvmCross/issues/601)
- An exception of type 'System.MissingMethodException' occurred in Cirrious.MvvmCross.DLL [\#600](https://github.com/MvvmCross/MvvmCross/issues/600)
- Huge MvxSpinner in 3.1.1 [\#599](https://github.com/MvvmCross/MvvmCross/issues/599)
- MvxAutoCompleteTextView is crashing with exception “System.ArgumentOutOfRangeException: Argument is out of range” [\#594](https://github.com/MvvmCross/MvvmCross/issues/594)
- Update \_ Windows Store UI.txt for Win 8.1 [\#605](https://github.com/MvvmCross/MvvmCross/pull/605) ([RobGibbens](https://github.com/RobGibbens))
- Fixes for MvxImageView on Android not using ErrorImagePath. [\#598](https://github.com/MvvmCross/MvvmCross/pull/598) ([Cheesebaron](https://github.com/Cheesebaron))
- Extend file plugin to support methods that return Streams [\#593](https://github.com/MvvmCross/MvvmCross/pull/593) ([danielcweber](https://github.com/danielcweber))
- Add ioc register type overload [\#591](https://github.com/MvvmCross/MvvmCross/pull/591) ([danielcweber](https://github.com/danielcweber))
- Allow creation of MvxViewModelLoader to be overridden. [\#579](https://github.com/MvvmCross/MvvmCross/pull/579) ([danielcweber](https://github.com/danielcweber))
- Default binding for UIProgressView [\#571](https://github.com/MvvmCross/MvvmCross/issues/571)
- Add ability to plug-in alternate implementations for creating actual View from type [\#561](https://github.com/MvvmCross/MvvmCross/issues/561)
- When debugging with MvvMCross Binaries XamStudio breaks execution all the time making it impossible to debug [\#487](https://github.com/MvvmCross/MvvmCross/issues/487)
- MvxListView activated indicator doesn't work on 3.0.13 [\#481](https://github.com/MvvmCross/MvvmCross/issues/481)
- Make Wiki publicly editable / Wiki Pull Request [\#252](https://github.com/MvvmCross/MvvmCross/issues/252)
- File plugin for winrt doesn't implement the folder exists/delete methods [\#105](https://github.com/MvvmCross/MvvmCross/issues/105)
- Implement CanExecute more fully across all platforms/bindings [\#64](https://github.com/MvvmCross/MvvmCross/issues/64)
**Merged pull requests:**
- Virtual Convert and ConvertBack methods in MvxNativeValueConverter [\#572](https://github.com/MvvmCross/MvvmCross/pull/572) ([damirarh](https://github.com/damirarh))
- Underscores can cause issues in the source property parsing stage \(turning property path into tokens\) [\#461](https://github.com/MvvmCross/MvvmCross/issues/461)
- ParseSingle and Fluent Described is confusing - currently parses sourcepath only but typical use expects target + specification [\#441](https://github.com/MvvmCross/MvvmCross/issues/441)
**Closed issues:**
- MvxListView selected activated indicator doesn't work with 3.0.13 [\#480](https://github.com/MvvmCross/MvvmCross/issues/480)
- ImageButton android in LinkerPleaseInclude [\#479](https://github.com/MvvmCross/MvvmCross/issues/479)
- Feature Request: Bring SQLite-Net Extensions as MvvmCross Plugin [\#477](https://github.com/MvvmCross/MvvmCross/issues/477)
- Change stack overflow link [\#476](https://github.com/MvvmCross/MvvmCross/issues/476)
- MvxViewModel Start,InitFromBundle and ReloadFromBundle not being called when ViewModel is cached [\#475](https://github.com/MvvmCross/MvvmCross/issues/475)
- Problem seen creating View-ViewModel lookup table - you have more than one View registered for the ViewModels [\#473](https://github.com/MvvmCross/MvvmCross/issues/473)
- BindingEx \(and other libraries dependent on starter pack\) [\#466](https://github.com/MvvmCross/MvvmCross/issues/466)
- Is there an accepted method for "Single Instance" ViewModel use? [\#465](https://github.com/MvvmCross/MvvmCross/issues/465)
- Click Binding not Working in Release Build [\#464](https://github.com/MvvmCross/MvvmCross/issues/464)
- Add binding support to include XML layout [\#463](https://github.com/MvvmCross/MvvmCross/issues/463)
- CacheIndex sharing violation in Cirrious.MvvmCross.Plugins.File.MvxFileStore.WriteFileCommon [\#460](https://github.com/MvvmCross/MvvmCross/issues/460)
- Namespace collision with Sqlite-net component [\#432](https://github.com/MvvmCross/MvvmCross/issues/432)
- Dramatically improved perfromances of OneWay binding on TextView \(Android\) [\#421](https://github.com/MvvmCross/MvvmCross/issues/421)
- Standard Android ImageView binding for local resource images do not handle screen scaling. [\#290](https://github.com/MvvmCross/MvvmCross/issues/290)
- Consider bumping all AssemblyVersion's to 3 [\#248](https://github.com/MvvmCross/MvvmCross/issues/248)
- Provide IntPtr Constructors, Allow Optional Init Parameters and Small ios7 Fix [\#467](https://github.com/MvvmCross/MvvmCross/pull/467) ([csteeg](https://github.com/csteeg))
- Recheck BindingContext lifecycle - especially for independent mvxFrameView and MvxListViewItem [\#417](https://github.com/MvvmCross/MvvmCross/issues/417)
- Add .Net's System.Drawing predefined colors, to MvxColor [\#412](https://github.com/MvvmCross/MvvmCross/issues/412)
- Fixed an issue when INotifyCollectionChanged.CollectionChanged event stripped by Xamarin linker. [\#453](https://github.com/MvvmCross/MvvmCross/pull/453) ([SeeD-Seifer](https://github.com/SeeD-Seifer))
- Do change dependency to libraries instead of Starter Package [\#434](https://github.com/MvvmCross/MvvmCross/pull/434) ([sschoeb](https://github.com/sschoeb))
- Samples are failing with NullReferenceException on Xamarin 4.0.12 and Mono 3.2.0 [\#418](https://github.com/MvvmCross/MvvmCross/issues/418)
- To add tableView argument for MvxBaseTableViewSource.GetItemAt\(\) method [\#388](https://github.com/MvvmCross/MvvmCross/issues/388)
**Merged pull requests:**
- removed a couple of duplicate usings [\#420](https://github.com/MvvmCross/MvvmCross/pull/420) ([MihaMarkic](https://github.com/MihaMarkic))
- Mark ImageHelperOnImageChanged as virtual to make it override [\#419](https://github.com/MvvmCross/MvvmCross/pull/419) ([jmgomez](https://github.com/jmgomez))
- Need to investigate/tidy the Next behaviour in Touch.Dialog [\#361](https://github.com/MvvmCross/MvvmCross/issues/361)
- Provide INC based member access for indexed properties [\#353](https://github.com/MvvmCross/MvvmCross/issues/353)
- Binding decimal to UITextField removes decimal point [\#350](https://github.com/MvvmCross/MvvmCross/issues/350)
- Add option to RequestLocalFilePath in MvxFileDownloadCache to only fetch local? [\#319](https://github.com/MvvmCross/MvvmCross/issues/319)
- Start a REST plugin? [\#240](https://github.com/MvvmCross/MvvmCross/issues/240)
- Samples needed for Pickers including DateTimePickers in iOS \(new support classes may also be needed?\) [\#229](https://github.com/MvvmCross/MvvmCross/issues/229)
- MvxPickerViewModel works with ObservableCollection changes, but not with property changes [\#354](https://github.com/MvvmCross/MvvmCross/issues/354)
- Crash reported on sample app rehydration [\#316](https://github.com/MvvmCross/MvvmCross/issues/316)
- AssetImagePath on ImageView no longer works [\#311](https://github.com/MvvmCross/MvvmCross/issues/311)
- MvxEnumerableExtensions.GetPosition - The operator '==' is not having the expected result \(IMHO\) [\#309](https://github.com/MvvmCross/MvvmCross/issues/309)
**Closed issues:**
- Incorrect WindowsStore path in SQLite nuspec [\#369](https://github.com/MvvmCross/MvvmCross/issues/369)
- Unify virtual use of DataContext property [\#368](https://github.com/MvvmCross/MvvmCross/issues/368)
- Skipping serialization of property Chars passing a string as parameter in ShowViewModel [\#364](https://github.com/MvvmCross/MvvmCross/issues/364)
- Geolocation plugin does not start GPS on real device \(SIII\) any idea ? [\#360](https://github.com/MvvmCross/MvvmCross/issues/360)
- Consider a ClearBindings API [\#358](https://github.com/MvvmCross/MvvmCross/issues/358)
- MvxInvertedVisibilityValueConverter null ref in VS 2012 designer [\#357](https://github.com/MvvmCross/MvvmCross/issues/357)
- Make MessageToken's disposable [\#343](https://github.com/MvvmCross/MvvmCross/issues/343)
- Xaml based loading of ValueConverter for BindingEx [\#342](https://github.com/MvvmCross/MvvmCross/issues/342)
- Alignment does not work for StyledStringElements [\#328](https://github.com/MvvmCross/MvvmCross/issues/328)
- Auto ICommands [\#301](https://github.com/MvvmCross/MvvmCross/issues/301)
- the ITableQuery abstraction in SQLite plugin prevents you from running anything but `select \*` [\#341](https://github.com/MvvmCross/MvvmCross/pull/341) ([robfe](https://github.com/robfe))
- Fallback value changes [\#318](https://github.com/MvvmCross/MvvmCross/pull/318) ([slodge](https://github.com/slodge))
- adding an object to an ObservableCollection bound to a MvxLinearLayout makes two UI items appear [\#296](https://github.com/MvvmCross/MvvmCross/issues/296)
- MvxSplashScreenActivity can be instantiated multiple times during instantiation [\#274](https://github.com/MvvmCross/MvvmCross/issues/274)
- Monodroid Dialog out of date [\#273](https://github.com/MvvmCross/MvvmCross/issues/273)
- Language Converter still not registered [\#261](https://github.com/MvvmCross/MvvmCross/issues/261)
- merge/commit issue with MvxPropertyChangedListener.cs [\#258](https://github.com/MvvmCross/MvvmCross/issues/258)
- iOS5 Location doesn't work [\#256](https://github.com/MvvmCross/MvvmCross/issues/256)
- LoadStateBundle in WinRT Page throws a cast exception because of Dictionary type mismatch [\#227](https://github.com/MvvmCross/MvvmCross/issues/227)
- MvxSpinner still working in v3? [\#207](https://github.com/MvvmCross/MvvmCross/issues/207)
- SQLiteNet.cs link broken in Cirrious.MvvmCross.Plugins.Sqlite.Console [\#198](https://github.com/MvvmCross/MvvmCross/issues/198)
- Check OnChildViewRemoved in LinearLayout - is it leaking [\#194](https://github.com/MvvmCross/MvvmCross/issues/194)
- SQLite won't load under new file naming conventions for WP7 [\#192](https://github.com/MvvmCross/MvvmCross/issues/192)
- Subscriptions Need patching in the messenger plugin - they are too weak [\#164](https://github.com/MvvmCross/MvvmCross/issues/164)
- VeeThree - Patch up the Conference sample for leaks [\#162](https://github.com/MvvmCross/MvvmCross/issues/162)
- AutoComplete sample no longer seems to work [\#145](https://github.com/MvvmCross/MvvmCross/issues/145)
- Consider re-removing ExecuteScalar\<T\> from ISQLiteConnection [\#137](https://github.com/MvvmCross/MvvmCross/issues/137)
- MvxBind: Warning: 15.04 Unable to bind to source is null [\#7](https://github.com/MvvmCross/MvvmCross/issues/7)
**Closed issues:**
- MvxColor values for ARGB better in byte [\#302](https://github.com/MvvmCross/MvvmCross/issues/302)
- DateTime Elements don't quite match [\#293](https://github.com/MvvmCross/MvvmCross/issues/293)
- Doc updated needed for sqllite-plugin wiki page [\#292](https://github.com/MvvmCross/MvvmCross/issues/292)
- Android: hitting back button doesn't close the app [\#291](https://github.com/MvvmCross/MvvmCross/issues/291)
- In an Android library, Hot Tuna Starter Pack NuGet package adds classes & resources meant for application [\#289](https://github.com/MvvmCross/MvvmCross/issues/289)
- ShowViewModel and ViewModels in multiple assemblies in v3 [\#287](https://github.com/MvvmCross/MvvmCross/issues/287)
- Not sure if this is considered an issue, I'd just like to start contributing :-\) [\#286](https://github.com/MvvmCross/MvvmCross/issues/286)
- GetPosition should be virtual in MvxAdapter [\#285](https://github.com/MvvmCross/MvvmCross/issues/285)
- Request for easier ways to create views [\#284](https://github.com/MvvmCross/MvvmCross/issues/284)
- Make windows language bindings prettier - maybe need to look at attached properties for this? [\#283](https://github.com/MvvmCross/MvvmCross/issues/283)
- Duplicate: ItemLongClick - see \#281 instead [\#282](https://github.com/MvvmCross/MvvmCross/issues/282)
- PropertyChangedEventArgs with NullOrEmpty PropertyName [\#280](https://github.com/MvvmCross/MvvmCross/issues/280)
- Nice to have - a nice SelectedItem binding for UITableView [\#278](https://github.com/MvvmCross/MvvmCross/issues/278)
- Nice to have - a nice binding for UIPickerView [\#277](https://github.com/MvvmCross/MvvmCross/issues/277)
- NuGet 2.5 Package will not add to PCL [\#237](https://github.com/MvvmCross/MvvmCross/issues/237)
- Code files added by NuGet packages shouldn't need the namespace to be changed manually [\#235](https://github.com/MvvmCross/MvvmCross/issues/235)
- Suggest change to MvxNotifyPropertyChanged to allow raising derived PropertyChangedEventArgs [\#231](https://github.com/MvvmCross/MvvmCross/issues/231)
- Kill the wiki [\#230](https://github.com/MvvmCross/MvvmCross/issues/230)
- Passing parameters to ViewModels in RequestNavigate only works for primitives and registered IoC's [\#228](https://github.com/MvvmCross/MvvmCross/issues/228)
- Recreating ViewModel when navigating back in Win8 RT Page [\#226](https://github.com/MvvmCross/MvvmCross/issues/226)
- Static string to type should be interface [\#225](https://github.com/MvvmCross/MvvmCross/issues/225)
- Test that MvvmCross v3, Xamarin.iOS and Xamarin.Android, and NuGet \(v2.5+\) work well together [\#202](https://github.com/MvvmCross/MvvmCross/issues/202)
- Apply Convention over Configuration to ValueConverters? [\#200](https://github.com/MvvmCross/MvvmCross/issues/200)
- Add a Commands collection to the MvxViewModel? [\#199](https://github.com/MvvmCross/MvvmCross/issues/199)
- Consider if some coroutine or other approach might be useful [\#197](https://github.com/MvvmCross/MvvmCross/issues/197)
- Should be possible to workaround UITabBarController weird ViewDidLoad sequence [\#196](https://github.com/MvvmCross/MvvmCross/issues/196)
- Make View-ViewModel linking easier [\#195](https://github.com/MvvmCross/MvvmCross/issues/195)
- Change UI threading on Android [\#193](https://github.com/MvvmCross/MvvmCross/issues/193)
- Add IObservableCollection to the Core [\#191](https://github.com/MvvmCross/MvvmCross/issues/191)
- Problem with charset in SQLite-net plugin / Droid [\#190](https://github.com/MvvmCross/MvvmCross/issues/190)
- Retest - can Assembly.Load be used on non-Droid platforms [\#189](https://github.com/MvvmCross/MvvmCross/issues/189)
- VeeThree - Make it easier to override the Views folder name in WinPhone [\#154](https://github.com/MvvmCross/MvvmCross/issues/154)
- VeeThree - IoC consider options... [\#153](https://github.com/MvvmCross/MvvmCross/issues/153)
- DatePicker and TimePicker binding in Droid [\#152](https://github.com/MvvmCross/MvvmCross/issues/152)
- VeeThree - auto-support 2-way bindings to all UIViews and all Android Widgets with Value and ValueChanged [\#151](https://github.com/MvvmCross/MvvmCross/issues/151)
- VeeThree - Consider adding a DoOnUIthread extension method [\#150](https://github.com/MvvmCross/MvvmCross/issues/150)
- VeeThree - IoC Consider adding a Create\<T\> call to IoC [\#149](https://github.com/MvvmCross/MvvmCross/issues/149)
- Allow viewmodels to correct set property values [\#147](https://github.com/MvvmCross/MvvmCross/issues/147)
- VeeThree - can Tombstoning be supported? [\#144](https://github.com/MvvmCross/MvvmCross/issues/144)
- Android Action Bar Usage [\#141](https://github.com/MvvmCross/MvvmCross/issues/141)
- If you reference MvxRelayCommand in a MonoTouch project, you will get compile error about 'System.Windows.Input.ICommand' is defined in an assembly that is not referenced [\#140](https://github.com/MvvmCross/MvvmCross/issues/140)
- MvxAndroidViewPresenter Close method bug [\#11](https://github.com/MvvmCross/MvvmCross/issues/11)
- Bindings don't work when changing TextField values in code [\#10](https://github.com/MvvmCross/MvvmCross/issues/10)
- Unable to build Cirrious.MvvmCross.Console [\#8](https://github.com/MvvmCross/MvvmCross/issues/8)
- Android.Widget.ItemEventArg is obsolete Use AdaptorView.ItemClickEventArgs instead [\#6](https://github.com/MvvmCross/MvvmCross/issues/6)
- Suggestion: Extend FullPath method in MvxBaseFileStoreService [\#4](https://github.com/MvvmCross/MvvmCross/issues/4)
- Subscription for INotifyPropertyChanged [\#2](https://github.com/MvvmCross/MvvmCross/issues/2)
**Merged pull requests:**
- All elements should have an empty constructor \(all parameters optional\),... [\#288](https://github.com/MvvmCross/MvvmCross/pull/288) ([csteeg](https://github.com/csteeg))
- Added link to N+1 Days of MvvmCross [\#241](https://github.com/MvvmCross/MvvmCross/pull/241) ([RobGibbens](https://github.com/RobGibbens))
- Enable Strong Naming for Cirrious.MvvmCross and Cirrious.CrossCore [\#233](https://github.com/MvvmCross/MvvmCross/pull/233) ([jonstelly](https://github.com/jonstelly))
- Added back the MvvmCross\_NoSamples solution. [\#222](https://github.com/MvvmCross/MvvmCross/pull/222) ([Cheesebaron](https://github.com/Cheesebaron))
- Added Email plug-in for WPF [\#221](https://github.com/MvvmCross/MvvmCross/pull/221) ([SeanCross](https://github.com/SeanCross))
- MvxObservableCollection with unit-tests [\#219](https://github.com/MvvmCross/MvvmCross/pull/219) ([SeeD-Seifer](https://github.com/SeeD-Seifer))
- Adding DrawableId binding for binding image views to drawable resource I... [\#179](https://github.com/MvvmCross/MvvmCross/pull/179) ([steveydee82](https://github.com/steveydee82))
- Another memory leak fix [\#177](https://github.com/MvvmCross/MvvmCross/pull/177) ([steveydee82](https://github.com/steveydee82))
- Added support for passing Guid parameters into ViewModels [\#169](https://github.com/MvvmCross/MvvmCross/pull/169) ([h2oman](https://github.com/h2oman))
- More elements [\#148](https://github.com/MvvmCross/MvvmCross/pull/148) ([jacobtoye](https://github.com/jacobtoye))
- Make EntryElement.BecomeFirstResponder\(bool\) virtual so it can be overridden [\#142](https://github.com/MvvmCross/MvvmCross/pull/142) ([danzel](https://github.com/danzel))
- Duplicate folders VIews and Views renamed due to case sentivity problem ... [\#127](https://github.com/MvvmCross/MvvmCross/pull/127) ([Alphapage](https://github.com/Alphapage))
- Allow Email/Image tasks to work on Touch. [\#121](https://github.com/MvvmCross/MvvmCross/pull/121) ([danzel](https://github.com/danzel))
- Add ExecuteScalar to Sqlite plugin [\#107](https://github.com/MvvmCross/MvvmCross/pull/107) ([danzel](https://github.com/danzel))
- Add FolderExists and DeleteFolder to IMvxSimpleFileStoreService. [\#104](https://github.com/MvvmCross/MvvmCross/pull/104) ([danzel](https://github.com/danzel))
- Fix for RootElement Sections list [\#103](https://github.com/MvvmCross/MvvmCross/pull/103) ([jacobtoye](https://github.com/jacobtoye))
- Add a Console implementation of Sqlite [\#102](https://github.com/MvvmCross/MvvmCross/pull/102) ([danzel](https://github.com/danzel))
- CheckboxElement: check if UITableViewCell is null before setting cell Accessory [\#99](https://github.com/MvvmCross/MvvmCross/pull/99) ([h2oman](https://github.com/h2oman))
- Add more specific type constraints on IoC registration [\#89](https://github.com/MvvmCross/MvvmCross/pull/89) ([gshackles](https://github.com/gshackles))
- V next dialog [\#88](https://github.com/MvvmCross/MvvmCross/pull/88) ([slodge](https://github.com/slodge))
- Changed output paths for projects, to root. [\#86](https://github.com/MvvmCross/MvvmCross/pull/86) ([Cheesebaron](https://github.com/Cheesebaron))
- Added MvvmCross\_All solution and added WinRT to MvvmCrossLibs solution [\#85](https://github.com/MvvmCross/MvvmCross/pull/85) ([Cheesebaron](https://github.com/Cheesebaron))
- Merge Changes back into vnext [\#78](https://github.com/MvvmCross/MvvmCross/pull/78) ([slodge](https://github.com/slodge))
- Basic NuSpec file for MvvmCross [\#65](https://github.com/MvvmCross/MvvmCross/pull/65) ([dsplaisted](https://github.com/dsplaisted))
- Exclude abstract classes from view lookup \(master\) [\#49](https://github.com/MvvmCross/MvvmCross/pull/49) ([gshackles](https://github.com/gshackles))
- Exclude abstract classes from view lookup [\#48](https://github.com/MvvmCross/MvvmCross/pull/48) ([gshackles](https://github.com/gshackles))
- Fixed Element.Bind method with custom source [\#23](https://github.com/MvvmCross/MvvmCross/pull/23) ([SeeD-Seifer](https://github.com/SeeD-Seifer))
- FirePropertyChanged\(\(\) =\> PropertyName\) syntax support for change notifications in ViewModel [\#1](https://github.com/MvvmCross/MvvmCross/pull/1) ([gerich-home](https://github.com/gerich-home))