When my Android device receives an SMS message I receive a systray notification ( KNotification ) , which shows the notification type with the correct icon etc, but the contents of the notification is empty ( missing who the SMS is from and contents of the SMS ) Reproducible: Always Steps to Reproduce: 1. Ensure kdeconnect is setup and running on both Android device and computer running kdeconnect 2. Receive an SMS Actual Results: KDE notification text is absent Expected Results: Name of person who sent message and text of message is displayed Patch attached - looks like a scoping issue around reuse of content QString, renaming this to something else fixes it.
Created attachment 82302 [details] Patch for the issue - rename content QString in SMS notification code.
Git commit 028fc3047065e44d88c2d5550e92b6cf2dcfb3f8 by Albert Vaca, on behalf of Simon Cadman. Committed on 13/09/2013 at 17:20. Pushed by albertvaka into branch 'master'. SMS message notification didn't show any text QString content was shadowing a previously declared variable M +2 -2 kded/plugins/telephony/telephonyplugin.cpp http://commits.kde.org/kdeconnect-kde/028fc3047065e44d88c2d5550e92b6cf2dcfb3f8
Thanks for the report and the patch!
Git commit 72db75e11b116190320b790b9b1c74e01ea3bee5 by Albert Vaca, on behalf of Simon Cadman. Committed on 13/09/2013 at 17:20. Pushed by albertvaka into branch 'filetransfer'. SMS message notification didn't show any text QString content was shadowing a previously declared variable M +2 -2 kded/plugins/telephony/telephonyplugin.cpp http://commits.kde.org/kdeconnect-kde/72db75e11b116190320b790b9b1c74e01ea3bee5