answered
2014-07-18 13:14:38 +0200
I've made a workaround by adding it manually. Unfortunately there's no translation for "Copy" in the voicecall app, so the patch only supports english (you can apply it to any language, but the item will always read "Copy" unless changed manually).
--- /usr/share/voicecall-ui-jolla/qml/pages/CallLogPage.qml.bak 2014-07-18 11:51:10.405556323 +0200
+++ /usr/share/voicecall-ui-jolla/qml/pages/CallLogPage.qml 2014-07-18 12:09:03.456601745 +0200
@@ -226,6 +226,14 @@
onClicked: messaging.startSMS(model.remoteUid)
}
MenuItem {
+ visible: !privateNumber
+ objectName: "copyMenuItem"
+ //% "Copy"
+ text: "Copy"
+ //text: qsTrId("messages-me-copy_message")
+ onClicked: Clipboard.text = model.remoteUid
+ }
+ MenuItem {
visible: !privateNumber && quickCall
objectName: "contactCardMenuItem"
text: {
I don't know if I'll have the time to create a patchmanager packet for this in the near future, so if anyone wants to do it feel free to use this as a base (or just copy it). Do make a comment about it below, to prevent that several people doing it unnecessary in parallel.
Agree with that! Just recently wanted to save a new contact who called me and missed the long-press "copy number" option.
molan ( 2014-05-01 12:54:06 +0200 )editI have no idea what you are on about saving, you can save any number from your phones call history, if the fast-dial is deactivated you tap it and get an empty contact-card, if not, you can long-press and save to contact which gives the same empty contact-card...
chemist ( 2014-05-01 16:50:53 +0200 )editI am also wondering what does the copy mean in this case?
Personally I have been missing the possibility to edit number directly from the history list via long tap menu option, which I posted request in here
Kari ( 2014-05-02 12:28:46 +0200 )editCopy like in clipboard?! mmh putting a number into the phone's dialer without actually calling so you may alter it if you had a typo sounds good
chemist ( 2014-05-02 15:48:49 +0200 )editi would prefer two additional options for long press in the pulley menu: 1. copy number to existing contact 2. (copy number and) create a new contact-card
peter-berlin ( 2014-06-12 17:34:31 +0200 )edit