Commit Graph

333 Commits (98ec3fa3a858a7e955ca38576da86f46f99a5d42)

Author SHA1 Message Date
James Montemagno 3854c8a55b
Update Package.appxmanifest 2022-03-11 12:18:20 -08:00
James Montemagno aae52717b1
Update App.xaml 2022-03-11 12:16:47 -08:00
James Montemagno e6997bca33
Delete global.json 2022-03-11 12:06:18 -08:00
James Montemagno fa29e67539
Update NetPodsMauiBlazor.csproj 2022-03-11 09:57:46 -08:00
James Montemagno cbde8681c7
Merge pull request #42 from brunck/shell-di-changes
Support Shell DI changes in .NET MAUI P14
2022-03-08 14:42:58 -08:00
James Montemagno 110dc16e4d
Update src/Mobile/Pages/PagesExtensions.cs 2022-03-08 14:42:47 -08:00
Nathan Ricci 80c37a8f1e builder.Services.AddTransient 2022-03-08 16:16:30 -05:00
Nathan Ricci dfd63f29f8 Removed RegisterBlazorMauiWebView and and added builder.Services.AddMauiBlazorWebView(); 2022-03-08 12:47:43 -05:00
Brian Runck aee315d77a Invoke extension method 2022-03-07 17:39:26 -05:00
Brian Runck 4939e05e81 Support Shell DI changes in .NET MAUI P14 2022-03-07 17:24:06 -05:00
Nathan Ricci a73e06b1a0 Removed macos from xaml files. 2022-03-04 16:02:51 -05:00
James Montemagno 2922a6e04e Make adjustments to retry creating the database 2022-03-02 09:14:34 -08:00
Nathan Ricci 26faf2f6aa More OSAppTheme -> AppTheme 2022-03-01 13:10:30 -05:00
Nathan Ricci 447fdff390 MOre OsAppTheme -> AppTheme 2022-03-01 12:18:13 -05:00
Nathan Ricci cc8117bf19 OSAppTheme -> AppTheme 2022-03-01 11:43:20 -05:00
Nathan Ricci 2aec4982fb Removed NativeVersion 2022-02-28 12:39:16 -05:00
James Montemagno d34251e57a player updates 2022-02-25 14:00:21 -08:00
James Montemagno cabf95d71c Update more dependency injection 2022-02-25 12:29:29 -08:00
James Montemagno a006599675 Use injetion wher epossible for services 2022-02-25 12:21:10 -08:00
James Montemagno a57b87eeb2
Merge pull request #41 from jonathanpeppers/android-fixes
[android] INTERNET permission + minor media player fixes
2022-02-18 12:07:06 -08:00
Jonathan Peppers d9ee2ed000 [android] INTERNET permission + minor media player fixes
So if this sample is meant to make web requests, it doesn't have the Android permission to do so!

This probably works fine in Debug mode, because we add the permission for you. Debugging requires it.

I also cleaned up a bit of the code setting up the media player. It seems like we were just calling into Java over and over, and I could simplify it.
2022-02-17 15:50:56 -06:00
James Montemagno 3c16e7d0e3
Merge pull request #40 from microsoft/maui-p13
Build for p13
2022-02-15 13:58:25 -08:00
redth b3f57e3347 Win specific image dir no longer needed 2022-02-15 13:08:49 -05:00
redth 555afb8cf8 Cleanup 2022-02-15 13:08:37 -05:00
redth e7965c5e6b More cleanup for p13 2022-02-15 12:38:22 -05:00
redth e68f3cd9d0 Build for p13 2022-02-15 12:30:22 -05:00
James Montemagno 962b15c578 Merge branch 'main' of https://github.com/microsoft/dotnet-podcasts 2022-02-07 14:44:26 -08:00
James Montemagno 28b3beef96 Fix android api 31 issues. Fixes #38 2022-02-07 14:44:23 -08:00
James Montemagno 960df3d590
Merge pull request #37 from RobGibbens/patch-1
Fix typo of "InitilizeMedia" in MainActivity
2022-02-07 14:28:02 -08:00
Rob Gibbens 661b39baad
Fix type of "InitilizeMedia" in MainActivity
"Initialize" was spelled incorrectly.
2022-02-05 16:50:51 -05:00
James Montemagno 09b733b406
Merge pull request #29 from microsoft/maui-p12
Update to .NET MAUI P12
2022-01-24 10:51:22 -08:00
James Montemagno 0cf745e6d2 Use transient 2022-01-24 10:51:09 -08:00
James Montemagno 0f347ff6e0
Update Config.cs 2022-01-24 06:54:03 -08:00
James Montemagno 36e6fee780
Add files via upload 2022-01-24 06:51:52 -08:00
James Montemagno cb80c0651f Fix up windows bar on top 2022-01-21 15:30:50 -08:00
James Montemagno 0625ea9cbd Update maui blazor app 2022-01-21 15:25:32 -08:00
James Montemagno 5f5979c52e Update to .NET MAUI P12 2022-01-21 15:06:35 -08:00
James Montemagno 21fe410e70
Merge pull request #13 from KurnakovMaksim/main
Rename Empty -> IsEmpty in Room
2022-01-18 13:29:28 -08:00
James Montemagno 836c247747
Merge pull request #27 from codeluggage/landing-page-typo
Fix typo "includiung" -> "including"
2022-01-18 13:28:49 -08:00
Matias Forbord c49864f85f Fix typo "includiung" -> "including" 2022-01-16 23:05:41 +08:00
James Montemagno ad57ebd083
Merge pull request #23 from microsoft/maui-p11
Bump .NET MAUI P11 final version
2022-01-14 13:36:09 -08:00
James Montemagno 87505e4a45 .NET 6 updates 2022-01-07 15:13:54 -08:00
James Montemagno 0d99cb4be6
Update NetPodsMauiBlazor.csproj 2022-01-07 14:48:02 -08:00
James Montemagno 7dabe6f296
Update Microsoft.NetConf2021.Maui.csproj 2022-01-07 14:47:41 -08:00
James Montemagno c781bfe984
Bump .NET MAUI P11 final version 2022-01-07 14:47:10 -08:00
James Montemagno 97e02f93c8
Merge pull request #21 from Mertsch/patch-1
Fix a typo "alow" -> "allow"
2022-01-07 11:04:21 -08:00
Mertsch 37a2c38a5f
Fix a typo "alow" -> "allow" 2022-01-07 13:47:23 +01:00
Mertsch 2b9390806f
Fix a typo "alow" -> "allow" 2022-01-07 13:46:46 +01:00
Mertsch 1e2cd6469d
Fix a typo "alow" -> "allow" 2022-01-07 13:45:11 +01:00
KurnakovMaksim 2f81a20221 Rename Empty -> IsEmpty in Room 2021-12-16 11:17:52 +09:00