relan
db3e8a62c4
Update raster icons
...
Script used to generate raster icons:
function rasterize_icon {
inkscape media/fdroid-logo-2015/$1.svg -e F-Droid/res/drawable-$4/$2.png -w $3 -h $3
}
function rasterize {
rasterize_icon $2 $3 $(( 18 * $1 )) ldpi
rasterize_icon $2 $3 $(( 24 * $1 )) mdpi
rasterize_icon $2 $3 $(( 36 * $1 )) hdpi
rasterize_icon $2 $3 $(( 48 * $1 )) xhdpi
rasterize_icon $2 $3 $(( 72 * $1 )) xxhdpi
rasterize_icon $2 $3 $(( 96 * $1 )) xxxhdpi
}
rasterize 2 fdroid-logo ic_launcher
rasterize 2 default-app ic_repo_app_default
rasterize 1 default_notification ic_stat_notify
rasterize 1 updates_notification ic_stat_notify_updates
2015-07-04 21:29:16 +03:00
Dominik Schürmann
2e6984bfbe
Use new icon for install into system notifications
2015-06-08 16:34:04 +02:00
Daniel Martí
8e62d9ae7e
Add install confirm+perms screen to SystemInstaller
2015-05-20 21:59:24 +02:00
Hans-Christoph Steiner
12b3a5af12
initial sketch of how to display hotspot mode on the swap wifi screen
...
This is really just a placeholder, there is lots of work to be done here.
Really, this screen should have the SSID of the hotspot, but we need to use
a private API to get that. Coming soon...
The icon is free software from:
https://commons.wikimedia.org/wiki/File:Wifi.svg
2015-05-10 00:37:05 -04:00
Daniel Martí
070054892e
Run optipng -o9 on all png images
2015-03-11 23:35:03 +01:00
Daniel Martí
06dd4c8dcb
Move F-Droid project into subdir, keeping a root gradle project
...
Also improved .gitignore a tad
2014-12-09 15:36:07 +01:00