mawaqit / android-tv-app

Prayer times App for Android TV
https://mawaqit.net
Other
34 stars 15 forks source link

Update Dialog Changes: Friday-only Display and Duration Adjustment #1143

Closed YassinNouh21 closed 4 weeks ago

YassinNouh21 commented 1 month ago

Description:

This PR introduces two changes to the app update dialog:

  1. Friday-only Display: The app update dialog will now only be displayed on Fridays. This change is implemented in the startUpdateScheduler method, which checks the current day of the week and only schedules the update timer if it's Friday.
  2. Duration Adjustment: The duration of the dialog has been increased from 30 seconds to 5 minutes. This change is reflected in the showUpdateAlert method, which now takes a Duration parameter set to 5 minutes.