-
-
Notifications
You must be signed in to change notification settings - Fork 3
chore: Merge branch dev
to main
#5
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
base: main
Are you sure you want to change the base?
Conversation
# [1.1.0-dev.1](v1.0.0...v1.1.0-dev.1) (2025-07-03) ### Features * Add play store downloader ([#10](#10)) ([38c6aa4](38c6aa4))
# [1.1.0-dev.2](v1.1.0-dev.1...v1.1.0-dev.2) (2025-07-03) ### Bug Fixes * Fix release workflow ([847bcdb](847bcdb))
# [1.1.0-dev.3](v1.1.0-dev.2...v1.1.0-dev.3) (2025-07-03) ### Bug Fixes * Fix release workflow (again) ([5bde601](5bde601))
# [1.1.0-dev.4](v1.1.0-dev.3...v1.1.0-dev.4) (2025-07-03) ### Bug Fixes * Add gradle sha256 checksum ([f259821](f259821))
# [1.1.0-dev.5](v1.1.0-dev.4...v1.1.0-dev.5) (2025-07-04) ### Bug Fixes * Correctly removing bundle attributes from manifest ([6433d98](6433d98))
The repository name should be changed to |
...ader/src/main/kotlin/app/revanced/manager/plugin/downloader/apkmirror/APKMirrorDownloader.kt
Outdated
Show resolved
Hide resolved
...ader/src/main/kotlin/app/revanced/manager/plugin/downloader/apkmirror/APKMirrorDownloader.kt
Outdated
Show resolved
Hide resolved
...ader/src/main/kotlin/app/revanced/manager/plugin/downloader/apkmirror/APKMirrorDownloader.kt
Outdated
Show resolved
Hide resolved
src/main/kotlin/app/revanced/manager/plugin/downloader/apkmirror/APKMirrorDownloader.kt
Outdated
Show resolved
Hide resolved
# [1.1.0-dev.6](v1.1.0-dev.5...v1.1.0-dev.6) (2025-07-04) ### Bug Fixes * Showing progress if downloading an APK + minor fixes ([d46f002](d46f002))
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.
The -downloader
suffix seems unnecessary since the downloaders are inside the downloaders
folder.
...ader/src/main/kotlin/app/revanced/manager/plugin/downloader/apkmirror/APKMirrorDownloader.kt
Outdated
Show resolved
Hide resolved
...ader/src/main/kotlin/app/revanced/manager/plugin/downloader/apkmirror/APKMirrorDownloader.kt
Outdated
Show resolved
Hide resolved
...ader/src/main/kotlin/app/revanced/manager/plugin/downloader/apkmirror/APKMirrorDownloader.kt
Outdated
Show resolved
Hide resolved
# [1.1.0-dev.7](v1.1.0-dev.6...v1.1.0-dev.7) (2025-07-08) ### Bug Fixes * Refactor of shared module + minor fixes ([5f6c7e5](5f6c7e5))
Should the downloader APK file name start with |
Yes, as it is scoped specifically for ReVanced Manager |
# [1.1.0-dev.8](v1.1.0-dev.7...v1.1.0-dev.8) (2025-07-08) ### Bug Fixes * Prefixing APKs with `revanced-manager-` ([f4c91f0](f4c91f0))
We should probably change names to a better naming convention, like: "ReVanced Manager v1.2.3.apk" instead of "revanced-manager-v1.2.3.apk" For downloaders, I mentioned the naming question in another place i don't remember but i pinged the relevant parties |
Is this blocking merge into main? What should be the naming convention for downloaders? |
Personally, I would like to see the following changes:
Here are some issues and questions to consider:
|
This pull request will Merge branch
dev
tomain
.