mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 21:56:17 +00:00
3091f441ea39135f95f9a7e7212fa594a13c1518
# [1.0.0](https://github.com/revanced/revanced-manager/compare/v0.0.57...v1.0.0) (2023-04-29) ### Bug Fixes * **i18n:** update translation for `refreshSucess` ([b286444](b286444ad9)) * open contributor links externally ([#791](https://github.com/revanced/revanced-manager/issues/791)) ([f0b0282](f0b028279c)) * resized monochrome icon to match the original ([#789](https://github.com/revanced/revanced-manager/issues/789)) ([ac830cb](ac830cbe7f)) * update pubspec version ([65da6af](65da6af3f9)) * chore!: merge `dev` to `main` (#830) ([782c012](782c0127b1)), closes [#830](https://github.com/revanced/revanced-manager/issues/830) ### Features * add continue anyway button to select from storage dialog ([#810](https://github.com/revanced/revanced-manager/issues/810)) ([affba66](affba669ce)) * add option to import/export keystore ([#776](https://github.com/revanced/revanced-manager/issues/776)) ([dca2d4f](dca2d4fe12)) * appreciation message for new contributors ([0a1f2da](0a1f2da33d)) * auto select default patches ([4c9cb56](4c9cb560e3)) * change `continue anyways` to `cancel` ([cfc866b](cfc866bef2)) * **ci:** update crowdin workflow to use new main branch ([ded59d2](ded59d2da0)) * confirmation dialog for deleting keystore ([#764](https://github.com/revanced/revanced-manager/issues/764)) ([054afbb](054afbbedd)) * disable selecting installed apps for nonroot ([bb681e3](bb681e31c9)) * improve suggested app version text ([#822](https://github.com/revanced/revanced-manager/issues/822)) ([ad17995](ad17995f28)) * improve ux ([#752](https://github.com/revanced/revanced-manager/issues/752)) ([3b677f8](3b677f8ae3)), closes [#782](https://github.com/revanced/revanced-manager/issues/782) * progress bar for manager updates ([f5aafdb](f5aafdb7d6)) * remove notice about stale development [skip ci] ([62f7a82](62f7a820d8)) * resetting source to default dismiss the sources pop-up ([#797](https://github.com/revanced/revanced-manager/issues/797)) ([62ef1c8](62ef1c88fe)) * trim extra space when setting custom source ([#771](https://github.com/revanced/revanced-manager/issues/771)) ([37b583f](37b583f560)) * warning for armv7 devices ([cdfb09f](cdfb09fbfa)) ### BREAKING CHANGES * this is to release as 1.0.0
💊 ReVanced Manager
The official ReVanced Manager based on Flutter.
🔽 Download
To download latest Manager, go here and install the provided APK file.
📝 Prerequisites
- Android 8 or higher
- Does not work on some armv7 devices
🔴 Issues
For suggestions and bug reports, open an issue here.
💭 Discussion
If you wish to discuss the Manager, a thread has been made under the #development channel in the Discord server, please note that this thread may be temporary and may be removed in the future.
🌐 Translation
If you wish to translate ReVanced Manager, we're accepting translations on Crowdin
🛠️ Building Manager from source
- Setup flutter environment for your platform
- Clone the repository locally
- Add your github token in gradle.properties like this
- Open the project in terminal
- Run
flutter pub getin terminal - Then
flutter packages pub run build_runner build --delete-conflicting-outputs(Must be done on each git pull) - To build release apk run
flutter build apk
Languages
Dart
94.1%
Kotlin
5.9%