kdeconnect-kde/plugins/telephony/kdeconnect_telephony.json

118 lines
5.5 KiB
JSON
Raw Normal View History

{
"KPlugin": {
"Authors": [
{
"Email": "albertvaka@gmail.com",
"Name": "Albert Vaca",
"Name[ar]": "Albert Vaca",
"Name[ca@valencia]": "Albert Vaca",
"Name[ca]": "Albert Vaca",
"Name[cs]": "Albert Vaca",
"Name[da]": "Albert Vaca",
"Name[de]": "Albert Vaca",
"Name[el]": "Albert Vaca",
"Name[en_GB]": "Albert Vaca",
"Name[es]": "Albert Vaca",
"Name[et]": "Albert Vaca",
"Name[eu]": "Albert Vaca",
"Name[fi]": "Albert Vaca",
"Name[fr]": "Albert Vaca",
"Name[gl]": "Albert Vaca",
"Name[id]": "Albert Vaca",
"Name[it]": "Albert Vaca",
"Name[ko]": "Albert Vaca",
"Name[nl]": "Albert Vaca",
"Name[nn]": "Albert Vaca",
"Name[pl]": "Albert Vaca",
"Name[pt]": "Albert Vaca",
"Name[pt_BR]": "Albert Vaca",
"Name[ru]": "Albert Vaca",
"Name[sk]": "Albert Vaca",
"Name[sr@ijekavian]": "Алберт Вака Синтора",
"Name[sr@ijekavianlatin]": "Albert Vaka Sintora",
"Name[sr@latin]": "Albert Vaka Sintora",
"Name[sr]": "Алберт Вака Синтора",
"Name[sv]": "Albert Vaca",
"Name[tr]": "Albert Vaca",
"Name[uk]": "Albert Vaca",
"Name[x-test]": "xxAlbert Vacaxx",
"Name[zh_CN]": "Albert Vaca",
"Name[zh_TW]": "Albert Vaca"
}
],
"Description": "Show notifications for incoming calls",
"Description[ca@valencia]": "Mostra les notificacions de les trucades entrants",
"Description[ca]": "Mostra les notificacions de les trucades entrants",
"Description[de]": "Benachrichtigungen über eingehende Anrufe anzeigen",
"Description[en_GB]": "Show notifications for incoming calls",
"Description[es]": "Mostrar notificaciones para llamadas entrantes",
"Description[fi]": "Näytä saapuvista puheluista ilmoitus",
"Description[fr]": "Affiche des notifications pour les appels entrants",
"Description[gl]": "Mostrar notificacións de chamadas entrantes",
"Description[it]": "Mostra le notifiche per le chiamate in ingresso",
"Description[ja]": "着信通知を表示",
"Description[ko]": "수신 전화 알림 표시",
"Description[nl]": "Meldingen tonen van inkomende oproepen",
"Description[nn]": "Vis varsling ved oppringing",
"Description[pt]": "Mostrar notificações para as chamadas recebidas",
"Description[pt_BR]": "Mostra notificações para chamadas recebidas",
"Description[sv]": "Visa underrättelser om inkommande samtal",
"Description[uk]": "Показ сповіщень щодо вхідних дзвінків",
"Description[x-test]": "xxShow notifications for incoming callsxx",
"Description[zh_CN]": "显示来电通知",
"Description[zh_TW]": "顯示來電通知",
"EnabledByDefault": true,
"Icon": "call-start",
"Id": "kdeconnect_telephony",
"License": "GPL",
"Name": "Telephony integration",
"Name[ar]": "تكامل الهاتف",
"Name[ca@valencia]": "Integració amb la telefonia",
"Name[ca]": "Integració amb la telefonia",
"Name[cs]": "Integrace telefonu",
"Name[da]": "Integration af telefoni",
"Name[de]": "Telefon-Integration",
"Name[el]": "Ενσωμάτωση τηλεφωνίας",
"Name[en_GB]": "Telephony integration",
"Name[es]": "Integración con el teléfono",
"Name[et]": "Telefoniga lõimimine",
"Name[eu]": "Telefoniarekin integrazioa",
"Name[fi]": "Puhelinintegrointi",
"Name[fr]": "Intégration de la téléphonie",
"Name[gl]": "Integración telefónica",
"Name[hu]": "Telefonintegráció",
"Name[id]": "Telephony integration",
"Name[it]": "Integrazione telefonica",
"Name[ja]": "電話の統合",
"Name[ko]": "전화 통합",
"Name[nl]": "Telefoonintegratie",
"Name[nn]": "Telefonintegrering",
"Name[pl]": "Integracja z telefonem",
"Name[pt]": "Integração telefónica",
"Name[pt_BR]": "Integração telefônica",
"Name[ru]": "Интеграция телефонии",
"Name[sk]": "Integrácia telefónie",
"Name[sr@ijekavian]": "Интегрисана телефонија",
"Name[sr@ijekavianlatin]": "Integrisana telefonija",
"Name[sr@latin]": "Integrisana telefonija",
"Name[sr]": "Интегрисана телефонија",
"Name[sv]": "Integrering av telefoni",
"Name[tr]": "Telefon tümleştirmesi",
"Name[uk]": "Інтеграція з системою телефонії",
"Name[x-test]": "xxTelephony integrationxx",
"Name[zh_CN]": "Telephony 集成",
"Name[zh_TW]": "集成電話",
"ServiceTypes": [
"KdeConnect/Plugin"
],
"Version": "0.1",
2019-03-23 16:34:48 +00:00
"Website": "https://albertvaka.wordpress.com"
},
"X-KdeConnect-OutgoingPacketType": [
[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.telephony.request_mute"
],
"X-KdeConnect-SupportedPacketType": [
"kdeconnect.telephony"
]
}