|
1 | 1 | [ |
2 | 2 | { |
3 | | - "version": "v2.5.1", |
4 | | - "date": "November 14, 2013", |
| 3 | + "version": "v2.6", |
| 4 | + "date": "June 19, 2014", |
5 | 5 | "features": [ |
| 6 | + "Replaced Action Bar Sherlock library with ActionBarCompat support library.", |
| 7 | + "Upgraded Google Analytics library to V3.", |
| 8 | + "Replaced the dropdown widget which is used for setting the frequencies for the schedulers with a time picker widget. Now you can set any time for the schedulers and not restricted to the predefined ones.", |
| 9 | + "Now Task messages appear in the pending tray before they are attempted to be sent as SMS. This makes it possible to automatically or manually processed them when they fail to be sent as SMS.", |
| 10 | + "Action Bar Contextual Menu now has 'selected' appended to the selection count label. Makes reading the count more meaningful.", |
| 11 | + "Added KitKat, Android 4.4.x support. Now you can set SMSSync as your default messaging app." |
6 | 12 | ], |
| 13 | + "bugs": [ |
| 14 | + "Fixed duplicate call to ‘readLogs @Produce’ function which causes the application to crash unexpectedly.", |
| 15 | + "Fixed issues with configured secret key not able to match with the one set on the server when it has spaces.", |
| 16 | + "Fixed issue with app crashing on some devices when checking for a connection before attempting a sync process after the device has finished booting." |
| 17 | + ] |
| 18 | + }, |
| 19 | + { |
| 20 | + "version": "v2.5.1", |
| 21 | + "date": "November 14, 2013", |
| 22 | + "features": [], |
7 | 23 | "bugs": [ |
8 | 24 | "Fixed issue with app crashing when up attempts to read certain device's phone number", |
9 | 25 | "Fixed a wrong timestamp showing when a sync hasn't been run before" |
10 | 26 | ] |
11 | | - }, |
12 | | - { |
13 | | - "version": "v2.5", |
14 | | - "date": "November 14, 2013", |
15 | | - "features": [ |
16 | | - "Added log viewer feature. This logs verbosely the activities that are happening when the app is running.", |
17 | | - "Added ability to configure different format for the sync scheme. Now JSON, XML and URLEncoded are supported.", |
18 | | - "Added Basic Auth to Sync URL. Now you can authenticate request from SMSSync", |
19 | | - "Updated Ukrainian strings. SMSSync is now fully translated into Ukrainian" |
20 | | - ], |
21 | | - "bugs": [ |
22 | | - "Refactored existing HTTP client code. Made it easier to read maintain", |
23 | | - "Fixed issue with task check not working when there is no secret key set.", |
24 | | - "Fixed a lot of internal bugs" |
25 | | - ] |
| 27 | + }, |
| 28 | + { |
| 29 | + "version": "v2.5", |
| 30 | + "date": "November 14, 2013", |
| 31 | + "features": [ |
| 32 | + "Added log viewer feature. This logs verbosely the activities that are happening when the app is running.", |
| 33 | + "Added ability to configure different format for the sync scheme. Now JSON, XML and URLEncoded are supported.", |
| 34 | + "Added Basic Auth to Sync URL. Now you can authenticate request from SMSSync", |
| 35 | + "Updated Ukrainian strings. SMSSync is now fully translated into Ukrainian" |
| 36 | + ], |
| 37 | + "bugs": [ |
| 38 | + "Refactored existing HTTP client code. Made it easier to read maintain", |
| 39 | + "Fixed issue with task check not working when there is no secret key set.", |
| 40 | + "Fixed a lot of internal bugs" |
| 41 | + ] |
26 | 42 | }, |
27 | 43 | { |
28 | 44 | "version": "v2.4", |
|
0 commit comments