VertSMS/Feature requests

(Open)
 
(4 intermediate revisions not shown)
Line 7: Line 7:
* SMS over google voice --[[User:ossipena|ossipena]] 04:22, 5 May 2010 (UTC)
* SMS over google voice --[[User:ossipena|ossipena]] 04:22, 5 May 2010 (UTC)
 +
** See Dialcentral or The One Ring. --[[User:epage|epage]]
 +
** One challenge is having to implement polling for receiving texts, The One Ring does geometricly growing polling times, Dialcentral is constant
 +
** If instead you used telepathy to and made it more of a portrait IM program, then you could get SMS (I think), GV, and more for free.
* Sending message to multiple recipients --[[User:ossipena|ossipena]] 07:27, 5 May 2010 (UTC)
* Sending message to multiple recipients --[[User:ossipena|ossipena]] 07:27, 5 May 2010 (UTC)
Line 26: Line 29:
* holding backspace only removes one character instead of amount of characters that depends on the time you hold the button down --[[User:ossipena|ossipena]] 04:07, 5 May 2010 (UTC)
* holding backspace only removes one character instead of amount of characters that depends on the time you hold the button down --[[User:ossipena|ossipena]] 04:07, 5 May 2010 (UTC)
-
== Working ==
+
* holding a key long enough should input a number --[[User:ossipena|ossipena]] 06:03, 6 May 2010 (UTC)
 +
* T9 predictive text input
 +
 
 +
== Implemented ==
 +
 
 +
 
 +
== Released ==
 +
 
 +
[[Category:VertSMS]]

Latest revision as of 13:14, 18 May 2010

[edit] Open

  • Integrate sent messages with Conversations --ossipena 04:13, 5 May 2010 (UTC)
the sms conversations are stored on a SQLite3 database (“/home/user/.rtcom-eventlogger/el.db” if i remember right) so it should be possible to read and write messages from other apps to there.  http://talk.maemo.org/showpost.php?p=640046&postcount=31
  • Add a setting to switch application outlook (123 vs qwerty keypad, other phone imitations, ...) --ossipena 04:13, 5 May 2010 (UTC)
  • SMS over google voice --ossipena 04:22, 5 May 2010 (UTC)
    • See Dialcentral or The One Ring. --epage
    • One challenge is having to implement polling for receiving texts, The One Ring does geometricly growing polling times, Dialcentral is constant
    • If instead you used telepathy to and made it more of a portrait IM program, then you could get SMS (I think), GV, and more for free.
  • Sending message to multiple recipients --ossipena 07:27, 5 May 2010 (UTC)
  • Integration to conversations --ossipena 04:51, 6 May 2010 (UTC)

new sms from conversations, dbus output:

method return sender=:1.30-> dest=:1.615 reply_serial xxx
  • change style similar to conversations --ossipena 04:51, 6 May 2010 (UTC)
  • add padding to buttons --ossipena 04:21, 5 May 2010 (UTC)
  • implement arrows to ui --ossipena 04:21, 5 May 2010 (UTC)
  • status report for sent message --ossipena 07:25, 5 May 2010 (UTC)
  • disable built in vkb --ossipena 04:55, 6 May 2010 (UTC)
  • holding backspace only removes one character instead of amount of characters that depends on the time you hold the button down --ossipena 04:07, 5 May 2010 (UTC)
  • holding a key long enough should input a number --ossipena 06:03, 6 May 2010 (UTC)
  • T9 predictive text input

[edit] Implemented

[edit] Released