Skip to content
  • Jovan Gerodetti's avatar
    Provide request interceptor to automatically navigate into PWAs #7366 · 2f99e0ae
    Jovan Gerodetti authored
    - a WebAppInterceptor is needed to redirect to a separate WebApp
      activity
    - the manifest dao currently reports a web app as installed when it was
      last used before the deadline / expiration time. This is the oposite
      of what it's supposed to do.
    - The intent extension should also hold an override URL so a WebApp
      intent can be launched with a deeplink.
    - The WebAppIntentProcessor currently launches new sessions for each
      intent. This will break user expectations when they start to be
      switched to a already running WebApp activity but loose their session.
    - we need a cache for currently installed web app scopes, so we don't
      have to do blocking IO during page load.
    2f99e0ae