ocreader icon indicating copy to clipboard operation
ocreader copied to clipboard

Please add Notifications

Open chrisppy opened this issue 8 years ago • 3 comments

Could you add a sync interval setting with a notification after the sync if there are new articles?

chrisppy avatar Feb 22 '16 13:02 chrisppy

I second that, it would be great.

djibux avatar Feb 13 '17 07:02 djibux

Automatic synchronization is the only function that prevents me from switching to this app.

ghost avatar Feb 13 '17 09:02 ghost

Sorry for not updating this earlier, I thought I could get away without implementing this :wink:. But apparently lots of people would like to see this.

Some groundwork has to be laid first before this can be implemented:

  • [ ] Add an account using the Android AccountManager [WIP] #62
    • [ ] Add an AccountAuthenticatorActivity to create/manage this account in the AccountManager
  • [ ] Create a stub ContentProvider
  • [ ] Create a SyncAdapter
  • [ ] Add a Service for the SyncAdapter
  • [ ] Move synchronization from the SyncService to the SyncAdapter's onPerformSync method
  • [ ] Add settings to configure the sync interval

Not sure if/when I get around to implementing this, pull requests welcome.

schaal avatar Apr 15 '17 13:04 schaal