12 Commits

Author SHA1 Message Date
MohitMali
070216f487 Convert Constants.java into kotlin 2022-11-21 11:06:04 +01:00
Kelson
9f3be72717 Move gen-std-icon.py to kiwix-android-custom git repo 2017-08-09 17:35:13 +02:00
Matthieu Gautier
e510b4bef2 Force ZIM_FILE_SIZE literal to be a long.
By default, literal numbers are `int`. If the size of a zim doesn't fit in
a `int`, java will complains.

By appending a `L` at the end of the literal number, java will interpret
it as a `long` and will accept it.
2017-07-17 18:32:17 +01:00
Isaac Hutt
32bdb8ec4c Missing semicolon 2016-11-16 17:02:08 +00:00
Isaac Hutt
279e196fbb Added option to build customapps for specific expansion version
Use content_version_code to set the expansion version code.
Defaults to the same as version_code.
2016-11-16 08:50:02 -08:00
Emmanuel Engelhart
58ad1460b9 Wikimed ja custom app 2016-10-30 19:24:49 +01:00
Rashiq
087f2fa69a Add 2 space indentation
The best kind of indentation.
2016-01-06 16:04:17 +01:00
renaud gaudin
d904f17fee Added upload-apk script (only google play for now) and bm lang flag 2015-06-07 22:51:39 +02:00
renaud gaudin
a126b97e4e ic_launcher icon generator for CustomApp wiki projects 2015-06-07 12:42:46 +02:00
renaud gaudin
682c4ba318 CustomApp now works with embedded zim file 2015-06-06 12:26:11 +02:00
renaud gaudin
ac79042caa Added enforced language capability for custom App 2015-06-05 13:29:32 +02:00
renaud gaudin
e45493ada0 Initial version of CustomApp generator
Generator script takes a JSON descriptor file.
CustomApp behavior is trigger on the Constants.IS_CUSTOM_APP switch
CustomApp looks for a companion file as ZIM and loads it up.
If not present, exits inviting to uninstall and reinstall from store.
2015-06-04 19:37:13 +02:00