Johan von Forstner
Johan von Forstner
Great! I have just looked at the AutoCompleteTextView problem and fixed it with the commit 17e0463 (the error was just related to the position `cursor.moveToNext();` which lead to an endless...
I discussed with @raphaelm - probably for the filtering by tag, the best UI would be to add another dialog where one can select one (or multiple) from the list...
> For this, I'm rather confused as to how I could filter by library and tag as well. Since these two details are from different tables, it seems like I...
Nice! Currently the StarContentProvider supports two types of URIs: - `content://de.geeksfactory.opacclient.content/star` - list of starred items - `content://de.geeksfactory.opacclient.content/star/{id}` - single starred item with ID `{id}` As the types of content...
I haven't yet tested it myself and looked at the code in detail, but the UI looks very nice in the video you sent! I added one remark below about...
Not exactly. It can be used to link to the account page in this app for a specific library (if you have an account set up for that library). There's...
Indeed, this is because of the session token. I think the only other API where this is needed is OPEN, where covers sometimes need to be accessed using a POST...
Dass die Karten mehr Platz verbrauchen als die alte, zweispaltige Darstellung, war uns bewusst. Dafür werden jetzt zum Beispiel Buchtitel nicht so leicht abgeschnitten, weil sie eben fast die ganze...
Seit Version 5.0.0 haben wir eine neue Darstellung der Kontoansicht. Das Aufklappen wurde dabei durch das Öffnen eines Dialogs mit allen Details ersetzt und sollte nicht mehr ganz so lange...
Hm, yes, text shadow might have some bugs with the multiline functionality of the `CollapsingToolbarLayout` (something we originally [developed ourselves](https://github.com/opacapp/multiline-collapsingtoolbar/) and eventually [got merged into the Material Components library](https://github.com/material-components/material-components-android/pull/413)) -...