13 Commits

Author SHA1 Message Date
Peter Serwylo
a299340db7 Show a different list of apps after swap is ready, rather than the default.
Previously, we would redirect to the main list of apps. Now, the swap
thing will show the specific apps in the "LocalRepo" category. It also
shows the "Swap complete" message with a nice icon carrie designed.
2014-10-22 18:01:25 +10:30
Peter Serwylo
ae9cb5b89b Beginnings of an implementation for Swap.
The Fragments and an Activity which tie all of the swap views together
has begun. The first bit of implementation is to get the current
wifi network displayed, which worked out alright.

This commit contains a lot of theme related stuff, particularly
involving taking assets from carries mockups and making them suitable
to use as drawables. The process for doing this is a story for another
day, but I'll document it and put it on the wiki in the future. carrie
showed me a script that a mate of hers used on another project, and
I've adapted it a little to make it work nicely here (note - it isn't
in this commit).

The button is blue, and always shown with associated text in the
ActionBar. This required a custom drawable which was set as the
background in the styles.xml.
2014-10-22 18:01:24 +10:30
Daniel Martí
f525af993f Run optipng -o4 on all png files 2014-02-09 16:40:38 +01:00
Daniel Martí
6a62b7979e Forgot to add default app drawables 2013-11-02 16:31:12 +01:00
Daniel Martí
4091477dd8 Switch to new launcher design by mray, reogranize media/, run optipng 2013-10-24 18:00:29 +02:00
Daniel Martí
8669460088 Switch to proper updates notification iconography
Following http://developer.android.com/design/style/iconography.html

Original design and graphics by mray
2013-10-22 14:56:15 +02:00
Daniel Martí
a7e58c154c Run optipng on all png drawables 2013-10-08 23:14:29 +02:00
David Black
edc97f0f26 better padding for icons 2013-04-19 18:17:02 +01:00
David Black
1038aa5d99 reduced all icons by 12.5% compared with fdroid-logo.svg 2013-04-18 15:02:34 +01:00
David Black
39929028e7 Merge branch 'master' of git://gitorious.org/f-droid/fdroidclient 2013-04-10 12:30:50 +01:00
Peter Serwylo
8679a1241f Also show "add repo" and "update/install" in action bar.
The "update" icon was a "+" (add icon) which looked a bit weird, so a
quick search of other UI's shows that the "refresh" icon is used for
"update". The official Android reference docs say to copy icons that
aren't part of the android.R.drawable.* constants into your own
drawable-* folders, so I've done that here. The icons are from android
SDK version 17.
2013-04-09 18:55:10 +10:00
David Black
cdac0e4632 re-render fdroid logo pngs 2013-03-28 13:14:51 +00:00
Ciaran Gultnieks
cc0aa6b835 Changed logo 2012-08-17 16:48:00 +01:00