wallabag / wallabag/android-app
Better login page detection ("Wallabag service not found" if the page minified)
Open
Improvement
- Dominant language
- Java
- Stars
- 587
- Forks
- 276
- PR merge metrics
- No merged PRs in 30d
Description
Currently the app relies on basic string comparison to detect which page it receives. If the HTML code is modified, the app fails to recognize the page. [Here's an example of a minified login page](https://github.com/wallabag/android-app/issues/495#issuecomment-291929905).
This also applies to the API clients page parsing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.