Go to file
Ax333l 7747f4d6d3
option ui abstractions
2024-04-24 18:41:10 +02:00
.github chore(template): update label name for feature 2023-12-02 16:58:47 +07:00
app option ui abstractions 2024-04-24 18:41:10 +02:00
assets docs(security): init (#1612) 2024-01-20 16:35:32 +00:00
docs docs: init (#1224) 2023-09-26 16:54:02 -07:00
gradle option ui abstractions 2024-04-24 18:41:10 +02:00
.gitignore chore: fully remove idea project files 2023-10-01 18:12:08 +02:00
LICENSE docs: clarify license 2023-10-21 16:10:10 +02:00
README.md docs: update revanced url 2023-12-02 17:18:21 +07:00
SECURITY.md docs(security): init (#1612) 2024-01-20 16:35:32 +00:00
build.gradle.kts chore: migrate dependencies to version catalogs (#58) 2023-07-14 10:33:42 +00:00
gradle.properties chore: upgrade AGP to `8.2.0` + migrate deprecated functions (#1574) 2023-12-26 20:37:42 +00:00
gradlew chore: upgrade dependencies (#1401) 2023-10-26 07:25:12 -07:00
gradlew.bat build: dependency and syntax updates (#17) 2023-04-23 12:36:52 +00:00
settings.gradle.kts chore: Upgrade dependencies (#1761) 2024-03-10 11:05:47 -07:00

README.md

ReVanced Manager (Compose Rewrite)

GitHub license GitHub last commit GitHub commit activity

(Yet another) rewrite of the ReVanced Manager using Kotlin and Jetpack Compose.

Design system

In this rewrite, we are adopting the latest Material Design principles and guidelines by using Material 3 and Material You.

Material Design is a design system developed by Google that provides a unified visual language for building beautiful and consistent user interfaces across all platforms and devices. Material You is an extension of Material Design that provides even more customization options for users, making it possible for them to personalize their device and create a unique look and feel.

Why Material 3?

  • Consistent design language
  • Improved accessibility
  • Better user experience

By using Material 3 and Material You, we are ensuring that the app's user interface is consistent, customizable, accessible, and engaging for our users. This will help to improve the overall user experience and increase user satisfaction with the the manager.

Technology stack

  • Kotlin: Kotlin is a modern and concise programming language that is fully interoperable with Java and provides improved safety, readability, and maintainability compared to Java.
  • Jetpack Compose: Jetpack Compose is a modern UI toolkit for Android development that allows developers to build beautiful and performant user interfaces using declarative programming. It provides a unified and efficient way of building UI that is well-integrated with the Android framework.

Why Kotlin and Compose?

  • Improved safety: Kotlin provides improved safety compared to Java, which reduces the likelihood of common programming mistakes that can cause security vulnerabilities or crashes.
  • Concise and readable code: Kotlin's concise syntax and expressive type system make the code more readable, which makes it easier for developers to understand and maintain the codebase.
  • Better performance: Jetpack Compose uses the power of the Android framework to provide smooth and fast performance, which enhances the user experience.
  • Modern and efficient UI development: Jetpack Compose provides a modern and efficient way of building UI, which makes it easier for developers to create beautiful and performant user interfaces.

🔽 Download

You can obtain ReVanced Manager by downloading it from either revanced.app/download or GitHub Releases

📝 Prerequisites

For a list of prerequisites, refer to docs/0_prerequisites.md

🔴 Issues

For suggestions and bug reports, open an issue here.

🌐 Translation

Crowdin

We're accepting translations on Crowdin

🛠️ Building Manager from source

For instructions on how to build ReVanced Manager from source, refer to docs/4_building.md