discourse/app
Sam Saffron 499472b6a0 FIX: change focus when application resumes in android
Per new lifecycle https://developers.google.com/web/updates/2018/07/page-lifecycle-api

On Android and latest Chrome when an app transitions from "frozen" to
active the new "resume" event fires with no accompanying "visibilitychange"
event.

This means that often background tabs may be stuck thinking that discourse
has no focus when, indeed, it has.

This leads to cases where no posts are marked read anymore.
2019-10-01 12:00:07 +10:00
..
assets FIX: change focus when application resumes in android 2019-10-01 12:00:07 +10:00
controllers FIX: PWA install was broken due to missing basic logo 2019-09-22 00:20:25 -04:00
helpers FIX: Properly render server side plugin outlets (#8106) 2019-09-19 21:51:06 +03:00
jobs Tweak calculation for reviewable sensitivities/priorities 2019-09-19 14:07:56 -04:00
mailers FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
models SECURITY: Don't allow base_uri as embeddable host if none exist 2019-09-29 20:51:59 -04:00
serializers DEV: Allow specifying button class in reviewable action definitions (#8093) 2019-09-18 11:28:59 +01:00
services FIX: add support for version query parameter in InlineUploads 2019-09-13 18:21:19 +02:00
views FIX: Live reload plugin stylesheets when the color scheme changes 2019-09-17 09:54:55 +01:00