482 Commits

Author SHA1 Message Date
walljm
61709105e3 FEATURE: Adding settings and user profile
* fixed bug in card closing injected during other work
 * fixed modal close
 *
2016-12-01 15:21:07 -05:00
walljm
d92b370326 FEATURE: Added strongs modal popup.
* fixed spaces around punctuation in verse display.
2016-12-01 13:40:04 -05:00
walljm
293c47a71c MAID: Updated to Ionic2 RC3, fixed errors, implemented strongs 2016-12-01 10:39:04 -05:00
jason.wall
1ff43d7dc0 FEATURE: Added Strongs back in in part 2016-09-12 18:13:56 -04:00
jason.wall
aba7058e17 FIX: Updated Ionic to newest revisions 2016-09-12 13:12:25 -04:00
jason.wall
ad639f0b3b FIX: Fixed linking into the app 2016-09-12 10:45:00 -04:00
walljm
88293a43e2 FIX: corrected casing issue 2016-09-10 16:59:18 -04:00
walljm
6a8289ddc8 FIX: Fixed a minor search bug
* updated to new version of android studio
2016-09-10 16:57:09 -04:00
jason.wall
3c7a57b076 FEATURE: Adding a first stab at an IONIC implemenation of DB 2016-05-18 17:15:23 -04:00
jason.wall
10277e4d95 FEATURE: Cleaned up display of references 2016-05-06 20:16:16 -04:00
jason.wall
300c08ffaa FIX: fixed math errors that broke search 2016-05-06 19:57:10 -04:00
jason.wall
4462dd9fcb Packaged up the windows app (now embedded to avoid the ambiguities of other browser setups) 2016-05-04 16:16:48 -04:00
jason.wall
05e3801666 CLEANUP: More vars to lets, type checking 2016-04-26 10:30:37 -04:00
jason.wall
1f2383d2f8 FIX: Final tweaks to typescript refactor.
* added type checking
 * fixed display of multi chapter passages
 * limited display to 900 pxof width for easier reading
 * converted vars to lets
 * removed unused traverse function
 * simplified whats gets passed around with passages and results
2016-04-26 10:24:12 -04:00
jason.wall
a388860e9c Built the apk as a test, upated what was needed to use new version of android studio 2016-04-25 16:47:59 -04:00
jason.wall
ebcc11535f HOUSEKEEPING: Downloaded latest of mongoose, wrote startup script to launch app.
* also removed unused jquerycookie file and moved the qunit css file to css dir
2016-04-25 16:01:01 -04:00
jason.wall
50b6d75aa7 FEATURE: finilize android build
* cleanup and use the new app
 * fixed a few bugs with break on verses
2016-04-25 15:28:42 -04:00
jason.wall
c48acaf7e7 Moved last lib to libs 2016-04-25 15:02:15 -04:00
jason.wall
9abcc7d736 final organization changes 2016-04-25 14:56:56 -04:00
jason.wall
48c3ca45da renaming some things, moving a few things around for organization, making the csproj file smaller 2016-04-25 14:55:47 -04:00
jason.wall
2ac574c5fe more cleanup 2016-04-25 14:47:46 -04:00
jason.wall
e592bc6c7d cleanup 2016-04-25 14:47:30 -04:00
jason.wall
589f10db8b FEATURE: last of the typescript refactor. Everything works now it seems 2016-04-25 14:47:08 -04:00
jason.wall
32baa98391 FEATURE: More work on refactor. Strongs is now working properly 2016-04-25 12:20:17 -04:00
jason.wall
5ff5fc999c FEATURE: adding files 2016-04-22 16:55:08 -04:00
jason.wall
a374748d81 FEATURE: Converted more of the code to Typescript, fixed a number of bugs, converted more of the data to json 2016-04-22 16:54:47 -04:00
jason.wall
aa9686247a Began rewriting the app in TypeScript. Also, converting the rest of the xml over to json 2016-04-20 17:15:14 -04:00
jason.wall
27e4309248 Upgraded android build project. 2014-12-28 12:05:11 -05:00
jason.wall
eb1d271b37 updated build.bat 2014-12-28 09:19:53 -05:00
jason.wall
4413330af1 FEATURE: Added option to display verses by verse or inline. 2014-12-28 08:58:27 -05:00
jason.wall
1f1479ceea BUGFIX: changed javascript:void(); to javascript:void(0) to remove js error in chome 2014-12-26 14:39:19 -05:00
jason.wall
6063a5920b BUGFIX: display and session state issues 2014-12-26 14:27:52 -05:00
jason.wall
bf76ff4f20 BUGFIX: missing tag in xml 2014-12-26 12:47:57 -05:00
jason.wall
a9d41893ed BUGFIX: lots of little issues
* mishandling of missing rmacs
 * mishandling of out of range strongs
2014-12-26 12:43:28 -05:00
jason.wall
78def65e97 removed bible ref parsing test ref from build.bat 2014-12-26 09:42:33 -05:00
jason.wall
38efa19a4a FEATURE: Added swipe left/right to open search/menu
* cleaned up bar to maximize space
  * renamed index
2014-12-26 09:41:15 -05:00
jason.wall
799dd61dbb BUGFIX: nulls in search causing errors
* returned [] instead of null fixes issues
 * cleanup
 * added titles to strongs refs are properly saved to state
 * added terms excluded from search index
2014-12-25 20:03:50 -05:00
jason.wall
f9dc9e5819 BUGFIXES: Fixes a variety of the remaining issues
* css formatting issues
 * upgraded to latest jquery
 * removed requirejs because of incompatibility with jquery mobile
 * multiple bug fixes relating to above
 * search now opens automatically when performing a search
2014-12-25 19:18:38 -05:00
jason.wall
61753ba299 BUGFIXES: All operations now work
* fixed display of search results
   * downloaded jquery files so no longer rely on inet connection
   * fixed storage of references for save/load
   * multiple Bookname misspelled as bookname
   * added return false to avoid page reload
2014-12-24 22:56:03 -05:00
9294028f0b Merge with upstream. 2013-11-16 17:37:29 -05:00
walljm
11b8da6bda - stable spot with everything working.
- still needs styling
 - still need to combine search buttons.
 - need to switch jqueryui dialog for mobile popup
2013-11-16 17:33:31 -05:00
95e424f69f Add some data integrity tests.
* Add new test suite test/data-quality-tests.js
* Make ParseBook exported so I can use it to get data for each book
  This is suboptimal since really the data should be in a look up table
  somewhere but I don't want to tackle that in this change.
* Actually load the json data for each book and test that number
  of chapters exists.
2013-11-16 16:18:36 -05:00
9125607faf Split out the unittests into separate files.
We use nodes require so we have to follow nodes module conventions for test
suites.

* As a result we need to inject the requirejs loader as well as the exports
  object.
* Also we need to move the requirejs setup logic into it's own module
  for reuse.
* The test modules add tests to the exports object for our test runner.
2013-11-16 15:26:49 -05:00
walljm
fe221d8273 - initial take on redesign of db ui 2013-11-16 13:41:23 -05:00
1a12a8f31e Setup unit testing infrastructure using npm
* Add package.json to tell npm what dependencies we need.
* Use npm's test package for the assertions
* Add a test/all.js as our test suite entrypoint.
* Port biblerefparsing tests over to the new unit test framework.
2013-11-16 13:27:56 -05:00
c1da5e6324 Merge upstream. And hook tag form up to the tagging api. 2013-04-27 22:14:34 -04:00
6d6c52db3e Fix up the results saving and restore to be more robust.
Always display passages using DisplayPassage so that UI events get
hooked up correctly.
2013-04-27 18:03:40 -04:00
34de294ed1 Merge in upstream changes. 2013-04-27 17:44:52 -04:00
walljm
0ec6118247 - removed min file 2013-04-27 17:30:03 -04:00
walljm
9f1408a2cd - added slide out menu for tag processing and other things in the future. 2013-04-27 17:29:36 -04:00