mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Android bundle update (#6870)
- adaptative icons - minify + shrink - remove unused assets to save a few KBs - install apk by clicking on notification after download (doesn't apply to F-Droid)
This commit is contained in:
18
Makefile
18
Makefile
@@ -358,14 +358,28 @@ androidupdate: all
|
||||
# assets are compressed manually and stored inside the APK.
|
||||
cd $(INSTALL_DIR)/koreader && 7z a -l -mx=9 -mfb=256 -mmt=on \
|
||||
../../$(ANDROID_LAUNCHER_DIR)/assets/module/koreader-$(VERSION).zip * \
|
||||
-xr!*cache$ \
|
||||
-xr!*clipboard$ \
|
||||
-xr!*data/dict$ \
|
||||
-xr!*data/tessdata$ \
|
||||
-xr!*history$ \
|
||||
-xr!*l10n/templates$ \
|
||||
-xr!*ota$ \
|
||||
-xr!*resources/fonts* \
|
||||
-xr!*resources/icons/src* \
|
||||
-xr!*rocks/bin$ \
|
||||
-xr!*rocks/lib/luarocks$ \
|
||||
-xr!*screenshots$ \
|
||||
-xr!*share/man* \
|
||||
-xr!*spec$ \
|
||||
-xr!*tools$ \
|
||||
-xr!*COPYING$ \
|
||||
-xr!*Makefile$ \
|
||||
-xr!*NOTES.txt$ \
|
||||
-xr!*NOTICE$ \
|
||||
-xr!*README.md$ \
|
||||
-xr!git$ \
|
||||
-xr!gitiginore$
|
||||
-xr!*koreader.icns$ \
|
||||
-xr'!.*'
|
||||
|
||||
# make the android APK
|
||||
$(MAKE) -C $(ANDROID_LAUNCHER_DIR) $(if $(KODEBUG), debug, release) \
|
||||
|
||||
2
l10n
2
l10n
Submodule l10n updated: 3238f54991...6d0396d8c1
Submodule platform/android/luajit-launcher updated: 0aafdc4c2e...95d9d02121
Reference in New Issue
Block a user