-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Rebrand to Revenge #7
Conversation
app/src/main/java/dev/beefers/vendetta/manager/utils/Constants.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/dev/beefers/vendetta/manager/utils/Constants.kt
Outdated
Show resolved
Hide resolved
val TEAM_MEMBERS = listOf( | ||
TeamMember("Pylix", "Developer - Bunny & Vendetta", "amsyarasyiq"), | ||
TeamMember("Kasi", "Developer - Xposed Module", "redstonekasi") | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the rebrand, stuff like this should be updated as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be discussed
app/src/main/java/dev/beefers/vendetta/manager/utils/Constants.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
app/src/main/java/app/revenge/manager/ui/viewmodel/home/HomeViewModel.kt
Show resolved
Hide resolved
has been resolved with the latest commit
# [1.0.0-dev.2](v1.0.0-dev.1...v1.0.0-dev.2) (2024-09-16) ### Features * Rebrand to Revenge ([#7](#7)) ([eb13258](eb13258))
# 1.0.0 (2024-10-20) ### Bug Fixes * actually increment resource index ([980811d](980811d)) * Appearance tab causing crashes ([bdff280](bdff280)) * correct session handling for split package ([8deea0f](8deea0f)) * downgrade lspatch & add proguard rules ([vendetta-mod#69](https://github.com/revenge-mod/revenge-manager/issues/69)) ([4909003](4909003)) * Fix download link ([2ab4e50](2ab4e50)) * fix maisy's username ([b35908e](b35908e)) * hack for red patched icon ([f9ae0ba](f9ae0ba)) * Incorrect xposed module cache path ([4c7324b](4c7324b)) * migrate to new update tracker ([bunny-mod#6](https://github.com/revenge-mod/revenge-manager/issues/6)) ([35eafd1](35eafd1)) * only show launch button if install is successful ([vendetta-mod#63](https://github.com/revenge-mod/revenge-manager/issues/63)) ([b302f93](b302f93)), closes [bunny-mod#35](https://github.com/revenge-mod/revenge-manager/issues/35) * **README:** imgshield link ([#2](#2)) ([6266d65](6266d65)) * request Shizuku permissions only when necessary ([vendetta-mod#64](https://github.com/revenge-mod/revenge-manager/issues/64)) ([cc449da](cc449da)) * **ui:** discord link on about screen ([#4](#4)) ([8cbe4ca](8cbe4ca)) ### Features * add installer selection UI ([8e484a8](8e484a8)) * add shizuku dependencies ([42acb6a](42acb6a)) * downgrade shizuku and finish installer ([8ede0cd](8ede0cd)) * Download from Revenge ([8ec0ca7](8ec0ca7)) * Download updates from Revenge ([9901299](9901299)) * **DownloadManager:** properly handle downloading ([vendetta-mod#66](https://github.com/revenge-mod/revenge-manager/issues/66)) ([d65cd45](d65cd45)) * enable release optimizations ([vendetta-mod#67](https://github.com/revenge-mod/revenge-manager/issues/67)) ([ed9fb6e](ed9fb6e)) * Rebrand to Revenge ([bdc40e9](bdc40e9)) * Rebrand to Revenge ([#7](#7)) ([eb13258](eb13258)) * shizuku binding and permission handling ([493ec80](493ec80)) * shizuku installer ([vendetta-mod#55](https://github.com/revenge-mod/revenge-manager/issues/55)) ([c60414b](c60414b)) * shizuku user service ([3f2b18f](3f2b18f)) * update about screen links ([59c36c2](59c36c2))
No description provided.