-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/switch ph1 to net8 #557
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Yauheni Pakala <evgeniy.pakalo@gmail.com>
…or-location-master
* Add supported os versions * Bump year * Update target framework for nuspecs * Sync wl.essentials platform target frameworks * Add install missed android sdk for api 32 * Bump android target api * Revert "Add install missed android sdk for api 32" This reverts commit a89a7c4.
* Bump dotnet version * Bump target framework to .net8 * Migrate Microsoft.Maui.Essentials to use as explicit NuGet packages * Remove obsoleted binary serialization for BiDictionary * Cleanup * Migrate Maui to use as explicit NuGet package * Sync target frameworks and min supported os * Use the same MAUI version in all projects * Bump .NET8 to stable * Update pipelines env * Bump iOS target framework for latest maui & essentials * Resolve warnings related to supported versions * Update nuget package * Sync versions
* Updated copyright * Fixed binding to ObservableRangeCollection.Count when calling RemoveRange (#544) * Removed excess AndroidResource tags * Restored mistakenly deleted PropertyGroup * Fixed copyright * rename methods --------- Co-authored-by: Pavel Leonenko <pleonenko@halocollar.com> Co-authored-by: s.leushunou <siarhei.leushunou@softeq.com>
* Update documentation & CI (#501) * Simplify projects to SDK style (#498) * Migrate to .NET6+ (#513) * Migrate from Xamarin.Essentials to Microsoft.Maui.Essentials (#517) * Update documentation & rework nested namespaces (#514) * Resolve warnings (#515) * Implementation of 'Notification' and 'Bluetooth' permissions (#519) Co-authored-by: Yauheni Pakala <evgeniy.pakalo@gmail.com> * Add System.Text.Json serializer and tests (#521) * Show warning when ConfigureAwait should be used (#522) * Remove Chunkify method (#523) * Remove Newtonsoft.Json (#524) * Update CI environment (#530) * Migrate Common.iOS & Common.Droid Tests to .NET6 (#525) * Replace Connectivity plugin to MAUI Essentials (#531) * location eq added * comment fixed * Refactor permissions library (#535) * Add binding support for Count property (ObservableKeyGroupsCollection) (#538) * Update docfx (#534) * Improvements before migration to .NET8 (#539) * Add supported os versions * Bump year * Update target framework for nuspecs * Sync wl.essentials platform target frameworks * Add install missed android sdk for api 32 * Bump android target api * Revert "Add install missed android sdk for api 32" This reverts commit a89a7c4. * Migrate to .NET8 (#536) * Bump dotnet version * Bump target framework to .net8 * Migrate Microsoft.Maui.Essentials to use as explicit NuGet packages * Remove obsoleted binary serialization for BiDictionary * Cleanup * Migrate Maui to use as explicit NuGet package * Sync target frameworks and min supported os * Use the same MAUI version in all projects * Bump .NET8 to stable * Update pipelines env * Bump iOS target framework for latest maui & essentials * Resolve warnings related to supported versions * Update nuget package * Sync versions * add extensions * make permission method virtual * remove unused property * add methods to icontainerbuilder * Feature/minor fixes (#545) * Updated copyright * Fixed binding to ObservableRangeCollection.Count when calling RemoveRange (#544) * Removed excess AndroidResource tags * Restored mistakenly deleted PropertyGroup * Fixed copyright * rename methods --------- Co-authored-by: Pavel Leonenko <pleonenko@halocollar.com> Co-authored-by: s.leushunou <siarhei.leushunou@softeq.com> --------- Co-authored-by: Yauheni Pakala <evgeniy.pakalo@gmail.com> Co-authored-by: nkrisko <50995914+nkrisko@users.noreply.github.com> Co-authored-by: Kirill Akulich <kirill.akulich@softeq.com> Co-authored-by: Pavel Leonenko <1992leon@bk.ru> Co-authored-by: Pavel Leonenko <pleonenko@halocollar.com>
# Conflicts: # Softeq.XToolkit.Bindings.Droid/Softeq.XToolkit.Bindings.Droid.csproj # Softeq.XToolkit.Common.Droid.Tests/Softeq.XToolkit.Common.Droid.Tests.csproj # Softeq.XToolkit.Permissions.Droid/PermissionsManager.cs # Softeq.XToolkit.PushNotifications.Droid/Abstract/INotificationsSettingsProvider.cs # Softeq.XToolkit.PushNotifications.Droid/Softeq.XToolkit.PushNotifications.Droid.csproj # Softeq.XToolkit.PushNotifications.iOS/Softeq.XToolkit.PushNotifications.iOS.csproj # Softeq.XToolkit.WhiteLabel.Essentials.Droid/Softeq.XToolkit.WhiteLabel.Essentials.Droid.csproj # Softeq.XToolkit.WhiteLabel/Bootstrapper/BootstrapperBase.cs # azure-pipelines/templates/vars.yml
Resolved conflicts with master
fix build
…CommandWithDisposing subscription (#553) * Added unsubscribing from CanExecute-related events when disposing SetCommandWithDisposing subscription * Added SetCommandsWithDisposing methods * Moved subscriptions logic to a separate object --------- Co-authored-by: Pavel Leonenko <pleonenko@halocollar.com> Co-authored-by: s.leushunou <siarhei.leushunou@softeq.com>
# Conflicts: # Softeq.XToolkit.Connectivity/ConnectivityService.cs
Project/ph1 net8 merge
github-actions
bot
added
c/common
Related to Common component.
CI/CD
Related to CI/CD.
c/bindings
Related to Bindings component.
c/wl
Related to WhiteLabel component.
documentation
Related to documentation.
c/playground
Related to Playground samples.
c/connectivity
Related to Connectivity component.
c/push-notifications
Related to Push Notifications component.
c/remote
Related to Remote component.
p/Android
Related to Android platform.
p/iOS
Related to iOS platform.
c/permissions
Related to Permissions component.
c/wl.essentials
Related to WhiteLabel.Essentials component.
labels
Jul 18, 2024
sleushunou
approved these changes
Jul 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c/bindings
Related to Bindings component.
c/common
Related to Common component.
c/connectivity
Related to Connectivity component.
c/permissions
Related to Permissions component.
c/playground
Related to Playground samples.
c/push-notifications
Related to Push Notifications component.
c/remote
Related to Remote component.
c/wl.essentials
Related to WhiteLabel.Essentials component.
c/wl
Related to WhiteLabel component.
CI/CD
Related to CI/CD.
documentation
Related to documentation.
p/Android
Related to Android platform.
p/iOS
Related to iOS platform.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Issues Resolved
API Changes
None
Platforms Affected
Behavioral/Visual Changes
None
Before/After Screenshots
Not applicable
PR Checklist