-
Notifications
You must be signed in to change notification settings - Fork 228
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
feat(github-source): add KeePass2Android #441
Conversation
@@ -83,5 +83,6 @@ val GitHubApps = listOf( | |||
GitHubApp("com.shadow.blackhole", "Sangwan5688", "BlackHole"), | |||
GitHubApp("com.zionhuang.music", "z-huang", "InnerTune"), | |||
GitHubApp("com.nextcloud.client", "nextcloud", "android"), | |||
GitHubApp("at.bitfire.davdroid", "bitfireAT", "davx5-ose") | |||
GitHubApp("at.bitfire.davdroid", "bitfireAT", "davx5-ose"), | |||
GitHubApp("keepass2android.keepass2android", "PhilippC", "keepass2android") |
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.
As it is, this won't work properly. The releases contain 2 apks with different package names and there's no way to know which one is the correct.
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.
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.
That won't work because it will always retrieve the first apk. Some extra functionality needs to be added, like a mandatory string match on the filename.
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.
And on top of this, this app uses absurd version names that are not going to match properly.
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.
Hmm, so we can do two things regarding this PR:
- Wait until APKUpdater will get a feature to match the string, but that's up to you (in that case, leave the PR open)
- Close this PR because the version names don't make much sense
It's up to you.
Closing this one. The last commit added some changes to allow for cases like this. |
Refers #395 (comment).