Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,10 @@ public void onClick(BRDialogView brDialogView) {
adapter.add(new IPFSGateway("Cloudflare A", "cf-ipfs.com"));
adapter.add(new IPFSGateway("Cloudflare B", "cloudflare-ipfs.com"));

adapter.add(new IPFSGateway("RavencoinIPFS", "ravencoinipfs-gateway.com"));
adapter.add(new IPFSGateway("DWeb", "dweb.link"));
adapter.add(new IPFSGateway("GreyH.at", "ipfs.greyh.at"));
adapter.add(new IPFSGateway("infura.io", "ipfs.infura.io"));
//Really wanted this one to work, but it times out too much to be reliable :(
//adapter.add(new IPFSGateway("Ravenland", "gateway.ravenland.org"));

listView.setOnItemClickListener(new AdapterView.OnItemClickListener() {
@Override
Expand Down