Uwe Trottmann

Results 60 issues of Uwe Trottmann

#839 If history entries are added based on user actions (e.g. this does not affect the initial data merge when syncing with Trakt), check the history API if an entry...

bug

Quoting from an email of a user: > The Following is what Sean from Trakt responded to me. > It looks like SeriesGuide stuffed your account with 213k play history...

bug
needs-info
Trakt

Replace the About screen with a composable function. - https://developer.android.com/jetpack/compose/interop/interop-apis - https://github.com/android/compose-samples - **Check how much app size changes.** - From one dex file to two - Raw AAB file...

App is crashing trying to schedule notification alarms due to users turning off the Alarms & Reminders permission. https://developer.android.com/training/scheduling/alarms#exact-permission-check Potential solution: - display warning in settings if exact alarm permission...

bug

Currently it's possible to share TMDB URLs to shows only.

enhancement
Trakt
TMDB

Then each notification can have full details about show and episode, and dedicated actions.

enhancement

> Starting today, we’re sending a 423 error code for locked user accounts. Apps should instruct the user to contact support (https://support.trakt.tv) so we can fix their account. > >...

enhancement
Trakt

This is an ongoing effort. Nothing is wrong with current code using AsyncTask, new code shouldn't use it. If significantly changing old code, try to migrate away. Migrate to coroutines...

enhancement
info

E.g. wait a day or so before showing it, to avoid confusing users (see below). Or drop unused code and strings completely. Issue: billing API might not return current purchase...

enhancement