forked from ushahidi/SMSSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
39 lines (34 loc) · 1.74 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
1.0.6
Feature:
* Improved battery consumption.
* Enabled services automatically starts after the phone boots.
1.0.5
Feature:
* Scheduler automatically Syncs pending messages to the configured Callback URL.
* Now sends out messages from the configured callback URL as text message.
* Imports messages from Android messages app inbox for synchronizing to the configured callback
URL.
* Added context menu for deleting or synchronizing pending messages.
Fixed:
* Improved callback URL validation process; Added more checks. Empty, malformed and connection
checks.
* More sanity checks before SMSSync can be enabled.
Known issue:
* Scheduler doesn't refresh pending messages' list after it runs. The pending messages screen needs
to be restarted.
1.0.4
* Notification cannot be cleared untill SMSSync is stopped.
* Failed Messages now get sent to the outbox folder for later manual syncing when data connection is lost.
1.0.3
* Downgraded to Android 1.6 so smssync works from 1.6 and above.
* Now sms can be deleted from the sms inbox. This is a configurable option.
* Fixed issue with the secret variable.
* Better support for localization - All hardcoded strings have been moved to the string.xml file.
* Supports outbox -- for pending messages that manually needs to be synced.
* Improved SMS background service -- Now it starts and stops perfectly.
* Added version number to the powered by text on the Settings screen.
* Changed notification Icon to SMSSync's slick launch icon.
* Shows status of Pending messages. Whether there are pending messages or not.
* Prepopulates URL field with "http://" when setting up the sync URL.
* Sends an auto response once the SMS is recieved. This is a configurable option.
* Validates the callback URL for