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

498 Коммитов

Автор SHA1 Сообщение Дата
bopang 736abe46fe Add two Game Center Sample: GameCenterSample, MTGKTapper 2013-06-18 18:09:02 -04:00
bopang ef432c2d69 Add level requirement in Metadata in Data sample. 2013-06-18 14:43:35 -04:00
bopang 46ad60aeb9 Fix bug #11612 in Shared resource.
Implement BtnSaveChangesTouchUpInside method to enable save contact function. Change some code in table data source to support phone number editing and saving.
2013-06-17 18:25:29 -04:00
bopang 6c78dff324 Fix bug 8280 in CustomInputStream. 2013-06-17 14:56:19 -04:00
bopang bc09f26a3c Fix bug 8262 in MTDWalkthrough sample.
Set MinimumDate to today in DatePicker.
2013-06-17 14:36:17 -04:00
Nina Vyedin 974d38caf9 [Stars] test commit for XS version control demo for doc 2013-06-14 16:07:04 -04:00
Nina Vyedin 16dde2d45b [Stars] make the text font more visible 2013-06-14 16:03:27 -04:00
Nina Vyedin d22142ca67 Quick test of Xamarin Studio Version Control 2013-06-10 15:31:50 -04:00
bopang 0c8440f225 Merge branch 'master' of https://github.com/xamarin/monotouch-samples 2013-06-07 18:21:03 -04:00
bopang 658843cef9 Fix bug #7244.
Fix bug #7244 by adding override the WillAnimateRotation of UIViewController.
2013-06-07 18:18:30 -04:00
Marek Safar 0ea99c6a98 Add System.Net.Http http request sample 2013-06-07 18:43:47 +02:00
bopang 33c5f3e1ac Fix bug #7280
Fix bus #7280 by changing the file which the UIImage is supposed to load.(The original file does not exist)
2013-06-06 16:17:47 -04:00
Craig Dunn 9a64c0acc0 [storekit] fix bug #11356 product definitions were missing from iTunes Connect
also tidied up some code
2013-06-03 14:57:58 -07:00
PJ Beaman 9967fef151 Limit the sample to portrait to fix #12521 2013-06-03 12:51:10 -04:00
bopang 7c7195b7c0 Merge branch 'master' of https://github.com/xamarin/monotouch-samples 2013-05-31 14:44:24 -04:00
bopang 12b9d6861a Refixed bug 11645
In ViewTransitions sample, enable autoresize of imageView to support landscape.
2013-05-31 14:42:05 -04:00
Rolf Bjarne Kvinge 2aa0bf5cc7 [CustomCollectionViewLayoutAttributes] Fix sample to not bounce around when tapped. Fixes #12308. 2013-05-31 15:36:34 +02:00
bopang 1d12091bc2 Fixed bug #11645 2013-05-30 11:57:28 -04:00
bopang dc5b753e32 fixed bug #12070 2013-05-29 14:12:59 -04:00
bopang e76ebd4355 Disable Landscape in touch sample and fixed bug #12073
fixed bug #12073 by disabling the "autoresize subview"
2013-05-29 12:18:09 -04:00
Miguel de Icaza 7ca0256488 Merge pull request #24 from pierceboggan/master
Fixed universal library
2013-05-22 13:18:58 -07:00
Pierce 635ac3d956 Fixed problem with universal static library
Copy Headers were not included for the universal static library
2013-05-22 14:12:19 -05:00
Miguel de Icaza 927fa6667d Merge pull request #22 from dannycabrera/master
Pull Request allowing app to run on Universal device
2013-05-21 19:22:45 -07:00
Miguel de Icaza 5db2cb5cb5 Merge pull request #23 from efontana/master
Fix for Peak Level being incorrect.
2013-05-21 19:22:20 -07:00
PJ Beaman 54e37ffdf8 Fix sample build by converting InterruptionType to string for the debug print 2013-05-21 10:06:24 -04:00
Eric Fontana c247525048 Fixed peakLight
Math is incorrect with out this change, peakLevel (a number between
0-1) almost always converts to int 0
2013-05-21 09:56:37 -04:00
Gouri Kumari 5d6c58bb4e Fixed app orientation issue 2013-05-20 17:11:29 -04:00
Daniel Cabrera 18151dfce8 Application Devices Type Changed to Universal to support iPad. 2013-05-09 10:10:47 -04:00
Sebastien Pouliot c0c7874f3e Fix xib to run full screen on iPhone5 [#12154] 2013-05-08 14:54:47 -04:00
Mike Bluestein 78c74d7f38 Set MinimumInteritemSpacing and MinimumLineSpacing on flow layout 2013-05-03 16:46:15 -04:00
Sebastien Pouliot 59feb1151b Make it work on tall screens (e.g. iPhone5). Fix bug #11653 2013-05-03 14:10:58 -04:00
Sebastien Pouliot d9265e84b8 Enable the bottom of the screen on the iPhone5. Fix bug #12071 2013-05-02 16:37:43 -04:00
Sebastien Pouliot dea2e5afff Enable the bottom of the screen on the iPhone5. Fix bug #12071 2013-05-02 16:33:02 -04:00
Rolf Bjarne Kvinge b3e630e561 CustomInputStream: [Un]scheduleInCFRunLoop has been removed from Xamarin.iOS, so export manually here. 2013-04-24 22:59:09 +02:00
Mike Bluestein aa8968ca40 Add a custom menu item to a collection view 2013-04-20 14:45:43 -04:00
Sebastien Pouliot 28425260ba It turns out AsJPEG (like AsPNG) are not thread-safe and must be executed from the main/UI thread. Fix bug #11583 2013-04-08 16:47:20 -04:00
Sebastien Pouliot c366b0e0bd Add call to RequestAccess so the sample works on iOS 6.0+ devices (check not enforced on the simulator). Fix bug #11618 2013-04-08 08:58:13 -04:00
Craig Dunn 2a17e76461 [passkit] removed personal codesignkey (oops!) 2013-04-06 12:40:37 -07:00
Craig Dunn c072b9b309 [passkit] remove personal codesignkey (oops!) 2013-04-06 12:38:10 -07:00
Sebastien Pouliot abdfbe8f14 Ensure we call UIAlertView from the main UI thread. Fix bug #11522 2013-04-03 08:40:15 -04:00
Sebastien Pouliot 0fefebe411 The MapKitSearch sample requires API available only on iOS 6.1 or later 2013-04-02 13:16:38 -04:00
Rolf Bjarne Kvinge 271c3c35e7 Initial CustomCollectionViewLayoutAttributes sample. 2013-03-26 18:59:39 +01:00
Craig Dunn 695cc8dd0c [Rotation] new sample (iOS5) 2013-03-11 10:26:30 -07:00
Vinicius Jarina 782d421f76 Update Touch/Screens/iPhone/GestureRecognizers/GestureRecognizers_iPhone.xib.cs 2013-02-19 16:24:39 -03:00
Gouri Kumari 6dceb62b4b Changed deployment target for RosyWriter 2013-02-19 13:08:46 -05:00
XamarinQA 91d11aadc8 Initialised variables to make RosyWriter build in VS 2013-02-20 00:11:57 -05:00
Vinicius Jarina 9f243e9536 Removed --keeptemp from CustomPropertyAnimation. 2013-02-18 12:42:13 -03:00
Vinicius Jarina 3a30256964 Removed --keeptemp from InputStreamTest. 2013-02-18 12:41:16 -03:00
bryancostanich 5ace5ecffc removed duplicate samples, add moveto.md 2013-02-12 10:17:22 -08:00
Miguel de Icaza f76829d808 Add System.Core reference 2013-02-12 10:33:39 -05:00