Go to file
Bradlee Speice 8137c4795a Fix issues the OsisParser regenerating VerseContent
BookManager is still currently unable to delete books
2014-11-12 00:34:31 -05:00
app Fix issues the OsisParser regenerating VerseContent 2014-11-12 00:34:31 -05:00
gradle/wrapper Revert "Some more build fixes - use Android-Gradle .14" 2014-11-09 23:55:23 -05:00
jsword@2dd8b0c303 Update JSword 2014-11-10 00:17:30 -05:00
jsword-minimalbible@865d8ff6b8 Update JSword 2014-11-10 00:17:30 -05:00
.gitignore Clean up Git a bit 2014-09-01 15:47:49 -04:00
.gitmodules Add the jSword build 2014-07-04 22:25:35 -04:00
.travis.yml Revert "Clean up travis build, hopefully fix the build" 2014-11-09 23:55:29 -05:00
README.md Add a quick note about dependencies for JS development 2014-09-01 15:40:00 -04:00
build.gradle Revert "Some more build fixes - use Android-Gradle .14" 2014-11-09 23:55:23 -05:00
gradle.properties Up the Gradle memory limit 2014-11-11 12:53:02 -05:00
gradlew PoC using reflection 2014-07-06 23:05:28 -04:00
gradlew.bat Add the initial project. 2014-07-04 22:09:25 -04:00
package.json Fix some build issues with the JS 2014-09-01 15:57:57 -04:00
settings.gradle Add the jSword build 2014-07-04 22:25:35 -04:00
setup_js_build.sh Fix some build issues with the JS 2014-09-01 15:57:57 -04:00
wait_for_emulator Forgot the wait_for_emulator script... 2014-07-05 11:23:28 -04:00

README.md

MinimalBible

A Bible app for android designed to be more focused in both UI and feature set. If you want to keep track of the ongoing progress, check out the blog over here!

While checking out the project will be enough to get started for most of the development, if you want to work on the JavaScript backing the actual viewer, please locate and run the setup_js_build.sh script in /app/src/main/assets/.

If you are on Windows and wish to work on Javascript, you must install the Node Package Manager and all dependencies listed in package.json found at /app/src/main/assets.

Travis Build Status