-
Notifications
You must be signed in to change notification settings - Fork 4
/
texts.js
68 lines (68 loc) · 4.53 KB
/
texts.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
var appCL =
'If you find a bug, or have a suggestion, please let me know at '
+ '<a class=ubLink href="https://github.com/StewVed/calorieCalculator/issues" target=_blank>GitHub Issues</a>'
+ '<hr>'
+ '<p class="B C">23rd August 2019</p> '
+ '<ul><li>' + zImp + 'Changed the target calories from 600 to 20% of your maintenance, which is much more accurate for your individual weight changing.'
+ '</li><li>' + zImp + 'reworded some of the tooltips and made the Weeks to Target tooltip calculate 10% your your maintenance for increase/decrease to tailor weight change.'
+ '</li><li>' + zDev + 'A few backend adjustments here and there for the latest developments to the global files again.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">2nd April 2017</p> '
+ '<ul><li>' + zDev + 'A few adjustments here and there for the latest developments to the global files.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">28th March 2017</p> '
+ '<ul><li>' + zDev + 'Adapted the project to use the Global general files.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">14th March 2017</p> '
+ '<ul><li>' + zImp + '(Not yet tested) calculator should move above an on-screen keyboard now, and make sure that where you are editing stays on the screen.'
+ '</li><li>' + zDev + 'Ripped out the service worker activated events that simply never fire, and replaced with localStoage version checking.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">13th March 2017</p> '
+ '<ul><li>' + zNew + 'Replaced outdated and inaccurate (for non-average body-types) BMI, by universally more accurate Target Body Fat.'
+ '</li><li>' + zImp + 'Many small UI improvements.'
+ '</li><li>' + zImp + 'Tooltips should now be placed on whichever half has more space.'
+ '</li><li>' + zDev + 'Yet another go at getting the app let the user know when the app has successfully updated.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">8th March 2017</p> '
+ '<ul><li>' + zImp + 'Tooltip tweaked quite a bit, and it's smooth fade-in was re-added.'
+ '</li><li>' + zImp + 'Greyed out Hips input for males as hips measurement is only used for females.'
+ '</li><li>' + zBug + 'Ignored resize calls when an input is focused. (likely caused from device's on-screen keyboards).'
+ '</li><li>' + zBug + 'Added the Neck, Waist, and Hips inputs to the inch/cm converter (fool... forgot!).'
+ '</li><li>' + zBug + 're-added code for letting the user know if the app has been updated, and user will see the new version after restarting the app.'
+ '</li><li>' + zBug + 'app font can get bigger again after not enough hight makes the font smaller.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">7th March 2017</p> '
+ '<ul><li>' + zNew + 'Date Of Birth implemented for age. This makes for more accurate age, since you no longer have to keep updating it yourself as time goes by.'
+ '</li><li>' + zNew + 'As a little bonus and double check, your calculated age is shown by DOB. to 2 decimal points'
+ '</li><li>' + zNew + 'Finally got round to making the app it's own Favicon!'
+ '</li><li>' + zImp + 'The settings <q>hamburger</q> button now has an opaque background, so it can be seen more easily.'
+ '</li><li>' + zImp + 'font scaling is back to being the entire app, including <q>toast</q> popups, and settings.'
+ '</li><li>' + zImp + 'make the gradients more pronounced on the inputs. (rounded backgrounds).'
+ '</li><li>' + zImp + 'A bit more work to the tooltip system, and also improved tooltip descriptions here and there.'
+ '</li><li>' + zBug + 'fixed an issue with the <q>toast</q> popup, where we could not click any buttons.'
+ '</li><li>' + zDev + 'Tab and Return/enter should now remove input focus. Hopefully this will close on-screen keyboards on mobile devices.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">5th March 2017</p> '
+ '<ul><li>' + zNew + 'Tooltips now functional (styled like the input windows)'
+ '</li><li>' + zImp + 'Hopefully, if the available screen area isn't high enough, the app will scale smaller until it does fit.'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">4th March 2017</p> '
+ '<ul><li>' + zNew + 'Added Body-Fat calculation (US Navy 2012).'
+ '</li><li>Tooltips not quite implemented from adapting the code from my Webtop. that is next I hope!'
+ '</li></ul>'
+ '<hr>'
+ '<p class="B C">3rd March 2017</p> '
+ '<ul><li>' + zNew + 'Made the app stand-alone, Open Source, and put it on GitHub.'
+ '</li><li>' + zDev + 'Used my latest Development code from my Toddlearner project as the base, so this app can be used offline and just like a native app.'
+ '</li></ul>'
+ '<hr>'
+ 'Earlier development (from a year or two ago) was as a part of my Webtop.'
;