VertSMS: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>ossipena |
imported>amigadave →Versions: copy version information from subpages |
||
| Line 7: | Line 7: | ||
--[[User:ossipena|ossipena]] 05:02, 6 May 2010 (UTC) | --[[User:ossipena|ossipena]] 05:02, 6 May 2010 (UTC) | ||
== | ==Version history== | ||
=== 0.1 === | |||
* Initial release. Things that work: | |||
** Add number via address book selector | |||
** Type text | |||
** Send message (depends on operator and adress book receivers phone number format!) | |||
[ | === 0.1-1 === | ||
* added python-dbus to dependencies | |||
=== 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.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.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. | |||
=== 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. | |||
==Links== | ==Links== | ||
Revision as of 12:16, 13 July 2010
This page is for vertical SMS app called VertSMS
I am trying to keep this page up to date. --ossipena 05:02, 6 May 2010 (UTC)
Version history
0.1
- Initial release. Things that work:
- Add number via address book selector
- Type text
- Send message (depends on operator and adress book receivers phone number format!)
0.1-1
- added python-dbus to dependencies
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.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.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.
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.
