allgood / OpenNoteScanner

Android application for scanning and manipulating handwritten notes and documents.
Other
1.37k stars 285 forks source link

Gallery showing only white/blank image #154

Closed callimero closed 5 years ago

callimero commented 5 years ago

Describe your issue here.

Latest apk on Google Pixel XL (first version), Android 9.x

Steps to reproduce

Open Gallery, Thunbs show up, tap any thumbnail -> Blank Image

Expected behaviour

Showing the actual image

Actual behaviour

blank/white image with toolbar photo_2019-02-12_10-47-43

Would you like to work on the issue?

No. Lack of knowledge

allgood commented 5 years ago

Does the image appears correctly on your phone gallery ?

callimero commented 5 years ago

Yes!

allgood commented 5 years ago

Very strange. I think it may be some kind of deprecation that is affecting. Can you collect a logcat while testing and submit here?

agutenkunst commented 5 years ago

Same device same issue!

Muhammadhl commented 5 years ago

same issue on ONEPLUS 6, issue started after upgrading to Android Pie 9.0

callimero commented 5 years ago

Very strange. I think it may be some kind of deprecation that is affecting. Can you collect a logcat while testing and submit here?

logcat? please elaborate. :-)

allgood commented 5 years ago

@callimero

https://forum.xda-developers.com/showthread.php?t=1726238

dbogdanov commented 5 years ago

Same here on Google Pixel

mario-g98 commented 5 years ago

The same on OnePlus 5T

mikelpzm commented 5 years ago

Same issue using Xiaomi Mi 8 and LineageOS 16.

callegar commented 5 years ago

Same issue on a Motorola G6. The issue was not present in the past. I suspect it may have been triggered by updating to Android Pie.

To better detail the issue, consider that the image appears as a thumbnail in the application, but when you click on it, you see just a white page.

A-W-C-J commented 5 years ago

is bug of TouchImageView, i delete the TouchImageView file and upgrade it with https://github.com/MikeOrtiz/TouchImageView, the error has gone

kai-mad commented 5 years ago

I also get this issue on Nokia N7+, as a workaround I was able to display the image by doing a zoom gesture on the blank screen

Virtheon commented 5 years ago

I'm surprised to see this thread is from February. I just installed the application and almost consistently have the same problem. I have an A8 2018.

allgood commented 5 years ago

is bug of TouchImageView, i delete the TouchImageView file and upgrade it with https://github.com/MikeOrtiz/TouchImageView, the error has gone

Hi @A-W-C-J , can you submit a pull request with the fix? I will try to make a release fixing it soon.

allgood commented 5 years ago

I'm surprised to see this thread is from February. I just installed the application and almost consistently have the same problem. I have an A8 2018.

Sorry all for the long period without releases. As already noted, development is halted because my other tasks occupy all my time. I am trying to elaborate a plan that will allow me to work on it using some of my workday time, but this can take a long to become reality.

A-W-C-J commented 5 years ago

is bug of TouchImageView, i delete the TouchImageView file and upgrade it with https://github.com/MikeOrtiz/TouchImageView, the error has gone

Hi @A-W-C-J , can you submit a pull request with the fix? I will try to make a release fixing it soon.

sure

allgood commented 5 years ago

@A-W-C-J , i am avoiding getting opencv to newer versions because it will mark the antifeature on f-droid because it will include pre-build binaries. Anyway I will look at your pull request soon to fix the blank image issue.

allgood commented 5 years ago

fixed on commit 0d82ad1a

allgood commented 5 years ago

Everyone that is following this issue, I've just made a new release on the github releases page, there is an APK there. F-Droid should catch up soon. Will wait some reports before pushing it to Google Play.

allgood commented 5 years ago

As I do not have an Android 9 device, can somebody monitoring this issue report if the new release fixed it? Right now it is only available on the github releases page - f-droid haven't build it yet.

both versions (releases and f-droid) will ask for the download of OpenCV Manager, future release on Google Play will embed it.

@callimero @A-W-C-J @CodingEagle02 @agutenkunst @Muhammadhl @dbogdanov @callegar @kai-kb @mario-g98 @mikelpzm