AgregoreWeb / agregore-mobile

Mobile version of the Agregore browser for Android, based on Chromium and Bromite
MIT License
31 stars 6 forks source link

Make sure Agregore is registered as a handler for IPFS and IPNS URLs #17

Closed RangerMauve closed 2 years ago

RangerMauve commented 2 years ago
RangerMauve commented 2 years ago

We just need to add the schemes in the manifest here: https://source.chromium.org/chromium/chromium/src/+/main:chrome/android/java/AndroidManifest.xml;l=224

RangerMauve commented 2 years ago

We should also handle the schemes inside the IntentHandler around here: https://source.chromium.org/chromium/chromium/src/+/main:chrome/android/java/src/org/chromium/chrome/browser/IntentHandler.java;l=902?q=IntentHandler&ss=chromium%2Fchromium%2Fsrc

RangerMauve commented 2 years ago

Adding this in #19

RangerMauve commented 2 years ago

Done in #19