diff --git a/README.md b/README.md index 94017f23..ca7986d0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ wallabag is available on the Google Play Store and F-Droid. wallabag has been made for you to comfortably read and archive your articles. You can download wallabag from wallabag.org and follow the instructions to install it on your own server. -Alternatively, you can directly sign up for [wallabag.it](https://wallabag.it) or [Framabag](https://framabag.org). +Alternatively, you can directly sign up for [wallabag.it](https://wallabag.it). This android application allows you to put a link in your wallabag instance, letting you read your wallabag links offline. @@ -36,7 +36,7 @@ wallabag is a creation from Nicolas Lœuillet released under the MIT License (Ex ## Features The android app lets you: -- Connect to your self-hosted wallabag instance or connect to your [wallabag.it](https://wallabag.it) or [Framabag](https://framabag.org) account. +- Connect to your self-hosted wallabag instance or connect to your [wallabag.it](https://wallabag.it) account. - Supports wallabag 2.0 and higher. - Completely ad-free. - Increase and decrease the size of the font and also switch between a serif or sans-serif font for a more comfortable reading experience. diff --git a/app/src/main/java/fr/gaulupeau/apps/Poche/network/WallabagWebService.java b/app/src/main/java/fr/gaulupeau/apps/Poche/network/WallabagWebService.java index a9ba6b47..944fde1e 100644 --- a/app/src/main/java/fr/gaulupeau/apps/Poche/network/WallabagWebService.java +++ b/app/src/main/java/fr/gaulupeau/apps/Poche/network/WallabagWebService.java @@ -27,10 +27,8 @@ public class WallabagWebService { private static final String TAG = WallabagWebService.class.getSimpleName(); private static final Pattern WALLABAG_LOGIN_FORM_V2 = compile("/login_check\"? method=\"?post\"? name=\"?loginform\"?>"); - private static final Pattern FRAMABAG_LOGIN_FORM = compile("/login_check\" class=\"form\" method=\"post\" name=\"loginform\">"); private static final Pattern WALLABAG_LOGOUT_LINK_V2 = compile("/logout\"?>"); private static final Pattern WALLABAG_LOGO_V2 = compile("alt=\"wallabag logo\" ?/?>"); - private static final Pattern FRAMABAG_MARKER = compile("Frama"); private static final Pattern WALLABAG_LOGIN_FORM_V1 = compile("