Go to file
Bradlee Speice 939af7dc7a Add initial Core project outline 2014-04-14 21:58:41 -04:00
libs Don't use immersive mode, all you really gain is a bit of screen space. 2014-04-13 20:25:54 -04:00
res Don't use immersive mode, all you really gain is a bit of screen space. 2014-04-13 20:25:54 -04:00
src/org/bspeice/minimalbible Don't use immersive mode, all you really gain is a bit of screen space. 2014-04-13 20:25:54 -04:00
.classpath Initial Minimal Bible project files 2014-04-13 16:15:08 -04:00
.gitignore Initial Minimal Bible project files 2014-04-13 16:15:08 -04:00
.project Initial Minimal Bible project files 2014-04-13 16:15:08 -04:00
AndroidManifest.xml Refactor the MainActivity to BibleViewer. 2014-04-13 16:32:35 -04:00
README.md Add initial Core project outline 2014-04-14 21:58:41 -04:00
ic_launcher-web.png Initial Minimal Bible project files 2014-04-13 16:15:08 -04:00
proguard-project.txt Initial Minimal Bible project files 2014-04-13 16:15:08 -04:00
project.properties Initial Minimal Bible project files 2014-04-13 16:15:08 -04:00

README.md

MinimalBible

A Bible app for android designed to be more focused in both UI and feature set.

Project Outline

This outline is intended to show the tasks needing to be accomplished, and give an idea of when releases will happen.

Core:

These are the tasks that will need to be accomplished before the 1.0 major release.

  • Integration with JSword

    • Build JSword
    • Distribute an Android binary that contains JSword and 3rd party libraries
  • Download Manager

    • Bible browser
    • Can download Bibles
    • Can remove Bibles
    • Generate search indexes for Bibles
  • Bible Viewer

    • UI design finalized
      • Use Immersive mode for 4.4+?
      • Panels for footnotes, commentary?
      • Navigation drawer for books?
      • What gestures should be used? (Swipe left/right for chapter search?)
      • How to get to Download Manager / some form of home page?
    • Navigation of books working
    • Can display Bible text
      • Time from launch to viewing text under 5s. Ideally, under 3s. as well.
    • Can use navigation drawer to open a book
    • Infinite scroll between chapters
      • Research how to accomplish infinite scroll
      • Implement infinite scroll

Release v.1 to Play store


  • Search
    • UI design finalized (integration in Bible Viewer, separate activity?)
    • Search functionality implemented
      • Get Lucene search working (included in JSword)
      • Tweak search (fuzzy? Lord -> LORD? Are we actually getting results we want?)

Release v.2


  • Download Manager

    • Download manager can fetch commentaries
  • Footnotes/Commentaries

    • UI design finalized
    • Implement/Show commentaries/footnotes
    • Synchronize scrolling Bible to footnotes/commentaries
      • Is this possible?
      • Implement it!
    • Clicking on note in text opens commentary

Release v.3


  • Settings Manager

    • Night mode?
    • Automatic night mode?
    • Text font/size
  • Home screen

    • Allow access to settings, download manager, and Bible Viewer

Release v1.0
Party!