This website requires JavaScript.
Explore
Help
Sign In
kiwix
/
kiwix-android
Watch
1
Star
0
Fork
0
You've already forked kiwix-android
mirror of
https://github.com/kiwix/kiwix-android.git
synced
2025-08-05 11:46:48 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
kiwix-android
/
contrib
History
MohitMaliFtechiz
bdbfe2f3d1
Fixed:
$/${} is unnecessary on arithmetic variables
error while incrementing the count of retry variable. Since In Bash arithmetic expansion, the
$
is not needed when referencing variables see
https://www.shellcheck.net/wiki/SC2004
for more details.
2023-12-18 16:56:53 +05:30
..
create-signed-android-release.sh
Move a few bash scripts to contrib directory
2019-09-13 12:47:38 +02:00
install-kiwix-on-device.sh
Move a few bash scripts to contrib directory
2019-09-13 12:47:38 +02:00
instrumentation.sh
Fixed:
$/${} is unnecessary on arithmetic variables
error while incrementing the count of retry variable. Since In Bash arithmetic expansion, the
$
is not needed when referencing variables see
https://www.shellcheck.net/wiki/SC2004
for more details.
2023-12-18 16:56:53 +05:30
make-screenshot.sh
Move a few bash scripts to contrib directory
2019-09-13 12:47:38 +02:00
move-string-resource
#1817
Removed unnecessary variable
2020-03-09 17:40:58 +01:00
move-string-resource.kts
fixes codefactor issues
2023-05-24 12:45:41 +05:30
testdroid.py
#1788
moved script files from root to contrib
2020-02-25 21:16:16 +01:00