Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Please add Notifications #4

Open
chrisppy opened this issue Feb 22, 2016 · 3 comments
Open

Please add Notifications #4

chrisppy opened this issue Feb 22, 2016 · 3 comments

Comments

@chrisppy
Copy link

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

@djibux
Copy link

djibux commented Feb 13, 2017

I second that, it would be great.

@ghost
Copy link

ghost commented Feb 13, 2017

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

@schaal
Copy link
Owner

schaal commented Apr 15, 2017

Sorry for not updating this earlier, I thought I could get away without implementing this 😉. 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] WIP: AccountManager #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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants