2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/frontend/apps/filemanager
poire-z dc8696bd34 TextBoxWidget: add new properties, use them in Menu
- height_adjust: if true, reduce height to a multiple of
  line_height (for nicer centering)
- height_overflow_show_ellipsis: if height overflow, append
  ellipsis to last shown line
(Implemented in both use_xtext and legacy code path.)

Use them in Menu.lua to clean up/shorten the code used for multiline
menu items by delegating the work to TextBoxWidget, or using
TextWidget when we end up needing only a single line.
2019-11-16 18:41:14 +01:00
..
lib Swipe for menu and quickstart guide (#2761) 2017-04-15 14:45:56 +02:00
filemanager.lua [feat] Favorites: organize book into collections (#5527) 2019-11-06 00:17:28 +01:00
filemanagerbookinfo.lua Gesture manager: fix actions: Book cover, Book description (#4800) 2019-03-15 15:29:25 +01:00
filemanagercollection.lua [feat] Favorites: organize book into collections (#5527) 2019-11-06 00:17:28 +01:00
filemanagerconverter.lua Replace remaining 'local gettext' with '_' (#4160) 2018-08-15 21:56:35 +02:00
filemanagerfilesearcher.lua [fix] Filesearcher crash on empty file attributes (#5351) 2019-09-09 18:39:36 +02:00
filemanagerhistory.lua [fix] Ensure "Open last/previous" point to existing files (#4367) 2018-11-28 21:14:07 +01:00
filemanagermenu.lua TextBoxWidget: add new properties, use them in Menu 2019-11-16 18:41:14 +01:00
filemanagersearch.lua [i18n] Add translator notes (#5250) 2019-08-24 09:25:38 +02:00
filemanagersetdefaults.lua [fix] Make set defaults self contained (#5419) 2019-09-26 23:13:35 +02:00
filemanagershortcuts.lua [feat, UX] Paste in folder shortcuts 2019-06-09 15:26:05 +02:00
filemanagerutil.lua [fix, Android] Crash on startup when no homedir is set (#5548) 2019-10-29 17:56:21 +01:00