isax5 / Hymnal-Xamarin

New version of the adventist hymnal multi-platform and multi-language
17 stars 7 forks source link

Community (GitHub & App) #121

Open isax5 opened 3 years ago

isax5 commented 3 years ago

Community section in the App

danielbair commented 3 years ago

I have content for the Thai SDA hymnal and the Burmeese, too. Also, I have found a French hymnal and another Russian. All in json format. I don't know yet the date of publication of these hymnals.

danielbair commented 3 years ago

I have a working json format for the hymnal data for the lyrics that stores each lyric verse line and refrain separately, thus eliminating html in the json data, and allowing the display to repeat each refrain after each verse programatically making it easier to read and scroll.

I have refactored your json hymnal data to this format if you want to do this.

danielbair commented 3 years ago

Also, I have implemented a presentation mode display (like a powerpoint display).

All my code is in javascript/typescript as I have been working on an app built with ionic/cordova, but I like your app better.

danielbair commented 3 years ago

BTW, the thematic list for the Thai (and possibly the Burmese) is not in order (i.e. not a range of pages, but a list of individual pages fitting the theme). Right now your thematic list format only supports a start and end range.

isax5 commented 3 years ago

I see, we can do something about it

Can you send me the thematic list? I have some ideas