Daniel Martí
12ed92aa01
Run a stricter optipng -o7 -zm1-9 on all pngs
...
This takes even longer, and catches some optimizations that -o7 had left out.
2015-10-04 17:51:34 +02:00
Daniel Martí
194dff8ab8
Run optipng -o7 on all png images
...
The android build process doesn't waste time running optipng and such, since
it takes minutes to run properly.
I had already ran this a few months ago. Running it again gives an apk ~15KB
smaller, which is welcome. This is because of the new images added.
2015-10-04 08:14:48 -07:00
F-Droid Translatebot
ee57a7b683
Pull translation updates from Weblate
...
Translators:
Ajeje Brazorf Sardinian
Allan Nordhøy Norwegian Bokmål
AtomiKe French
Enol Puente Asturian
jaksi Hungarian
Luis Ruiz Spanish
Marc Ringel German
Mário Castanheira Portuguese (Portugal)
Marvin W German
naofum Japanese
Olexandr Nesterenko Ukrainian
Osoitz Basque
Reg Swedish
Thomas Lü German
2015-10-04 08:02:25 -07:00
Peter Serwylo
0164adc386
Don't depend on Content-Length headers to download ( Fixes #430 )
...
Instead, keep downloading until the `InputStream` returns -1.
Also, required updates to the UI so that when the download size is
not known, there is still a reasonable response to the user.
Note that this still fails when using the Android download manager
if the download attempts to get resumed, and the server did not
send a Connection: close, Content-Length, or Transfer-Encoding: Chunked
header.
2015-10-04 11:21:38 +11:00
Daniel Martí
9bb0719a86
Update list of languages
2015-10-02 17:34:07 -07:00
F-Droid Translatebot
312d559e81
Pull translation updates from Weblate
...
Translators:
agilob Polish
Mário Castanheira Portuguese
Mário Castanheira Portuguese (Portugal)
Olexandr Nesterenko Ukrainian
2015-10-02 17:33:30 -07:00
Daniel Martí
ebb991d1c6
Remove unused/unwanted empty default_repo trans
2015-10-02 16:35:50 -07:00
Daniel Martí
8d87031f81
Remove some more unused resources
2015-10-02 16:32:15 -07:00
Daniel Martí
2509f6f869
Remove all duplicated drawables form drawable/
...
These already have density-specific versions in drawable-*/, so having a
fallback in drawable/ makes no sense.
2015-10-02 16:30:32 -07:00
Daniel Martí
fc50fea18c
Merge branch 'materialize-repository-details' into 'master'
...
Materialize repository details
Modernize the look of repo details. Enabled repo before and after:


Disabled repo before and after:


See merge request !148
2015-10-02 19:18:30 +00:00
F-Droid Translatebot
3235ddd120
Pull translation updates from Weblate
...
Translators:
agilob Polish
Ajeje Brazorf Sardinian
Enol Puente Asturian
Full Name Slovak
Lu Ca Sardinian
Marcelo Santana Portuguese (Brazil)
Olexandr Nesterenko Ukrainian
2015-10-01 20:07:53 -07:00
relan
b3ae79e5c2
Correct the fingerprint caption
...
Do not use the word "repo" in captions because all the info in the
activity is about a repository.
2015-10-01 17:49:31 +03:00
relan
f9feab57cc
Use monospace font for repository fingerprint
...
Bytes look better when they are properly aligned.
2015-10-01 17:47:05 +03:00
relan
2cc6661979
Make repository details look more Material
...
See http://www.google.com/design/spec/style/typography.html
Remove useless attributes; add styles with proper paddings, size and color
for caption and body text. Unfortunately, line spacing attributes are
supported only since Jelly Bean.
2015-10-01 17:38:20 +03:00
relan
6f6bd44a38
Use static title for repository details activity
...
Repository name is usually too long to fit into the title. Besides, it's
also shown in the activity, no need to duplicate it.
2015-10-01 07:26:58 +03:00
relan
77f0dbb65a
Correct the message about disabled repo
...
Explain that repository should be enabled.
2015-10-01 07:26:58 +03:00
relan
f5906f320f
Remove update button
...
It's confusing because it does not update the repo details view.
2015-10-01 07:26:58 +03:00
relan
dbd69444f1
Set side paddings in LinearLayout, not in ScrollView
...
This fixes scrollbar position.
2015-10-01 07:26:58 +03:00
relan
4ecb253c80
Remove useless RelativeLayout
2015-10-01 07:26:58 +03:00
relan
fe3a739fe3
Fix up indentation in repodetails.xml
2015-10-01 07:26:58 +03:00
Daniel Martí
998d99eee0
Be consistent about strings being capitalized
...
These strings aren't completely wrong being all lowercase, but better be
consistent.
2015-09-30 13:45:03 -07:00
Daniel Martí
be1b68153f
Don't use emoticons in strings
2015-09-30 13:40:52 -07:00
Daniel Martí
ae6f71f482
Apply string changes from !145 to new translations
2015-09-30 13:26:48 -07:00
F-Droid Translatebot
03e98dbb10
Pull translation updates from Weblate
...
Translators:
agilob Polish
Daniel Martí Catalan
2015-09-30 13:21:18 -07:00
Daniel Martí
e856a9be3b
Don't end setting summaries with periods
2015-09-30 13:20:35 -07:00
Dominik Schürmann
2b0f2cfc67
Better error handling
2015-09-30 07:41:32 +02:00
Dominik Schürmann
50215356ae
Privileged Install: improve strings, fix uninstall
2015-09-30 07:41:27 +02:00
Daniel Martí
c06c115f4d
Pull translation updates from Weblate
...
Translators:
agilob Polish
AtomiKe French
Enol Puente Asturian
Green Lunar Hebrew
Lu Ca Sardinian
Marcelo Santana Portuguese (Brazil)
naofum Japanese
Phạm Nguyễn Hoàng Esperanto
Phạm Nguyễn Hoàng Vietnamese
raspbiak Slovak
2015-09-29 21:30:30 -07:00
relan
5046213f3c
Make repositories list look more Material
...
See http://www.google.com/design/spec/components/lists.html
2015-09-27 11:41:59 +03:00
relan
3434d71569
Split "unsigned" and "unverified"
...
Since now we don't have problems with list item height, we can use two
different text labels for unsigned and unverified repositories
indication. Code now only switches visibility for them.
2015-09-27 11:41:59 +03:00
relan
38a19c305d
Remove unused strings
2015-09-27 11:41:59 +03:00
relan
8b15fb4cb1
Define repo_item layout in XML instead of run time
2015-09-27 09:56:13 +03:00
relan
c18900c242
Remove unused ImageView from repo_item
2015-09-27 09:56:13 +03:00
Daniel Martí
c0fc70c7c0
Make all donation methods strings translatable
...
F-Droid itself (the app name) can be translated, so these fall under the same
category.
2015-09-25 10:12:17 -07:00
F-Droid Translatebot
24ffbb2d6d
Pull translation updates from Weblate
...
Translators:
AtomiKe French
Enol Puente Asturian
Lu Ca Sardinian
Mladen Pejaković Serbian
naofum Japanese
raspbiak Slovak
2015-09-25 10:06:18 -07:00
Daniel Martí
3b3fb93990
Forgot to remove dogecoin layout/string
...
Follow-up to 735ac0eb3da.
Fixes #433 .
2015-09-24 22:20:07 -07:00
Daniel Martí
f41015b793
Fix typo introduced in a82032d5d0d5a1
2015-09-24 16:30:10 -07:00
F-Droid Translatebot
63c4ce5915
Pull translation updates from Weblate
...
Translators:
Enol Puente Asturian
Kiril LastName Bulgarian
Łukasz Cieśluk Polish
Osoitz Basque
2015-09-23 22:42:44 -07:00
Toby Kurien
2642c14cb7
Better handle download errors from DownloadManager
...
Rebased and squashed from !141 .
2015-09-23 22:26:49 -07:00
Daniel Martí
d90edde68a
langs-list-check: ignore symlinks, update list
2015-09-19 16:28:19 -07:00
Daniel Martí
dd96b8b9f9
Use a symlink to support old language codes
...
Fixes #139 . For now only Hebrew is present.
2015-09-19 16:25:11 -07:00
F-Droid Translatebot
03e731a836
Pull translation updates from Weblate
...
Translators:
Enol Puente Asturian
Green Lunar Hebrew
Mladen Pejaković Serbian
naofum Japanese
riotism Chinese (Hong Kong)
2015-09-19 16:21:08 -07:00
Daniel Martí
9483f2ce8e
Remove empty Gujarati (gu) translation
2015-09-17 21:27:05 -07:00
Daniel Martí
e0897cce2e
Remove empty versions of array.xml
...
Translations are in strings.xml, so these files are useless. They won't be
updated by weblate either.
2015-09-17 21:26:18 -07:00
F-Droid Translatebot
c9448b1781
Pull translation updates from weblate
...
Translators:
Green Lunar Hebrew
Kiril LastName Bulgarian
Laura Arjona Reina Spanish
Lu Ca Sardinian
Marc Ringel German
Mladen Pejaković Serbian
Pablo Spanish
relan Russian
riotism Chinese (Hong Kong)
2015-09-17 19:30:32 -07:00
relan
8cf3dd39f9
Translated using Weblate (Russian)
...
Currently translated at 66.4% (200 of 301 strings)
2015-09-16 17:29:02 +02:00
Kiril LastName
1114af11ea
Translated using Weblate (Bulgarian)
...
Currently translated at 83.0% (250 of 301 strings)
2015-09-16 17:29:01 +02:00
Enol Puente
4cebbbd8a7
Translated using Weblate (Asturian)
...
Currently translated at 97.3% (293 of 301 strings)
2015-09-16 17:29:01 +02:00
Pablo
ce2fa5cf80
Translated using Weblate (Spanish)
...
Currently translated at 99.0% (298 of 301 strings)
2015-09-16 00:19:11 +02:00
relan
fe50205eca
Translated using Weblate (Russian)
...
Currently translated at 65.7% (198 of 301 strings)
2015-09-16 00:19:11 +02:00