android-textile
android-textile copied to clipboard
[DEPRECATED] Android bindings for https://github.com/textileio/go-textile
Need to this to support newer android projects and react native 0.6
I'm possibly missing some docs or misunderstanding the way a wallet is meant to be used but it seems like the intention would have a single wallet per device. Would...
Similar to what I did in ios-textile: https://github.com/textileio/ios-textile/pull/82
Needed for paging data
It's currently a bit tricky to figure out which version of Textile this library is running. Ultimately hunted it down here, https://github.com/textileio/android-textile/blob/master/manifest.gradle#L42 but we could put that in the readme...
I got a referral code, chose my display name, then on Your Avatar screen nothing happens after trying to to take a picture or choosing from library by clicking on...
Currently, the native sdk stops the node exactly when it decides it needs to. I think we need to delegate the exact timing to the host application. Would go something...