dead8309 / Kizzy

Discord Rich Presence for Android. Made with jetpack compose and material3
https://kizzy.vercel.app
GNU General Public License v3.0
585 stars 59 forks source link

More Translation & Feature Suggestions #279

Open kyoyacchi opened 1 month ago

kyoyacchi commented 1 month ago

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) Screenshot_20240829-000703_1

• 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? Screenshot_20240829-000927

• 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.