mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
getBookFileName() method
This commit is contained in:
parent
2ac1862940
commit
132af46089
2 changed files with 2 additions and 2 deletions
|
@ -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 :(
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue