mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
network scanner has been moved to a separate plugin
Conflicts: AndroidManifest.xml AndroidManifest.xml.pattern src/org/geometerplus/android/fbreader/network/ScanLocalNetworkActivity.java
This commit is contained in:
parent
97ce1119b5
commit
bd032e8523
12 changed files with 9 additions and 542 deletions
|
@ -41,6 +41,7 @@ public abstract class Util implements UserRegistrationConstants {
|
|||
static final String SIGNIN_ACTION = "android.fbreader.action.network.SIGNIN";
|
||||
|
||||
public static final String ADD_CATALOG_ACTION = "android.fbreader.action.ADD_OPDS_CATALOG";
|
||||
public static final String ADD_CATALOG_URL_ACTION = "android.fbreader.action.ADD_OPDS_CATALOG_URL";
|
||||
public static final String EDIT_CATALOG_ACTION = "android.fbreader.action.EDIT_OPDS_CATALOG";
|
||||
|
||||
public static Intent intentByLink(Intent intent, INetworkLink link) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue