11 Commits

Author SHA1 Message Date
walljm
0ad2f1bf41 Merge 2013-04-15 14:31:44 -04:00
89b3a3619b BugFix: End Verse getting corrupted during display in certain cases.
* Give Reference a toString() method.
* Pass a whole reference into DisplayPassage.
* Use the toString() method to display that
  reference in our passage text.
2013-04-14 13:18:58 -05:00
0741b50b4c Cleanup.
* Use the same brace style everywhere.
* Use semicolons everywhere.
* Add myself to the authorship for bible ref parsing.
* Don't use try catch blocks when exceptions are impossible.
* Add some returns for completeness sake when the functions return values
  elsewhere.
2013-04-10 19:39:10 -05:00
walljm
12f9e1194d - minor cleanup of unused vars, formatting 2013-04-09 11:53:04 -04:00
6296781f95 Updated Chapter and Verse parsing to use a proper state machine.
* Functional parsing of the references.
   * Parse out a set of tokens divided into start and end sets
   * Use those tokens to drive a state machine building the final reference.
* Cleaned up formatting. cuddle those curlies!!!
* Fixed test suite to use the dev version of the lib.
2013-04-07 17:56:54 -05:00
jwall@VAPPRCSN015.vap.local
382a2e6541 na 2011-12-01 18:30:11 -05:00
jwall@VAPPRCSN015.vap.local
812569d5af moved android app, so all files are in repository. 2011-11-22 12:23:56 -05:00
jwall@VAPPRCSN015.vap.local
2ef94ada3c fixed small ref parsing error. 2011-11-14 10:03:17 -05:00
jwall@VAPPRCSN015.vap.local
9a5d5992fa corrected bible parsing errors. 2011-11-07 10:36:35 -05:00
jwall@VAPPRCSN015.vap.local
7fd974741a added improved reference parsing, can now find passages across chapters. 2011-11-04 19:19:29 -04:00
jwall@VAPPRCSN015.vap.local
2770805167 initial add 2011-11-01 18:17:02 -04:00