Johan von Forstner
Johan von Forstner
Das ist bei jedem System anders. Manchmal gibt es Medien-IDs, oft ist es aber auch die Position in der Liste (und die kann sich ändern). Im Moment prüfen die APIs...
maybe not as an option in settings, but as a switch in the actual favorites list When we later implement tags in the media list, the account could be just...
Hi, thank you for the suggestions. Unfortunately, both libraries use software for their online catalogues that our app doesn't support yet. The catalogue software the university library uses is *ExLibris...
@Poussinou Very nice, thank you! We'll look at it soon and include it in the next update of the app :)
@Poussinou I have now included the French translation in the app. Thanks!
Since version 1.11.1, Jsoup [replaces " " (`" "`) characters with spaces](https://github.com/jhy/jsoup/commit/d3f02400eca1c5cbf84212c46cebcff511536655). This was the cause of two of the test failures, and will probably also affect some implementations in the other...
The test failures should be fixed now, but more testing of the parts of libopac not covered by the automated tests is required (see above).
@raphaelm You updated JSoup in 11833f3234, have you tested if this doesn't break anything? Especially the ` ` replacement mentioned above may be important for some of the APIs. At least...
see also #639 for other things broken by the dependency upgrade
Ah, okay. Regarding Stetho issues: I think a recent Chrome update broke it, also noticed that in https://github.com/johan12345/EVMap. It still works in other Chromium-based browsers though (Microsoft Edge, Brave). These...