Skip to content

[housekeeping] Automated PR to fix formatting errors#14151

Merged
jfversluis merged 2 commits intomainfrom
housekeeping/fix-codeformatting
Mar 23, 2023
Merged

[housekeeping] Automated PR to fix formatting errors#14151
jfversluis merged 2 commits intomainfrom
housekeeping/fix-codeformatting

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated PR to fix formatting errors

@github-actions github-actions bot added area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions t/housekeeping ♻︎ labels Mar 23, 2023
@rmarinho
Copy link
Copy Markdown
Member

/azp run MAUI-public

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@jfversluis jfversluis merged commit c6a89d2 into main Mar 23, 2023
@jfversluis jfversluis deleted the housekeeping/fix-codeformatting branch March 23, 2023 13:29
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>
@github-actions github-actions bot locked and limited conversation to collaborators Dec 12, 2023
@samhouts samhouts added the fixed-in-8.0.0-preview.3.8149 Look for this fix in 8.0.0-preview.3.8149! label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions fixed-in-8.0.0-preview.3.8149 Look for this fix in 8.0.0-preview.3.8149! t/housekeeping ♻︎

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants