-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
messages: add option to not show the first unread message #3622
messages: add option to not show the first unread message #3622
Conversation
I think it's expected that the default for It might make more sense to rename it to |
It is indeed: BangleApps/apps/messages/settings.js Line 14 in f5b3ad2
Yes - there are other settings which are defaulted in BangleApps/apps/messages/settings.js Lines 6 to 13 in ebd2d5b
Sure - although considering the above, do we perhaps want to either duplicate/share the defaulting to fix messages for new users, or would you be happy with the rename? |
I think just rename for now. It's a bit of a pain because we use the same settings file for several different apps, so for instance maxMessages is only used in the widget, but we do:
I just checked and as far as I can see all those things you mention actually do have defaults that are handled ok, they're just not done in a very nice way often (eg vibrateCalls/etc). I guess it might be nice to use the |
Conflicts: apps/messagegui/ChangeLog
7508233
to
03b1519
Compare
Thanks - rename done, ready for a re-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks good to me! I'm happy to merge whenever you are.
One strange thing is the use of settings().stuff
in the settings app which causes settings to be loaded multiple times just to show one menu. That was there already though :)
Thanks - yeah that's a fair point, shall merge this first though |
For example, if a user wants to keep them unread and just scroll through what's arrived