sahej-dev / Snow

Coding contests reminders for programmers. Supports 10+ platforms including codeforces, hackerrank, hackerearth etc.
MIT License
21 stars 3 forks source link

[Bug]: Contest start time not visible in notifications when contest name is long #1

Open sahej-dev opened 1 year ago

sahej-dev commented 1 year ago

Bug Description

Contest start time not visible in notifications when contest name is long. This happens because notification body text is structured in the following way:

[Contest Name] on [Contest Judge] starting [on Date] at [Time]

There is a character limit on how many characters can be displayed in the notification body. Rest of the characters are truncated.

How to Reproduce

  1. Favorite an upcoming contest with a long name (2+ lines)
  2. Wait for a notification of that contest
  3. You will observe that the start time may be partially or completely truncated in the notification body

Expected Behavior

Contest start time must be clearly visible in every notification

Operating System

Android

Snow Version(s)

1.0.0

Screenshots

No response

Additional Context

No response