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

16054 Коммитов

Автор SHA1 Сообщение Дата
E.Z. Hart 41ae551eb8 Make spacing in lock statement consistent with code style 2016-03-29 13:41:41 -06:00
kingces95 f37c11f6f3 Merge pull request #30 from xamarin/remove-outdated-references
Update references to outdated project name
2016-03-29 12:41:32 -07:00
kingces95 f40cf99d1a Merge pull request #23 from xamarin/fix-bugzilla25234
[WP8] CustomMessageBox dismissal no longer causes black SystemTray
2016-03-29 12:39:45 -07:00
E.Z. Hart e969ddb727 Update references to outdated project name 2016-03-29 12:02:26 -06:00
Rui Marinho 99b27e9658 [Controls,Core]Allow well known type conversions on the binding system 2016-03-29 18:53:12 +01:00
Rui Marinho 57b0f3ab30 Merge pull request #21 from xamarin/fix-bz39702
[A]Resolve issue where calling Focus in an unfocus event would fail
2016-03-29 18:15:54 +01:00
Jason Smith 11dc5a5aca [A]Resolve issue where calling Focus in an unfocus event would fail
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=39702 without API change. This does cause android to always indicate a focus event was succesful now because we have no way of knowing ahead of time if it will succeed or fail. That said we always already indicated that unfocus was successful because android has no way of reporting such a failure.
2016-03-29 18:15:11 +01:00
Samantha Houts 0e03738ade Merge pull request #24 from xamarin/fix-bugzilla39742
[Android] SendAppearing on resuming fragment
2016-03-29 10:07:09 -07:00
Rui Marinho dad4396de9 Merge pull request #27 from xamarin/fix-bugzilla39566
Ignore hidden fields when reflecting for FieldInfo's.
2016-03-29 17:35:19 +01:00
Rui Marinho 62e67abea5 Merge pull request #29 from xamarin/design-dll-version
Update design projects to reference the correct DLL on multi-VS systems
2016-03-28 23:19:51 +01:00
E.Z. Hart e13063cbd4 Update design projects to reference the correct DLL on multi-VS systems
Makes the references to Microsoft.Windows.Design.Extensibility version-specific,
so that in systems with muliple versions of that library available (e.g., with
multiple VS versions installed) the projects find the correct DLL
2016-03-28 14:07:18 -06:00
Jason Smith a3e3081905 Merge pull request #26 from xamarin/readme
Add content to README
2016-03-28 12:06:34 -07:00
Paul DiPietro 000eb7e49d Add content to README
Add various sections to the README:
- How to install and configure VS 2015
- How to configure the solution
- Coding Style
- Contributing
2016-03-28 15:02:48 -04:00
Rui Marinho 54eaebe79d [iOS,Android,Win] Make sure we only cache images that return a successful status code 2016-03-28 19:28:36 +01:00
Samantha Houts 346338b5dc Merge pull request #25 from xamarin/codesettings-xs
Bring settings for code styles to XamarinStudio
2016-03-28 11:07:36 -07:00
Samantha Houts 2140ccdc71 Merge pull request #22 from xamarin/fix-bz39509
[C]Remove view from previous parent when added to new parent layout
2016-03-28 11:03:43 -07:00
Samantha Houts 7fdd7ed0c2 Merge pull request #19 from xamarin/reformatUsings
Reformat using statements
2016-03-28 10:58:13 -07:00
Chris King 9f49132dbb Fix for bugzilla 39566 2016-03-28 09:59:20 -07:00
Rui Marinho af77c4d84a Add Xamarin.Forms code policy file for XamarinStudio 2016-03-28 15:39:31 +01:00
Rui Marinho 3ab4fdc0ff Merge pull request #13 from xamarin/bz39896
[iOS] Add using statement to dispose stream
2016-03-28 13:14:40 +01:00
Rui Marinho 9c550ed47a [Android] SendAppearing on resuming fragment 2016-03-28 12:35:40 +01:00
Paul DiPietro 2f3ed4b027 [WP8] CustomMessageBox dismissal no longer causes black SystemTray
The CustomMessageBox was having an interaction with WP8 where its
dismissal was changing the SystemTray's background color to black. It
appears that the SystemTray's background color was never set, despite
its appearing white prior to the use of a CustomMessageBox.
2016-03-28 00:57:30 -04:00
Jason Smith 904d06d812 [C]Remove view from previous parent when added to new parent layout
Technically this could be considered a breaking change if someone was depending on the old behavior, however the old behavior resulted in layouts that were not predictable to the user. So while yes someone could have built something that works, it would have been via trial and error and generally breaking the rule of one parent to each view. Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=39509
2016-03-27 15:48:31 -07:00
Jason Smith 1ee2a1d311 Fix permissions on check-previous-test-results.sh 2016-03-27 15:07:33 -07:00
Chris King b3365b7f7d Reformat using statements 2016-03-25 13:53:19 -07:00
Jason Smith ec0675950b Merge pull request #14 from xamarin/resharper_spaces
Fix setting for spaces after using and lock keywords
2016-03-25 12:35:24 -07:00
E.Z. Hart e54108185f Bring Resharper and VS settings for code styles in line with project style 2016-03-25 13:28:54 -06:00
Jason Smith 2770f4c415 Merge pull request #16 from MichaelNorman/doc-bug-backlog
Doc bug fixes
2016-03-25 12:27:49 -07:00
Jason Smith e569f54290 Merge pull request #17 from xamarin/uitest-results-recycle
Add script to determine if previous UI test results can be reused
2016-03-25 12:27:12 -07:00
Jason Smith 9813984f6d Merge pull request #18 from xamarin/partial-config
Add parameters to be filled in to blank config file
2016-03-25 12:25:40 -07:00
E.Z. Hart b5536be728 Add parameters to be filled in to blank config file 2016-03-25 10:20:50 -06:00
E.Z. Hart 1f627587ac Add script to determine if previous UI test results can be reused 2016-03-24 19:22:18 -06:00
Mike Norman c7081b10f8 Doc bug fixes 2016-03-24 18:02:50 -05:00
kingces95 03c84382c7 Merge pull request #8 from xamarin/fix-bugzilla39829
[W] ListView Cells will respect RowHeight
2016-03-24 15:49:24 -07:00
Chris King 735b130893 Add using statement to dispose stream 2016-03-24 12:41:07 -07:00
kingces95 ab1472de45 Merge pull request #12 from xamarin/vssettings
VS settings file with the Xamarin.Forms code style settings
2016-03-24 11:20:28 -07:00
E.Z. Hart 1897b70bbf VS settings file with the Xamarin.Forms code style settings 2016-03-24 12:13:31 -06:00
Rui Marinho 918618e181 Merge pull request #10 from xamarin/effortless-startup
Effortless startup
2016-03-24 17:10:14 +00:00
E.Z. Hart 1dcf5fef35 Move initialization of configuration files (if needed) to a pre-build task
Remove unneeded init scripts
2016-03-24 10:48:21 -06:00
Rui Marinho a9e90a88ed Merge pull request #7 from xamarin/android-legacy-insights
[A] Fix insights api key access for Legacy Android
2016-03-24 16:15:33 +00:00
Samantha Houts d5c3359070 [W] ListView Cells will respect RowHeight 2016-03-23 15:32:21 -07:00
Jason Smith 348cb9f5d2 [C]Fix packaging issue where intellisense doesn't work on dev14 2016-03-23 14:32:58 -07:00
Jason Smith 2cb7e5363d Merge pull request #6 from xamarin/fix-uwpmapspin
[UWP] Fix resource key name PushPinTemplate
2016-03-23 14:16:09 -07:00
E.Z. Hart 1200fcce1b [A] Fix insights api key access for Legacy Android 2016-03-23 15:07:26 -06:00
Rui Marinho 3adea68113 [UWP] Fix resource key name PushPinTemplate 2016-03-23 18:24:41 +00:00
Jason Smith 5c63c8c74a Update PULL_REQUEST_TEMPLATE.md 2016-03-23 10:42:54 -07:00
Jason Smith 3c48849881 Create PULL_REQUEST_TEMPLATE.md 2016-03-23 10:41:45 -07:00
Jason Smith d58e26f1f8 Merge pull request #4 from xamarin/initscripts
Scripts to create blank secrets and MapKeys files
2016-03-23 09:25:04 -07:00
Jason Smith 2411bdd705 Add missing debug.keystore 2016-03-22 18:07:44 -07:00
Jason Smith 0a13a8bf93 Fix docs 2016-03-22 17:58:54 -07:00