Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nintendo Switch Online app v2.1.0 (09/05/2022) #3

Closed
samuelthomas2774 opened this issue May 9, 2022 · 1 comment
Closed

Nintendo Switch Online app v2.1.0 (09/05/2022) #3

samuelthomas2774 opened this issue May 9, 2022 · 1 comment
Assignees
Labels
Nintendo Switch Online Related to the Nintendo Switch Online app APIs

Comments

@samuelthomas2774
Copy link
Owner

samuelthomas2774 commented May 9, 2022

Release notes (https://www.nintendo.co.uk/-1520024.html):

  • You can now switch between light mode and dark mode.
    • Note: Supported for iOS 13/Android 10 and later.
  • Improvements have been made for performance and ease of use.
In-app announcement (iOS):

Thank you for using the Nintendo Switch Online app.

You can now update the app to Ver. 2.1.0.

Please see below for a list of version changes.

  • You can now switch between light mode and dark mode in this app's settings. Note: Supported for iOS 13 and later.
  • Improvements have been made for performance and ease of use.

We hope you continue to enjoy the Nintendo Switch Online app.

{
    "announcementId": 81,
    "priority": 0,
    "forceDisplayEndDate": 253402300799,
    "distributionDate": 1652234400,
    "title": "Ver. 2.1.0 update announcement",
    "description": "Thank you for using the Nintendo Switch Online app.\r\n \r\nYou can now update the app to Ver. 2.1.0.\r\n\r\nPlease see below for a list of version changes.\r\n \r\n- You can now switch between light mode and dark mode in this app's settings. Note: Supported for iOS 13 and later.\r\n- Improvements have been made for performance and ease of use.\r\n \r\n---\r\n \r\nWe hope you continue to enjoy the Nintendo Switch Online app."
}
In-app announcement (Android):

Thank you for using the Nintendo Switch Online app.

You can now update the app to Ver. 2.1.0.

Please see below for a list of version changes.

  • You can now switch between light mode and dark mode in this app's settings. Note: Supported for Android 10 and later.
  • Improvements have been made for performance and ease of use.

We hope you continue to enjoy the Nintendo Switch Online app.

{
    "announcementId": 82,
    "priority": 0,
    "forceDisplayEndDate": 253402300799,
    "distributionDate": 1652234400,
    "title": "Ver. 2.1.0 update announcement",
    "description": "Thank you for using the Nintendo Switch Online app.\r\n \r\nYou can now update the app to Ver. 2.1.0.\r\n\r\nPlease see below for a list of version changes.\r\n \r\n- You can now switch between light mode and dark mode in this app's settings. Note: Supported for Android 10 and later.\r\n- Improvements have been made for performance and ease of use.\r\n \r\n---\r\n \r\nWe hope you continue to enjoy the Nintendo Switch Online app."
}

Other changes:

  • Added an animation when opening/closing web services
  • Allows canceling the slide down on friend card to close animation
  • The app now seems to cache data for ~10 seconds, e.g. opening the friends list then immediately going back to the main screen only results in one request to /v3/Friend/List, I'm not sure if it did this before
    • Pull to refresh does not actually force the app to reload the data and does nothing if the data was loaded in the last ~10 seconds
  • An X-AppColorScheme header is now sent with the first request when opening web services
    • The value is always DARK or LIGHT
    • The app does not indicate if the colour scheme was set in the app or device settings
    • (Nintendo please don't do this, web services should use prefers-color-scheme to detect the colour scheme, this will work if the colour scheme changes while a web service is open and you should be able to override this if set in the app.)

No API changes have been made, and f tokens generated with v2.0.0 are still accepted.

@samuelthomas2774 samuelthomas2774 added the Nintendo Switch Online Related to the Nintendo Switch Online app APIs label May 9, 2022
@samuelthomas2774 samuelthomas2774 self-assigned this May 9, 2022
@samuelthomas2774 samuelthomas2774 pinned this issue May 9, 2022
@samuelthomas2774 samuelthomas2774 changed the title Nintendo Switch Online app v2.1.0 Nintendo Switch Online app v2.1.0 (09/05/2022) May 25, 2022
@samuelthomas2774 samuelthomas2774 unpinned this issue May 25, 2022
@samuelthomas2774
Copy link
Owner Author

(Added note about the X-AppColorScheme header.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Nintendo Switch Online Related to the Nintendo Switch Online app APIs
Development

No branches or pull requests

1 participant