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

add pin completion listener #14

Merged
merged 7 commits into from
Feb 5, 2016
Merged

add pin completion listener #14

merged 7 commits into from
Feb 5, 2016

Conversation

CDRussell
Copy link
Contributor

gives a way to specify a callback which will be given the pin as soon as all of the digits have been entered.

Craig Russell and others added 5 commits November 4, 2015 15:38
@CDRussell
Copy link
Contributor Author

merged upstream changes to resolve merge conflicts

@CDRussell
Copy link
Contributor Author

Do you think you'll get a chance to review this @Philio ?

@Philio
Copy link
Owner

Philio commented Jan 8, 2016

Oops sorry @CDRussell, I'll check it now

@@ -316,6 +333,7 @@ private void addViews() {
editText.setFilters(new InputFilter[]{new InputFilter.LengthFilter(digits)});
editText.setInputType(inputType);
editText.setImeOptions(EditorInfo.IME_FLAG_NO_EXTRACT_UI);
editText.setPadding(editText.getPaddingLeft(), editText.getPaddingTop(), editText.getPaddingRight(), 100);
Copy link
Owner

Choose a reason for hiding this comment

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

Why does the hidden EditText need padding?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @Philio, good catch; this does look like a mistake. I've removed this change.

@Philio Philio merged commit 332c20b into Philio:master Feb 5, 2016
@ryanjohn1
Copy link

Hi, is this going to make it into a release soon? It's the exact functionality we're looking for in our app but I notice it isn't in 1.0.6

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

3 participants