Lu Ca
3b7e031d76
Translated using Weblate (Sardinian)
...
Currently translated at 70.3% (235 of 334 strings)
2015-09-13 00:48:47 +02:00
Lu Ca
e49bd8b300
Translated using Weblate (Sardinian)
...
Currently translated at 70.0% (234 of 334 strings)
2015-09-13 00:48:47 +02:00
Sylvie
a7d1aafecd
Translated using Weblate (Dutch)
...
Currently translated at 79.3% (265 of 334 strings)
2015-09-13 00:48:47 +02:00
Sylvie
c7bdf6816b
Translated using Weblate (Dutch)
...
Currently translated at 79.0% (264 of 334 strings)
2015-09-13 00:48:47 +02:00
Sylvie
dd14c8e86d
Translated using Weblate (Dutch)
...
Currently translated at 78.9% (263 of 333 strings)
2015-09-13 00:48:47 +02:00
Daniel Martí
873910400d
Merge branch 'fix-405--swap-feedback-speed' of https://gitlab.com/pserwylo/fdroidclient
2015-09-12 15:42:45 -07:00
Peter Serwylo
198cc7357c
Update UI in response to WiFi enabling, not Bonjour discovery enabling.
...
The Bonjour stuff takes a while to start, and isn't strictly neccesary
in order to swap over WiFi. Rather, it is more of a convenience. Also,
it was causing the UI to appear to lag quite a lot. This way, the WiFi
swap gets setup almost instantly, and is available to swap - therefore
the UI seems much more responsive.
2015-09-13 08:26:33 +10:00
Peter Serwylo
90ede44790
Check for null netmask
variable to prevent NPE.
...
Not sure if this is the correct course of action to prevent the problem,
but it prevents the crash documented in Issue #413 .
2015-09-13 08:26:33 +10:00
Peter Serwylo
828cc272ee
Only start Bluetooth in UI thread, WiFi needs background.
...
While we're at it, use `Thread`s rather than `AsyncTask`s because
they are more concise. Not 100% sure, but I think `AsyncTask`s
need to wait for the UI event loop to get to them in order kick off.
2015-09-13 08:26:33 +10:00
Peter Serwylo
4bb2a0e0d0
Added massive amounts of logging to pin down problem.
...
Trying to pin down why the UI takes one or two seconds to catch up
after performing the "Enable WiFi" toggle. This is best done via
logging rather than using the debugger.
Also changed to Utils.DebugLog instead of Log.d, and removed some
comments and fixed a typo in one comment.
2015-09-13 08:26:28 +10:00
Daniel Martí
4bd8210ef1
Remove values-zh. See #139 .
2015-09-12 15:23:08 -07:00
Daniel Martí
cf0ab74870
Allow app_name to be translated. Fixes #203 .
2015-09-12 15:19:46 -07:00
Sylvie
9e410662ea
Translated using Weblate (Dutch)
...
Currently translated at 75.6% (252 of 333 strings)
2015-09-13 00:09:02 +02:00
Sylvie
d32680a14f
Translated using Weblate (Dutch)
...
Currently translated at 76.8% (249 of 324 strings)
2015-09-13 00:09:02 +02:00
Daniel Martí
78e8341206
Replace string array items with strings
...
Fixes #206 . Two other small fixes too:
* Units don't really translate, and they are appended to java strings anyway.
If it is to be translated, do a proper formatted string.
* Placed the light theme above the dark one, since it's the default.
2015-09-12 15:02:46 -07:00
Daniel Martí
f2107219c2
Cleanup after Hebrew import
2015-09-12 14:48:29 -07:00
Daniel Martí
fe8635667c
Include cleaned up translations from #392
...
Thanks to @GreenLunar
2015-09-12 14:28:06 -07:00
Daniel Martí
75d8abcf55
String arrays don't belong in strings.xml
2015-09-12 14:25:41 -07:00
Daniel Martí
4c680ca7f3
README: Update translation instructions
2015-09-12 14:09:28 -07:00
Daniel Martí
4407926ae8
Add Weblate translation badge
2015-09-12 14:06:46 -07:00
Daniel Martí
cb79503f5f
Merge remote-tracking branch 'weblate/master'
2015-09-12 14:03:09 -07:00
naofum
3203bd99d2
Translated using Weblate (Japanese)
...
Currently translated at 85.1% (276 of 324 strings)
2015-09-12 21:41:28 +02:00
Michal Čihař
160865cd86
Translated using Weblate (Czech)
...
Currently translated at 58.9% (191 of 324 strings)
2015-09-12 21:41:28 +02:00
F-Droid Translatebot
089dcecf1c
Translation updates
2015-09-12 19:41:19 +00:00
Daniel Martí
de44771755
Exception logging improvements
...
* On error logs, always print the stack trace
* Log full stack traces instead of just exception names or messages
* Never use printStackTrace
2015-09-11 17:43:59 -07:00
Daniel Martí
c0a13ad65f
Some Java 1.7 string switch goodness
2015-09-11 17:30:58 -07:00
Daniel Martí
a2c8c4678e
Remove duplicate debug log
...
D/AvailableAppsFragment(18359): Selected category: Reading
D/AvailableAppsFragment(18359): Category 'Reading' selected.
D/AvailableAppsFragment(18359): Selected category: What's New
D/AvailableAppsFragment(18359): Category 'What's New' selected.
2015-09-11 17:17:37 -07:00
Daniel Martí
be87a31b84
Apply some PMD fixes
2015-09-11 17:00:24 -07:00
Daniel Martí
90822e9258
Utils: don't capitalize method names
2015-09-11 16:43:03 -07:00
Daniel Martí
132eeda4a0
Fix small variable mistake in RepoDetailsActivity
...
qrUriString was supposed to be used. Moreover, it does look like execute()
must be called with an upper case string. Caught since qrUriString is an
unused variable.
2015-09-11 15:48:55 -07:00
Daniel Martí
b4e23c2cbc
Make most fields in AsyncDownloader final
2015-09-11 15:48:21 -07:00
Daniel Martí
0c9c93e493
Fix some javadoc warnings
2015-09-11 15:47:38 -07:00
Daniel Martí
9cbefca4bb
Code cleanup via AS
2015-09-11 15:34:05 -07:00
Daniel Martí
0f8c310c8d
Optimize imports via AS
2015-09-11 15:32:22 -07:00
Daniel Martí
110a004d59
AppDetalis: Avoid division by zero crash
2015-09-11 15:26:56 -07:00
Toby Kurien
6d6d9bc7cd
Follow download progress in AppDetails
...
Added a new thread to update the AppDetails screen with the progress of the
download once per second.
2015-09-11 15:14:22 -07:00
Daniel Martí
860bc8ae97
Apply some checkstyle fixes
2015-09-11 14:45:19 -07:00
Daniel Martí
1dfe3d962f
Hasher cleanup and simplification
2015-09-11 13:07:53 -07:00
Daniel Martí
27f212f3ec
Use Writer, always close FileWriter exactly once
2015-09-11 13:07:53 -07:00
Daniel Martí
6793780d4f
Beef up 4.4 emulator sleep to avoid errors
2015-09-10 19:24:10 -07:00
Daniel Martí
d415ceae15
Block formatting fixes
2015-09-10 19:04:18 -07:00
Daniel Martí
cba2e67a70
Cleanup after bluetooth-swap merge
2015-09-10 19:00:09 -07:00
Daniel Martí
42d31eb0e6
Fix build after bluetooth-swap merge
2015-09-10 18:56:47 -07:00
Daniel Martí
2159b3d49b
Merge branch 'bluetooth-swap' of https://gitlab.com/n8fr8/fdroidclient
2015-09-10 18:52:52 -07:00
Daniel Martí
cc8b9bb41d
Fix formatting error in WifiStateChangeService
...
It's %d, not %i.
2015-09-10 18:29:48 -07:00
Daniel Martí
35c5f063f1
CI: Get logcat output (W and above) on failure
2015-09-10 18:27:13 -07:00
n8fr8
6dec9fb928
remove unnecessary whitespace
2015-09-10 21:26:28 -04:00
n8fr8
884c8219fd
put exception back into Log per this comment: https://gitlab.com/fdroid/fdroidclient/merge_requests/137
2015-09-10 21:26:28 -04:00
n8fr8
988f5dbfdc
use TextUtils.isEmpty() - a better solution!
2015-09-10 21:26:28 -04:00
n8fr8
b6939dcce4
for #404 a few more tweaks to make sure things are getting closed!
2015-09-10 21:26:28 -04:00