The previous commit to remove truncation caused long titles that were not well
handled by some clocks. This commit instead uses truncation based on string
wrapping, which maintains limited-length titles, but now preserves images
(e.g. emojis) embedded in the titles.
Previously, all event titles would be truncated to 12 characters when displayed
in a clock info. This hides some information, and completely breaks event
titles containing embedded images (i.e. converted emojis). This change simply
removes the truncation, allowing the full title and full images to be shown.
All-day events synchronized from Gadgetbridge always start at midnight UTC,
which causes them to display as different days depending on time zone offset
(specifically negative offsets display the date as one day early). This was
previously fixed in the agenda app in pull request #3695 (commit bcf88c3).
This commit replicates that fix in the clockinfo that agenda provides.