[housekeeping] Automated PR to fix formatting errors#14151
Merged
jfversluis merged 2 commits intomainfrom Mar 23, 2023
Merged
Conversation
jsuarezruiz
approved these changes
Mar 23, 2023
rmarinho
approved these changes
Mar 23, 2023
Member
|
/azp run MAUI-public |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jfversluis
approved these changes
Mar 23, 2023
mattleibow
pushed a commit
that referenced
this pull request
Mar 26, 2023
* [create-pull-request] automated change (#14151) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rui Marinho <me@ruimarinho.net> * [Android] Fix controls RTL issues (#13672) * Fix Android Picker RTL issues * More changes * Auto-format source code --------- Co-authored-by: GitHub Actions Autoformatter <autoformat@example.com> * Run templates on Android and iOS (#13662) Introduces a new Microsoft.Maui.IntegrationTests project to serve as a runner for the template tests, and any future integration tests that build or deploy a MAUI project. This should simplify test parameters for the template tests by moving parameter "generation" out of yaml/cake and into test method attributes. Failure debugging should also be improved dramatically by these changes. Individual template failures will now be easier to spot as each test configuration will produce a test result that is uploaded to the Azure Pipelines test tab. These new test results will also contain isolated logs and attachments for binlogs and other files that can be directly downloaded on a per-test basis. Template running is driven by xharness. On Android an Instrumentation class that launches the main Activity is added to the template before it is installed. On iOS we wait for the launch command to time out, as an app crash will cause xharness to return early. * Update template tests to use net8.0 * [Housekeeping] Added Gallery sample to validate that colors changes from Converters (#14161) * Added sample to the gallery to validate that colors changes from Converter * Update src/Controls/samples/Controls.Sample/Converters/BoolToCustomValueConverter.cs Co-authored-by: Manuel de la Pena <mandel@microsoft.com> --------- Co-authored-by: Manuel de la Pena <mandel@microsoft.com> * [Essentials] Remove lock from SecureStorage (#13940) Removes the lock from SecureStorage usage on Android, and marks GetAsync and SetAsync as async methods. This should reduce the likelyhood of synchronization issues when using SecureStorage from other async code. The [EncryptedSharedPreferences][0] class provides a thin implementation of [SharedPreferences][1], which contains locking / data access synchronization logic. Rather than creating a `SharedPreferences` instance for every operation, we will now reuse the first instance that is created. [0]: https://developer.android.com/reference/androidx/security/crypto/EncryptedSharedPreferences [1]: https://android.googlesource.com/platform/frameworks/base.git/+/master/core/java/android/app/SharedPreferencesImpl.java * Make sure that we have valid values for setting the ContentSize of the ScrollView on iOS (#14176) * [iOS] Don't set constrains for orientation if they are 0 * Simplify the ContentSize/Orientation stuff a bit and add comments * Auto-format source code --------- Co-authored-by: Rui Marinho <me@ruimarinho.net> Co-authored-by: GitHub Actions Autoformatter <autoformat@example.com> * Always print template creation output * Bump template creation timeout --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rui Marinho <me@ruimarinho.net> Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com> Co-authored-by: GitHub Actions Autoformatter <autoformat@example.com> Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: E.Z. Hart <hartez@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Automated PR to fix formatting errors