Update i2psnark filetype icons
@ -272,7 +272,7 @@
|
||||
<!-- we really don't need all of these -->
|
||||
<fileset dir="../../../installer/resources/themes/console/images/" />
|
||||
</copy>
|
||||
<copy file="../../../installer/resources/themes/console/dark/images/transparent.gif"
|
||||
<copy file="../../../installer/resources/themes/console/images/transparent.gif"
|
||||
todir="build/standalone-resources/.resources/themes/snark/ubergine/images" />
|
||||
<copy file="../../../installer/resources/themes/console/dark/images/header.png"
|
||||
todir="build/standalone-resources/.resources/themes/snark/ubergine/images" />
|
||||
|
@ -3318,10 +3318,11 @@ public class I2PSnarkServlet extends BasicServlet {
|
||||
else if (mime.equals("text/plain") ||
|
||||
mime.equals("text/x-sfv") ||
|
||||
mime.equals("application/rtf") ||
|
||||
mime.equals("application/epub+zip") ||
|
||||
mime.equals("application/x-mobipocket-ebook") ||
|
||||
plc.endsWith(".azw4"))
|
||||
icon = "page";
|
||||
else if (mime.equals("application/epub+zip") ||
|
||||
mime.equals("application/x-mobipocket-ebook"))
|
||||
icon = "ebook";
|
||||
else if (mime.equals("application/java-archive") ||
|
||||
plc.endsWith(".deb"))
|
||||
icon = "package";
|
||||
@ -3347,7 +3348,7 @@ public class I2PSnarkServlet extends BasicServlet {
|
||||
icon = "compress";
|
||||
else if (plc.endsWith(".exe"))
|
||||
icon = "application";
|
||||
else if (plc.endsWith(".iso"))
|
||||
else if (plc.endsWith(".iso") || plc.endsWith(".nrg"))
|
||||
icon = "cd";
|
||||
else if (mime.equals("application/x-bittorrent"))
|
||||
icon = "magnet";
|
||||
|
Before Width: | Height: | Size: 733 B After Width: | Height: | Size: 842 B |
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 476 B |
Before Width: | Height: | Size: 673 B After Width: | Height: | Size: 810 B |
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 704 B |
BIN
apps/i2psnark/resources/icons/ebook.png
Normal file
After Width: | Height: | Size: 613 B |
Before Width: | Height: | Size: 653 B After Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 390 B |
Before Width: | Height: | Size: 578 B After Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 571 B |
Before Width: | Height: | Size: 853 B After Width: | Height: | Size: 463 B |
Before Width: | Height: | Size: 635 B After Width: | Height: | Size: 543 B |
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 445 B |
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 589 B After Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 582 B |