learningequality / kolibri-installer-android

Android wrapper for Kolibri.
MIT License
26 stars 22 forks source link

Resolve issues with foreground tasks getting cancelled #207

Closed bjester closed 7 months ago

bjester commented 7 months ago

Summary

References

Fixes https://github.com/learningequality/kolibri-installer-android/issues/205

rtibbles commented 7 months ago

Goes back to having a single android notification for tasks, and since foreground tasks require an integer ID, it converts the task request UUID to an integer using CRC32

Nice!