251 Commits

Author SHA1 Message Date
Jason Wall
a033801f29 add support for appending top/bottom and next to item 2020-07-21 21:48:56 -04:00
Jason Wall
1fce38d244 strongs number in passage tooltips 2020-07-21 21:32:29 -04:00
Jason Wall
27878c6412 hook up passages and strongs from within cards 2020-07-21 21:22:33 -04:00
Jason Wall
6a8903f905 add strongs support 2020-07-21 21:15:45 -04:00
Jason Wall
d74b713c1b use local fonts 2020-07-21 19:29:12 -04:00
Jason Wall
216cf880e5 tweak performance
hook up verse picker
2020-07-21 19:12:57 -04:00
Jason Wall
ee28beb886 add verse picker
add settings side nav
add copy text
2020-07-21 18:18:36 -04:00
Jason Wall
1c19b139c8 add action button at the bottom
add font size and family variables
2020-07-20 17:34:02 -04:00
Jason Wall
b283898f8c initial start at porting ionic to angular material. this just deals with the website. i hate ionics new web components. despise isn't to strong a word.
this also introduces a redux pattern into the state management, which should significantly improve the complexity of the prev code.
2020-07-19 18:23:03 -04:00
walljm
87cc470bfa * fix bug in new note link
* clean up and style the create note modal
* add example of references to note
2020-02-01 16:04:23 -05:00
walljm
f5ba1850f8 * fix bug in close code
* style the note (headers should always be sans)
* tweak the add note link in settings
2020-02-01 15:22:48 -05:00
walljm
cfe3d4eaea make long titles readable 2020-02-01 15:21:43 -05:00
2f9c9900f4 FEATURE: Create, Edit and Store notes 2019-11-29 20:09:42 -06:00
2bf90d3a7e Update packages via npm audit fix 2019-11-29 15:53:34 -06:00
walljm
ab775b7264 add resource file 2019-09-05 11:43:39 -07:00
walljm
f767cb4b85 fix minor issues with login 2019-09-05 11:43:27 -07:00
walljm
5cfc34a1f2 fix missing icons/favicon 2019-09-05 11:42:29 -07:00
walljm
91f9e4d91d minor tweak 2019-08-05 14:53:36 -04:00
walljm
4fa1040ea0 * update strongs cross references to pull from kjv source file. there were missing cross references that needed restoring
* fixed display of strongs when there were more than one sn for a given word.
* added ability to look up references in the b:ch:v format
2019-08-05 14:46:30 -04:00
walljm
b0b7b696e9 * fix bug in search history for typeahead 2019-06-23 09:20:08 -04:00
walljm
91dcfe846b Add IOS Icons 2019-02-11 19:19:21 -05:00
walljm
88fbea6824 MAID: clean up a couple things 2019-01-09 09:27:08 -05:00
walljm
5f22f580bd FEATURE: added docker files to build android app and/or just run the app. 2019-01-09 09:26:51 -05:00
walljm
e93c401ffa FIX: update titles 2019-01-02 23:01:48 -05:00
walljm
c15c5988aa FEATURE: improve typeahead. add previous search history. 2019-01-02 22:57:12 -05:00
walljm
f93817a8fc FEATURE: Clean up fonts 2019-01-02 16:08:18 -05:00
walljm
e444a5fddf FEATURE: Move Help and Settings pages to modals
* fixed ton of bugs... apparently i didn't push up the work i did on the mac... and i don't have that anymore.
2019-01-02 15:18:49 -05:00
walljm
5e8d96f716 MAID: remove platforms from source, they change on every workstation anyway. 2018-12-31 21:08:04 -05:00
walljm
62d1bbb8a7 FEATURE: added actions to the passag card, added new font, fixed pages refresh on login, fixed swipe left animation 2018-12-25 09:30:28 -06:00
walljm
bb359d2107 TEMP: Fix the rest of the uppercasing issue 2018-09-28 14:28:26 -04:00
walljm
847f89e4f5 TEMP: Added IOS build platform, partially fixed the incorrect uppercasing of words at the beginning of verses 2018-09-28 12:06:34 -04:00
jason.wall
fa4ac84c57 FEATURE: Create an initial typeahead feature 2018-04-19 11:05:23 -04:00
walljm
ed3d2da887 Added tag v3.1.0 for changeset 0192deca1c41 2018-03-16 19:21:57 -04:00
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