kiwix / kiwix-xulrunner

[ARCHIVED] Legacy Kiwix desktop solution for Windows/macOS/Linux
https://download.kiwix.org/release/kiwix-xulrunner/
GNU General Public License v3.0
111 stars 28 forks source link

Implement a automod system for the Android custom app version_name #410

Closed kelson42 closed 7 years ago

kelson42 commented 7 years ago

gen-custom-android-build.py is the script used to create custom apps, ie. apps which include a unique content (ZIM file) and are rebranded.

If version_name is empty, then script gen-custom-android-build.py should try to take it from the ZIM file content. It can do that because:

So if there is not version_name, then gen-custom-android-build.py should try to extract the date from the ZIM file name which ends with it: for example "wikipedia_en_medicine_2016-12.zim" will give "2016-12".

kelson42 commented 7 years ago

@EladKeyshawn If you could look at this one this would be great also. We are almost over to allow "automatically" to create new custom apps.

kelson42 commented 7 years ago

This issue was moved to kiwix/kiwix-android#32