Daniel Martí
cdfe1566fa
Give more context on some strings, split installed
...
As per !140 , some languages require different translations for an app being
installed and the tab name for installed apps. Namely, one is plural while the
other isn't. Separate the two.
2015-09-14 15:00:14 -07:00
Nico Alt
ab2c1d49b6
Prompt for unstable updates globally
2015-09-14 18:58:52 +02:00
Daniel Martí
85b8c9a0c2
Improve some strings as per #415
2015-09-13 22:57:54 -07:00
Daniel Martí
38075ae36d
Get rid of the last all caps strings. #415
...
If we really, really need all caps strings, do it in xml/java. Don't make
translators use all caps.
2015-09-13 16:43:44 -07:00
Daniel Martí
eb4782c50b
Remove duplicate scan_qr string. #415
...
The other one isn't capitalized, but we shouldn't expect translators to have
to use all caps anyway.
2015-09-13 16:42:29 -07:00
Daniel Martí
dd8a3440d6
Rework about dialog
...
* Don't have website link twice
* Add source code link
* Don't have trailing spaces in strings
2015-09-12 23:26:14 -07:00
Daniel Martí
7f23cc9d51
Apply langs-list-check fixes
2015-09-12 22:08:14 -07:00
Daniel Martí
63e83c3b21
Remove all remaining unused strings
...
If they are ever useful again, they can be brought back with their
translations. Reasons to not keep them around:
* Most will not be used ever again
* Most languages don't have all of them yet
* Translators doing new languages would waste their time
Kept the local repo https ones since the setting was just temporarily
removed.
2015-09-12 21:43:51 -07:00
Daniel Martí
47ea7267ed
Don't have spaces at the end of strings
2015-09-12 19:39:13 -07:00
Daniel Martí
100ba7088b
Remove more unused old strings
2015-09-12 19:28:04 -07:00
Daniel Martí
272a614ce4
Remove some more old strings
2015-09-12 19:14:15 -07:00
Daniel Martí
7e03c3d81a
Update translatable categories
2015-09-12 19:14:15 -07:00
Daniel Martí
7832732a25
Remove some unused strings, most very old
2015-09-12 19:01:28 -07:00
Daniel Martí
393694eab8
Some strings don't need all caps
2015-09-12 18:49:10 -07:00
Daniel Martí
0537e24a82
Be consistent about capitalized strings. #415
2015-09-12 18:41:25 -07:00
Daniel Martí
852d88de84
Toast strings are full sentences. #415
2015-09-12 18:38:20 -07:00
Daniel Martí
e8a0b151fb
Be consistent about "Wi-Fi". #415
2015-09-12 18:28:51 -07:00
Daniel Martí
cf0ab74870
Allow app_name to be translated. Fixes #203 .
2015-09-12 15:19:46 -07: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í
75d8abcf55
String arrays don't belong in strings.xml
2015-09-12 14:25:41 -07:00
Daniel Martí
ed5de47197
Merge branch 'enhanced-priv-install' of https://gitlab.com/dschuermann/fdroidclient
2015-09-09 21:21:06 -07:00
Toby Kurien
ef40b5f3db
Now displays a notification when download is complete, unless use is already on the app details screen, in which case it pops up the installer immediately
2015-09-10 06:21:11 +10:00
Dominik Schürmann
1fd85f40e7
Install privileged methods
2015-09-07 01:40:37 +02:00
Dominik Schürmann
5bfc30651a
Refactor, allow installPrivileged from apk path
2015-09-07 01:40:37 +02:00
Dominik Schürmann
57af421561
Check if PrivilegedInstaller is available, adapt InstallPrivileged
2015-09-07 01:38:49 +02:00
Daniel Martí
6214b7f659
Merge branch 'issue-395'
2015-09-05 22:16:15 -04:00
Peter Serwylo
3213fd2ba1
Merge branch 'new-swap'
2015-09-06 08:37:26 +10:00
Daniel Martí
2fda08a33e
Remove duplicated spaces from strings
2015-09-03 22:03:07 -07:00
Daniel Martí
10171d9228
Installer: handle package parse errors, fixes #395
2015-09-03 18:52:40 -07:00
Peter Serwylo
f635df8502
Merge branch 'master' into new-swap
2015-09-02 17:01:58 +10:00
Daniel Martí
22ad6260c7
Add new languages to languageValues
...
As reported by list-missing-langs-setting
2015-08-27 09:31:52 -07:00
Daniel Martí
67ceaec460
Follow-up to e8ebb0: forgot one string with markup
2015-08-26 13:30:43 -07:00
Daniel Martí
64c1d7fa04
Run fix-ellipsis
2015-08-24 11:29:25 -07:00
Daniel Martí
e8ebb0069b
Don't use html/markup in strings. Closes #290 .
...
Also fixes the build.
There hasn't been a reply to the issue in months, and there's only one string
using them.
2015-08-24 11:09:26 -07:00
Nico Alt
4331fa4047
Revert "Prompt for beta updates"
...
This reverts commit 92f8678b3d2da18ad93bac6af0ae83984cf74714.
2015-08-22 10:04:42 +02:00
Peter Serwylo
133cabeed8
Let user select wifi network. Prevent "Send F-Droid" if no bluetooth.
...
Include support for libaccesspoint to control the WiFiAP of a device.
Selecting wifi networks i snow possible by touching the name of the
wifi network in the "Start Swap" screen (sometimes it will say
"No network yet"). This exhibits the same behaviour as the "Join Wifi"
screen used to (and still does) do.
On emulators (is there other devices too?), Bluetooth is unavailable,
but the "Send F-Droid" is still there. I could remove it, but then
people may get confused as to why it is not there. Instead, there is
now a dialog which explains why it can't be sent (no Bluetooth).
2015-08-20 21:46:07 +10:00
Peter Serwylo
a82032d5d0
Fixing lint errors in swap WIP branch but not master.
2015-08-17 22:59:51 +10:00
relan
0d864a866c
Use the red color suggested by the Material Design spec
...
See http://www.google.com/design/spec/patterns/errors.html#errors-user-input-errors
2015-08-17 14:29:51 +03:00
relan
83c8d6d303
Move the red color constant from styles.xml to colors.xml
...
Because this is the proper place for colors definitions.
2015-08-17 14:25:58 +03:00
relan
f25dafe913
Use system constant for the white color
2015-08-17 13:14:45 +03:00
relan
a49ea5c3c3
Remove unused constant for the black color
2015-08-17 13:11:35 +03:00
relan
1b81267841
Use system constant for the transparent color
2015-08-17 13:11:06 +03:00
Peter Serwylo
99ebc84a91
Show message when touching the QRCode button, but swap isn't enabled.
...
Also cleaned up a doc comment in the swap activity, and minor
formatting of swap related strings in strings.xml.
2015-08-17 17:15:08 +10:00
Hartmut Goebel
9d4bfe0f63
Update string.xml
...
Use a less mathematical wording
2015-08-16 07:44:23 +00:00
Daniel Martí
816bd4b2e6
Start reporting proper install/uninstall error messages
2015-08-10 17:11:50 -07:00
Daniel Martí
1d47956bcf
Run fix-ellipsis
2015-08-09 21:44:01 -07:00
Daniel Martí
9cafe80763
Merge branch 'betaUpdates' into 'master'
...
Prompt for beta updates
Ready to get merged. 👍
~~This MR is ready to get merged, the last thing that needs to be fixed is [this](72ed814a73 (note_1726274)
).~~
This closes #313 .
See merge request !112
2015-08-09 18:33:09 +00:00
Peter Serwylo
ba6d2e7793
WIP: Fixing styles and removing unused styles.
2015-08-09 22:12:55 +10:00
Peter Serwylo
5ee8307703
Merge branch 'master' into new-swap--updated-downloader
...
Fixed multiple conflicts to do with the repo updater moving to
broadcasts from the previous progress listeners.
2015-08-09 22:12:09 +10:00
Peter Serwylo
b2bde89834
Merge remote-tracking branch 'Nutomic/no-download-dialog' into integration2/mr-102-and-107
2015-08-03 22:59:38 +10:00