1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

whitespaces

This commit is contained in:
Nikolay Pultsin 2015-06-11 22:06:04 +01:00
parent 261b2f6617
commit c7ac8ebd1e

View file

@ -27,28 +27,28 @@ public abstract class FBReaderIntents {
public static final String DEFAULT_PACKAGE = "org.geometerplus.zlibrary.ui.android";
public interface Action {
String API = "android.fbreader.action.API";
String API_CALLBACK = "android.fbreader.action.API_CALLBACK";
String VIEW = "android.fbreader.action.VIEW";
String CANCEL_MENU = "android.fbreader.action.CANCEL_MENU";
String CONFIG_SERVICE = "android.fbreader.action.CONFIG_SERVICE";
String LIBRARY_SERVICE = "android.fbreader.action.LIBRARY_SERVICE";
String BOOK_INFO = "android.fbreader.action.BOOK_INFO";
String LIBRARY = "android.fbreader.action.LIBRARY";
String EXTERNAL_LIBRARY = "android.fbreader.action.EXTERNAL_LIBRARY";
String BOOKMARKS = "android.fbreader.action.BOOKMARKS";
String EXTERNAL_BOOKMARKS = "android.fbreader.action.EXTERNAL_BOOKMARKS";
String PREFERENCES = "android.fbreader.action.PREFERENCES";
String NETWORK_LIBRARY = "android.fbreader.action.NETWORK_LIBRARY";
String OPEN_NETWORK_CATALOG = "android.fbreader.action.OPEN_NETWORK_CATALOG";
String ERROR = "android.fbreader.action.ERROR";
String CRASH = "android.fbreader.action.CRASH";
String PLUGIN = "android.fbreader.action.PLUGIN";
String CLOSE = "android.fbreader.action.CLOSE";
String PLUGIN_CRASH = "android.fbreader.action.PLUGIN_CRASH";
String EDIT_STYLES = "android.fbreader.action.EDIT_STYLES";
String EDIT_BOOKMARK = "android.fbreader.action.EDIT_BOOKMARK";
String SWITCH_YOTA_SCREEN = "android.fbreader.action.SWITCH_YOTA_SCREEN";
String API = "android.fbreader.action.API";
String API_CALLBACK = "android.fbreader.action.API_CALLBACK";
String VIEW = "android.fbreader.action.VIEW";
String CANCEL_MENU = "android.fbreader.action.CANCEL_MENU";
String CONFIG_SERVICE = "android.fbreader.action.CONFIG_SERVICE";
String LIBRARY_SERVICE = "android.fbreader.action.LIBRARY_SERVICE";
String BOOK_INFO = "android.fbreader.action.BOOK_INFO";
String LIBRARY = "android.fbreader.action.LIBRARY";
String EXTERNAL_LIBRARY = "android.fbreader.action.EXTERNAL_LIBRARY";
String BOOKMARKS = "android.fbreader.action.BOOKMARKS";
String EXTERNAL_BOOKMARKS = "android.fbreader.action.EXTERNAL_BOOKMARKS";
String PREFERENCES = "android.fbreader.action.PREFERENCES";
String NETWORK_LIBRARY = "android.fbreader.action.NETWORK_LIBRARY";
String OPEN_NETWORK_CATALOG = "android.fbreader.action.OPEN_NETWORK_CATALOG";
String ERROR = "android.fbreader.action.ERROR";
String CRASH = "android.fbreader.action.CRASH";
String PLUGIN = "android.fbreader.action.PLUGIN";
String CLOSE = "android.fbreader.action.CLOSE";
String PLUGIN_CRASH = "android.fbreader.action.PLUGIN_CRASH";
String EDIT_STYLES = "android.fbreader.action.EDIT_STYLES";
String EDIT_BOOKMARK = "android.fbreader.action.EDIT_BOOKMARK";
String SWITCH_YOTA_SCREEN = "android.fbreader.action.SWITCH_YOTA_SCREEN";
}
public interface Key {