This repository has been archived by the owner on Jul 1, 2018. It is now read-only.
forked from jberkel/sms-backup-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
181 lines (117 loc) · 4.17 KB
/
CHANGES
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
== 1.4.6 09-06-2012
* Fixes for ICS / Jelly Bean (missing permissions)
* Enable holo theme for API level >= 11
* Added Hungarian translation (László Gárdonyi)
* Added Slovak translation (https://github.com/Matrix44)
* Translation fixes (Italian: Chiara De Liberato, Chinese: https://github.com/CzBiX)
* Handle authentication in a WebView to avoid compatibility problems
* Try opening stock browser first
* Schedule regular backup after BOOT_COMPLETE (https://github.com/jberkel/sms-backup-plus/pull/215)
* Fix crash on some Samsung devices running 4.0.4 (https://github.com/jberkel/sms-backup-plus/issues/253)
== 1.4.5 01-02-2012
* Added call log calendar support on ICS (github.com/smike)
* Upgraded + fixed PayPal donation
== 1.4.4 11-26-2011
* Compatible w/ ICS (Android 4.0)
* Translation updates (de,cs,fr,it,no,sr,zh)
== 1.4.3 02-08-2011
* Fix FC
== 1.4.2 02-08-2011
* Fix MMS backup
* New icon (Shimon Simon)
* Sync log
== 1.4.1 01-29-2011
* Dutch translation (Martijn Brouns)
* Various bugfixes
== 1.4.0 01-13-2011
* Call log restore
* Cleaned up preference menu structure
* Fix SMS/MMS threading
* Fix IO error during restore
* Automatic crash reporting (using ACRA)
* Android 2.2 Data Backup support (for preferences)
* In-app donation support: Flattr, PayPal
== 1.3.6/1.3.7 12-22-2010
* Fix for GH-97, GH-84
* Portugese translation (João Pedro Ferreira)
== 1.3.5 12-19-2010
* Upgraded to K9 mail HEAD
* IMAP timeout fixes
* Swedish translation (Erik Eloff)
* Polish translation update (Arkadiusz Kałka)
* Norwegian translation (Toralv Berge)
== 1.3.4 12-10-2010
* Fix for greyed out calendar / groups options
* 3rd party app integration via broadcast intents (GH-92)
== 1.3.3 12-01-2010
* Fix for broken restore (GH-89)
== 1.3.2 11-30-2010
* Fix for broken MMS backup
== 1.3.1 11-30-2010
* Fix bugs introduced in 1.3
== 1.3 11-30-2010
* Add call log entries to calendar (similar to CallTrack)
* Ability to specify which contacts' SMSes will be backed up (GH-24)
* Selective call log backups (incoming/outgoing/missed)
* Czech translation (Lukas Pribyl)
* Support multi-recipient MMS
* Call Log needs Incoming/Outgoing/Missed Status (GH-81)
* Fix "Could not skip all call logs after re-configuration" (GH-82)
* Better error messages (GH-83)
== 1.2 11-10-2010
* Call log support (Felix Knecht)
* Backup all MMS attachments (GH-78)
* Lift folder name restrictions (GH-79)
* Turkish translation (Harun Sahin)
== 1.1.5 11-04-2010
* French translation (Christian Sorgi)
* Russian translation (Petr P. Gornostaev)
* Updating thread progress message (GH-69)
* Label prefix patch (Daniele Battista)
* Warning message for DROID X users
* Cache clearing on start is now async
* Ignore Require WiFi setting on manual backup (GH-65)
* Better threading on restore
* fix gets stuck on mms read receipts (GH-66)
* MMS: gmail doesn't show attachment paperclip (GH-71)
== 1.1.4 10-26-2010
* Italian translation (Gabriele Ravanetti)
* Restore only starred messages (GH-63)
* Request token warning message
== 1.1.2, 1.1.3 10-23-2010
* Disable MMS backup on unsupported devices
* Fix for gmail timestamps (GH-60)
== 1.1.1 10-14-2010
* Make MMS backup optional
== 1.1 10-13-2010
* MMS support [bjdodson]
== 1.0.11 10-05-2010
* Issues: GH-19,43,48,49,51
* Use new Contacts 2.x API [bjdodson]
== 1.0.10 09-30-2010
* Issues: GH-46,47
* Use separate preference for XOAuth (avoid conflicts with plain)
* Always reload gmail username after completing OAuth dance
== 1.0.9 09-25-2010
* UI code / service integration code rewrite
* Issues: GH-17,21,26,41
* Chinese translation updates [marcher233]
== 1.0.8 09-17-2010
* Bugfixes: GH-25,30,31,38
== 1.0.7 (09-10-2010)
* FC fix
== 1.0.6 (09-08-2010)
* Various bugfixes
* Translations: pl (skolima), es (Roberto Elena Ormad)
== 1.0.5 (08-19-2010)
* Threading fixes
== 1.0.4 (08-13-2010)
* Chinese translation by bbs.goapk.com, message-id fixes
== 1.0.3 (08-13-2010)
* GH-27, wording changes
== 1.0.2 (08-10-2010)
* Fix potential NPE / crash during restore
== 1.0.1 (08-10-2010)
* small fixes (IllegalArgumentError, NPE)
== 1.0 (08-09-2010)
* Initial release