Michael Johnston
Michael Johnston
Some code made it in to the app for handling this. If you set the read only permissions on the API key, the app won't crash or try to write...
F-Droid is a no go because of my use of non-free libraries (mainly google analytics) Providing APKs has a slight issue in that I don't have the same signing key...
This is a good idea. I am currently working on something else so it will have to wait On Fri, 10 Jan 2020, 00:05 dbonattoj, wrote: > Hello! > It...
I would suggest that you use a PDF editor app like Xodo which will write your annotations directly to the file and Zoo should be able to detect those changes...
That line prints when the file can't be opened or it's 0 bytes long. Judging by the null pointer exception it's because the app couldn't open the file. Are you...
It could potentially be an easy fix, https://stackoverflow.com/questions/39963294/attempt-to-invoke-interface-method-int-android-database-cursor-getcount-on-a are you willing to test a custom APK for me? [test build for attachments.zip](https://github.com/mickstar/Zoo-For-Zotero/files/5805057/test.build.for.attachments.zip) b210b94af1ce9e14ff2b3172c4d2c2f25b7dbf93
Yes, it's in the prior post, test build for attachments.zip Edit: Nevermind this likely won't fix your issue, android 6.0 is too old for this fix.
They should be synced. How it works is * The app checks for file changes for the last opened attachment * If it detects a change, it offers to upload...
Turn on "check attachment integrity" I stopped checking the attachment's md5 hash before every open (because it was slow) but now it means the app doesn't know if the file...
since the app is read only im not too concerned about that right now, I do have plans to add item editing and when that comes I will fix the...