Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Status bar] Major UI makeover #11678

Merged
merged 44 commits into from
May 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
b31284f
~~alternate~~ alternative status bar
Commodore64user Apr 11, 2024
4d929bb
textOptionTitles wording changes
Commodore64user Apr 11, 2024
ac8f37a
more wording changes
Commodore64user Apr 11, 2024
ce5808f
more wording changes
Commodore64user Apr 12, 2024
3b54304
added 'complications' to menu
Commodore64user Apr 12, 2024
97abc36
makeover
Commodore64user Apr 13, 2024
249d138
special commit for testing
Commodore64user Apr 13, 2024
5e3013c
checked function added to battery comp. (alt status bar)
Commodore64user Apr 13, 2024
6a49707
final changes to readerfooter
Commodore64user Apr 13, 2024
be132f7
typos
Commodore64user Apr 14, 2024
f6f590f
comp. replaced by items
Commodore64user Apr 16, 2024
c98a72e
back to 'alt status bar'
Commodore64user Apr 16, 2024
0c77fb8
missing brackets added and colons removed
Commodore64user Apr 16, 2024
06bfc86
slight wording alterations and sneaky comp squashed
Commodore64user Apr 16, 2024
243d5c5
fix translation
Frenzie Apr 17, 2024
e31ce60
fix translation
Frenzie Apr 17, 2024
997ca9f
Suggestions from Frenzie's code review
Commodore64user Apr 17, 2024
95ce0b0
misc. changes
Commodore64user Apr 17, 2024
b645666
the nineties called they want their brackets back
Commodore64user Apr 18, 2024
e6a67ce
Update frontend/apps/reader/modules/readerfooter.lua
Commodore64user Apr 18, 2024
0a8dd0d
changes poire-z Demanded (with capital D).
Commodore64user Apr 18, 2024
280f23e
misc. changes
Commodore64user Apr 18, 2024
2a67ff4
Apply suggestions from code review
Commodore64user Apr 18, 2024
35727c3
Update readercoptlistener.lua
Commodore64user Apr 19, 2024
74e7e4c
Apply suggestions from code review
Commodore64user Apr 19, 2024
b692c16
thanks poire-z
Commodore64user Apr 19, 2024
b497e6e
renaming containers, placeholders..?
Commodore64user Apr 21, 2024
cf237b7
poire-z's suggestion
Commodore64user Apr 21, 2024
c95918d
Apply suggestions from Frenzie's code review
Commodore64user Apr 22, 2024
3bcff2a
Update readerfooter.lua
Commodore64user Apr 22, 2024
64a367b
~~items~~ height
Commodore64user Apr 23, 2024
6eabb0b
Update readerfooter.lua
Commodore64user Apr 23, 2024
d4b4130
hius07 suggestions
Commodore64user Apr 25, 2024
3556eb8
final final fixes
Commodore64user May 4, 2024
370c1e7
final final final fixes
Commodore64user May 4, 2024
2a49d5c
remove warmth settings from devices with no warmth light
Commodore64user May 10, 2024
2ad4893
long press text_help, cheers poire!
Commodore64user May 11, 2024
3263000
Update "status bar items" readerfooter.lua
Commodore64user May 13, 2024
58ff86b
Apply suggestions from code review
Commodore64user May 15, 2024
71552f3
comma
Commodore64user May 16, 2024
4f769d1
dashes gone
Commodore64user May 16, 2024
3b45777
z for an s
Commodore64user May 16, 2024
4a99922
shown replaces unhidden
Commodore64user May 16, 2024
04e01c5
Update readerfooter_spec.lua
Commodore64user May 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/apps/reader/modules/readerfooter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ local option_help_text = {}
option_help_text["pages_left_book"] = _("Can be configured to include or exclude the current page.")
option_help_text["percentage"] = _("Progress percentage can be shown with zero, one or two decimal places.")
option_help_text["mem_usage"] = _("Show memory usage in MiB.")
option_help_text["reclaim_height"] = _("When status bar is unlocked and hidden, this setting will utilise the entirety of screen real state and will temporarily overlap status bar and text when unhidden.")
option_help_text["reclaim_height"] = _("When status bar is hidden, this setting will utilize the entirety of screen real state (for your book) and will temporarily overlap status bar and text when unhidden.")
Commodore64user marked this conversation as resolved.
Show resolved Hide resolved
option_help_text["custom_text"] = ReaderFooter.set_custom_text

function ReaderFooter:updateFooterContainer()
Expand Down