60 Commits

Author SHA1 Message Date
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
2f9c9900f4 FEATURE: Create, Edit and Store notes 2019-11-29 20:09:42 -06: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
88fbea6824 MAID: clean up a couple things 2019-01-09 09:27:08 -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
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
jason.wall
fa4ac84c57 FEATURE: Create an initial typeahead feature 2018-04-19 11:05:23 -04:00
walljm
9335b1f9c9 FEATURE: Added support for changing the font. 2018-03-16 19:21:43 -04: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
5b621dda80 FEATURE: Toggle showing the verse numbers 2018-01-06 01:30:06 -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
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
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
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
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
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
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
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
755aa28c3b PERF: Moved query logic into components and used promises
* this should keep the memory foot print lower when saving pages
  * fixed some strongs display issues

  TODO: need to put error display logic in the individual components
2017-01-24 16:43:58 -05:00
jason.wall
c800084da2 FEATURE: Added swipe back in on the title 2017-01-23 14:29:31 -05:00
jason.wall
5493c07db5 FEATURE: Dynamically calculate the height of search box to accomodate small data sets and different screen sizes. 2017-01-23 14:05:59 -05:00
walljm
979f9d3010 FIX: missed a couple references in the templates when i simplified componend data passing 2017-01-21 13:14:09 -05:00
walljm
a6b585eba0 FEATURE: Simplified component data passing, added break on verse option 2017-01-21 02:21:44 -05:00
walljm
002a64106f FEATURE: Added icons, Update page with current results, current page label
* fixed colors, some bugs
 * moved saved pages action to actions menu
 * updated settings with nicer buttons/layout
2017-01-21 00:15:00 -05:00
walljm
1947ab51a2 FEATURE: Added links to strongs #s in strongs reference display
* cleaned up the code in the utility
  * added break in menu to dilineate saved pages
2017-01-20 18:57:02 -05:00
jason.wall
72207e327d FEATURE: Added ability to save pages...
* added db solution
2017-01-18 17:51:06 -05:00
walljm
7ce775059f TESTS: moar tests... 2017-01-16 21:36:22 -05:00
jason.wall
648e731a3c FIX: oops, forgot i has started that 2017-01-04 17:17:56 -05:00
jason.wall
ff6b389a24 FIX: 1 column setting was creating 2 cols. added dotted line to indicate chapter markers. 2017-01-04 17:11:49 -05:00
jason.wall
7793e07c4e FEATURE: added responsive logic to css for passage, strongs, words to change size and columns depending on width
* fixed splash image
2017-01-04 15:38:36 -05:00
walljm
65e8371a91 FIX: fixed splash/icon, fixed scroll performance issue, added loading modal 2017-01-03 23:51:25 -05:00
walljm
1ee8f63350 FEATURE: Added splash/icon and minor ui tweaks
* added color shading to titles for easier distinction of card type
 * tweaked the font size range
2017-01-01 10:53:44 -05:00
walljm
1c41a826c7 FIX: Reverted back to original karma/jasmine setup which works... sort of
* fixed bug in strongs modal
2016-12-31 14:50:40 -05:00