summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix manifest.jsonHEADmasterMatěj Cepl2024-08-2216-24/+204
|
* Add images/Anonymous_praying_hands.svgMatěj Cepl2023-01-221-4/+4
|
* Convert into a proper web application according to the 2022 fashion.Matěj Cepl2022-03-3124-236/+9455
| | | | Thanks to https://favicon.io/favicon-converter/ for generating all icons.
* Remove obsolete appcacheMatěj Cepl2022-03-312-4/+3
|
* improve fetch handlerMatěj Cepl2019-01-011-4/+24
|
* Fix typoMatěj Cepl2018-11-171-1/+1
|
* Add display: "standalone" to the app manifest.Matěj Cepl2017-08-262-1/+2
| | | | https://developer.mozilla.org/en-US/docs/Web/Manifest#display
* Switch Biblical translation to CzeB21Matěj Cepl2016-11-152-5211/+5288
|
* Scroll to the top of the page after showing the new psalm not beforeMatěj Cepl2016-01-263-4/+3
|
* Update sworker.js after reset to ServiceWorker version.Matěj Cepl2016-01-201-1/+1
|
* An attempt to fix ServiceWorkers, but it is broken. Somewhere.Matěj Cepl2016-01-191-11/+14
|
* Remove support for deprecated navigator.mozApps.install.Matěj Cepl2016-01-065-44/+2
|
* Use absolute URL for manifestMatěj Cepl2016-01-062-2/+2
|
* Add W3C web app manifestMatěj Cepl2016-01-066-2/+154
|
* Change "otrok" to "služebník"Matěj Cepl2015-12-302-6/+6
| | | | | | | | Yes, this is changing text of the Bible, but I just cannot stay the use of word "otrok" (slave) instead of "služebník" (servant) for my daily reading. Fixes #3
* Apparently forgot to add jsconfig.json when upgrading Babel.Matěj Cepl2015-12-301-0/+6
|
* Remove some unnecessary debugging statements.Matěj Cepl2015-11-162-24/+0
|
* Replaced the service worker implementation by the one by Jake Archibald.Jake Archibald2015-11-161-46/+32
|
* Prune unused transform babel plugins.Matěj Cepl2015-11-162-9/+1
|
* Replace appcache with SerivceWorkerMatěj Cepl2015-11-164-20/+64
|
* Upgrade to Babel 6 (and include module config into repo).Matěj Cepl2015-11-165-3/+73
|
* Add favicon.icoMatěj Cepl2015-11-164-2/+5
|
* Reindent index_en.htmlMatěj Cepl2015-11-162-6304/+6304
|
* Add a draft of the English module.Matěj Cepl2015-09-232-1/+9058
| | | | Still, no true multilinguality.
* Refactor out some zalmy.display() to ActivePage.display()Matěj Cepl2015-09-233-8/+18
|
* Add a screenshot of the app for Firefox MarketplaceMatěj Cepl2015-09-121-0/+0
|
* Add appcache_path variable to the app manifest.Matěj Cepl2015-09-122-1/+2
|
* Add in-page installation.Matěj Cepl2015-09-125-8/+18
| | | | Fixes #1
* otrok -> služebníkMatěj Cepl2015-08-222-51/+52
| | | | Ano, to je neautorizovaná změna v textu ČSP, ale já to budu číst!
* Get rid of all remaining parts of TypeScriptMatěj Cepl2015-08-221-29/+31
|
* Switch to Babel and pure ES6.Matěj Cepl2015-04-209-422/+34
|
* Deal with Navigator type.Matěj Cepl2015-02-162-3/+7
|
* typo: it is id not class.Matěj Cepl2015-02-161-1/+1
|
* An attempt to add self-installing button.Matěj Cepl2015-02-154-5/+35
|
* Make Psalm reader working.Matěj Cepl2015-02-124-37/+32
| | | | | Mainly Psalm.display must work with cur_psalm not cur_section (to get all goodies from the getter).
* Don't use brickMatěj Cepl2014-11-146-5178/+1
|
* Add a better comments and ignore generated files.Matěj Cepl2014-11-138-207/+12
|
* Upgrade icons to lighter and more sizes.Matěj Cepl2014-10-267-9/+13
| | | | | Conflicts: zalmy.appcache
* Switch scrolling and switching page to avoid blinking.Matěj Cepl2014-05-177-5/+41
| | | | Fixes #324
* We have new domain, yay!Matěj Cepl2014-05-085-17/+88
|
* Switch to the relative size of fonts.Matěj Cepl2014-04-072-2/+2
|
* Psalm .next() and prev() methods should set this.cur_psalmMatěj Cepl2014-03-018-41/+43
| | | | Parent’s .next() and .prev() don’t call this.cur_psalm setter, which actually makes the display.
* hesla.js shouldn’t be present.Matěj Cepl2014-03-011-2/+1
|
* Rewrite to modular style (and use require.js modules).Matěj Cepl2014-03-0113-256/+2720
|
* Don't scroll to the top when not changing psalm but just scrolling.Matěj Cepl2014-02-253-10/+3
|
* Make the application reload automatically on the update.Matěj Cepl2014-02-253-1/+9
|
* Ignore zalmy.js.mapMatěj Cepl2014-02-242-1/+2
| | | | | | Makes too big diffs and it is not necessary for running the app (we are storing generated zalmy.js just in order to protect against the small chance of typescript dying)
* Scroll to the top of the psalm when showing a new one.Matěj Cepl2014-02-244-2/+4
|
* Add images and webapp manifestMatěj Cepl2014-02-249-0/+64
|
* Cleanup a bit.Matěj Cepl2014-02-246-20/+47
|