Commit graph

61 commits

Author SHA1 Message Date
86a051b290 More iOS web app tweaks
* add apple-mobile-web-app-capable meta tag for home screen web app
* set viewport to device-width
2015-10-20 15:37:59 -07:00
9575411593 Hide address bar on mobile browsers 2015-10-20 15:34:58 -07:00
46e474d383 Fix two problems with keypad adding code
* had the if-condition backwards
* fields must be set readonly=false if NOT using keypad
2015-10-20 12:43:13 -07:00
29a6eed349 Only use keypads when on mobile devices 2015-10-20 12:39:46 -07:00
f9b3b05854 Only fetch tweet data once at 37 minutes past the hour
It was triggering for every second at xx:37 (60 times), oops
2015-10-19 01:38:34 -07:00
c1001ba0fe Make the web app take up all available screen space
Had the HTML body set with absurdly huge margins. Now we have
much more space to work with. I also lengthened the button
names so that they hopefully make more sense, now that we have
more space to work with.
2015-10-19 00:01:18 -07:00
e9ad69cb79 Start work on additional features of gem calc
* account for JP daily gem "quests"
* account for events (going to be a crude approximation at best)
2015-10-18 23:41:21 -07:00
dfc2605895 Add unused date.js, and add info on third party code in use to README 2015-10-18 15:58:02 -07:00
3b9f80f6cf Add notes indicating the degree of crappiness of my tweet parsing
"algorithm"
2015-10-18 15:48:10 -07:00
324533a8a5 Clear tier info when clearing timer 2015-10-18 14:23:20 -07:00
fbc0f89c91 Switch to alternate timepicker that works better on mobile 2015-10-18 14:20:29 -07:00
b6dfba391c Even more shortening
Also got rid of the silly "Rank Calculator" title on the
rank calculator, it isn't really needed plus it was the only
page that had a title, which looked strange
2015-10-18 01:57:36 -07:00
9b4b403db9 Shortened some stuff to make web app fit better on smaller screens 2015-10-18 01:56:19 -07:00
eb843939d8 Use field placeholder to indicate optional values instead of HTML text 2015-10-18 01:47:49 -07:00
23624b8553 Switch to jQuery based numpad instead of relying on system keyboard 2015-10-18 01:45:19 -07:00
d5a2292bf2 Further reduce size of number input boxes 2015-10-18 00:20:46 -07:00
84d80ef4db Fix text fields so they don't look so dorky
Now using <input type="number" pattern="\d*" step="1"> so that
the text field will pop up the numeric keyboard on both iOS and
Android. However this makes the "size=<blah>" no longer function.
So we set a fixed size for all <input type="number"> text fields
using CSS. Kinda hackish, but it works.
2015-10-17 22:54:12 -07:00
c07d35921a More iOS prettifying
* using <div> instead of <textarea> for gem verbose area, and
  formatting the verbose reports using HTML
* fix some mismatched div's and (try to) reindent html (need a
  better html reindenter)
2015-10-17 22:43:51 -07:00
89b972ddc7 Add notes that EXP values are optional 2015-10-17 22:12:54 -07:00
1a69c3dd40 Add stuff to make this into an iPhone home screen web app 2015-10-17 19:45:57 -07:00
260e53203b Usability fixes for iOS devices (and possibly Android)
* change viewport so that the page renders in large font without needing
  to scroll (nowhere near "real" responsive web UI, but good enough for
  now)
* use numeric keypad on all numeric entry fields
2015-10-17 17:54:11 -07:00
27e1044aae Add a index redirect page 2015-10-17 16:10:58 -07:00
c8db2e1f01 Add status message while tier cutoff data is being updated 2015-10-16 04:38:22 -07:00
0eb8ba2ab7 Fetch @sifen_trackbot tweets at 37 minutes past the hour
1 minutes' worth of slop is more than enough, it seems to be
pretty timely with its updates
2015-10-15 02:38:34 -07:00
0953aa809b Add hourly updates from @sifen_trackbot to event timer
This is VERY hackish, it was literally a "gee wouldn't it be
cool if it could do this? *whip out editor and start coding like
a madman*" things. But it works (for now). Needs a lot of future
proofing (and general rewriting) though.
2015-10-15 02:35:30 -07:00
679ab68e2e Improve time display logic 2015-10-14 12:52:47 -07:00
4b87fe5a7b Finish the web app
Remove the "the web app is not complete" message since it is now
complete. Also remove some bogus comments and add copyright, etc.
to the JS file.
2015-10-13 19:32:14 -07:00
4e28f534e3 Add event timer 2015-10-13 19:29:17 -07:00
8e6f7a4365 Rename sif-tools to sif_tools because, consistency. 2015-10-13 18:27:37 -07:00
b8185d3c2f Finished card level calc 2015-10-13 16:53:06 -07:00
f75232aab2 Add love gem calc web app completion status to README 2015-10-12 22:39:28 -07:00
58e006f0b4 Add "when will you have X gems" calculator 2015-10-12 22:36:11 -07:00
a4f93a1063 Partially working Love Gem calc
The "how many gems will you have on date X?" part works.
The "when will you have N number of gems?" is still to be done.
2015-10-12 21:52:35 -07:00
210d86a99d Update README with web app stuff 2015-10-12 19:54:22 -07:00
e40ac65186 Add a basic web app (currently only Rank Calc works) 2015-10-12 19:53:23 -07:00
4ec8b10216 Move everything into command line dir 2015-10-12 13:07:14 -07:00
a11c922880 Snark++ 2015-10-12 06:30:09 -07:00
aac6d393a3 Misc fixes 2015-10-12 06:29:40 -07:00
51e60b62fe Fix ANOTHER annoying typo. Gahh! 2015-10-12 06:14:34 -07:00
c7153a778a Fix silly typo 2015-10-12 06:06:37 -07:00
dfedaaf249 Fix SIF addresses 2015-10-12 06:03:20 -07:00
836bb886af Fix incorrect usage message for gemcalc 2015-10-12 05:55:44 -07:00
9c3cfed840 Clarify format of date for gem calc 2015-10-12 05:54:23 -07:00
8337f0bbc5 Fix wrong indent level 2015-10-12 05:53:13 -07:00
1fd40c90c0 Add love gem calculator 2015-10-12 05:52:00 -07:00
aa0ea76913 Remove silly debug print's 2015-10-12 05:51:52 -07:00
b608a14312 Add SIF info 2015-10-12 04:50:03 -07:00
ad2e819ab2 Add note about UTC time 2015-10-12 04:40:29 -07:00
66d5a35932 Hopefully complete README 2015-10-12 04:36:38 -07:00
82affe75c0 Add note about OS dependent parts of code 2015-10-12 04:27:33 -07:00