forked from benetech/FBReaderJ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchanges.txt
More file actions
21 lines (16 loc) · 778 Bytes
/
changes.txt
File metadata and controls
21 lines (16 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1.
File: org/geometerplus/android/fbreader;/SQLiteBooksDatabase
Method: loadTags(long bookId)
Line number: inserted line at 426
Code: cursor.close();
Reason: Needed to resolve "Finalizing a Cursor that has not been deactivated or closed".
2. (August 25 2011)
Files to change for toggling between the dev version and release version of the app:
AndroidManifest.xml:
<activity android:name="org.geometerplus.android.fbreader.SpeakActivity" android:configChanges="orientation|keyboardHidden" android:theme="@android:style/Theme.Dialog"/>
-view_spokentext.xml:
Toggle between the sets of ImageButtons and Buttons
-SpeakActivity:
Toggle between the sets of ImageButtons and Buttons
-org.geometerplus.android.fbreader.FBReader:
Commenting/Uncommenting the onKeyDown method