Go to file
Bradlee Speice e7efd634e3 Add a quick note about dependencies for JS development 2014-09-01 15:40:00 -04:00
app Provide Gson in DI 2014-09-01 15:35:55 -04:00
gradle/wrapper Can't fix tests, fix application instead 2014-07-19 23:27:49 -04:00
jsword@b0d6b287cb Add the jSword build 2014-07-04 22:25:35 -04:00
jsword-minimalbible@a7da87c2bc And I have working text. 2014-09-01 07:58:33 -04:00
.gitignore Initial gulp build system 2014-09-01 10:18:37 -04:00
.gitmodules Add the jSword build 2014-07-04 22:25:35 -04:00
.travis.yml Test cases pass now with the navbar 2014-07-05 15:59:34 -04:00
README.md Add a quick note about dependencies for JS development 2014-09-01 15:40:00 -04:00
build.gradle Add the initial project. 2014-07-04 22:09:25 -04:00
gradle.properties Add the initial project. 2014-07-04 22:09:25 -04: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
settings.gradle Add the jSword build 2014-07-04 22:25:35 -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