clragon / e1547

A sophisticated e621 browser
https://e1547.clynamic.net/
GNU General Public License v3.0
209 stars 16 forks source link

Deep linking #67

Closed clragon closed 2 years ago

clragon commented 2 years ago

The app should support being opened with site links.

Parsing the site links can be provided by the existing parsing in the DText parser.

clragon commented 2 years ago

The package that is commonly used for this purpose is uni_links. We want to implement a "deep link" (android) or a "custom url" (ios).

However, at the moment, the package maintenance does not seem to be catching up with the issues very well.

clragon commented 2 years ago

this cannot be implemented on iOS because apple requires you to host a file on the site you want to link to the app. e6 will not grant us to host a file to redirect their traffic to e15, so this will be an android only feature.

clragon commented 2 years ago

this has been implemented sufficiently with an elaborate link parser.