feat(pwa) update TWA Android project
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 222 KiB |
|
@ -0,0 +1,33 @@
|
||||||
|
<!--
|
||||||
|
Copyright 2019 Google Inc. All Rights Reserved.
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
-->
|
||||||
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:aapt="http://schemas.android.com/aapt">
|
||||||
|
<background>
|
||||||
|
<layer-list>
|
||||||
|
<item android:drawable="@android:color/white" />
|
||||||
|
<!--
|
||||||
|
The paddings below give the icons a similar proportion as the
|
||||||
|
icon generated by WebAPKs.
|
||||||
|
-->
|
||||||
|
<item android:drawable="@mipmap/ic_maskable"
|
||||||
|
android:top="8.5dp"
|
||||||
|
android:right="8.5dp"
|
||||||
|
android:left="8.5dp"
|
||||||
|
android:bottom="8.5dp" />
|
||||||
|
</layer-list>
|
||||||
|
</background>
|
||||||
|
<foreground android:drawable="@android:color/transparent" />
|
||||||
|
</adaptive-icon>
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 18 KiB |
|
@ -1 +1 @@
|
||||||
{"android_package_name":"org.jitsi.meet","prefer_related_applications":true,"related_applications":[{"id":"org.jitsi.meet","platform":"chromeos_play"}],"short_name":"Jitsi Meet","name":"Jitsi Meet","icons":[{"src":"icons/icon192.png","type":"image/png","sizes":"192x192"},{"src":"icons/icon512.png","type":"image/png","sizes":"512x512"}],"start_url":"/","background_color":"#2a3a4b","display":"standalone","scope":"/","theme_color":"#2a3a4b"}
|
{"android_package_name":"org.jitsi.meet","prefer_related_applications":true,"related_applications":[{"id":"org.jitsi.meet","platform":"chromeos_play"}],"short_name":"Jitsi Meet","name":"Jitsi Meet","icons":[{"src":"icons/icon192.png","type":"image/png","sizes":"192x192"},{"src":"icons/icon512.png","type":"image/png","sizes":"512x512"},{"src":"icons/iconMask.png","sizes":"512x512","type":"image/png","purpose":"maskable"}],"start_url":"/","background_color":"#17A0DB","display":"standalone","scope":"/","theme_color":"#17A0DB"}
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 42 KiB |