You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• if user has low, or even no connection; it could show warning at the top of app as banner or on notification(example: YouTube app)
• user's current discord banner can be shown on the app's profile section(if they don't have any nitro, and only color; it could be shown too)
• party fields for custom rpc, yeah this does exist.
• if it is possible; app could show an pause icon on RPC if user pauses the media app.
• the username on left nav bar could lead to profile page when user clicks on it. Why not?
• user could switch to APP/MEDIA rpc with a button in notification
• search bar could be added for app rpc
and for translation;
• The RPC descriptions, when user longpress on them, could be translated by other people, or the person who recently translated them.
• Update checker messages also could be translated.
• extra;
The app keeps spamming "no updates available" when user clicks on check for updates icon,
user can save an config without a name, could be prevent with using simple if (field.length <0) return like code, idk about Kotlin tho.
The text was updated successfully, but these errors were encountered:
for feature;
• if user has low, or even no connection; it could show warning at the top of app as banner or on notification(example: YouTube app)
• user's current discord banner can be shown on the app's profile section(if they don't have any nitro, and only color; it could be shown too)
• party fields for custom rpc, yeah this does exist.
• if it is possible; app could show an pause icon on RPC if user pauses the media app.
• the username on left nav bar could lead to profile page when user clicks on it. Why not?
• user could switch to APP/MEDIA rpc with a button in notification
• search bar could be added for app rpc
and for translation;
• The RPC descriptions, when user longpress on them, could be translated by other people, or the person who recently translated them.
• Update checker messages also could be translated.
• extra;
The app keeps spamming "no updates available" when user clicks on check for updates icon,
user can save an config without a name, could be prevent with using simple
if (field.length <0) return
like code, idk about Kotlin tho.The text was updated successfully, but these errors were encountered: