This try to fix parts not covered by the official code.
And... It is really bad to just make something and not release it.
- Some plugins may contain bugs; if so, please create an issue.
- FriendFix: Fixes issue of sending request to new username style user.
- ThreadCMD: Add /thread for making thread.
- ForumTagFix: Adds method for adding tags to post forum.
- ThreadDEL: Add button to delete channel or thread on channel_list.
- MediaChannelFix: Make MediaChannel to ForumChannel.
- HeicFix: Make heic to jpg when you send image.
- CopyBackTick: Make copy to clipboard when you click backtick.
- FileNameFix: Fix filename when it shoulded unicoded (but not restore yet)
- EmojiRank: Make recent category to guild top emojis.
- FixOnboardingFork: add /onboarding command and menu on guild menu to do onboarding.
- MosaicFork: Make images to grid images.
- ServerNicknameFix: Fix changing server nickname from profile menu.
- EmojiRank: Make recent category to guild top emojis.
- MoreProfile: MoreProfile 1.0.10 version. This is not the code I wrote.
- AlternativePluginDownloader: Just Add button plugin install when not support's channel
- HttpDebuger: For debug, if you need, use it?
- When you looked big cache due to this, just restart app, then it will clear old cache.
- This maybe has some lag for some certain situation.
I just think of translatable plugin (providing translated texts for app and plugin)
But I don't know about how to implement that and other detail ideas (at least now).
So, If you have Idea, please provide that here :>
--> I decided to wait official PRs.
But if offical PRs is so slow, I will try to make QRscanFix.
I would like someone to fix the QR code login issue using QRscanFix.
I frequently used QR code login when I went out home. (I would like to fix this in advance :<)
Find Code with THIS in giveup folder.
Detail: THIS
It refers to the unofficial succession of plugins that solve the same problem. Maybe remaking?
Usually, the term "Fork" implies an improved version, but the forks I create have similar flows but often different logic.
However, I refer to them as "Forks" of the originals out of courtesy and respect for the developers.
- FriendFix -> Hook the UI to pass 12345 if there is nothing after #. Then, hook to replace 12345 with the string "null".
- ForumTagFix -> Hook Multipart into the Build to insert the tag list as payload_json.
- MediaChannelFix -> When getting the channel type, hook it so that if it is 16, it becomes 15.
- HeicFix -> Hook Attachment(with stackTrace) and convert heic to jpg.
- CopyBackTick -> Hook and add ClickSpan to SpannableStringBuilder.
- FixOnboardingFix -> GET on /guilds/%s/onboarding and POST on /guilds/%s/onboarding-responses with newDiscordRequest();
- MosaicFork -> Remove vidoes/images from Attachments and add custom entry. And Grid with GridLayout().
- ServerNicknameFix -> Remove bio field when bio is empty (this means user may not nitro user).
※ modified = not same exactly original
※ simplified = small than original
- FriendFix
- ThreadCMD
- ForumTagFix (modified)
- threadDEL
- MediaChannelFix
- HeicFix
- CopyBackTick
- FilenameFix (simplified)
EmojiRank (modified)- FixOnboardingFix (modified, simplified)
- MosaicFork
- ServerNicknameFix