futurice / festapp-android

festapp Android client
http://futurice.github.io/festapp-server/
MIT License
12 stars 15 forks source link

Duplicate fetch #81

Closed dwmh closed 10 years ago

dwmh commented 10 years ago

Fixes issue #77.

Moved AlarmManager logic from FestAppService to FestAppMainActivity, as the service duplication happened because of generated Services scheduling new Services.

Also scheduling the repeating services in main activity is much easier to understand.