F0x1d / LogFox

Yet another LogCat reader for Android
GNU General Public License v3.0
664 stars 34 forks source link

Word wrap toggle for app crash log page #156

Open opusforlife2 opened 2 weeks ago

opusforlife2 commented 2 weeks ago

A simple toggle button somewhere that lets the user switch between turning word wrap on or off would be helpful for parsing crash logs. Right now word wrap is permanently on, and it breaks up words in the middle, especially on smaller screens, making it harder to read them.

F0x1d commented 2 weeks ago

There is such toggle in Settings - UI

drogga commented 2 weeks ago

Maybe the OP means a quick on/off button toggle on that screen, instead of the settings (I don't remember there being one and I don't currently have access to the app to check, but I can see it being useful if it's there)...

Anyway, it's similar to/duplicate of #137

opusforlife2 commented 1 week ago

Yes, I am asking for a quick toggle button on that very page. The best place seems to be in the top bar along with the search and info buttons and the 3 dot menu.

On a small screen it's natural to scroll downwards to read, but when you encounter heavily broken-up statements it's helpful to switch word wrap off for a couple seconds.