Release v3 with high-res splash screen. More details in web, app manifest

- Add 512, 192 Khoj maskable icons to web app manifest for android rendering
- Add id, categories etc suggested by pwabuilder
- Use higher quality icon images for splash screen than what
  bubblewrap creates by default
This commit is contained in:
Debanjum
2024-11-29 11:18:59 -08:00
parent fdf69b7049
commit 147c8e9115
11 changed files with 39 additions and 10 deletions

View File

@@ -47,7 +47,7 @@ def twaManifest = [
// 'customtabs' and 'webview'.
fallbackType: 'customtabs',
enableSiteSettingsShortcut: 'true',
orientation: 'default',
orientation: 'any',
]
android {
@@ -57,8 +57,8 @@ android {
applicationId "dev.khoj.app"
minSdkVersion 19
targetSdkVersion 35
versionCode 2
versionName "2"
versionCode 3
versionName "3"
// The name for the application
resValue "string", "appName", twaManifest.name

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 KiB

After

Width:  |  Height:  |  Size: 65 KiB