-
Notifications
You must be signed in to change notification settings - Fork 2
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
2.1.0 release #15
2.1.0 release #15
Conversation
Could we merge #16 before releasing? Just for making a good first-impression for new users.
|
The "Show mem" title is an error on the F-Droid side, right? I guess that will be updated accordingly with a newer release, without we doing anything? |
The wrong name is caused by this issue in Androguard: androguard/androguard#501 |
We can just drop a |
Yes, I think we should do this because the current name is clearly confusing users |
I tried to fix this here already: f-droid/fdroiddata@5416e23 But for some reason that didn't work (either strange handling of localized vs non-localized metadata or a caching issue on the fdroid server.) Having a title.txt is a good next step in trying to set the name straight :). |
I think you changed the wrong metadata. The correct ID is |
Yup, that seems to be @Kwamecorp's launcher for the Fairphone 1. Ours is a community fork of the Fairphone Launcher 3 for the Fairphone 2 |
Oh... thanks for noticing. I can fix this tomorrow. (or I can merge a MR later.) |
I changed the behaviour of getting the app name in androguard already - but there is no new version released yet. Can you test if the current master of androguard gives the desired name? As I explained in androguard/androguard#501 , the manifest file is tricky to parse and the androguard parser is not aware of many resources.
the problem with this app is, that the main activity is not determined correctly - also androguard is not aware of launcher activities. |
Removed the name setting from the wrong appid. Can't set it for the correct one either because then lint complains about name being equal to auto-name (this is rather inconstistent behaviour of fdroid but before we can et this fixed we;re faster in waiting for you to set the name from title.txt here :)) |
I think it's time to merge this and release 2.1.0 because #17 doesn't seem straightforward to fix. |
@Roboe Do you want to create the Git tag or do you want me to do it? |
Can you handle it and update F-Droid's metadata too? Thank you! |
#7 ?
Though "Release early, release often" so I'd want to see any version, even
buggy ))
|
@Roboe I tagged the release. F-Droid should update automatically. |
I was referring to this too:
|
Oh I totally forgot about this. I will submit a merge request. Edit: https://gitlab.com/fdroid/fdroiddata/merge_requests/3275 |
@Roboe Is there anything else to do before a new release?