Daniel Martí
4edd90d7aa
Remove translations of removed strings
2014-01-08 09:49:29 +01:00
Daniel Martí
837683217b
Release 0.57-test
2014-01-07 23:49:23 +01:00
Ciaran Gultnieks
a2fb86f518
Remove bogus translations
2014-01-07 16:28:10 +00:00
F-Droid Translatebot
34211bb1b7
Translation updates
2014-01-07 16:13:48 +00:00
Daniel Martí
aff6a03fa2
Specify that the version is for Android
2014-01-03 17:55:23 +01:00
Daniel Martí
8a90687867
Slightly larger margin separating minsdk
2014-01-03 04:47:42 +01:00
Daniel Martí
aee57c448b
Sightly more margins in app list views
2014-01-03 02:52:12 +01:00
Daniel Martí
50f68d34b9
Support minSdk info in version list views
2014-01-03 02:44:24 +01:00
Daniel Martí
ab6f41ec68
More layout tweaks, fix landscape
2014-01-03 02:17:32 +01:00
Daniel Martí
cd00760cc4
Remove compact icons, replace installed with a symbol
2014-01-01 21:45:20 +01:00
Daniel Martí
753bc43452
Use AppDetails title as indicator where we come from
2014-01-01 21:34:41 +01:00
Daniel Martí
771947536e
Add categories to AppDetails, layout tweaks
2014-01-01 21:08:41 +01:00
Daniel Martí
e302baa340
Do paddings for the icon and not the whole applist item
2014-01-01 17:09:01 +01:00
Daniel Martí
b31d8cb55b
Temporarily remove en-rGB, mainly since it breaks the whole app
2014-01-01 14:46:33 +01:00
Daniel Martí
b4cee703f2
applistitem centering tweaks
2014-01-01 02:15:27 +01:00
Daniel Martí
962521947e
Last pref summary: notifications
2014-01-01 01:47:10 +01:00
Daniel Martí
de40bed7e1
Do expert mode summary
2014-01-01 01:43:52 +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í
65981e3a25
Do updateHistoryDays summary like the others
2014-01-01 01:13:01 +01:00
Daniel Martí
d1d88ea26b
Update summaries on onResume() consistently
2014-01-01 01:03:25 +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í
1e4fe9fa2c
Add basic dogecoin donation support
2013-12-31 12:11:03 +01:00
Daniel Martí
67ec0f748c
Separate status and license from name and summary in app lists
2013-12-31 11:27:19 +01:00
Daniel Martí
e437898e33
Further fixes to layouts
2013-12-31 11:03:34 +01:00
Daniel Martí
fa02eb5733
Small tweaks to paddings and layouts
2013-12-31 11:03:34 +01:00
Ciaran Gultnieks
47c0c2f6ab
Remove invalid language
2013-12-29 13:28:42 +00:00
F-Droid Translatebot
d8e63240b6
Translation updates
2013-12-29 13:22:49 +00:00
F-Droid Translatebot
2db4f3f972
Translation updates
2013-12-29 12:55:24 +00:00
Daniel Martí
dc7df0fc5f
Release 0.56-test
2013-12-26 00:12:46 +01:00
Daniel Martí
c306fe9157
Properly center elements in the app list views
2013-12-26 00:08:43 +01:00
Daniel Martí
e3789631ba
Restructure applistitem:
...
* Move it to the top right corner
* Don't let the app name overlap it
* Ellipsize version names to leave space for name
* Summary can now take two lines if it needs them
* Installed versions are now bold
2013-12-25 22:46:46 +01:00
Daniel Martí
960e04d425
Merge commit 'refs/merge-requests/55' of gitorious.org:f-droid/fdroidclient
2013-12-25 19:46:09 +01:00
Hans-Christoph Steiner
f9d2fbb0ae
if incoming repo already exists and is enabled, show Toast and hide dialog
...
No need to show the dialog if it won't let you take any action.
2013-12-02 21:50:08 -05:00
Hans-Christoph Steiner
c7b076e5ea
add detailed checking of incoming repos based on fingerprint in DB
...
When a new repo is being added, whether manually or via an incoming Intent,
check the address and fingerprint against repos in the DB. If the repo is
not in the DB, offer to add it. If the repo address is in the DB, then do
more checks:
* If that address has no fingerprint in the DB, then offer to add the new
repo including that fingerprint. This might happen when upgrading a repo
from unsigned to signed.
* if the incoming info matches a repo in the DB, offer to enable that repo
* if the address matches a repo in the DB but the incoming fingerprint does
not match the fingerprint in the DB, warn the user, and tell them to
delete the existing repo if they truly want to override the existing info
2013-12-02 21:50:08 -05:00
Ciaran Gultnieks
2e21f8abba
Support for displaying UpstreamNonFree
2013-11-27 11:26:52 +00:00
F-Droid Translatebot
fbd7a0c8e7
Translation updates
2013-11-22 21:01:19 +00:00
F-Droid Translatebot
95af56a118
Translation updates
2013-11-22 20:08:59 +00:00
Hans-Christoph Steiner
36da418660
add CheckBox to enable overwriting of existing repos when adding new ones
...
The "Add" button is disabled until the user turns overwrite on. It should
prevent accidental overwriting, but I imagine this could be handled better.
2013-11-20 00:06:12 -05:00
Hans-Christoph Steiner
14c525e7ff
add fingerprint field to Add Repo dialog, and alert if repo already exists
...
Previously, anything added via the Add New Repository dialog would just
overwrite any existing repo config that was there. This has become a
bigger issue with the QR Code scanning since it could become an attack
vector. This is the first step towards making this Add Repo dialog give
more info to the user about the state of things, and what the user might
replace by clicking OK.
2013-11-20 00:06:12 -05:00
Aleksey Tulinov
d687b7341e
Setting 32x32dp for compact layout, bumped summary to name
2013-11-17 22:09:04 +02:00
Aleksey Tulinov
5786d014dc
Shifted summary to the right of icon to give icon more space, aligned status with license
2013-11-17 06:42:33 +02:00
Daniel Martí
5626adc574
Properly retab all layout xml files
2013-11-16 23:39:37 +01:00
Daniel Martí
a2b939d1fc
AppList icons back to 40dp, AppDetails icons to real 48dp
2013-11-16 23:37:26 +01:00
Aleksey Tulinov
2ec7cb3e8d
Changed app icon paddings into margins to fit 48x48dp exactly
2013-11-16 20:31:40 +02:00
Ciaran Gultnieks
44c1dc2c44
Version 0.55
2013-11-11 10:12:32 +00:00
F-Droid Translatebot
2efba7f932
Translation updates
2013-11-11 09:49:35 +00:00
F-Droid Translatebot
03acf2002a
Translation updates
2013-11-09 15:35:29 +00:00