2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

almost all boxes done

This commit is contained in:
John Preston
2015-10-11 10:37:24 +02:00
parent 13f6eedcb2
commit 542d9435d8
52 changed files with 2775 additions and 2495 deletions

View File

@@ -66,6 +66,7 @@ enum {
MaxSelectedItems = 100,
MaxPhoneCodeLength = 4, // max length of country phone code
MaxPhoneTailLength = 18, // rest of the phone number, without country code (seen 12 at least)
MaxScrollSpeed = 37, // 37px per 15ms while select-by-drag
@@ -127,6 +128,8 @@ enum {
UsernameCheckTimeout = 200,
MaxChannelDescription = 120,
MaxGroupChannelTitle = 255,
MaxPhotoCaption = 140,
MaxMessageSize = 4096,
MaxHttpRedirects = 5, // when getting external data/images