Граф коммитов

8107 Коммитов

Автор SHA1 Сообщение Дата
Martijn van Dijk 8a957f5cef
Merge pull request #2909 from robvanuden/patch-1
Small fixes in documentation
2018-05-28 12:01:25 +02:00
Rob ab40a46278
Small fixes in documentation 2018-05-26 12:52:34 +02:00
Martijn van Dijk 653a22a258
Merge pull request #2828 from martijn00/samples
Consolidate samples into one playground
2018-05-23 17:47:16 +02:00
Ricardo Dorta b1af405674 Removed CustomBinding project and added the code to Playground 2018-05-23 17:45:53 +02:00
Martijn van Dijk 495a3fab1e Move viewmodels 2018-05-23 17:44:57 +02:00
Martijn van Dijk 534abee455 Move test projects into correct folder 2018-05-23 17:44:57 +02:00
Martijn van Dijk fb7e350010 Move playground files 2018-05-23 17:44:56 +02:00
Martijn van Dijk 4d8b28408b
Merge pull request #2896 from StevenBonePgh/develop
log4net 2.0.8 netstandard compatibility fix
2018-05-23 15:47:44 +02:00
Steven Bone ce1d96b144 Log4Net 2.0.8 for netstandard no longer has logManager.GetLogger(string), therefore we need to use logManager.GetLogger(Assembly,string) to avoid runtime failure. Will work with older log4net versions, as they already had this overload. 2018-05-21 07:20:02 -04:00
Tomasz Cielecki 3f42c171b5
Update README with dotnet fdn support notice #2415 2018-05-19 12:24:12 +02:00
Tomasz Cielecki 299f3c15f0
Update license for dotnet fdn on-boarding #2415 2018-05-19 12:22:09 +02:00
Martijn van Dijk 77586aa741
Merge pull request #2875 from ueman/develop
Correct behviour for ViewModel Lifecycle for UWP
2018-05-11 16:21:35 +02:00
ju a48b056952 changed calls to the viewmodel lifecycle from uwp page 2018-05-11 08:17:39 +02:00
Martijn van Dijk 68b680cfcb
Merge pull request #2858 from andrewtechhelp/readmeupdate
Improve MvvmCross Getting Started Experience (ReadMe Content & Sample Files)
2018-05-10 14:47:48 +02:00
Andrew Tech Help 1e6ec7efde Added additional instructions for Android users using the Android AppCompat support libraries 2018-05-10 00:35:00 +10:00
Andrew Tech Help 1489d9738c Some updates based on Feedback 2018-05-10 00:02:56 +10:00
Martijn van Dijk d13d846a7a Merge branch 'master' into develop 2018-05-08 23:56:52 +02:00
Martijn van Dijk ddaf84304f
Merge pull request #2861 from MvvmCross/documentation/uirefreshcontrol
documentation: Added UIRefreshControl docs
2018-05-08 12:06:42 +02:00
Tomasz Cielecki 6cb5bfc7f6 Update version info 2018-05-07 21:19:39 +02:00
Tomasz Cielecki 11bc53c49d documentation: Added UIRefreshControl docs 2018-05-07 21:09:22 +02:00
Martijn van Dijk 3d831466ff
Merge pull request #2855 from andrechi1/develop
Implement MvxWindowsPage.ClearBackStack
2018-05-07 14:11:47 +02:00
Martijn van Dijk 56919b2a01
Fix comments on PR 2018-05-07 14:10:53 +02:00
Martijn van Dijk 7b817949e8
Merge pull request #2841 from JimWilcox3/develop
Use legacy properties on the Android TimePicker for versions 5.1 and …
2018-05-07 14:05:35 +02:00
Martijn van Dijk ba9dee8adc
Merge pull request #2844 from builttoroam/nick/uwpreleasecrash
Fixing crash on UWP in Release due to plugin
2018-05-07 14:05:14 +02:00
Martijn van Dijk 1fd979f9ab
Merge pull request #2852 from tbalcom/2736
Fixes #2736
2018-05-07 14:02:47 +02:00
Andrew Tech Help 1606ff7906 Update Readme content & sample files 2018-05-06 23:05:29 +10:00
Andres Gimenez Muñoz 8c3d003c3d CodeFactor repair 2018-05-05 12:30:41 +02:00
Andres Gimenez Muñoz 593194001e Implement MvxWindowsPage.ClearBackStack 2018-05-05 12:18:39 +02:00
halex2005 b5f04ec08e [documentation] fixing Next link for UWP project (#2853) 2018-05-04 20:23:50 -03:00
tbalcom 7e2da5d222 Fixes tabs. 2018-05-04 12:59:59 -04:00
tbalcom 8b6646fa74 Fixes white background displayed before splash is initialized. 2018-05-04 12:48:41 -04:00
tbalcom 8e88d66c87 Fixes #2736.
Adds BaseSplitDetailView to avoid duplicated code.
Adds Android layout for SplitDetailNavView.
2018-05-04 12:45:36 -04:00
Juan Manuel Gentili 5d351e7190 Fix usings in TipCalcTutorial (#2850) 2018-05-03 18:09:51 -03:00
Martijn van Dijk 59809878c6
Merge pull request #2849 from tbalcom/doc-updates
Updates "Requesting presentation changes" documentation for MvvmCross 6
2018-05-03 18:36:16 +02:00
tbalcom a7891f9586 Updates "Requesting presentation changes" documentation for MvvmCross 6.0. 2018-05-03 11:11:08 -04:00
nmilcoff 91c9eb21e7
TipCalc Tutorial: Assets improvements & typos (#2845)
* Reduce size of assets for TipCalc

* TipCalc docs: Fix typo on Xamarin.Forms and remove unnecesary image
2018-05-03 00:07:18 -03:00
nmilcoff fde29d4a4f
Revitalize Tipcalc tutorial (#2835)
* Fix TipCalc order of documents

* Update TipCalc intro and Core files

* Update TipCalc Android & iOS files

* Removed WindowsCommon tutorial for TipCalc

* Added Xamarin.Forms version of TipCalc and bump screenshots to more recent layouts

* WIP UWP and WPF docs for TipCalc

* TipCalc Docs: Update UWP and small addition to iOS tutorial

* Update TipCalc WPF tutorial

* TipCalc tutorial: Update final articles

* Rename docs for TipCalc
2018-05-02 23:51:14 -03:00
Nick Randolph 2025fe886c Adding error handling around GetReferencedAssemblies call for platforms that don't support it 2018-05-03 08:38:09 +10:00
Martijn van Dijk 4dbfd621f4
Merge pull request #2843 from JoeCooper/develop
Amended LinkerPleaseInclude (iOS) example
2018-05-02 16:01:33 +02:00
Joe Cooper 7576dc9d59 Amended LinkerPleaseInclude (iOS) example
Whereas MvxUITextFieldTextTargetBinding establishes a dependency on UITextField.EditingDidEnd, LinkerPleaseInclude for iOS must ensure the presence of UITextField.EditingDidEnd.
2018-05-02 15:26:46 +02:00
Martijn van Dijk 2f89c78b0a
Merge pull request #2839 from halex2005/patch-1
fix mvvmcross-overview link
2018-05-02 12:30:59 +02:00
Jim Wilcox 28f632f73e Use legacy properties on the Android TimePicker for versions 5.1 and lower. 2018-05-01 15:52:46 -04:00
halex2005 cb6dbc881c
fix mvvmcross-overview link 2018-05-01 23:00:47 +06:00
Martijn van Dijk 44e2d430df
Merge pull request #2837 from ghuntley/patch-1
housekeeping: use https
2018-05-01 17:20:19 +02:00
Geoffrey Huntley 34eee91464
housekeeping: use https 2018-05-01 19:15:12 +10:00
Tomasz Cielecki ea96f83f07 Merge branch 'release/6.0.1' 2018-04-29 14:09:56 +02:00
Tomasz Cielecki 7e48679e89 Merge branch 'release/6.0.1' into develop 2018-04-29 14:09:55 +02:00
Tomasz Cielecki b417b6fca1 Also build Platforms.Wpf 2018-04-29 14:09:18 +02:00
Tomasz Cielecki a03a0be929 Update changelog 2018-04-29 13:38:38 +02:00
Andreas Göransson b45f930ee8 Docs: OnDetachedToWindow to OnDetachedFromWindow (#2834) 2018-04-26 10:12:52 -03:00