You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I forget that I have a filter loaded, so I would like the Toast
notification to show the filter contents if there are any. I've created and
tested a patch to do this, I'm attaching it.
Maybe the same sort of method could be used to change the application title
from aLogcat to "aLogcat [filter contents]"
Thanks for this indispensable app.
Original issue reported on code.google.com by wskellen...@gmail.com on 14 Mar 2012 at 4:24
The text was updated successfully, but these errors were encountered:
thanks for the patch.
i'm not sure that the title bar is the right place. the reason is that it
doesn't scale. if someone comes along tomorrow and says that it's really
important to show the log level, and the buffer, and other things, there's no
logical way to fit them into the title bar.
would a toast, as you suggested work? that way we can put other info into the
toast if necessary.
Original comment by jeffrey.blattman@gmail.com on 15 Mar 2012 at 11:02
Hi Jeffrey,
Yes, I'll admit I'm not much of a GUI programmer. :) I went kind of the
opposite way, and in this last patch I took it out of the Toast because it just
looked too cluttered. I've also added the buffer type too and thought about
the Log Level. If you push it too far the titlebar will show "...". It could
be possible to let the user configure what they want displayed however, knowing
there is a space limitation.
Here is a screenshot of the latest, I think it looks pretty good, but it is
your baby, and up to you Jeffrey.
Thanks for the consideration.
Original comment by wskellen...@gmail.com on 16 Mar 2012 at 1:23
Original issue reported on code.google.com by
wskellen...@gmail.com
on 14 Mar 2012 at 4:24The text was updated successfully, but these errors were encountered: