nextcloud / nextcloud/passman-android
Take care of googles encrypted DEPENDENCY_INFO_BLOCK
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 102
- Forks
- 30
- Avg merge
- 3h 25m
- Merged PRs (30d)
- 1
Description
It seems our github release apk contains signature block blobs: 0x504b4453 (DEPENDENCY_INFO_BLOCK; GOOGLE)
If we can't see what's inside we should remove it, if it does not break the Google Play releases.
see https://gitlab.com/IzzyOnDroid/repo/-/issues/792 for details
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the release APK for the 0x504b4453 DEPENDENCY_INFO_BLOCK described in the issue and review the linked GitLab issue for context. Determine whether the block can be removed without breaking Google Play releases; done means the release artifact no longer contains it and Google Play compatibility is preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- mobile, release
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100