mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
package names
This commit is contained in:
parent
5ee30c336b
commit
982a30543d
11 changed files with 11 additions and 11 deletions
|
@ -26,10 +26,10 @@ import android.net.Uri;
|
|||
import android.text.Html;
|
||||
|
||||
import org.geometerplus.zlibrary.core.filesystem.ZLPhysicalFile;
|
||||
import org.geometerplus.zlibrary.core.filetypes.FileTypeCollection;
|
||||
import org.geometerplus.zlibrary.core.resources.ZLResource;
|
||||
|
||||
import org.geometerplus.fbreader.library.Book;
|
||||
import org.geometerplus.fbreader.filetype.FileTypeCollection;
|
||||
|
||||
public abstract class FBUtil {
|
||||
public static void shareBook(Activity activity, Book book) {
|
||||
|
|
|
@ -22,11 +22,11 @@ package org.geometerplus.fbreader.formats;
|
|||
import java.util.*;
|
||||
|
||||
import org.geometerplus.zlibrary.core.filesystem.ZLFile;
|
||||
import org.geometerplus.zlibrary.core.filetypes.*;
|
||||
|
||||
import org.geometerplus.fbreader.formats.fb2.FB2Plugin;
|
||||
import org.geometerplus.fbreader.formats.oeb.OEBPlugin;
|
||||
import org.geometerplus.fbreader.formats.pdb.MobipocketPlugin;
|
||||
import org.geometerplus.fbreader.filetype.*;
|
||||
|
||||
public class PluginCollection {
|
||||
static {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package org.geometerplus.fbreader.filetype;
|
||||
package org.geometerplus.zlibrary.core.filetypes;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package org.geometerplus.fbreader.filetype;
|
||||
package org.geometerplus.zlibrary.core.filetypes;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package org.geometerplus.fbreader.filetype;
|
||||
package org.geometerplus.zlibrary.core.filetypes;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package org.geometerplus.fbreader.filetype;
|
||||
package org.geometerplus.zlibrary.core.filetypes;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package org.geometerplus.fbreader.filetype;
|
||||
package org.geometerplus.zlibrary.core.filetypes;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package org.geometerplus.fbreader.filetype;
|
||||
package org.geometerplus.zlibrary.core.filetypes;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package org.geometerplus.fbreader.filetype;
|
||||
package org.geometerplus.zlibrary.core.filetypes;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package org.geometerplus.fbreader.filetype;
|
||||
package org.geometerplus.zlibrary.core.filetypes;
|
||||
|
||||
import java.io.*;
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* 02110-1301, USA.
|
||||
*/
|
||||
|
||||
package org.geometerplus.fbreader.filetype;
|
||||
package org.geometerplus.zlibrary.core.filetypes;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue