Makes it possible to send sms from kdeconnect-cli
ClosedPublic

Authored by apol on Nov 3 2016, 6:22 PM.

Details

Summary

Introduces --send-sms and --destination

Test Plan

Sent an sms to Albert Vaca

Diff Detail

Repository
R224 KDE Connect
Branch
1.x
Lint
No Linters Available
Unit
No Unit Test Coverage
apol updated this revision to Diff 7871.Nov 3 2016, 6:22 PM
apol retitled this revision from to Makes it possible to send sms from kdeconnect-cli.
apol updated this object.
apol edited the test plan for this revision. (Show Details)
apol added a reviewer: albertvaka.
albertvaka added inline comments.Nov 3 2016, 7:33 PM
cli/kdeconnect-cli.cpp
194
  • Missing i18n()? Or we don't translate error messages?
  • Return a non-zero error code and don't let the execution continue after the if.
  • Nitpicky: "SMS" should be capitalized.
apol updated this revision to Diff 7877.Nov 4 2016, 12:46 AM

Address Albert's concerns

albertvaka accepted this revision.Nov 4 2016, 11:07 AM
albertvaka edited edge metadata.
This revision is now accepted and ready to land.Nov 4 2016, 11:07 AM
This revision was automatically updated to reflect the committed changes.