forked from gelojavonitalla/FBReader-Android-2
-
Notifications
You must be signed in to change notification settings - Fork 5
/
ideas.mss
71 lines (52 loc) · 1.82 KB
/
ideas.mss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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)