Skip to content
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

test(AndroidManifest): update theme to Theme.AppCompat.NoActionBar #1207

Merged
merged 2 commits into from Apr 16, 2021

Conversation

erisu
Copy link
Member

@erisu erisu commented Apr 15, 2021

Motivation and Context

Update AndroidManifest.spec.js based on comment from this PR: #1052 (review)

Description

Changed Theme.DeviceDefault.NoActionBar to Theme.AppCompat.NoActionBar to match changes from PR #1052

@erisu erisu requested a review from breautek April 15, 2021 21:55
@erisu erisu added this to the 10.0.0 milestone Apr 15, 2021
@erisu erisu added this to In Progress in Release Plan - 10.1.0 via automation Apr 15, 2021
@erisu erisu changed the title chore: update theme to Theme.AppCompat.NoActionBar test: update AndroidManifest.spec theme to Theme.AppCompat.NoActionBar Apr 15, 2021
@erisu erisu changed the title test: update AndroidManifest.spec theme to Theme.AppCompat.NoActionBar test(AndroidManifest): update theme to Theme.AppCompat.NoActionBar Apr 15, 2021
@erisu erisu requested a review from jcesarmobile April 16, 2021 02:10
@@ -40,7 +40,7 @@ describe('AndroidManifest', () => {
android:supportsRtl="true" android:debuggable="true">
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"
android:label="@string/activity_name" android:launchMode="${ACTIVITY_LAUNCH_MODE}"
android:name="${ACTIVITY_NAME}" android:theme="@android:style/Theme.DeviceDefault.NoActionBar"
android:name="${ACTIVITY_NAME}" android:theme="@android:style/Theme.AppCompat.NoActionBar"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@erisu erisu requested a review from jcesarmobile April 16, 2021 08:20
@codecov-io
Copy link

codecov-io commented Apr 16, 2021

Codecov Report

Merging #1207 (ddf3402) into master (2a84d7c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1207   +/-   ##
=======================================
  Coverage   71.98%   71.98%           
=======================================
  Files          21       21           
  Lines        1692     1692           
=======================================
  Hits         1218     1218           
  Misses        474      474           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2a84d7c...ddf3402. Read the comment docs.

Release Plan - 10.1.0 automation moved this from In Progress to Reviewer approved Apr 16, 2021
Copy link
Member

@jcesarmobile jcesarmobile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@erisu erisu merged commit 19bbf1e into apache:master Apr 16, 2021
Release Plan - 10.1.0 automation moved this from Reviewer approved to Done Apr 16, 2021
@erisu erisu deleted the test/update-android-manifest-spec branch April 16, 2021 09:33
wedgberto pushed a commit to wedgberto/cordova-android that referenced this pull request May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants