Please include app name, build numbers and hotfix tags in release APK filenames #112

Closed
opened 2025-09-21 03:42:35 +00:00 by qarqun · 2 comments
qarqun commented 2025-09-21 03:42:35 +00:00 (Migrated from github.com)

Description:

The current release APKs are named as:

  • app-arm64-v8a-release.apk
  • app-armeabi-v7a-release.apk
  • app-x86-release.apk
  • app-x86_64-release.apk

Issue:

The filenames do not include the app name, build number or hotfix tag (e.g., 1.1.0 or 1.1.0-hotfix), making it difficult for users to identify which version they are downloading, especially when managing multiple versions or checking for updates.

Suggested Improvement:

Please include the app name, full version and hotfix tag in the APK filenames, for example:

  • nuvio-arm64-v8a-release-1.1.0.apk

  • nuvio-armeabi-v7a-release-1.1.0.apk

  • nuvio-x86-release-1.1.0.apk

  • nuvio-x86_64-release-1.1.0.apk

  • nuvio-arm64-v8a-release-1.1.0-hotfix.apk

  • nuvio-armeabi-v7a-release-1.1.0-hotfix.apk

  • nuvio-x86-release-1.1.0-hotfix.apk

  • nuvio-x86_64-release-1.1.0-hotfix.apk

Why This Helps:

  • Users can easily identify the exact name, version and hotfix status of the APK they are downloading.
  • Helps with version control, troubleshooting, and avoiding confusion between releases.
### **Description:** The current release APKs are named as: - app-arm64-v8a-release.apk - app-armeabi-v7a-release.apk - app-x86-release.apk - app-x86_64-release.apk ### Issue: The filenames do not include the app name, build number or hotfix tag (e.g., 1.1.0 or 1.1.0-hotfix), making it difficult for users to identify which version they are downloading, especially when managing multiple versions or checking for updates. ### Suggested Improvement: Please include the app name, full version and hotfix tag in the APK filenames, for example: - nuvio-arm64-v8a-release-1.1.0.apk - nuvio-armeabi-v7a-release-1.1.0.apk - nuvio-x86-release-1.1.0.apk - nuvio-x86_64-release-1.1.0.apk - nuvio-arm64-v8a-release-1.1.0-hotfix.apk - nuvio-armeabi-v7a-release-1.1.0-hotfix.apk - nuvio-x86-release-1.1.0-hotfix.apk - nuvio-x86_64-release-1.1.0-hotfix.apk ### Why This Helps: - Users can easily identify the exact name, version and hotfix status of the APK they are downloading. - Helps with version control, troubleshooting, and avoiding confusion between releases.
CrissZollo commented 2025-09-21 13:50:28 +00:00 (Migrated from github.com)

@tapframe this could be a good idea going forward.
What you think?

@tapframe this could be a good idea going forward. What you think?
CrissZollo commented 2025-09-21 20:42:57 +00:00 (Migrated from github.com)

Hi can you add playback control like 2x 3x in video player. I created issue but still not added playback speed control in built-in video player and using external player trakt scribing not work so please make PR for this feature.

Please don't mix different issue with others. This only makes it more difficult to keep track of everything. This project is only maintained by one person + community. Demanding and trying to force request will not make things go faster.

> Hi can you add playback control like 2x 3x in video player. I created issue but still not added playback speed control in built-in video player and using external player trakt scribing not work so please make PR for this feature. > Please don't mix different issue with others. This only makes it more difficult to keep track of everything. This project is only maintained by one person + community. Demanding and trying to force request will not make things go faster.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Creepso/NuvioStreaming_backup_24-10-25#112
No description provided.