Build all of the vector dir in the build process
So the whole vector/ directory can now be removed during the build process and we don't ship random files that end up in the vector directory.
BIN
res/media/busy.mp3
Normal file
BIN
res/media/busy.ogg
Normal file
BIN
res/media/callend.mp3
Normal file
BIN
res/media/callend.ogg
Normal file
BIN
res/media/message.mp3
Normal file
BIN
res/media/message.ogg
Normal file
BIN
res/media/ring.mp3
Normal file
BIN
res/media/ring.ogg
Normal file
BIN
res/media/ringback.mp3
Normal file
BIN
res/media/ringback.ogg
Normal file
BIN
res/vector-icons/android-chrome-144x144.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
res/vector-icons/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
res/vector-icons/android-chrome-36x36.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
res/vector-icons/android-chrome-48x48.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
res/vector-icons/android-chrome-72x72.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
res/vector-icons/android-chrome-96x96.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
res/vector-icons/apple-touch-icon-114x114.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
res/vector-icons/apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
res/vector-icons/apple-touch-icon-144x144.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
res/vector-icons/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
res/vector-icons/apple-touch-icon-180x180.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
res/vector-icons/apple-touch-icon-57x57.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
res/vector-icons/apple-touch-icon-60x60.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
res/vector-icons/apple-touch-icon-72x72.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
res/vector-icons/apple-touch-icon-76x76.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
res/vector-icons/apple-touch-icon-precomposed.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
res/vector-icons/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 14 KiB |
12
res/vector-icons/browserconfig.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="/vector-icons/mstile-70x70.png"/>
|
||||
<square150x150logo src="/vector-icons/mstile-150x150.png"/>
|
||||
<square310x310logo src="/vector-icons/mstile-310x310.png"/>
|
||||
<wide310x150logo src="/vector-icons/mstile-310x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
BIN
res/vector-icons/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/vector-icons/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
res/vector-icons/favicon-96x96.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
res/vector-icons/favicon.ico
Normal file
After Width: | Height: | Size: 4.2 KiB |
41
res/vector-icons/manifest.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "Riot",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/icons\/android-chrome-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "\/icons\/android-chrome-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/icons\/android-chrome-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/icons\/android-chrome-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/icons\/android-chrome-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/icons\/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
BIN
res/vector-icons/mstile-144x144.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
res/vector-icons/mstile-150x150.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
res/vector-icons/mstile-310x150.png
Normal file
After Width: | Height: | Size: 8 KiB |
BIN
res/vector-icons/mstile-310x310.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
res/vector-icons/mstile-70x70.png
Normal file
After Width: | Height: | Size: 9.9 KiB |