418 Commits

Author SHA1 Message Date
walljm
9335b1f9c9 FEATURE: Added support for changing the font. 2018-03-16 19:21:43 -04:00
walljm
374af296d3 FIX: Fixed display issues with settings 2018-03-04 18:50:55 -05:00
walljm
ec9707e6de FIX: Adjusted the font size of the settings, add some icons 2018-03-04 18:21:24 -05:00
walljm
4de4039d6e FIX: Bug Fixes
* fixed misspelling of Titus in verse picker
 * fixed paragraph heading option being ignored
 * added option to sync items
 * adjusted max width of the cards, as multiple columns is difficult to navigate or read.
 * fixed sync| we now use a simple method where we take whatever is on the server.
               this will result in lost pages if you save pages when logged out then log in,
               but it works better than any other method for now.
2018-03-04 16:48:42 -05:00
walljm
7a0bc2f2b2 FIX: Fixed performanc bug in paragraph support.
* apparently, if you do an ngFor on the result of function call that
    returns a new array each time its called, it will screw up the template
    watching code such that every action will necessitate a rerendering
    of the information even if it hasn't changed.
2018-03-03 21:13:51 -05:00
walljm
5a54a1a803 FEATURE: Add options to hide paragraphs and para headings 2018-01-19 23:48:51 -05:00
walljm
2542da4ac0 FIX: There was some issue with cordova android 7.0.0 that was preventing the build. going back to 6.2.3 2018-01-19 23:47:57 -05:00
walljm
f38d8c1b21 FIX: Fixed perf issues with remote syncing
* added longer timeout, in case older devices are unable to load the index.html file quickly enough
2018-01-19 21:17:52 -05:00
walljm
5b621dda80 FEATURE: Toggle showing the verse numbers 2018-01-06 01:30:06 -05:00
walljm
1156b32c28 FIX: Fixed issue with firebase login in cordova, and merge problems 2018-01-06 01:08:32 -05:00
walljm
e1e05fffc2 BUILD: Update build script 2018-01-05 04:23:15 -05:00
walljm
c86bcc5fe6 MAID: Fix build errors, update to Ionic 4 and Angular 5 2018-01-05 04:20:09 -05:00
6a82a4e98a FEATURE: Wire In Firebase support. 2017-11-22 18:30:09 -06:00
46099bbf32 Add AngularFire2 so we can use it in our ionic application. 2017-10-22 14:52:24 -05:00
walljm
bb11af767b FIX: fixed issue with reference parse, fixed issue with display of search buttons in browser 2017-09-05 19:05:47 -04:00
jason.wall
ca2627a7b6 FIX: Fixed verse picker width, fixed search index issues, fixed selection 2017-08-27 19:37:53 -04:00
jason.wall
cb0ec0fc12 this works... xwalk version 23 2017-08-25 16:46:07 -04:00
jason.wall
85e19fec4a MIAD: i don't know why these keep changing 2017-08-24 10:54:56 -04:00
jason.wall
83b33958c4 MAID: tighten up syntax per the linter, fix a couple of minor display issues
with verse picker, removed call to stemmer.js in index.html, updated
  to ng-template tag as template had been deprecated
2017-08-24 10:54:15 -04:00
jason.wall
0bd82de4ac MAID: minor fixes, added a space after word Error for error text on cards 2017-08-23 19:41:32 -04:00
jason.wall
c3ddd41b48 FEATURE: Implemented stemming to improve search results 2017-08-23 19:30:30 -04:00
jason.wall
7c91fc472c MAID: cleanup uneeded last verse code now that you store that data in Reference 2017-08-23 18:02:25 -04:00
jason.wall
e3b84c7913 FEATURE: Added a verse picker 2017-08-23 17:53:03 -04:00
jason.wall
72138ae018 BUILD: more files to add/remove 2017-08-22 18:14:42 -04:00
jason.wall
99036151f6 BUILD: Upgraded to Ionic 3 and Angular 4 2017-08-22 10:25:12 -04:00
jason.wall
13470939aa FEATURE: Started working on a verse picker 2017-08-21 17:21:21 -04:00
jason.wall
271f759743 FIX: Tweaked display of prev, expand, next icons. Fixed apostophe and - handling in the text 2017-08-11 16:01:33 -04:00
jason.wall
a058def2f4 Added tag v3.0.0 for changeset 9d12af3cfaf8 2017-08-07 16:43:14 -04:00
jason.wall
d3757cdff1 MAID: Cleaned up syntax of file 2017-08-07 16:42:12 -04:00
jason.wall
4be73ab2a6 FEATURE: Add Settings to right fold out menu 2017-08-07 16:30:03 -04:00
jason.wall
433da00bf4 FEATURE: added next, expand, prev actions on the passage card.
* cleaned up some files
 * added typings to manage typescript definitions
2017-08-07 16:16:15 -04:00
Jacob Pike
274cecb598 DynamicBibleUtility - Adding Strong's numbers to geolocation data. 2017-04-11 17:45:37 -04:00
Jacob Pike
b67e52950a DynamicBibleUtility - Adding initial geolocation JSON creation.
Still need to incorporate Strong's numbers.
2017-03-04 17:42:33 -05:00
jason.wall
8fb3388392 BUILD: Adding the android build info. for some reason android doesn't build with crosswalk properly on my desktop. 2017-01-31 17:36:19 -05:00
walljm
b006b780b1 FIX: fixed name of help page 2017-01-31 17:32:17 -05:00
walljm
feb3b88a3b HELP: added help, fixed id 2017-01-31 17:06:53 -05:00
jason.wall
77345942a3 HELP: Added more help documentation 2017-01-31 14:47:07 -05:00
jason.wall
2293807bfe FIX: bug fixes
* fixed bug in strongs modal where item crossrefs is sometimes null (not all
        strongs numbers relate to a word used in the bible, some are just roots
        of words used in the bible)
 * fixed bug in links.  forgot to update event reference to ui update function
        when i changed it.
2017-01-31 14:16:51 -05:00
6e48e85de2 Add some word_service tests. 2017-01-29 18:37:12 -06:00
walljm
057a0180ac HELP: improved help page. 2017-01-28 12:16:39 -05:00
walljm
55effbef56 MAID: make code look cleaner 2017-01-28 11:47:10 -05:00
walljm
e6a3d1b2c0 FEATURE: added an animation on card close, added help page 2017-01-28 11:42:48 -05:00
jason.wall
3e0a8cea25 FIX: indent translated as n words, fix color of ios menu buttons, fix title button icon spacing 2017-01-27 23:39:55 -05:00
jason.wall
3a536526c3 FIX: fixed bugs in strongs modal, tweaked display of scroll bars, text in strongs 2017-01-27 23:19:42 -05:00
walljm
79a757f765 FEATURE: added error reporting to the individual components 2017-01-26 22:26:48 -05:00
walljm
53f6218fa6 MAID: updated version numbers, fixed the way the promises were returned. 2017-01-26 21:14:55 -05:00
walljm
d0d597f78c GUI: Fix it so all platforms show same styling 2017-01-26 01:35:41 -05:00
walljm
7aa83dbd20 FEATURE/PERF: move more things into promises, so the menu closes immediately.
* only load strongs into modals if you're clicking on a link
  * change size of strongs cross refs dynamically
2017-01-26 01:16:26 -05:00
jason.wall
e4044838c5 FIX: properly migrate old settings 2017-01-25 23:20:20 -05:00
jason.wall
632ee22189 PERF: implemented OnInit on search page to speed up load 2017-01-24 17:47:26 -05:00