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

Transactiontoolarge exception fix #157

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

oradkovsky
Copy link

This is still poorly designed but I think better quality would require much more changes and I don't have time for this. Still, this finally works for my use case.

Copy link

@btremote999 btremote999 left a comment

Choose a reason for hiding this comment

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

I did encounter the same crash issue of TrasactionTooLarge during onSaveInstanceState
Bundle must not store too huge data (Bitmap) on android 28+

ver 1.3.1 unusable . revert back to using ver 1.2.1

Copy link

@gustavocnp95 gustavocnp95 left a comment

Choose a reason for hiding this comment

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

@btremote999 I'm from PrologApp. We've created an fork of this project and re-implemented your changes to see if this resolved the problem and be able to use and maintain the library, because the owner is apparently gone. Testing on android api 21 it worked perfectly. Unfortunately, when I tested on android api 30, it seems to have an weird behavior. When the state is restored, it seems to have a white label on the image, each time on a different place. Do you have any idea of how to solve it?

@gustavocnp95
Copy link

@btremote999 We just created a fork and published with the fix keeping the state saving. For use it you should:

Set jitpack.io url on your project's build.gradle

allprojects {
    repositories {
        google()
        maven { url "https://jitpack.io" }
   }
}

and then, add into your depedencies this:

implementation 'com.github.prologapp:android-signaturepad:1.0.0'

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.

3 participants