First it seems the qr-code fails to import receive address to send to in raw my_wallet format. I was able to get qr-code image that it generated to receive to work that seems to be in the same format we use on my_wallet but it won’t read them back with there decoder.
ANSWER: I use base32 encoding in the QR code, instead byte encoding, it generates smaller QR codes that can be scanned faster in small screens or with bad conditions to get a picture. Anyway, i will change it to byte encoding to make it compatible or give unless the option.
I was able to send it 1 XLM with no problem from my_wallet with the qr-code address it sent, but it seems the balance and history doesn’t update unless you manually pull to refresh on history page. That also updates the balance on the wallet page that didn't update.
ANSWER: I am developing the SDK in C++, i didn't implement yet the function for streaming updates. I will work on that next week.
Was unable to add contact even when I filled in both name and address it seems the ADD button never becomes active
ANSWER: It may be that you used the first version i published, my wife detected that error then.
Tried send with search (button bellow qr-code) assuming it wanted federation address but seems to do nothing at least with a valid federation address of bank*funtracker.site.
ANSWER: It is neither implemented in my SDK, i will add that for the deadline.
couldn’t figure out how to copy and paste the address from history to try to send back to test send function. Long touch doesn’t seem to work to activate copy and paste function.
ANSWER: That was a problem in the first version, i didn't realize what useful that can be until i tried the application with some friends.
export wallet also seems to fail. can’t get SHARE button to become active
ANSWER: That may be that password is required or a problem with the first version. I will verify that for the next version. Anyway, i should show a text telling what is wrong always.
IMPORT WALLET was able to scan secret key from my_wallet in Raw mode but after scan filled secret key box even adding current password would not get save button to activate.
ANSWER: Again, it may be cause of using first version, import should get activated as soon as a valid password is added. Anyway, i will change all these to accept multiple wallets.
Conclution: it looks it still needs some work. Maybe it will work better on a desktop platform. Hope you also end up supporting Linux desktop at some stage.
ANSWER: My SSD got broken recently with my centOS linux in it, i may try to install and compile it tomorrow.
In general, i was on a trip for some days, and i will go for another 4 days. I use to work like 14h per day and my wife would kill me (or i may die) if i bring my computer on holidays. I didn't like bitcoin since the beginning, as i realized the side effect and useless of the mining thing as soon as i mined some cents with a GT9600 in the pre 1$ time. I always wanted to bring something that people like and i think it is a great opportunity supporting the stellar project. As more i work with the SDK i discover more things of Stellar that makes it unique (and gives lot of ideas that can be implemented)
I may try to have a new version correcting some of these things and others i detected after showing the app during my trip and i will release the C++ SDK code tomorrow.
Again, thx a lot for taking your time.