kdeconnect-kde/plugins/sms/kdeconnect_sms.json

113 lines
4.3 KiB
JSON
Raw Normal View History

{
"KPlugin": {
"Authors": [
{
"Email": "simon@ergotech.com",
"Name": "Simon Redman",
"Name[ast]": "Simon Redman",
"Name[ca@valencia]": "Simon Redman",
"Name[ca]": "Simon Redman",
"Name[cs]": "Simon Redman",
"Name[de]": "Simon Redman",
"Name[en_GB]": "Simon Redman",
"Name[es]": "Simon Redman",
"Name[et]": "Simon Redman",
"Name[eu]": "Simon Redman",
"Name[fi]": "Simon Redman",
"Name[fr]": "Simon Redman",
"Name[gl]": "Simon Redman",
"Name[id]": "Simon Redman",
"Name[it]": "Simon Redman",
"Name[ko]": "Simon Redman",
"Name[lt]": "Simon Redman",
"Name[nl]": "Simon Redman",
"Name[nn]": "Simon Redman",
"Name[pl]": "Simon Redman",
"Name[pt]": "Simon Redman",
"Name[pt_BR]": "Simon Redman",
"Name[sk]": "Simon Redman",
"Name[sv]": "Simon Redman",
"Name[uk]": "Simon Redman",
"Name[x-test]": "xxSimon Redmanxx",
"Name[zh_CN]": "Simon Redman",
"Name[zh_TW]": "Simon Redman"
}
],
"Description": "Send and receive SMS",
"Description[ast]": "Unvia y recibe SMS",
"Description[ca@valencia]": "Envia i rep SMS",
"Description[ca]": "Envia i rep SMS",
"Description[cs]": "Posílat a přijímat SMS",
"Description[de]": "Senden und Empfangen von SMS",
"Description[en_GB]": "Send and receive SMS",
"Description[es]": "Enviar y recibir SMS",
"Description[et]": "SMS-ide saatmine ja vastuvõtmine",
"Description[eu]": "Bidali eta jaso SMSak",
"Description[fi]": "Lähetä ja vastaanota tekstiviestejä",
"Description[fr]": "Envoyer et recevoir des SMS",
"Description[gl]": "Enviar e recibir SMS",
"Description[id]": "Kirim dan terima SMS",
"Description[it]": "Invia e riceve SMS",
"Description[ja]": "SMS を送受信",
"Description[ko]": "문자 메시지 보내고 받기",
"Description[lt]": "Siųsti ir gauti SMS žinutes",
"Description[nl]": "SMS verzenden en ontvangen",
"Description[nn]": "Send og ta imot SMS-ar",
"Description[pl]": "Wysyłaj i otrzymuj SMSy",
"Description[pt]": "Enviar e receber SMS's",
"Description[pt_BR]": "Envia e recebe SMS",
"Description[sk]": "Poslať a prijať SMS",
"Description[sv]": "Skicka och ta emot SMS",
"Description[uk]": "Надсилання і отримання SMS",
"Description[x-test]": "xxSend and receive SMSxx",
"Description[zh_CN]": "发送和接收短信",
"Description[zh_TW]": "傳送和接收文字簡訊",
"EnabledByDefault": true,
2018-09-12 23:39:26 +01:00
"Icon": "mail-message-new-list",
"Id": "kdeconnect_sms",
"License": "GPL",
"Name": "SMS",
"Name[ast]": "SMS",
"Name[ca@valencia]": "SMS",
"Name[ca]": "SMS",
"Name[cs]": "SMS",
"Name[de]": "SMS",
"Name[en_GB]": "SMS",
"Name[es]": "SMS",
"Name[et]": "SMS",
"Name[eu]": "SMS",
"Name[fi]": "Tekstiviesti",
"Name[fr]": "SMS",
"Name[gl]": "SMS",
"Name[it]": "SMS",
"Name[ja]": "SMS",
"Name[ko]": "SMS",
"Name[lt]": "SMS žinutės",
"Name[nl]": "SMS",
"Name[nn]": "SMS",
"Name[pl]": "SMS",
"Name[pt]": "SMS",
"Name[pt_BR]": "SMS",
"Name[sk]": "SMS",
"Name[sv]": "SMS",
"Name[tg]": "СМС",
"Name[uk]": "SMS",
"Name[x-test]": "xxSMSxx",
"Name[zh_CN]": "短信",
"Name[zh_TW]": "文字簡訊",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
"Website": "https://nicolasfella.wordpress.com"
},
"X-KdeConnect-OutgoingPacketType": [
"kdeconnect.sms.request",
[Desktop] SMS plugin no longer creates desktop notifications -- Old functionality still supported by notifications plugin Summary: Drop support for creating notifications from the SMS plugin. The old usecase is better handled by the notifications plugin reply box anyway Rename packets defined in SMS plugin from PACKET_TYPE_TELEPHONY_* to PACKET_TYPE_SMS_* Update TELEPHONY plugin packet description to point to SMS plugin Define TELEPHONY_REQUEST_MUTE packet to replace old TELEPHONY_REQUEST with mute event field Please see Android-side patch here: D15544 Test Plan: I see four test cases, based on the version of the app being used, where "old" means any version built with sources not containing this revision and "new" means any version built with sources using this revision: - New Android vs. New Desktop - Supported and works for me - New Android vs. Old Desktop - Supported and works for me - Old Android vs. New Desktop - Not supported - Download a new app from the Play store or F-Droid - Old Android vs. Old Desktop - If this is broken, it is not my fault :) In the supported use cases: - Test SMS reply - Receive SMS (or MMS!) message - Verify that the //notification// plugin forwards a replyable notification and that replying works - Test incoming call ringer mute - Enable ringer volume (not vibrate) - Receive phone call - Verify a desktop notification with a Mute button appears - Verify that clicking the mute button causes the phone to stop making the ringer noise (vibration not affected) Reviewers: #kde_connect, albertvaka, nicolasfella Reviewed By: #kde_connect, albertvaka, nicolasfella Subscribers: nicolasfella, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D15543
2018-09-16 23:03:31 +01:00
"kdeconnect.sms.request_conversations",
"kdeconnect.sms.request_conversation"
],
"X-KdeConnect-SupportedPacketType": [
[Desktop] SMS plugin no longer creates desktop notifications -- Old functionality still supported by notifications plugin Summary: Drop support for creating notifications from the SMS plugin. The old usecase is better handled by the notifications plugin reply box anyway Rename packets defined in SMS plugin from PACKET_TYPE_TELEPHONY_* to PACKET_TYPE_SMS_* Update TELEPHONY plugin packet description to point to SMS plugin Define TELEPHONY_REQUEST_MUTE packet to replace old TELEPHONY_REQUEST with mute event field Please see Android-side patch here: D15544 Test Plan: I see four test cases, based on the version of the app being used, where "old" means any version built with sources not containing this revision and "new" means any version built with sources using this revision: - New Android vs. New Desktop - Supported and works for me - New Android vs. Old Desktop - Supported and works for me - Old Android vs. New Desktop - Not supported - Download a new app from the Play store or F-Droid - Old Android vs. Old Desktop - If this is broken, it is not my fault :) In the supported use cases: - Test SMS reply - Receive SMS (or MMS!) message - Verify that the //notification// plugin forwards a replyable notification and that replying works - Test incoming call ringer mute - Enable ringer volume (not vibrate) - Receive phone call - Verify a desktop notification with a Mute button appears - Verify that clicking the mute button causes the phone to stop making the ringer noise (vibration not affected) Reviewers: #kde_connect, albertvaka, nicolasfella Reviewed By: #kde_connect, albertvaka, nicolasfella Subscribers: nicolasfella, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D15543
2018-09-16 23:03:31 +01:00
"kdeconnect.sms.messages"
]
}