Uwe Trottmann

Results 68 comments of Uwe Trottmann

Filter shows by watch provider with #969

Still appears to work without issues, so leaving it in Play Store for the time being.

Due to Let's Encrypt encryption changes (no more cross-signing of root certificate #1026) images likely are not longer displayed.

Thanks! This is currently not possible as SeriesGuide does not remember when you added a movie to a list or have watched it. For anyone else interested, please thumbs up...

Try to verify this on my own device now that Android 14 has been available for a while.

Yep, also happens on my own Samsung Android 14 device. So leaving the workaround in.

It may be possible to specify a tokenizer that supports Unicode "case folding": https://www.sqlite.org/fts3.html#tokenizer Probably something like `CREATE VIRTUAL TABLE txt2 USING fts4(tokenize=unicode61 "remove_diacritics=2");`. Version requirement: SQLite version 3.7.13 (2012-06-11)...

@TWiStErRob Thanks for the research! Added a comment to the code about that. Maybe I'll add a version check then.

Snackbars: - Removing the window inset listener kind of works `ViewCompat.setOnApplyWindowInsetsListener(snackbar.view, null)`, however the layout has large top and bottom padding then?! - Forcefully setting bottom margin to 0 does...

Thanks for the detailed report! If it's easy to do I'll do it. But my experience here is limited. I'm not sure if just removing all double spaces does lead...