Go to file
Bradlee Speice c4dc251ead Add a note on coverage 2014-12-01 23:56:55 -05:00
app Properly rename defaultBookName to Initials 2014-12-01 23:15:40 -05:00
app-test Add a note on coverage 2014-12-01 23:56:55 -05:00
gradle/wrapper Revert back to SDK 20, but use plugin 14.0 2014-11-24 00:32:47 -05:00
jsword@2dd8b0c303 Update JSword 2014-11-10 00:17:30 -05:00
jsword-minimalbible@00b9da93be Scrolling through verses works correctly 2014-11-26 16:50:27 -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 Switch Travis build to Java 2014-12-01 22:35:37 -05:00
README.md Badge it up! 2014-11-17 16:52:13 -05:00
android_install.sh Switch Travis build to Java 2014-12-01 22:35:37 -05:00
build.gradle Forgot to specify 14.2 for Kotlin... 2014-11-24 00:38:00 -05:00
gradle.properties Migrate tests from androidTest to app-test! 2014-11-20 00:52:42 -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 Code coverage is working! 2014-11-17 16:49:28 -05: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 Coverage Status