shosetsuorg / shosetsu

An android application for reading light novels. Moved to https://gitlab.com/shosetsuorg/shosetsu
https://shosetsu.app
GNU General Public License v3.0
584 stars 34 forks source link

[Bug] [1656] Chapter Release (Date) Cut Off #153

Closed Dunbock closed 3 years ago

Dunbock commented 3 years ago

Describe the bug The release (date) of a chapter gets cut off if it is to long. Though weirdly cut off, seemingly after a white space.

To Reproduce Steps to reproduce the behavior:

  1. Select a novel on BoxNovel with the default listing.
  2. See the release (dates) of chapters.

Expected behavior The complete release date gets displayed.

Screenshots

drawing

Device information:

khonkhortisan commented 3 years ago

Variation using NOVA extension: the second line of date text is partly visible. In this image, it's word-wrapped somewhere between 16-25 characters. Your images wrap at 13/? and 10/? characters, my images wrap at 16/25 and 12/25 characters

Device information: AND

AND

PS: This affects UTC 8601 more than other formats because it's longer: date/time/offset-stamps 2019-01-17T13:34:48-05:00 (YYYY-MM-DDThh:mm:ss±hh:mm) have enough info to be converted to other formats, and give the time of day, unlike the little-endian language-dependant datestamp (what format?) 17 enero, 2019 (dd mes, YYYY) also available on NOVA. Using UTC 8601 means knowing what time of day chapters were uploaded. BoxNovel only has the single date format.

khonkhortisan commented 3 years ago

so the solution to wrapped content is to wrap_content

Doomsdayrs commented 3 years ago

Yes @khonkhortisan , I had limited it because I wanted to persevere consistency in how each chapter looks to the other. Clearly impractical.