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

Timob 9098-2_0_X: Password not masked properly #2189

Merged
merged 7 commits into from May 17, 2012

Conversation

hieupham007
Copy link
Contributor

@vishalduggal
Copy link
Contributor

Code Reviewed. Diff is identical to that in PR #2176 and PR #2182. ACCEPTED

@vishalduggal
Copy link
Contributor

Functional Failed. Testing on Nexus S Android version 4.0.4. Password mask gets disabled in landscape mode.
REJECTED

@@ -430,6 +426,12 @@ public int getInputType() {
if (passwordMask) {
tv.setTransformationMethod(PasswordTransformationMethod.getInstance());
textTypeAndClass |= InputType.TYPE_TEXT_VARIATION_PASSWORD;
//turn off text UI in landscape mode in 4.0 b/c Android numeric passwords are not masked correctly in landscape mode.
if (Build.VERSION.SDK_INT == TiC.API_LEVEL_ICE_CREAM_SANDWICH && (type == KEYBOARD_NUMBERS_PUNCTUATION ||
Copy link
Contributor

Choose a reason for hiding this comment

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

Use >= and the FR passes on Nexus with Android 4.0.4

Copy link
Contributor

Choose a reason for hiding this comment

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

Fix needs to be applied on master as well

@vishalduggal
Copy link
Contributor

Code Reviewed. APPROVED

@vishalduggal
Copy link
Contributor

Functional Failed. Testing on Android version 2.3.6. Might just have to disable it across all versions of Android just to be safe and provide a consistent UI behavior.

REJECTED

@vishalduggal
Copy link
Contributor

Also failed on Droid 2.2.4 when using soft keyboard in LANDSCAPE MODE

@vishalduggal
Copy link
Contributor

Code reviewed. ACCEPTED

@vishalduggal
Copy link
Contributor

Functional Passed. Tested an Android Device (2.2.4 and 4.0.2). ACCEPTED

vishalduggal added a commit that referenced this pull request May 17, 2012
Timob 9098-2_0_X: Password not masked properly
@vishalduggal vishalduggal merged commit b7f0219 into tidev:2_0_X May 17, 2012
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

2 participants