Closed
Bug 822168
Opened 13 years ago
Closed 13 years ago
[Bluetooth] The notification of "Bluetooth received file ready to open" is truncated.
Categories
(Firefox OS Graveyard :: Gaia::Bluetooth, defect)
Tracking
(blocking-b2g:-, b2g18+ fixed)
VERIFIED
FIXED
| blocking-b2g | - |
People
(Reporter: iliu, Assigned: iliu)
Details
(Keywords: late-l10n, polish)
Attachments
(6 files)
STR:
====================
1. Pair a device and send a file to unagi.
2. Receive a file by Bluetooth.
3. Wait the transferring task completely.
4. See the message of "Bluetooth received file ready to open" in notification center.
Actual:
====================
The notification of "Bluetooth received file ready to open" is truncated.
Expected:
====================
The notification of "Bluetooth received file ready to open" should be not truncated.
| Assignee | ||
Comment 1•13 years ago
|
||
| Assignee | ||
Comment 2•13 years ago
|
||
Hi Casey,
Regarding the issue, we have discussed for it in mail.
Could you confirm the modification to improve the UX in description?
Received file:
Line1: Bluetooth file received.
Line2: image2002.jpg
Sent file:
Line1: Bluetooth file sent.
Line2: image2002.jpg
Flags: needinfo?(kyee)
| Assignee | ||
Comment 4•13 years ago
|
||
| Assignee | ||
Comment 5•13 years ago
|
||
Casey,
I miss to consider in case of "sending/receiving file failed".
According the attached screen shot, the sentence is very close to the time stamp(just now). Do you have any suggestion for the case?
In case of sending/receiving file failed:
Received file:
Line1: Bluetooth receiving file failed
Line2: image2002.jpg
Sent file:
Line1: Bluetooth sending file failed
Line2: image2002.jpg
Flags: needinfo?(kyee)
Ian,
Because we already have a icon for Bluetooth we could probably do away with the text.
File receive failure:
[Bluetooth icon]
Line 1: File receive failed.
Line 2: filename.ext
File sent failure:
[Bluetooth icon]
Line 1: File sent failed.
Line 2: filename.ext
Flags: needinfo?(kyee)
| Assignee | ||
Comment 8•13 years ago
|
||
Casey,
Thanks for your confirmation.
Let's do away with the text 'Bluetooth' to avoid more truncated issue in different local since having an icon there.
For the file name, we could get unknown file name from Bluetooth API.
If we get a unknown file name, I'll markup the label Line2 with 'Unknown file'.
I summarize the solution again.
Received file:
[Bluetooth icon]
Line1: File received.
Line2: filename.ext
Sent file:
[Bluetooth icon]
Line1: File sent.
Line2: filename.ext
File receive failure:
[Bluetooth icon]
Line 1: File receive failed.
Line 2: filename.ext
File sent failure:
[Bluetooth icon]
Line 1: File sent failed.
Line 2: filename.ext
| Assignee | ||
Comment 9•13 years ago
|
||
Pointer to Github pull-request
| Assignee | ||
Comment 10•13 years ago
|
||
Comment on attachment 702658 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7633
NOTE: If blocking-basecamp+ is set, just land it for now.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): The string of notification is truncated.
User impact if declined: Cannot see message completely.
Testing completed: Done.
Risk to taking this patch (and alternatives if risky): None.
Attachment #702658 -
Flags: review?(l10n)
Attachment #702658 -
Flags: review?(ehung)
Attachment #702658 -
Flags: approval-gaia-master?(21)
| Assignee | ||
Comment 11•13 years ago
|
||
Evelyn and Pike,
Could you please help to review the pr?
Thank you so much!
Comment 12•13 years ago
|
||
Comment on attachment 702658 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7633
r=me, only string changes. Thanks.
Attachment #702658 -
Flags: review?(ehung) → review+
Comment 13•13 years ago
|
||
Comment on attachment 702658 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7633
The strings don't really sound like English, we should get better ones.
Matej, can you help out? Notably, I'm asking about
transferFinished-sentFailed-title=File sent failed.
transferFinished-receivedFailed-title=File received failed.
Maybe something like "Sending file failed." ?
Attachment #702658 -
Flags: review?(l10n)
Attachment #702658 -
Flags: review-
Attachment #702658 -
Flags: feedback?(Mnovak)
Comment 14•13 years ago
|
||
I think "Sending file failed" and "Receiving file failed" would work, but it would be even clearer if it said "File could not be sent" and "File could not be received"
| Assignee | ||
Comment 15•13 years ago
|
||
Comment on attachment 702658 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7633
Pike and Matej,
I have revised them according your suggestion. And thanks for your reviewing effort.
transferFinished-sentFailed-title=File could not be sent.
transferFinished-receivedFailed-title=File could not be received.
But we still need to be careful for other locals since the time stamp occupied some width of space.
Attachment #702658 -
Flags: review- → review?(l10n)
Comment 16•13 years ago
|
||
Comment on attachment 702658 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7633
r=me with one final nit. Mind dropping the '.' at the end of the strings?
I've gone back and forth about it, and then looked at other call sites, which don't end with a '.' as well. At least the alarms and the missed-calls don't.
Attachment #702658 -
Flags: review?(l10n)
Attachment #702658 -
Flags: review+
Attachment #702658 -
Flags: feedback?(Mnovak)
| Assignee | ||
Comment 17•13 years ago
|
||
(In reply to Axel Hecht [:Pike] from comment #16)
> Comment on attachment 702658 [details]
> Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7633
>
> r=me with one final nit. Mind dropping the '.' at the end of the strings?
>
> I've gone back and forth about it, and then looked at other call sites,
> which don't end with a '.' as well. At least the alarms and the missed-calls
> don't.
Good catch and thanks! I have fixed the final nit.
Wait approval-gaia-master.
| Assignee | ||
Comment 18•13 years ago
|
||
I think it's a obvious issue to affect users.
blocking-b2g: --- → tef?
Updated•13 years ago
|
blocking-b2g: tef? → -
Updated•13 years ago
|
blocking-basecamp: - → ---
tracking-b2g18:
--- → +
Please make sure that this does not cause the notification to overlay on top of the timestamp. This was the reason why it was truncated in portrait view.
| Assignee | ||
Comment 20•13 years ago
|
||
https://github.com/mozilla-b2g/gaia/pull/7633
Since the pr is merged, we can close the issue now.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 21•13 years ago
|
||
Comment on attachment 702658 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/7633
Remove flag "approval‑gaia‑v1".
Attachment #702658 -
Flags: approval-gaia-v1?(21)
It's still truncated, I believe it's intentionally so...
Do we still want to reopen and fix this?
Updated•13 years ago
|
Flags: needinfo?(iliu)
| Assignee | ||
Comment 23•13 years ago
|
||
Nhirata,
I don't see any string 'Bluetooth received file ready to open..' in local file.
(https://github.com/mozilla-b2g/gaia/blob/master/apps/system/locales/system.en-US.properties)
What the build version do you test?
Flags: needinfo?(iliu)
Comment 24•13 years ago
|
||
I saw this is fixed in pvt central unagi build.
It now states File sent/File received and didn't get truncated.
Status: RESOLVED → VERIFIED
Comment 25•13 years ago
|
||
Uplifted commit 3e01ab512fb36da957af098e48e3800e519f0bf1 as:
v1-train: dacd014b9bf01fed61261c6563ee6a5c34c70633
status-b2g18:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•