DroidKaigi / conference-app-2018

The Official Conference App for DroidKaigi 2018 Tokyo
Apache License 2.0
1.35k stars 332 forks source link

[Assigned] Re-registering SessionAlarm after device reboot. #539

Open nukka123 opened 6 years ago

nukka123 commented 6 years ago

Overview (Required)

This application has a feature that register SessionAlarm for favorited sessions. SessionAlarm uses AlarmManager. Unfortunately, AlarmManager is cleared when a device shuts down.

Therefore, it seems to be necessary to re-register SessionAlarm as a trigger such as device reboot.

Links

takahirom commented 6 years ago

Thanks for reporting much time!We are helped! I think it is important. But 2017 app does not implement that. So, probably we can release without that. If we implement that, Implement the bootcoplete broadcast receiver that starts service. That service get sessions by SessionRepository. And resister SessionAlarm.

zaki50 commented 6 years ago

I'll take a look if no one is working on it.

konifar commented 6 years ago

Thanks! I assigned you!