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)
reviewable/pr6872/r1
Martín Fernández 3 years ago committed by GitHub
parent bab55bfa0d
commit 1468646aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) \

@ -1 +1 @@
Subproject commit 3238f5499173264b008167130cd84292bd7218ce
Subproject commit 6d0396d8c100024e6c11c01720daee8443877241

@ -1 +1 @@
Subproject commit 0aafdc4c2e318a35fbf997dfc1e40ea58cd73e5c
Subproject commit 95d9d0212108ef3e1bcf88842ee00e8a5925fb98
Loading…
Cancel
Save