26 Commits

Author SHA1 Message Date
Henrik Tunedal
17d6916e95 Get rid of unnecessary implicit permissions
Targeting an application at Cupcake triggers compatibility behaviours:
1) The permissions WRITE_EXTERNAL_STORAGE and READ_PHONE_STATE are
   automatically requested.
2) Support for different screen sizes and densities is disabled.

We don't want the extra permissions, but we do need the old resolution
compatibility mode to avoid UI breakage (for now), so I'm increasing
the target version and explicitly disabling the new screen support.
2011-03-03 14:46:20 +01:00
Ciaran Gultnieks
49fa56aa66 Version 0.21 2011-02-24 21:48:32 +00:00
Ciaran Gultnieks
ddacfb856a Version 0.20 2011-01-30 22:19:49 +00:00
Ciaran Gultnieks
716d400e46 Put uses-sdk in the right place in the manifest 2011-01-30 22:07:43 +00:00
Ciaran Gultnieks
b44f96142e We need WRITE_EXTERNAL_STORAGE permission - seems that compatibilty mode was adding it 2011-01-30 22:04:43 +00:00
Ciaran Gultnieks
540b7d0522 Version 0.19 2011-01-30 20:54:24 +00:00
Ciaran Gultnieks
a6c9ed8d06 Version 0.18 2011-01-30 17:03:52 +00:00
Ciaran Gultnieks
41958386f0 A real temporary fix to the repo update/screen rotation problem 2011-01-30 17:00:42 +00:00
Ciaran Gultnieks
445b273b36 This is a temporary fix to a crash during repo update due to screen rotation 2011-01-27 00:20:35 +00:00
Ciaran Gultnieks
b30fc71500 Don't pre-check network state, just try and read. Gets rid of a nasty permission 2011-01-26 23:22:43 +00:00
Ciaran Gultnieks
c626ce5f6d Version 0.17 2011-01-17 22:38:25 +00:00
Ciaran Gultnieks
3d19b7f2c1 Basic search implemented, just needs a bit of tidying up (e.g. tell you what you searched for) 2011-01-17 17:58:48 +00:00
Ciaran Gultnieks
78325dad91 Version 0.16 2010-12-14 23:40:30 +00:00
Ciaran Gultnieks
bc556e0e2b Version 0.15 2010-12-11 15:13:31 +00:00
Ciaran Gultnieks
7f2c04a242 Version 0.14 2010-11-15 21:05:52 +00:00
Ciaran Gultnieks
4f864aaf10 Only do background updates when the main activities are not in the foreground 2010-11-08 23:49:22 +00:00
Ciaran Gultnieks
9c193f237d First effort (untested) at doing scheduled repo updates 2010-11-08 08:47:05 +00:00
Ciaran Gultnieks
53a9e0e796 Added preferences screen and implemented (optional) caching 2010-11-07 23:06:46 +00:00
Ciaran Gultnieks
37182c04b1 Added minimum SDK version (3 = Android 1.5) 2010-11-07 10:34:50 +00:00
Ciaran Gultnieks
4f677285cc Version 0.13 2010-11-06 22:04:17 +00:00
Ciaran Gultnieks
76c7f74cd2 Allow install to SD card 2010-10-26 22:38:12 +01:00
Ciaran Gultnieks
651696a49b Version 0.12 2010-10-25 23:10:46 +01:00
Ciaran Gultnieks
0453bb0ac3 Fixed icon in manifest 2010-10-20 22:48:21 +01:00
Ciaran Gultnieks
6006b74420 Updated for release 0.11 2010-10-20 22:46:05 +01:00
Ciaran Gultnieks
861d094e9d Set a more appropriate version name for first alpha 2010-10-19 23:25:55 +01:00
Ciaran Gultnieks
0b71cb7e73 Initial files 2010-10-19 23:24:04 +01:00