SecUSo / privacy-friendly-weather

Privacy Friendly App for Android that can display weather for cities.
GNU General Public License v3.0
114 stars 29 forks source link

Remove summary and description from F-Droid's repo and move them here #158

Open linsui opened 3 years ago

linsui commented 3 years ago

I just noticed that you have provided fastlane in this repo. But those metadata are also provided in F-Droid's repo so that they are overrided. I'm going to remove those metadata in F-Droid's repo in favor of the fastlane here. There are some translations of the summary contributed by F-Droid contributors. Would you like to move them here? Thanks!

sleep-yearning commented 3 years ago

Yes that would be great to have all the info merged in this repository. Is that something you can do, is there help required?

linsui commented 3 years ago

When you copy them here I'll remove them from F-Droid's repo. Other privacy friendly apps can also do the same.

sleep-yearning commented 3 years ago

I copied them into the repo. However, in F-Droid there is a longer english description which is not taken from our files nor was in the folder you linked. Where is that description stored and will it still overwrite our "long_description" file?

linsui commented 3 years ago

It's here. I'll remove it. Thanks!

Will you also deal with other privacy friendly apps?

sleep-yearning commented 3 years ago

Yes, I am happy to include the files for other PFAs as well. I added the translations from

Is there something else to do? Also regarding the yml files?

linsui commented 3 years ago

Thanks! I'll remove those files from F-Droid's repo.

linsui commented 3 years ago

I removed some metadata from F-Droid's repo. https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9123 Other apps' fastlanes are not covered by the tags so I kept them. When there are new tags available I'll also remove them. Thanks!

linsui commented 3 years ago

The filename of long description should be full_description.txt instead of long_description.txt. Could you please fix them? Thanks!

sleep-yearning commented 3 years ago

Oh really? That would have to be done for all the PFAs then.

linsui commented 3 years ago

Yep. I just notice that some PFAs in F-Droid has no description shown. Though I can't find the document except the source code https://github.com/fastlane/fastlane/search?q=full_description&type=.