Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/io.mockk-mockk-1.x
  • develop default protected
  • gradle-v8
  • fix-ci-for-tags
  • technical/upgrade-appcompat-1.5.x
  • technical/upgrade-exoplayer
  • technical/update-compile-sdk-version-docker
  • technical/skip-metadata-file-for-branches
  • technical/update-jvmTarget-version
  • housekeeping/mavenCentral
  • bugfix/46-adjust-now-playing-top-margin
  • deploy-in-docker
  • enhancement/speed-up-pipelines
  • housekeeping/remove-warnings
  • 0.3.0 protected
  • 0.2.1-1 protected
  • 0.2.1 protected
  • 0.2.0 protected
  • 0.1.5 protected
  • 0.1.5-1 protected
  • 0.1.3 protected
  • fdroid-dummy-1 protected
  • fdroid-dummy-2 protected
  • fdroid-dummy-3 protected
  • fdroid-dummy-4 protected
  • fdroid-dummy-5 protected
  • 0.1.4 protected
  • 0.1.2 protected
  • 0.1.1 protected
  • 0.1 protected
  • 0.0.1 protected
31 results

Extensions.kt

  • Hugh Daschbach's avatar
    6f24535b
    Auto logout on unrecoverable authentication error. · 6f24535b
    Hugh Daschbach authored and Marge's avatar Marge committed
    When an unrecoverable authentication error occurs, automatically log
    the user out.  This seems better than leaving the user wondering why
    the UI is unresponsive or why each track they try to play fails with a
    quickly disappearing toast.
    
    Unrecoverable authentication errors typically mean the server has
    timed out the session out or the session token has been deleted on the
    server.  Tokens expire after 14 days without use.
    
    Part-of: <!342>
    6f24535b
    History
    Auto logout on unrecoverable authentication error.
    Hugh Daschbach authored and Marge's avatar Marge committed
    When an unrecoverable authentication error occurs, automatically log
    the user out.  This seems better than leaving the user wondering why
    the UI is unresponsive or why each track they try to play fails with a
    quickly disappearing toast.
    
    Unrecoverable authentication errors typically mean the server has
    timed out the session out or the session token has been deleted on the
    server.  Tokens expire after 14 days without use.
    
    Part-of: <!342>