zandy
zandy copied to clipboard
Zotero on Android
Hi, this issue has relation with #160 A data loss problem occurs when data is accidentally deleted or state variables are accidentally assigned with default or initial values. This issue...
Data loss while using the app (input text disappears and menu title change after on-screen rotation)
When I perform these sequences of events, the input text disappears, and the menu title change after on-screen rotation: 1. Go to the Main activity 2. Tap in View Items...
I have my paper library setup as linked attachments sorted into a human readable file structure. It would be awesome if I could tell Zandy to look for attachments in...
If I rename a collection in Zotero, Zandy still syncs its contents correctly but keeps the old collection name.
I am using a self-hosted nextcloud instance behind a vpn that does not use https. When I try to view pdfs through zandy I get the following error: "File download...
Reported via email: > I have a problem syncing subcollections. > When I move a subcollection in zotero, this is not reflected in Zandy, not even a week later. Items...
Apparently Android's HttpURLConnection only supports basic authentication, not digest. https://code.google.com/p/android/issues/detail?id=11140 So to support digest, it looks like you'd have to do something trickier. Maybe this? https://gist.github.com/slightfoot/5624590 Or we could just...