Added option to show/hide timestamps on the 3x2 widget #373
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First of all, great job. The app's pretty great!
I felt like the timestamps displayed on every note in the widget cluttered it a bit, so I changed a few things and added an option under settings/interface that allows the user to toggle the display of these timestamps.
I have never done any real Android development, and apologize in advance for any roughness in the code. If anything should be changed to meet style guidelines, of if something should be placed somewhere else, please let me know. I hope this adds a little bit of interesting functionality (it did to me, at least).
Also, since I tried to keep my changes to a minimum, I didn't shrink the footer on the notes, so there's some extra space in there (to be honest, I'd need a fair bit more fiddling around to remove it). I want to try changing the display of different lines of a same note in the widget, too. Currently, subsequent lines are separated by spaces (not by newlines), while expectation would be that they would have line breaks in between. If it would be interesting to be able to personalize the widget (most of the time I'm only checking notes, so that the widget is the most important feature to me), maybe a section "Widget" under "Interface" could be added - I felt adding an extra button, especially prefixed by "setting_", was a little off, but it's where I thought it fit best.
Hope this helps somewhat. Cheers!
Marcel