kdeconnect-kde/plugins/telephony/kdeconnect_telephony.json

98 lines
5.1 KiB
JSON
Raw Normal View History

{
"KPlugin": {
"Authors": [
{
"Email": "albertvaka@gmail.com",
"Name": "Albert Vaca",
"Name[sr@ijekavian]": "Алберт Вака Синтора",
"Name[sr@ijekavianlatin]": "Albert Vaka Sintora",
"Name[sr@latin]": "Albert Vaka Sintora",
"Name[sr]": "Алберт Вака Синтора",
"Name[x-test]": "xxAlbert Vacaxx"
}
],
"Description": "Show notifications for calls and SMS",
"Description[ar]": "أظهر إخطارات المكالمات والرّسائل",
"Description[ca@valencia]": "Mostra les notificacions de les trucades i els SMS",
"Description[ca]": "Mostra les notificacions de les trucades i els SMS",
"Description[cs]": "Zobrazit upozornění pro telefonáty a SMS",
"Description[da]": "Vis bekendtgørelser for opkald og sms",
"Description[de]": "Benachrichtigungen für Anrufe und SMS anzeigen",
"Description[el]": "Εμφάνιση ειδοποιήσεων για κλήσεις και SMS",
"Description[es]": "Mostrar notificaciones de llamadas y SMS",
"Description[et]": "Kõnede ja SMS-ide märguannete näitamine",
"Description[eu]": "Erakutsi deien eta SMS mezuen jakinarazpenak",
"Description[fi]": "Näytä puhelujen ja tekstiviestien ilmoitukset",
"Description[fr]": "Affichez les notifications pour les appels et les SMS",
"Description[gl]": "Mostrar notificacións de chamadas e mensaxes SMS.",
"Description[id]": "Tampilkan notifikasi untuk panggilan dan SMS",
"Description[it]": "Mostra notifiche per le chiamate e per gli SMS",
"Description[ko]": "통화와 SMS 알림 표시",
"Description[nl]": "Meldingen tonen van oproepen en SMSjes",
"Description[nn]": "Vis varslingar for oppringingar og SMS",
"Description[pl]": "Powiadamiaj o dzwonieniu i esemesach",
"Description[pt]": "Mostrar notificações para as chamadas e SMS",
"Description[pt_BR]": "Mostra notificações para chamadas e SMS",
"Description[ru]": "Показ уведомлений для звонков и SMS",
"Description[sr@ijekavian]": "Приказује обавештења за позиве и СМС",
"Description[sr@ijekavianlatin]": "Prikazuje obaveštenja za pozive i SMS",
"Description[sr@latin]": "Prikazuje obaveštenja za pozive i SMS",
"Description[sr]": "Приказује обавештења за позиве и СМС",
"Description[sv]": "Visa underrättelser om samtal och SMS",
"Description[tr]": "Çağrı ve SMS'ler için bildirim göster",
"Description[uk]": "Показ сповіщень щодо дзвінків і SMS",
"Description[x-test]": "xxShow notifications for calls and SMSxx",
"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[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[it]": "Integrazione telefonica",
"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",
"Website": "http://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"
]
}