Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change max message length to 200 #1429

Merged
merged 2 commits into from
Nov 25, 2024
Merged

Commits on Nov 25, 2024

  1. Change max message length to 200

    IPhone app uses 200 chars as it's message limit.
    
    This was last updated after the introduction of PKI. Testing there revealed that with PKI the real max now is about 225, but reliability starts to dip before then. I confirmed this in testing wirh Android on a few devices just now.
    
    Change Android app to match iPhone.
    fifieldt authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    9b95621 View commit details
    Browse the repository at this point in the history
  2. make detekt happy

    andrekir authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    cc94fb0 View commit details
    Browse the repository at this point in the history