prajjwaldimri / GithubXamarin

GithubXamarin(GitIt) is a cross-platform application for https://github.com which is built using Xamarin.
GNU General Public License v3.0
985 stars 25 forks source link

Fix notifications algorithm #75

Closed prajjwaldimri closed 7 years ago

prajjwaldimri commented 7 years ago

Currently the notifications background service checks for new notifications which were created since 15 minutes of time. This approach heavily relies on the device having internet connection at all times and the OS firing background service every 15 minutes.