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

App crash when trying to generate long password. #19

Open
dzami opened this issue May 27, 2018 · 0 comments
Open

App crash when trying to generate long password. #19

dzami opened this issue May 27, 2018 · 0 comments

Comments

@dzami
Copy link

dzami commented May 27, 2018

EXPECTED BEHAVIOR
The users should be able to generate a long password to make more security on this app.

ACTUAL BEHAVIOR
when trying to generate a long password about ten digits then the app getting crashed clearly.

HOW TO REPRODUCE
● Install the app on playstore
● open the app and just fill some required in there
●then trying to generate password about ten digits
●and the app getting crashed
Browser: puff password manager version: 1.2
Device info: android 7.0

BUG RECORDING
https://youtu.be/VGnQHd3pZB8

LOGCATS

Process: sun.bob.leela, PID: 16517
java.lang.NumberFormatException: Invalid int: "12345678910"
	at java.lang.Integer.invalidInt(Integer.java:138)
	at java.lang.Integer.parse(Integer.java:413)
	at java.lang.Integer.parseInt(Integer.java:367)
	at java.lang.Integer.parseInt(Integer.java:334)
	at java.lang.Integer.valueOf(Integer.java:525)
	at sun.bob.leela.ui.fragments.SecureStepIntro.getLength(SecureStepIntro.java:36)
	at sun.bob.leela.ui.activities.PasswordGenActivity.willLeaveSlide(PasswordGenActivity.java:113)
	at com.heinrichreimersoftware.materialintro.app.IntroActivity.nextSlide(IntroActivity.java:219)
	at com.heinrichreimersoftware.materialintro.app.IntroActivity$2.onClick(IntroActivity.java:197)
	at android.view.View.performClick(View.java:4791)
	at android.view.View$PerformClick.run(View.java:19884)
	at android.os.Handler.handleCallback(Handler.java:739)
	at android.os.Handler.dispatchMessage(Handler.java:95)
	at android.os.Looper.loop(Looper.java:135)
	at android.app.ActivityThread.main(ActivityThread.java:5376)
	at java.lang.reflect.Method.invoke(Native Method)
	at java.lang.reflect.Method.invoke(Method.java:372)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:947)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:742)```
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

No branches or pull requests

1 participant