Daniel Martí
55acd955b9
Prepare for 0.65 release
2014-04-29 11:55:29 +02:00
Daniel Martí
f374fbbeb0
Re-run translate fixes
2014-04-29 11:30:22 +02:00
Hans-Christoph Steiner
cce393de09
"unverified" repo state for repos w/ fingerprints but not yet pubkeys
...
If a repo was configured with a fingerprint, but it has not yet updated and
gotten the pubkey from the index.jar, then it will be in an "unverified"
state, i.e. the signing key fingerprint is stored, but it has not yet been
used to check against the pubkey in the index.jar
2014-04-28 11:59:36 -04:00
F-Droid Translatebot
625bdcebba
Translation updates
2014-04-28 07:56:28 +01:00
Daniel Martí
3345a81077
Re-run fix-ellipsis
2014-04-25 10:23:23 +02:00
Daniel Martí
9bd33003a0
Add a script to fix format problems automatically
2014-04-25 10:22:42 +02:00
F-Droid Translatebot
82b188a2ac
Translation updates
2014-04-24 21:26:43 +01:00
Hans-Christoph Steiner
4a55cdf938
option to send via bluetooth any installed app on the AppDetails page
...
This takes the code used for sending the FDroid.apk and applies it to any
installed app. So the user can go to the AppDetails for any installed app
and select "Send via Bluetooth" from the menu, and send the app to another
phone.
2014-04-22 11:09:49 -04:00
Daniel Martí
4b3b392c01
Prepare for 0.64-test
2014-04-20 14:32:05 +02:00
Daniel Martí
c5a1fd9b1c
Some translation fixes
2014-04-20 14:24:07 +02:00
F-Droid Translatebot
f93c8151fe
Translation updates
2014-04-20 12:40:49 +01:00
Daniel Martí
57eaad7c1b
Remove RelativeLayout leftovers
2014-04-17 01:20:32 +02:00
Daniel Martí
4db53deb42
Forgot to set the icon sizes back to normal
...
They got added +8 since we added paddings directly to the icon layout. Since
those paddings got removed, this has to be switched back too.
2014-04-11 19:24:46 +02:00
Daniel Martí
8ed76f47ee
More improvements to the app list layout
...
* Don't use a RelativeLayout for the whole thing
* Use more external paddings, not per-element paddings
* Center everything vertically
2014-04-10 16:33:15 +02:00
Daniel Martí
2cdb634865
Fixes #6 : Spaces before ellipsis in German are OK
2014-04-10 15:23:19 +02:00
Peter Serwylo
fe1806b016
Merge branch 'misc_fixes' into 'master'
...
Localized category list
2014-04-10 03:51:58 +00:00
Daniel Martí
a477f421cb
Greatly improve app list layout
...
* Don't hard-code ellipsis in the code
* Separate the two rows into two linear layouts
* Don't abuse relative layouts
* Use ellipsize with weights to achieve best results
2014-04-07 19:35:04 +02:00
Daniel Martí
b731ab57b3
Release 0.63
2014-04-07 15:46:33 +02:00
Daniel Martí
ad9218d14c
Fix some string formats and an ellipsis
2014-04-07 15:21:23 +02:00
F-Droid Translatebot
c717d919af
Translation updates
2014-04-07 14:16:49 +01:00
AlexanderR
04ea93cce8
Category list i18n
2014-04-05 17:08:29 +11:00
F-Droid Translatebot
628d684ab9
Translation updates
2014-04-03 20:57:36 +01:00
Daniel Martí
44312bdb6c
Bump version to 0.62
2014-04-01 14:40:27 +02:00
Daniel Martí
2ff0ae9550
Run translation scripts
2014-04-01 14:04:32 +02:00
Daniel Martí
6b08ab0e97
Place -hu arrays in the correct file
2014-04-01 14:02:26 +02:00
F-Droid Translatebot
4f0cba0c84
Translation updates
2014-04-01 12:16:44 +01:00
Ciaran Gultnieks
ce334e215d
Add Hungarian translations by gidano
2014-04-01 11:57:10 +01:00
Daniel Martí
ce3f210919
Run fix-ellipsis
2014-03-23 14:04:14 +01:00
F-Droid Translatebot
3bfd5cbf0d
Translation updates
2014-03-22 19:20:04 +00:00
Daniel Martí
db1adb327a
Re-run fix-ellipsis
2014-03-22 13:27:16 +01:00
F-Droid Translatebot
7f315720ab
Translation updates
2014-03-22 12:25:06 +00:00
Daniel Martí
53ac16fcee
Run fix-ellipsis
2014-03-22 13:20:49 +01:00
F-Droid Translatebot
ca2fe21beb
Translation updates
2014-03-22 12:09:05 +00:00
Daniel Martí
361fbc83ba
Re-organize default repos to separate and distinguish them
2014-03-22 11:24:44 +01:00
Daniel Martí
a1a8c06565
Start using contentDescription on ImageView elements
2014-03-22 11:12:42 +01:00
Daniel Martí
955087d523
Relese 0.61-test
2014-03-19 13:39:20 +01:00
Daniel Martí
53a10aa44f
Re-run fix-ellipsis after translatebot overwrite
2014-03-18 08:17:34 +01:00
F-Droid Translatebot
7f652f8620
Translation updates
2014-03-17 15:27:41 +00:00
Daniel Martí
3df221bc4a
Don't ship third-party repos
2014-03-17 09:38:38 +01:00
Daniel Martí
a184ce7268
Make priorities configurable too
2014-03-17 09:38:11 +01:00
Daniel Martí
6284811fec
Merge commit 'refs/merge-requests/68' of gitorious.org:f-droid/fdroidclient
2014-03-17 09:29:13 +01:00
Daniel Martí
2095229061
Run translation auto-correct scripts
2014-03-17 09:26:23 +01:00
F-Droid Translatebot
8acb1b9a76
Translation updates
2014-03-17 08:24:02 +00:00
Rene Treffer
61bbbf442d
Make the list of default repos dynamic
...
This patch iterates over the configured list of repos and adds them to
the db on create. This means that the initial list of repositories is
now fully configurable. Added the guardian project repo (disabled) as a
testcase.
2014-03-16 13:50:17 +01:00
Rene Treffer
d55fc7cd69
Fix build failure with newer toolchains.
...
Android somehow wants every string to be externalized on newer
toolchains, let's prepare for that.
This fixes in-tree building of f-droid.
2014-03-16 13:44:25 +01:00
Daniel Martí
be4db93da5
Forgot the rtl fixes for layout-land
2014-03-10 18:27:43 +01:00
Daniel Martí
6fa72607b8
Fix relative layouts on <4.2, broken while trying to add RTL support
2014-03-10 18:19:15 +01:00
Daniel Martí
0f44c5edba
Fix scaling of icons on AppDetails
2014-03-10 17:56:38 +01:00
Hans-Christoph Steiner
1d3c18423b
use https for fdroid.org everywhere, avoid redirects
2014-03-10 17:33:33 +01:00
Hans-Christoph Steiner
31fe8343ad
fix RO translation's formats, based on lint warning
...
Inconsistent formatting types for argument #1 in format string
searchres_napps ('%s'): Found both 'd' and 's' (in values/strings.xml)
This lint check ensures the following: (1) If there are multiple
translations of the format string, then all translations use the same type
for the same numbered arguments (2) The usage of the format string in Java
consistent with the format string, meaning that the parameter types passed
to String.format matches those in the format string.
<string name="searchres_napps">Sa gasit o aplicatie potrivita cu %s\'</string>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2014-03-10 17:32:06 +01:00