NineWorlds / serenity-android

An Android client for the Plex and Emby Media Servers optimized for Television displays.
MIT License
177 stars 65 forks source link

Migrate from PriorityJobQueue to Repository and Coroutines. #420

Open kingargyle opened 5 years ago

kingargyle commented 5 years ago

Android Priority Job Queue now recommends the Android WorkManager API.

kingargyle commented 4 years ago

Most of this is done, there are some possible issues with playback and progress that are keeping this from being merged. One #428 is completed, relook at merging the necessary changes back into develop.

kingargyle commented 3 years ago

Need to migrate to a Repository Pattern and Couroutines for several of these.