1
0
Fork 0
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:
Nikolay Pultsin 2012-02-22 03:37:17 +00:00
parent 97ce1119b5
commit bd032e8523
12 changed files with 9 additions and 542 deletions

View file

@ -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) {