-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Android client crashed when scrolling #905
Comments
Could you please append a logcat log, as with this description there is unfortunately no way to figure out the real reason... |
I can append anything, but I dont know where to find this log. |
http://wiki.cyanogenmod.org/w/Doc:_debugging_with_logcat |
I have downloaded this tool and tried to record the crash. But there was no On March 2, 2015 10:44:50 AM tobiasKaminsky notifications@github.com wrote:
|
Is it in a folder containeding images? here's a log, hope it helps: Have also sent multiple reports to gplay - maybe the devs get them and could put the erros on github. |
@davivel Is there a way to get those reports intergrated here in github? |
Same issue here. Log cat when it crashes: 03-13 10:30:03.406 2480-2480/com.owncloud.android E/AndroidRuntime﹕ FATAL EXCEPTION: main |
Hi all, thanks for your feedback. Sorry for the inconvenience. |
Use of ViewHolder and not inflating each View when it is shown, pervents the app from crashing. But there still is IO lag when loading images from disk cache and the scrolling is not a great user expirance. |
Hello, i have the same issue on v 1.7.1 (with nexus 5 and android 5.1.0) and a similar logcat than @Skymania but a bit larger ^^. |
This should be resolved by #955 |
Hi @bremenpl, @shoeper, @Skymania, @Joriks, We are working to fix the thumbnails problems |
Hi everybody, we've included some fixes in our develop branch to avoid this crash. So I close the issue. |
Hello there,
I am using the Android Owncloud client in lastest available on the google play version (1.7.0). I am using Samsung s3 with Cyanogen 11. I have a folder it owncloud where I have over 700 pictures. When I enter that folder in the android client and start to scroll through the pictures fast, the app crashes.
The text was updated successfully, but these errors were encountered: