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

29 Коммитов

Автор SHA1 Сообщение Дата
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
Chris Hamons 5718eda50b
Bump Newtonsoft.Json version across repository (#456) 2022-06-28 11:36:36 -05:00
Peter Collins e020b63265
Remove invalid project from FileSystemSampleCode (#404)
The FileSystem2.csproj project does not exist, its entry has been
removed from WorkingWithTheFileSystem.sln.
2020-08-12 17:24:44 -04:00
conceptdev a12049ed21 onboard missing samples
and edit YAML for a few (get started)
2019-08-01 20:25:15 -07:00
conceptdev 0c88b12db4 update readme, fix links (watchos) 2019-07-24 10:13:17 -07:00
conceptdev f6a2fa9282 update readmes, fix links 2019-07-23 12:04:22 -07:00
Craig fcbbb85151 #ios7 & #ios8 tags, and fix links 2019-07-22 12:02:27 -07:00
Craig a39a36402a remove invalid yaml metadata 2019-07-19 19:15:52 -07:00
Justin Johnson 5bcf0993b7 Jusjohns gallery updates (#376)
* batch run on readme files

* Some manual fixes that couldn't parse

* Some more batch fixes

* Fixed final two edge cases

* Manual fix of a parse error

* Missed bad md whitespace

* Another manual fix of parser error

* Some minor parse fixes
2019-07-18 16:35:50 -07:00
Mykyta Bondarenko 2e9220aba8 Update 'FileSystem' sample (#310)
* added new sample

* added assets

* deleted old project

* updated screenshot
2018-12-06 20:25:53 -08:00
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
Brad Umbaugh 3392dd3a8e Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
David Britch e928c15193 Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Manuel de la Pena 4f0f1622f9 [Fix] Do not use 'Link All' to ensure that reflection works.
As stated in bug 37242 the sample does not work because the different
properties are read only. This happens when the linker is set to link
everything because the different getter methods are not used.

In this case, we want to keep those methods that are not used so that
the json library, whcih uses reflection, can find readable properties.

To achieve that, we set the linker option to the default value and add
the PreserveAttribute to the properties to keeo them around and, what is
more important, show the users how to fix this kind of situattions if
they want to use the Link All option.
2016-02-26 10:20:57 +01:00
olegoid ce27b22673 Mass update of MinimumOSVersion value in Info.plist 2015-11-13 19:06:29 -03:00
olegoid 03951f2246 [FileSystemSampleCode] Include packages config file 2015-09-11 12:54:01 -03:00
olegoid 97a5f9e6ee [FileSystemSampleCode] Update Newtonsoft.JSON nuget 2015-09-11 12:53:27 -03:00
olegoid d5cde0cec4 [FileSystemSampleCode] Setup root view controller 2015-09-11 12:51:39 -03:00
Kevin Mullins a86e44c38d FileSystem
Made changes per this GitHub defect:
https://github.com/xamarin/documentation/issues/432
2015-05-27 15:35:19 -05:00
Aaron Sky 113e8c2380 Further resolved warnings and errors in monotouch-samples 2015-04-28 17:48:55 -04:00
olegoid 58c5e8c813 Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
Prashant Cholachagudda 2b25d3b0d0 Pull from upstream 2015-01-19 20:39:40 +05:30
Joel Martinez 195db80fe3 Added gallery opt-in to metadata 2014-02-20 10:22:07 -05:00
Amy Burns f2e51c8448 Gardening Tags 2014-02-13 21:02:37 +00:00
Amy Burns a609b16735 [FileSystem] Adding README.md 2013-10-28 15:25:01 +00:00
Amy Burns bba3ae4430 [FileSystem] Created README file, added icons and screenshots 2013-10-23 19:02:13 +01:00
NinaV e5ae35eac5 add new resources 2012-12-20 14:20:14 -05:00
Mike Bluestein 18abe66a37 fixed FNF exception on device due to case of file name. Ref bug #8771 2012-12-05 19:39:34 -05:00
Mike Bluestein a248ebecdc Sample code from Working with the File System article 2012-11-12 12:12:57 -05:00