-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
moved logs from drawer menu to the settings #1552
Conversation
By analyzing the blame information on this pull request, we identified @davivel, @tobiasKaminsky and @jabarros to be potential reviewers |
@jancborchardt I can also move the settings item in the drawer to the bottom, or separate it with a line like ather apps do it. Whatever floats your boat 😉 |
@jancborchardt having done a local implementation using the Support Library for the drawer's content implementation the menu items would look like this... What do you think? Moving on with this has it's benefits since checked/unchecked state, items via native menu.xml files/groups would then be available :) |
I'd say either we stick it to the bottom or we leave it as it is. The line just increases the focus on settings more, which is not what we want. ;) |
I removed the new drawer implementation here and started a new PR for the drawer over here: #1559 |
32b6a58
to
1592295
Compare
@rperezb @jancborchardt @davivel @tobiasKaminsky This is DONE and can be reviewed... |
👍 code is fine! |
55fbfba
to
9c2c936
Compare
9c2c936
to
363878b
Compare
249ae77
to
ae69363
Compare
ae69363
to
85d862c
Compare
pinging @davivel and @malkomich -> minor change, freshly rebased, community reviewed, resolving #1432 raised by @jancborchardt |
@jancborchardt @AndyScherzinger we will check this after the team week thx |
c1500d9
to
56e7fdb
Compare
👍 |
@@ -53,6 +53,7 @@ | |||
<bool name="imprint_enabled">false</bool> | |||
<bool name="recommend_enabled">true</bool> | |||
<bool name="feedback_enabled">true</bool> | |||
<bool name="logger_enabled">true</bool> |
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.
Why is this here?
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.
For the same reason the other are there ;) --> with this flag you can decide if the log part will be rendered in the settings screen or not. We can take it out if you want to. I just thought like with imprint, feedback etc. you would like to be able to have to feature toggle for logging also since I discussed the move to the settings screen with @jancborchardt and we agreed that after moving it to the settings screen it will also be visible in the official release.
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, I understand now. I totally oversaw the intention of making the menu available in the official release of the app, not only in debug mode. In this case, having this option here makes a lot of sense.
The point is, I'm not so sure we should have this is the official app. I will follow this up in #1432
👎 ; please, see my question |
😉 please see my answer 😃 |
Thanks, @AndyScherzinger . Blocked until a decision is taken about make the logs available in release mode or not. cc @rperezb |
Ok – let’s make it available in debug mode / beta only maybe for now. And just move the place of it. We’re doing 2 separate steps here (moving, and making it visible for normal users), that’s the problem. |
Thanks, @jancborchardt. Proposal: let's keep the option in @AndyScherzinger , what do you think? |
Yeah, sounds good to me! I can make the change during the next days! :) |
@davivel added the changes as discussed :) |
bb7c08e
to
35d59a0
Compare
Great job :) 👍 @jesmrec , your turn. |
35d59a0
to
5c1a989
Compare
@davivel @AndyScherzinger @jabarros Approved 👍 |
Cool, so it is prepared to be merged :) |
5c1a989
to
919fe91
Compare
DONE! 👍 |
Thanks! |
As discussed in #1432 the Logs menu item from the drawer has been moved to the settings screen.
@jancborchardt I moved it to the "more" section instead of the "advanced" section - is this correct or should I move it to the "advanced section?