forked from Litecoin-Java/bitcoin-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
323 lines (194 loc) · 5.57 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
v3.30
* improved battery usage
* new Danish translation
* updated Polish translation
v3.29
* fixed issues with fetching exchange rates
* new Slovak translation
* updated French, Hungarian, Italian and Portuguese translations
v3.28
* for those who still use the unsecure address (pre-August), moves coins to secure addresses
* updated Russian and Turkish translations
v3.27
* small improvements for future bugfixing
v3.26
* improve battery usage
* small bugfixes
v3.25
* support for mBTC denomination
* also use weighted exchange rates from BitcoinAverage
* fixed issue with camera autofocus on some Samsung Galaxy devices
v3.24
* fixed issue with stuck outgoing transactions
v3.23
* fixed issue with detecting online state
v3.22
* sound effect when sending a payment
* fixed rare issues with transactions missing or shown as unconfirmed
* Hungarian translation
* based on bitcoinj 0.10.2
v3.21
* bugfix
v3.20
* small improvements and bugfixes
v3.19
* use findbugs
* small bugfixes
v3.18
* Indonesian translation
* bluetooth offline transactions
* revamp of qr-code and nfc based offline transactions
* remove transaction details screen, link to blockexplorer.com instead
v3.17
* fixed issue with emptying wallet
* based on bitcoinj 0.10.1
v3.16
* backup reminder when creating new keys
* don't trigger blockchain sync because of plugging power
v3.15
* auto-rotate weak keys
* option for easy emptying wallet
* based on bitcoinj 0.10
v3.14
* Vietnamese and Portuguese (Brazil) translations
* small improvements
v3.13
* bugfix
v3.12
* direct button on main screen for scanning a Bitcoin request QR code
* extended logging
v3.11
* some small improvements and bugfixes
v3.10
* embed currency calculator into send and request coins forms
* change default Bitcoin precision from 8 to 4
v3.09
* calculate correct fee to ensure speedy blockchain confirmation
* based on bitcoinj 0.9
v3.08
* bugfixes
v3.07
* make request and send coins action buttons more visible
* stay connected a little bit longer if there was transaction activity on the wallet
v3.06
* merge peer monitor and block explorer into network monitor
* Hebrew translation
v3.05
* backup reminder for first-time users
v3.01-v3.04
* some small improvements and bugfixes
v3.0
* now requires Gingerbread (Android 2.3.3) or later
* export/import encrypted private key backups to/from mail or online storage
* switch to new block store format, uses seriously less internal storage and doesn't grow
(existing installs can be migrated by resetting the blockchain once)
* new installs are instantly fully updated and useable
* got rid of block chain snapshot in APK, installs updates much faster
* lots of small improvements and bugfixes
* based on bitcoinj 0.8
v2.49
* bugfixes
v2.48
* fix race condition when replaying blockchain
v2.47
* report issues from within the app
* new crash reporter
v2.46
* bugfixes
* based on bitcoinj 0.7.3
v2.45
* new labs feature: block explorer
* request coins from locally installed app
* save memory and stack
* based on bitcoinj 0.7.2
v2.44
* bugfixes
v2.43
* some small improvements and bugfixes
v2.42
* fixed crash on Froyo (Android 2.2) devices
* allow importing private keys from automatic backups
* based on bitcoinj 0.7.1
v2.41
* labs preference for setting bitcoin value precision
v2.40
* seriously reduced traffic and cpu usage due to usage of bloom filters
* faster connect to peers
* ability to spend your own change instantly
* no need to manually disconnect any more for any of the preferences
* preference for showing the connectivity indicator
* shortcut to request coins by long tapping on qr code
* peer monitor shows more info
* fallback for fetching exchange rates (bitcoincharts first, then blockchain)
* lots of small improvements and bugfixes
* based on bitcoinj 0.7
v2.39
* descriptions for transaction confidence states
v2.38
* fixed testnet3 blockchain sync problem
* based on bitcoinj 0.6.1
v2.37
* lots of small improvements and bugfixes
v2.36
* fixed exception when requesting coins on below Ice Cream Sandwich (Android 4.0)
v2.35
* lots of small improvements and bugfixes
v2.34
* embed qr code scanner for enhanced security
v2.33
* fixed error reporting
* minor UI enhancements
v2.32
* can import unencrypted private keys
* collect logfile for crash report on Jelly Bean (Android 4.1) and above
v2.31
* now requires Froyo (Android 2.2) or later
v2.3
* import private keys from external storage
* export private keys to external storage
v2.24
* migrated testnet to testnet3 (make sure to reset blockchain after upgrade)
* fixed various crashes when being offline
v2.23
* fixed updating of transaction list
* fixed stuck connectivity indicator
v2.22
* proper handling of coinbase transactions
* watch transaction propagation (build-up of confidence) when sending coins
* based on bitcoinj 0.6
* blockchain can be reset without exiting the app
v2.21
* low fee warning when sending coins
v2.20
* bugfix
v2.19
* bugfixes
* based on BitCoinJ 0.5.2
v2.18
* send and request buttons in app widget
* bugfixes
v2.17
* bugfixes
v2.16
* bugfixes
v2.15
* exponentially backoff autosync frequency
* updated French, Spanish, Swedish and Turkish translations
v2.14
* tries to stay on WIFI while autosyncing, but no guarantees (yet)
v2.13
* bugfixes
* based on BitCoinJ 0.5.1
v2.1
* based on BitCoinJ 0.5.0
* lots of UI work
* changes how long the P2P network stays connected
v2.01
* bugfixes
v2.0
* Turkish translation
v1.55
* unified address book for sending and receiving addresses
v1.54
* migrates wallets to protobuf format
* should be more stable, faster and future proof