You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in this conversation of #355 the Android app currently uses regex patterns to extract links from markdown text, similar to the iOS app. It seems like the web app follows a different approach, which makes it possible to also catch links that use a strange and unusual format, see this file in the Artemis repo.
Suggested Solution
It should be investigated if this approach would also be feasible for the Android app and could potentially replace the regex approach.
The text was updated successfully, but these errors were encountered:
Problem Description
As discussed in this conversation of #355 the Android app currently uses regex patterns to extract links from markdown text, similar to the iOS app. It seems like the web app follows a different approach, which makes it possible to also catch links that use a strange and unusual format, see this file in the Artemis repo.
Suggested Solution
It should be investigated if this approach would also be feasible for the Android app and could potentially replace the regex approach.
The text was updated successfully, but these errors were encountered: