ManojNimbalkar / bitcoin-wallet

Automatically exported from code.google.com/p/bitcoin-wallet
0 stars 0 forks source link

Transaction hash is unusably truncated in details (on my phone) #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
IIRC, BTC transaction hashes are SHA-256, which has an output size of 256 bits, 
or 32 bytes.  When converted to a base 16 string, this should be 64 characters 
long.

On my phone, held vertically, I see three lines of text, the first two show 
only 16 full characters, the third has 12.  The last two characters of the 
first two lines are cut in half about halfway.  I'm only seeing 44 full 
characters out of the 64.

In landscape mode, I see two lines, the first has 37 full characters (and one 
cut after a few pixels), the second has 17 characters, giving me only 54 out of 
64.

The two truncated sections do not overlap evenly, so I cannot obtain a complete 
transaction hash between the two modes.

App version 2.11
Phone: Droid2, Android v 2.3.4

Original issue reported on code.google.com by KerryBo...@gmail.com on 8 Jun 2012 at 2:04

GoogleCodeExporter commented 9 years ago
Yeah there is a layout problem that I could not fix yet, seems like an Android 
layout bug to me.

However, at some time I will completely redo the tx details page. In it's 
current form, it's meant for debugging.

Original comment by andreas....@gmail.com on 9 Jun 2012 at 8:30

GoogleCodeExporter commented 9 years ago
Yep, did look like simple layout bug - I haven't looked at your code (probably 
should, wanted to take a peek), looked like you were setup to make everything 
fit on the screen, and things malfunctioned when they couldn't.  If I was 
coding it I'd fix width and allow vertical scroll.  Great app otherwise, FWIW!

Original comment by KerryBo...@gmail.com on 11 Jun 2012 at 10:15

GoogleCodeExporter commented 9 years ago
The transaction details screen has now been removed (version 3.18). You can use 
the link to blockexplorer.com if you want to see details.

Original comment by andreas....@gmail.com on 21 Aug 2013 at 1:32