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

50 Коммитов

Автор SHA1 Сообщение Дата
Eilon Lipton 0fee71fa7d Remove unnecessary "@" from Razor files 2020-01-03 11:39:46 -08:00
Eilon Lipton fe53b8e37e Add license headers 2019-12-10 16:17:49 -08:00
Eilon Lipton fac88d6022 Rename Emblazon to Microsoft.MobilBelazorBindings.Core
Plus a few other minor name changes to remove the Emblazon name
2019-12-06 16:54:40 -08:00
Eilon Lipton 1f605497c3 Clean up AssemblyInfo files 2019-12-03 09:49:16 -08:00
Eilon Lipton 4a84f406af Code cleanup 2019-12-03 09:47:01 -08:00
Eilon Lipton f2b5722c3e Rename namespaces to Microsoft.MobileBlazorBindings 2019-12-02 22:02:10 -08:00
Eilon Lipton a657724581 Part 1 of rename to Mobile Blazor Bindings
- Renamed projects and assemblies
- Renamed templates
- Did NOT rename namespaces (yet)
2019-12-02 16:57:35 -08:00
Eilon Lipton e39ef44959 Support for CSS styles 2019-11-27 14:45:35 -08:00
Eilon Lipton 46d1c595a3 Move Todo Sample to a common parent folder
- Same way as the other samples
2019-11-13 15:00:36 -08:00
Eilon Lipton d306ea96a6 Add simpler Hello World sample 2019-11-13 14:45:48 -08:00
Eilon Lipton 4e92326ac6 Fix formatting 2019-11-13 14:20:24 -08:00
Eilon Lipton ad9d42a2e1 Change NavigableElement to use target element for navigation 2019-11-01 10:09:27 -07:00
Eilon Lipton ecfb2eaab7 Clean up var names 2019-10-31 17:28:52 -07:00
Eilon Lipton 3dccc0f73c Fix About page of TodoApp
- Use the included image
- Generally fix things
2019-10-29 16:46:08 -07:00
Eilon Lipton 1e877d3b4c Add animal pages and About pages to Xaminals sample 2019-10-29 16:30:51 -07:00
Eilon Lipton bc523db063 Add support for MenuItem in Shell 2019-10-29 14:39:04 -07:00
Eilon Lipton ff7ec61654 Add item images and FlyoutHeader to Xaminals sample 2019-10-29 11:21:57 -07:00
Eilon Lipton 30eb51c2b1 Fix TodoApp 2019-10-25 14:59:06 -07:00
Eilon Lipton 18f510bc76 Initial work on Xaminals sample using Shell 2019-10-25 14:56:33 -07:00
Eilon Lipton 14641a1649 Initial Shell support 2019-10-25 14:56:30 -07:00
Eilon Lipton 7e2e02de51 Fix Xamarin.Forms versions
Make everything use 4.3.0.

Needed because of https://github.com/xamarin/Xamarin.Forms/issues/8209
2019-10-24 13:22:37 -07:00
Eilon Lipton 52697bd1e9 Consolidate Xamarin.Forms package versions
To these:
    <PackageReference Include="Xamarin.Forms" Version="4.3.0.908675" />
    <PackageReference Include="Xamarin.Essentials" Version="1.3.1" />
2019-10-23 12:08:12 -07:00
Eilon Lipton 3faf0d7df6 Add Stepper to weather app to control weather
Mwahahaha
2019-10-22 17:04:19 -07:00
Eilon Lipton 84e7b7b015 Use Grid component to finish Weather app 2019-10-22 14:54:40 -07:00
Eilon Lipton bdaf70df56 Add background image and random weather to Weather sample 2019-10-22 10:43:55 -07:00
Eilon Lipton 13bac8e77b Add initial Blazor Native Weather App demo
- App inspired by https://github.com/jamesmontemagno/app-pretty-weather
- Includes Blazor Native wrapper of PancakeView (https://github.com/sthewissen/Xamarin.Forms.PancakeView)
2019-10-21 16:23:54 -07:00
Eilon Lipton 5f0fc961c8 Rename Blaxamarin namespaces to Microsoft.Blazor.Native 2019-10-18 17:29:03 -07:00
Eilon Lipton d449ce06de Rename more sample stuff to BlazorNative 2019-10-18 17:16:31 -07:00
Eilon Lipton 90ecef92f7 Rename BlaxamarinSample to BlazorNativeTodo 2019-10-18 17:11:14 -07:00
Eilon Lipton c977812f2a Rename Blaxamarin.Framework to Microsoft.Blazor.Native 2019-10-18 16:58:03 -07:00
Eilon Lipton 20088b6cee Add Frame component to enable rounded corners 2019-10-18 15:17:20 -07:00
Eilon Lipton e3f3936470 Improve Counter.razor UI 2019-10-18 15:17:02 -07:00
Eilon Lipton fa6694a818 Add DB support for Todo app
- Updated Todo sample app to be more similar to https://github.com/xamarin/xamarin-forms-samples/tree/master/Todo/Todo
- Now supports extra Notes on todo items
- Can edit, delete, and speak (using native text to speech APIs) the todo items
- Added async loading screen while app is loading (with artificial delay)
- Plumbed DI services for backend-specific implementations into the main shared app
2019-10-17 16:58:31 -07:00
Eilon Lipton ad6709ec81 Add support for modal dialogs in new ModalContainer component 2019-10-16 18:32:18 -07:00
Eilon Lipton 82a4b9921e Shorten sample code delay 2019-10-11 16:53:57 -07:00
Eilon Lipton c90a8a772c Try to fix AzDO build again
- Remove Android customizations (it won't get built at all, hopefully)
- Use built-in AzDO DotNetCoreCLI task
- Re-enable Linux and macOS builds
2019-10-03 10:07:18 -07:00
Eilon Lipton 24c7ffef91 Disable building Android project on CI 2019-10-02 16:11:29 -07:00
Eilon Lipton 6f470def7d Update and consolidate XamarinTodoXaml package versions 2019-10-02 14:24:27 -07:00
Eilon Lipton cef640cea6 UI tweaks 2019-10-02 13:49:15 -07:00
Eilon Lipton 63e6dcef79 Code style for demo clarity 2019-10-02 10:38:07 -07:00
Eilon Lipton e412eae540 Do "fake" async work in Blaxamarin sample app
To demonstrate how to write async code in a Blaxamarin page.
2019-10-02 10:37:54 -07:00
Eilon Lipton a0dba14ded Add Blaxamarin sample AboutPage
Uses new Label.FormattedText support
2019-09-30 15:50:58 -07:00
Eilon Lipton df99c83ddb Minor code style cleanup 2019-09-30 15:49:25 -07:00
Eilon Lipton e13554fe65 Add Xamarin.Forms Todo App sample 2019-09-30 11:54:42 -07:00
Eilon Lipton c7b0a3de15 Update App.cs 2019-09-26 14:01:49 -07:00
Eilon Lipton f7873d1741 Add Todo item on Enter press 2019-09-24 16:38:55 -07:00
Eilon Lipton 8886169c93 Fix build warnings; code cleanup 2019-09-24 16:23:40 -07:00
Eilon Lipton e208c8c05a Remove all unused XAML from Blaxamarin sample 2019-09-24 16:19:09 -07:00
Eilon Lipton 41843a80f9 Make everything build and pack using MSBuild 2019-09-24 14:33:34 -07:00
Eilon Lipton 6e82d52e4f Move everything to 'src' and 'samples' folders 2019-09-23 16:48:56 -07:00