Merge lp:~feng-kylin/unity8/OpenUrlInIndicator into lp:unity8
| Status: | Rejected |
|---|---|
| Rejected by: | Albert Astals Cid on 2015-06-23 |
| Proposed branch: | lp:~feng-kylin/unity8/OpenUrlInIndicator |
| Merge into: | lp:unity8 |
| Diff against target: |
274 lines (+244/-1) 2 files modified
qml/Panel/Indicators/MessageMenuItemFactory.qml (+33/-1) qml/Panel/Indicators/ba-linkify.js (+211/-0) |
| To merge this branch: | bzr merge lp:~feng-kylin/unity8/OpenUrlInIndicator |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Nick Dedekind (community) | 2015-05-18 | Needs Fixing on 2015-05-26 | |
| Albert Astals Cid (community) | 2015-05-12 | Needs Information on 2015-05-18 | |
| Renato Araujo Oliveira Filho | 2015-05-18 | Pending | |
|
Review via email:
|
|||
Commit Message
use the same code in messaging-app to implement the function that open url in text viewed in the message indicator.
Description of the Change
Use the same code in messaging-app to implement the function that open url in text viewed in the message indicator.
| Nick Dedekind (nick-dedekind) wrote : | # |
> If the messaging-app is already doing this shouldn't it just feed the
> "transformed" text to us instead of us transforming it again?
Yeah, no chance here.
Either we need to put this directly in telephony when we receive the message, or it needs to be a function in the Ubuntu.
| Albert Astals Cid (aacid) wrote : | # |
Feng?
| handsome_feng (feng-kylin) wrote : | # |
> Feng?
uhs,So I need to move this code into lp:telephony-service?
| Albert Astals Cid (aacid) wrote : | # |
What Nick says is that whatever text we get in the UI should be correct already, if lp:telephony-service is the thing feeding those messages, yes, the code should be there so we get the text correctly marked up for display already.
Unmerged revisions
- 1773. By handsome_feng on 2015-05-12
-
use the same code in messaging-app to implement the function that open url in text viewed in the message indicator

If the messaging-app is already doing this shouldn't it just feed the "transformed" text to us instead of us transforming it again?