Daniel Tran
Daniel Tran
I think using a more modern Android version is probably the easiest fix, but the [Processing for Android documentation](https://android.processing.org/whatsnew.html) seems to imply that the minimum supported Android version is 4.2...
> I'm surprised that the `AudioTrack` part doesn't throw an exception as well This might be because I happen to be using both the suggested `AudioTrack` change **and** the commented-out...
The library contains a global constant with some information about the currently supported translations so, while it's not publicly documented (though I suppose it could be if it's useful to...
Good effort, but I don't think directly adding the Apocrypha books into `get_english_chapter_count` is the best way forward, as it's basically saying that all supported Bible translations have these books,...
Thanks for the additional information, the helper script and diff breakdown. The main thinking behind my recommendation is that the translations which have Apocrypha books tend to be inconsistent in...
After a bit of looking around on Bible Gateway and thinking in general about the NRSVUE translation, my current assessment is that **the Apocrypha books are not going be officially...
There's currently an [experimental branch](https://github.com/daniel-tran/meaningless/tree/experimental-support-LSB) that enables support for the LSB translation. I'd expect some more effort to find any other potential quirks, but it looks promising so far.
This translation is now supported as part of #27
If you want to download all the books of a particular translation (excluding Apocrypha books), there's an [experimental script](https://github.com/daniel-tran/meaningless/blob/master/experimental/download_books.py) included as part of the repository that can do this. It...
Regarding the AMP formatting issue with the newline after the verse number, I've raised a support request to Bible Gateway to verify whether this is fixable from their side. Adding...