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

Pre release autofill #1274

Merged
merged 52 commits into from
Jul 16, 2021
Merged

Pre release autofill #1274

merged 52 commits into from
Jul 16, 2021

Conversation

marcosholgado
Copy link
Contributor

@marcosholgado marcosholgado commented Jun 7, 2021

Task/Issue URL: https://app.asana.com/0/inbox/1125189844075764/1200425975637284/1200442170423677
Tech Design URL:
CC:

Description:
This PR adds the pre-release features for autofill

Steps to test this PR:
Test cases are in the Asana task


Internal references:

Software Engineering Expectations
Technical Design Template

@marcosholgado marcosholgado marked this pull request as ready for review June 8, 2021 16:58
Copy link
Contributor

@cmonfortep cmonfortep left a comment

Choose a reason for hiding this comment

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

Code review is done, GJ @marcosholgado, everything was really well structured.

I'm going to start testing this now, so I will approve the PR once I ensure everything works as expected. However, sending to you some minor comments. Thanks.

…feature/marcos/pre-release-autofill

� Conflicts:
�	app/src/main/res/values/themes.xml
�	common-ui/src/main/res/values/attrs.xml
…feature/marcos/pre-release-autofill

� Conflicts:
�	app/src/main/java/com/duckduckgo/app/settings/SettingsActivity.kt
�	app/src/main/java/com/duckduckgo/app/settings/SettingsViewModel.kt
Copy link
Contributor

@cmonfortep cmonfortep left a comment

Choose a reason for hiding this comment

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

Code review finished, sending some minor comments. Feel free to address them if you agree with them.

I will approve the PR once I'm done with the manual testing. But I wanted to give send you the review in advance.

common-ui/src/main/res/values/themes.xml Outdated Show resolved Hide resolved
app/src/main/res/layout/activity_email_protection.xml Outdated Show resolved Hide resolved
setClickableSpan(binding.emailPrivacyDescription, R.string.emailProtectionDescriptionJoin, listOf(readBlogSpan))
}

private val getNotificationSpan = object : NonUnderlinedClickableSpan() {
Copy link
Contributor

Choose a reason for hiding this comment

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

should all these val be at the top of the file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

~ limitations under the License.
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Copy link
Contributor

Choose a reason for hiding this comment

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

SettingsPillWithSubtitle is already a LinearLayout, you can use merge and remove another nested linearlayout here.

Copy link
Contributor

@cmonfortep cmonfortep left a comment

Choose a reason for hiding this comment

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

Testing done! 👍
Let's gooooo

@cmonfortep cmonfortep mentioned this pull request Jul 2, 2021
# Conflicts:
#	app/src/androidTest/java/com/duckduckgo/app/settings/SettingsViewModelTest.kt
#	app/src/main/java/com/duckduckgo/app/settings/SettingsActivity.kt
#	app/src/main/java/com/duckduckgo/app/settings/SettingsViewModel.kt
@cmonfortep cmonfortep merged commit 70c42d1 into develop Jul 16, 2021
@cmonfortep cmonfortep deleted the feature/marcos/pre-release-autofill branch July 16, 2021 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants