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
Daniel Martí
68f266d6be
Remove silly values-qqq
2014-03-05 23:12:55 +01:00
Daniel Martí
91363bf753
Re-run fix-ellipsis
2014-03-05 22:58:58 +01:00
Daniel Martí
f7051a3f50
Run remove-unused-trans again
2014-03-05 22:58:38 +01:00
F-Droid Translatebot
bf040a73fa
Translation updates
2014-03-05 21:44:48 +00:00
Daniel Martí
d647bfb097
Release 0.60-test
2014-02-28 00:37:34 +01:00
Daniel Martí
31aa3fcf30
Make titles and subtitles align properly in RTL
...
This is just a cosmetic fix to make the RTL layout look like the normal LTR
one. It is, effectively, making non-RTL text be aligned to the right. I
suppose that's fine, for the sake of making it readable since we don't want it
aligned to the left, breaking the layout.
2014-02-21 00:32:17 +01:00
Daniel Martí
66563d30d9
First attempt at supporting RTL
...
Following the Android 4.2 changes, which explain how to add native support for
RTL, I've replaced Right for End and Left for Start. Enabling RTL to see the
results.
2014-02-21 00:11:58 +01:00
Daniel Martí
44bb904ab0
Remove obsolete dbSyncModeValues array
2014-02-20 13:57:59 +01:00
Daniel Martí
231fb3dd8a
Merge commit 'refs/merge-requests/65' of gitorious.org:f-droid/fdroidclient
...
Conflicts:
src/org/fdroid/fdroid/views/fragments/RepoListFragment.java
2014-02-19 23:12:19 +01:00