AndBible / and-bible

AndBible: Bible Study
https://andbible.org
GNU General Public License v3.0
551 stars 193 forks source link

Feature: Monthly reading plan that automatically restarts #934

Open pinstall opened 3 years ago

pinstall commented 3 years ago

Requesting that this popular reading plan be implemented for people who follow the daily proverbs reading habit.Due to people's continual use and cycling through of this reading plan , monthly, it may have a unique demand as opposed to regular reading plans. For example, I set up a reading plan in another bible app, but after the end of the month, I had to reset the starting date every time for the first of the month. Whenever there are months that do not have 31 days, the user also has to reconfigure.

So, here is the reading pla: The calendar day # is the proverbs chapter number that is read for the day.

I wrote my own program a while ago, but it is locked into my old phone. Here is the general logic I used for it:

Check today's day #. Open proverbs Chapter (# of today's day)

THat's it. I hope you understand what I'm describing and I ohpe that Andbible can implement this feature! I have not seen it in any bible app so far.

pinstall commented 3 years ago

(Restarts & remains synched to calendar day)

pinstall commented 2 years ago

Can you direct me to the relevant files? I would like to see the code and see if I can help.

tuomas2 commented 2 years ago

@timbze can clarify but if you install Android Studio and load project there, you can find reading plan stuff by searching ReadingPlan (ctrl+shift+n and type readingplan).

timbze commented 2 years ago

@tuomas2 is correct, and I think the main reading screen is called DailyReading

pinstall commented 2 years ago

hey guys, if it helps at all, here is the app i made that does what i am talking about. https://github.com/pinstall/Proverbs_1