43 Commits

Author SHA1 Message Date
Daniel Martí
1f99c00899 Revert "New setting: "Small screen" to avoid ellipsizing on small screens"
This reverts commit a5c66a8c6ed9c9fd174aeb448e428d288e52f1e1.

Conflicts:
	src/org/fdroid/fdroid/AppDetails.java
2014-01-17 21:06:37 +01:00
Daniel Martí
a5c66a8c6e New setting: "Small screen" to avoid ellipsizing on small screens 2014-01-10 22:12:57 +01:00
Daniel Martí
4edd90d7aa Remove translations of removed strings 2014-01-08 09:49:29 +01:00
Daniel Martí
962521947e Last pref summary: notifications 2014-01-01 01:47:10 +01:00
Daniel Martí
6c9a375b27 Do db sync and apk cache settings summaries too 2014-01-01 01:32:33 +01:00
Daniel Martí
abef4f36e0 Do incompatible versions and permissions settings too 2014-01-01 01:20:21 +01:00
Daniel Martí
177b2a170d Show value for the theme pref too, no dummy defualt summaries 2014-01-01 00:42:27 +01:00
Daniel Martí
02bac89b17 Do on/off and value summaries for auto updates 2014-01-01 00:38:47 +01:00
Daniel Martí
1b6a643b9c Start doing checkbox preferences with on/off summaries 2013-12-31 21:59:46 +01:00
Daniel Martí
a76a465cf1 Re-add theming, much better this time 2013-11-03 16:12:22 +01:00
Daniel Martí
ed49eced45 Change setting "Incompatible apps" to "Incompatible versions"
Rather large rewrite, basically doing:
* Always show incompatible apps
* Don't fetch incompatible apks if the new setting is off
* Start using result codes when returning from PreferencesActivity
2013-11-02 18:27:02 +01:00
Daniel Martí
d6f0fbca98 New setting: Automatic app list updates only on wifi (fixes: #380) 2013-10-24 14:21:35 +02:00
Daniel Martí
86af7638e8 Re-add filtering by Root 2013-10-23 17:53:36 +02:00
Daniel Martí
991b91dfdc Remove filter by root, replaced by ACCESS_SUPERUSER permission 2013-10-23 01:13:39 +02:00
Daniel Martí
19712433bc Always show apps with AFs; Always display AF list in bold red at top of AppDetails 2013-10-23 00:52:25 +02:00
Daniel Martí
3741c0c62b Revert all Light Theme changes
Should be done differently. Light theme before Holo is buggy.
2013-09-01 14:03:55 +02:00
Daniel Martí
eb1d21f827 Rename "Maintenance" to "Other" 2013-08-30 14:34:52 +02:00
Daniel Martí
9b9f1a0cce Group all "Storage" prefs under "Maintenance" 2013-08-29 17:29:41 +02:00
Daniel Martí
50f0856f67 Add "Light Theme" setting
Default theme is dark (Holo dark on >=11), addition is light on <11, Holo.Ligt
on >=11 and Holo.Light.DarkActionbar on >=14
2013-08-23 14:29:50 +02:00
Daniel Martí
0c1b854b69 Remove "reset" from the preferences page.
Currently, removing the cache does the job much better. The only thing
clearing the cache doesn't do which "reset" did is removing the databases. But
we don't want to do that anyway.

If someone wants to do that, they can just deactivate or remove a repo, and it
will get wiped from the database.
2013-07-23 17:02:35 +02:00
Daniel Martí
a17d09e0a2 First attempt at implementing the compact layout 2013-05-11 23:32:18 +02:00
Daniel Martí
dbb084accd Disable preferences after desc by default. 2013-05-03 23:02:13 +02:00
Peter Serwylo
688142c83e bede's changes for adding permissions to app details. 2013-04-28 18:48:22 +10:00
Paul Sokolovsky
b71fcab896 Allow user to edit number of update history days in prefs.
Instead of using hardcoded 14 days.
2013-03-17 00:37:37 +02:00
Ciaran Gultnieks
2ae4e6516e Re-implement show incompatible, and fix details layout more 2012-09-19 17:06:49 +01:00
Ciaran Gultnieks
717df0b82f Adds preference to ignore touchscreen feature
A ridiclous number of apps claim to be incompatible with devices that
don't have a touchscreen. This even includes devices that have the 'fake
touchscreen' feature instead. Nearly all of those have no such
requirement, so this preference allows you to ignore it and treat those
apps as being compatible.
2012-09-16 11:37:06 +01:00
Ciaran Gultnieks
0efc4c6794 Performence improvements, work in progress 2012-09-13 21:28:19 +01:00
Ciaran Gultnieks
1b2a1e99ea Better way of dealing with translation exclusions 2012-01-11 11:04:50 +00:00
Ciaran Gultnieks
732262547e Put default_repo xml in correct place 2012-01-10 17:53:37 +00:00
Ivo Ugrina
9359509e2c added antiNoneFreeDep 2011-10-08 00:20:51 +02:00
Ciaran Gultnieks
45a38cc653 Default to auto updating repo daily, and notifying of app updates 2011-04-15 10:53:13 +01:00
Henrik Tunedal
cea9278ef2 Optionally filter apps that require root 2011-03-08 20:06:43 +01:00
Henrik Tunedal
0513bb2de7 Filter incompatible applications 2011-03-05 19:59:01 +01:00
Henrik Tunedal
55eb63b077 Disable database sync preference unless in expert mode 2011-02-14 02:23:23 +01:00
Henrik Tunedal
176c9173ae Add preference for SQLite "synchronous" flag
By default SQLite runs with synchronous=FULL, which is the safest mode
and uses fsync() a lot, but this interacts very badly with Samsung's
infamous RFS filesystem. With this preference the user can decide
whether to sacrifice some safety for reasonable performance.
2011-02-13 20:37:35 +01: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
ae6e9d57ff Merge branch 'master' of gitorious.org:f-droid/fdroidclient 2011-01-17 17:28:49 +00:00
Ciaran Gultnieks
20a204aed8 Antifeatures preferences definition fix 2011-01-17 17:14:10 +00:00
Ciaran Gultnieks
df6a37a705 Expert mode - currently just displays md5 of signature for installed apps 2011-01-04 23:52:04 +00:00
Ciaran Gultnieks
e1f3c2eb78 Added preferences for anti-features 2010-12-16 21:40:17 +00:00
Ciaran Gultnieks
ab8feedea0 Made new strings (and a couple previously missed) translatable) 2010-11-14 22:28:08 +00:00
Ciaran Gultnieks
87ea1dfc3f Moved 'reset DB' to the preferences screen 2010-11-13 10:35:39 +00:00
Ciaran Gultnieks
53a9e0e796 Added preferences screen and implemented (optional) caching 2010-11-07 23:06:46 +00:00