VertSMS

m (Reverted edits by 23.21.187.247 (Talk); changed back to last version by Amigadave)
 
(16 intermediate revisions not shown)
Line 1: Line 1:
-
This page is for vertical SMS app called VertSMS
+
[[Image:VertSMS.jpg|thumb|alt=Screenshot of VertSMS message composition|VertSMS]]
 +
This page is for vertical SMS app called [http://maemo.org/packages/view/vertsms/ VertSMS].
-
[[Image:VertSMS.jpg]]
+
==Version history==
-
I am trying to keep this page up to date.
+
=== 0.7-1 ===
-
--[[User:ossipena|ossipena]] 05:02, 6 May 2010 (UTC)
+
-
==Versions==
+
* Fixed dependency list
-
[[VertSMS/0.1|0.1]]
+
-
[[VertSMS/0.1-1|0.1-1]]
+
=== 0.7 ===
-
==Links==
+
* Changed SMS sending from D-Bus to QtMobility
-
Thread for development:
+
=== 0.6 ===
-
[http://talk.maemo.org/showthread.php?t=51635]
+
-
Thread for testing/bugs/feature requests/... from users
+
* Added QWERTY keyboard, thanks to frals for the code.
-
[http://talk.maemo.org/showthread.php?p=643862]
+
* Can detect which file to edit (PR1.2 vs pre-PR1.2), thanks to frals.
 +
* Removed rtcom-messaging-ui from the Depends field.
 +
=== 0.5-1 ===
-
[[VertSMS/Bugs|Bugs]]
+
* Added rtcom-messaging-ui version 1.2.22-1+0m5 as a dependency so this doesn't break pre-1.2 devices (only change in 0.5-1)
 +
* Changed rtcom-eventlogger lib for PR 1.2
 +
* Modified PDU string that should fix problems with some operators.
 +
* Characters are inputted to cursor position instead to the end of the message.
 +
 
 +
=== 0.4 ===
 +
 
 +
* Writing message to conversations is done by an official API so there shouldn't be risk of database corruption anymore.
 +
* Adding multiple receivers possible. Separator for numbers is semicolon [;] (both buttons * and # input it while typing a number)
 +
 
 +
=== 0.3 ===
 +
 
 +
* sent message is saved to conversations (MIGHT DESTROY YOUR RTCOM-EVENTLOGGER DATABASE!!!)
 +
* osk keyboard popping up disabled (works in PR1.2 and newer firmwares, not earlier!)
 +
 
 +
=== 0.1-1 ===
 +
 
 +
* added python-dbus to dependencies
 +
 
 +
=== 0.1 ===
 +
 
 +
* Initial release. Things that work:
 +
** Add number via address book selector
 +
** Type text
 +
** Send message (depends on operator and address book receiver's phone number format!)
 +
 
 +
==Links==
-
[[VertSMS/Feature_requests|Feature requests]]
+
* [http://talk.maemo.org/showthread.php?t=51635 Thread for development]
 +
* [http://talk.maemo.org/showthread.php?p=643862 Thread for testing, ideas etc from users]
 +
* [https://bugs.maemo.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=VertSMS&content= Open bugs/feature requests already reported]
 +
* [https://bugs.maemo.org/enter_bug.cgi?product=VertSMS Add bugreport]
 +
* [[VertSMS/Feature requests|Feature requests]]
-
[[VertSMS/Todo|Todo]]
 
[[Category:Software]]
[[Category:Software]]
 +
[[Category:VertSMS]]

Latest revision as of 09:04, 23 March 2012

Screenshot of VertSMS message composition
VertSMS

This page is for vertical SMS app called VertSMS.

Contents

[edit] Version history

[edit] 0.7-1

  • Fixed dependency list

[edit] 0.7

  • Changed SMS sending from D-Bus to QtMobility

[edit] 0.6

  • Added QWERTY keyboard, thanks to frals for the code.
  • Can detect which file to edit (PR1.2 vs pre-PR1.2), thanks to frals.
  • Removed rtcom-messaging-ui from the Depends field.

[edit] 0.5-1

  • Added rtcom-messaging-ui version 1.2.22-1+0m5 as a dependency so this doesn't break pre-1.2 devices (only change in 0.5-1)
  • Changed rtcom-eventlogger lib for PR 1.2
  • Modified PDU string that should fix problems with some operators.
  • Characters are inputted to cursor position instead to the end of the message.

[edit] 0.4

  • Writing message to conversations is done by an official API so there shouldn't be risk of database corruption anymore.
  • Adding multiple receivers possible. Separator for numbers is semicolon [;] (both buttons * and # input it while typing a number)

[edit] 0.3

  • sent message is saved to conversations (MIGHT DESTROY YOUR RTCOM-EVENTLOGGER DATABASE!!!)
  • osk keyboard popping up disabled (works in PR1.2 and newer firmwares, not earlier!)

[edit] 0.1-1

  • added python-dbus to dependencies

[edit] 0.1

  • Initial release. Things that work:
    • Add number via address book selector
    • Type text
    • Send message (depends on operator and address book receiver's phone number format!)

[edit] Links