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

getBookFileName() method

This commit is contained in:
Nikolay Pultsin 2012-01-24 23:16:29 +00:00
parent 2ac1862940
commit 132af46089
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,7 @@
===== 1.3.4 (??? ??, 2012) =====
* About section in the preferences dialog
* CHANGE_WIFI_STATE permission is not required more
* getBookFileName() API method has been implemented
===== 1.3.3 (Jan 18, 2012) =====
* Proguard -dontoptimize option, looks like these optimizations are buggy :(

View file

@ -181,8 +181,7 @@ public class ApiServerImplementation extends ApiInterface.Stub implements Api, A
}
public String getBookFileName() {
// TODO: implement
return null;
return myReader.Model.Book.File.getPath();
}
public String getBookHash() {