Utils
Utility class that holds miscellaneous Utilities
Functions
Builds Clyde User
Creates a checkable View.
Creates a CommandChoice that can be used inside Command args
Creates a CommandOption that can be used for commands
Prompt to join the Aliucord support server
Launches the file explorer in the specified folder. May not work on all Roms, will show an error with advice in that case.
Prompts the user to restart Aliucord
Sets the clipboard content
Tints a Drawable to match the user's current theme. More specifically, tints the drawable to R.c.primary_light_600 if the user is using light theme, R.c.primary_dark_300 otherwise
Properties
Whether Aliucord is debuggable
The main (UI) thread
ThreadPool. Please use this for asynchronous Tasks instead of creating Threads manually as spinning up new Threads everytime is heavy on the CPU
Instance of WidgetChatList. Use this instead of patching it's constructor and storing it.