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

57 Коммитов

Автор SHA1 Сообщение Дата
Jesse 33122cdfaf Fix hot reload server not launch after App run
Fix state not update UI after it added to global properties
Fix test cases build issue
2023-03-26 22:44:13 +11:00
James Clancey c5b9312566 Updated Template 2022-11-09 14:58:08 -09:00
James Clancey dcef128b08 Updated template 2022-05-20 05:55:12 -08:00
James Clancey 3371c3ed46 Updated Template 2022-05-12 09:49:23 -08:00
James Clancey cc0d6263ad Updated template 2022-04-27 13:18:32 -08:00
James Clancey ca076e9cb6 Updated the template 2022-02-19 08:32:15 +01:00
James Clancey afeaf40f63 Update to p12 2022-02-15 21:29:46 +01:00
James Clancey f4bb8db601 Removed Vertical/Horizontal Alignment. Now uses LayoutAlignment from Maui
This should clean up and fix more bugs with Layout. I still want to change FrameConstraints to set the values for Alignment as well.
2022-01-13 21:22:05 -09:00
James Clancey 27c6aaf8e6 Updated Template nuget version 2022-01-13 14:09:34 -09:00
James Clancey b9e34c5a17 Update template, main ignores template change 2022-01-12 11:51:11 -09:00
James Clancey cd57498fad Updated the template 2022-01-12 11:31:39 -09:00
James Clancey cc59d4a524 Update comet-templates.nuspec 2021-12-16 20:11:41 -09:00
James Clancey 85f3a3355d Final fix to android template 2021-12-16 14:29:41 -09:00
James Clancey f083971013 Updated version 2021-12-16 12:50:18 -09:00
James Clancey c572c9d32a Fixed template 2021-12-15 23:10:54 -09:00
James Clancey 3d685fe30c Update comet-templates.nuspec 2021-12-15 19:20:50 -09:00
James Clancey a0a2c7c81f Updated template 2021-12-15 18:32:04 -09:00
Samuel El-Borai 3a24f0f1c8 Update template description 2021-12-13 21:52:30 -09:00
James Clancey 14e30faeac Updated evetything to the latest main for maui 2021-12-07 10:58:31 -09:00
James Clancey 5f22184a6d Updated Maui, Updated how MauiVersion is specified. 2021-11-16 15:50:56 -09:00
James Clancey c53477c756 Updated dependencies 2021-11-10 14:18:34 -09:00
James Clancey dfdfd8c7d0 Updated comet version 2021-11-10 11:50:58 -09:00
James Clancey fc8eab2661 Cleaned up the template 2021-11-10 09:17:40 -09:00
James Clancey 4eb4f8cd90 Updated the sample and template 2021-11-09 17:52:23 -09:00
James Clancey a8a279435b Added scenedelegates to iOS 2021-11-09 12:16:23 -09:00
James Clancey 6f71551141 Update comet-templates.nuspec 2021-10-07 12:52:23 -08:00
James Clancey 628dba28f7 Updated the template 2021-10-07 10:05:23 -08:00
James Clancey 5ec45ca9f8 Cleaned up the samples/templates 2021-09-08 22:00:00 -08:00
James Clancey e187b0e8f3 Changed the default style for android apps 2021-09-01 11:49:47 -08:00
James Clancey 3a247211de Updated template versions 2021-08-11 21:19:42 -08:00
James Clancey 67fc689747 Updated the template, to have the fancy file adding/removing 2021-08-11 16:51:19 -08:00
James Clancey 2e81ef6410 escape the enable HotReload 2021-08-04 19:58:35 -08:00
James Clancey 9f76f1bddf Updated the template 2021-07-22 10:03:55 -08:00
James Clancey 531c63a7d6 Updating the Template 2021-07-13 18:19:06 -08:00
James Clancey 17735a1b58 Updated template version 2021-06-15 14:10:45 -08:00
James Clancey a957159552 Fixed the template 2021-06-15 11:13:13 -08:00
James Clancey 9e955833d9 Added VSCode launch to the template 2021-06-12 11:23:18 -05:00
James Clancey bf60c26330 Fixed the templates! 2021-06-10 23:44:06 -05:00
James Clancey b4e843e5ef Added nuget config to template 2021-06-10 19:17:14 -05:00
James Clancey 341b6efd85 Update CometApp1.csproj 2021-06-10 19:14:02 -05:00
James Clancey aa24885f11 Updated template 2021-06-10 00:06:09 -05:00
davidortinau d7d6e2c15f WIP new single project template
removed the old template too. Need to work out build dependencies
2021-06-04 16:48:24 -05:00
Saamer Mansoor 7fbff88668
Fixed Android NewApp Quickstart Template (#175)
* Fixed Android NewApp Quickstart Template

* Updated `MainPage` to completely qualify the Button, which made Hot Reload work. It was not working because it was trying to use Android.Widget.Button
* Updated `MainActivity` to inherit from CometActivity, Load MainPage, and Initialize Comet Reload
* Updated the template.json to include the Xamarin Forms package needed by the Android MainAcitivity file
* Fixed the Android.csproj file so that it is loaded in the Solution in the right way
* Updated the `NewApp` solution file Configuration Mapping, so that switching to "Any CPU" config, sets up the droid project as startup, and allows building to emulator, and doesn't build the iOS project.

**Testing**
----------
* Tested the changes on a solution built with this template, and these were the changes I made to make it work on Android.
* Not a 100% sure it will all work because the solution requires shell scripting to setup

**Known Issue**
-------------
* Android will crash once you navigate after a hot reload due to an IllegalStateException

* Removed CometButton, & XamarinForms. Added Android Support
2020-02-06 11:02:50 -09:00
James Clancey 1f61037206 Update comet-templates.nuspec 2020-01-16 18:25:29 -09:00
James Clancey e898973c19 Updated template version 2020-01-16 14:48:09 -09:00
David Ortinau 0d291c713a added android head project and update branding assets 2019-09-28 11:56:09 +02:00
David Ortinau c326a2c37d added extensions reference to tell vscode to add the CometDebug ext 2019-09-27 17:57:43 -05:00
David Ortinau 468939c29c templates
added solution and restore nuget job that still doesn't seem to work.
2019-09-06 18:18:43 -05:00
James Clancey b44347e5d8 Merge pull request #114 from twsouthwick/update-preview-8
Update blazor for preview 8 and fix some casing issues
2019-08-27 11:31:26 -08:00
David Ortinau 8a847b1545 improved the debug template and added noemit 2019-08-26 07:23:32 -05:00