1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00
FBReaderJ/ideas.mss
Mikhail Sobolev b228013089 added the URL for BitmapFactory.Options
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@936 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
2009-04-14 19:38:11 +00:00

71 lines
1.8 KiB
Text

Random Ideas
------------
Tap & hold in the book view --> open book info dialog
"menu" items must have icons
Re-order menu items:
-- library
-- navigate
-- find
-- view
-- preferences (directly to the preferences dialog)
-- more \/ (does not currently exist)
(put some items if we have more :))
'navigate' menu item:
if table of contents exists:
+-------------------+
| . . . |
| table of contents |
| . . . |
+-------------------+
| to begn | to end |
+-------------------+
if table of contents does not exist:
+-------------------+
| to begn |
+-------------------+
| to end |
+-------------------+
(as discussed)
-- add page # to the status bar; show only when the application is active
New Library view:
-- four tabs: recent, tags, authors, network
(menu allows to add the book)
-- books are shown as a list of
+--+------------------------+
|II|<b>Title</b> |
|II|<small>Author(s)</small>|
+--+------------------------+
(II is an icon 60x35)
clicking on the book (in recent, tags, authors) opens it
tap & hold opens the book information dialog
-- network page is a bit different
(needs to be designed)
Submit bug report directly from the application :)
(Until it's implemented globally) Check for updates
Automatic text orientation to be done configurable
Process +/- volume control differently. Options:
-- increase/decrease font size?
-- page up/down
Implement ZLAndroidImageData differently:
-- lazy load
-- convert picture into the required size
(see http://developer.android.com/reference/android/graphics/BitmapFactory.Options.html)