From 571c27a64e8452a58a05d85bf40e1d7885d2dd1b Mon Sep 17 00:00:00 2001 From: sijanec Date: Mon, 8 Jun 2020 22:43:11 +0200 Subject: added update mechanism, DO NOT MERGE b4 seeing commit notes! this "update mechanism" only deletes old caches. old means caches that are caches with names other than the name in cache_name.txt. It is important not to cache cache_name.txt and always serve it with HTTP headers that allow no HTTP level caching. Update checking occurs every 300 seconds and if a new cache is released and sw.js is not reinstalled, this timer will clear the cache. the old update method did not work since it relied on sw being reloaded often, which is not the case on iPhone devices, where Safari runs almost the whole uptime of the phone and it's not common for people to shut down their precious little iPhones. it worked on android as android is known for killing apps and chrome is no exception. --- assets/pages-src/about.bvr | 248 ++++++++++++++++++++++++--------------------- 1 file changed, 133 insertions(+), 115 deletions(-) (limited to 'assets/pages-src') diff --git a/assets/pages-src/about.bvr b/assets/pages-src/about.bvr index 26b5957..7c0ddb3 100644 --- a/assets/pages-src/about.bvr +++ b/assets/pages-src/about.bvr @@ -1,133 +1,151 @@ <@?i global@> - - - - - - - - About « BežiApp + + - - - - - + + + + + + About « BežiApp - - + + + + + - - + + - - - - - + + - - - - - + + + + + - - + + + + + + + + <@?i navigation@> -
-
-
-

- BežiApp -

- -# I agree, will make a script -
version <@?g app_version@>
-
-
-
-
- +
+
+
+
+
    +
  • +
    + translatorsForThisLanguage - miscTranslationLanguage +
    +
  • +
  • + + miscTranslationAuthors + +
  • +
+
+
+

^HEAD <@?g latest_commit@> - +

-
- + + - + \ No newline at end of file -- cgit v1.2.3 From 84aae4ca1449c2cee942a49a0721e5b615f2a0c2 Mon Sep 17 00:00:00 2001 From: sijanec Date: Tue, 9 Jun 2020 11:24:38 +0200 Subject: code editor auto indentation fucked up bvr comments --- assets/pages-src/about.bvr | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'assets/pages-src') diff --git a/assets/pages-src/about.bvr b/assets/pages-src/about.bvr index 7c0ddb3..144576e 100644 --- a/assets/pages-src/about.bvr +++ b/assets/pages-src/about.bvr @@ -54,7 +54,6 @@ BežiApp - # I agree, will make a script
version <@?g app_version@> @@ -148,4 +147,4 @@ - \ No newline at end of file + -- cgit v1.2.3