IPFSDroid
IPFSDroid copied to clipboard
Android App for the InterPlanetary File System(IPFS)
A/libc: error: "/data/user/0/org.ligi.ipfsdroid/files/ipfsbin": executable's TLS segment is underaligned: alignment is 4, needs to be at least 32 for ARM Bionic A/libc: Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid...
Hi, F-Droid maintainer here. We can't update IPFSDroid to 0.12 because it contains prebuilt binaries in `app/src/main/assets` (named `arm` and `x86`). My guess is that it's free software and comes...
It could be possible for people to share IPFS hashes using QR code through phones. The downside is that people will be skeptical of such a code, not knowing whether...
#### Expected behavior I expected a prompt of failed download, describing that the download had failed due to lack of usable network connection. #### Actual behavior Clicking the download button...
I just tried accessing localhost:8080 and was pleased to see it working with /ipfs/Qmfoo, but sadly it doesn't work with /ipns/ipfs.io for example.
It seems we have the ability to utilize the local IPFS node for adding content to IPFS, and doing an "IPFS cat" to read out a file from IPFS. However,...
also as share intent like for images currently - but unpack the zip and add it as file structure
The node should all by itself not cause that much drain. One way to fix this, would be to shut down the node automatically when the node is not used...
Two recommendations to make things faster. 1. Gzip the bins and then unzip during download. The `downloadFile` function in the IPFSDaemon would look like: ``` val zipped = responseBody.source() val...
I think it would be cool if IPFSDroid would also have an exported service (or export the existing service) that allows starting and stopping of the daemon by other processes...