(november-contest)
New translations
- no forwards feature
GroupSavingContentHeader
— Saving content
GroupSavingContent
— Restrict saving content
GroupSavingContentHelp
— Participants won’t be able to forward messages from this channel or save media files.
ChannelForwardsRestricted
— Forwards from this channel are restricted.
GroupForwardsRestricted
— Forwards from this group are restricted.
EventLogToggledNoForwardsOn
— un1 restricted to forward messages
EventLogToggledNoForwardsOff
— un1 allowed to forward messages
- send as feature
MessageSendAs
— Send message as...
MessageSendAsPersonalAccount
— personal account
- history calendar
DeleteFewMessagesTitle
— Delete messages
AreYouSureDeleteMessagesInSingleDay
— Are you sure you want to delete all messages for the selected day?
AreYouSureDeleteMessagesInFewDays
— Are you sure you want to delete all messages for the %1$s selected days?
SelectDays
— Select days
Colors
- send as feature
- send as avatar close background —
#50A7EAFF
(fallback to *key_featuredStickers_addButton
)*
send as popup dim background — #00000033
(hardcoded)
- send as popup title —
#3995D4FF
- send as popup profile title —
#222222FF
- send as popup profile subtitle —
#8A8A8AFF
- send as popup profile selection —
#50A7EAFF
(fallback to *key_featuredStickers_addButton
)*
- history calendar
key_calendar_daySelected
— #50A5E6FF
key_calendar_daysSelected
— #50A5E629
key_calendar_selectButton
— #3A8CCEFF
key_calendar_clearHistoryButton
— #ED3939FF
key_calendar_selectButtonBorder
— #EAEAEAFF
- [x] 1. no forwards option
- [x] settings
- [x] a. save, show setting
- [x] text localization
- [x] fix confusing "enabled forwarding" → "enabled forwarding restriction"
- [x] 🔥🔥🔥 SHOW ONLY ON PRIVATE CHATS 🔥🔥🔥
- [x] TODO: update on superchats bug (show loading probably, some superchat nightmare)
- [ ] process FLOOD_WAIT_N on updateUsername (that's not my bug though, I need to focus on my own first)
- [x] TODO: theme descriptions
- [x] TODO: bottom padding after setting
- [x] b. show in log (
channelAdminLogEventActionToggleNoForwards
)
- [x] implementation
- [x] c. hide forward/save buttons in chat
- [x] better to disable "Forward" button at the bottom
- [x] TODO: hide "Copy" button at the top when text message is selected
- [x] hide "Forward" and "Share" in GIF preview
- [x] c. hide buttons in photo viewer media
- [ ] (?) should I hide "Open with" in video preview? — let it be NO
- [x] "Save to gallery" on top
- [ ] (?) paint button is hidden, but should it be hidden??? (I mean there is
allowShare
boolean, so I guess it should be?) — let it be YES
- [x] Forward on top
- [x] share on bottom
- [x] c. disable forward button when image is selected in "Shared media"
- [x] c. show "Forwarding is restricted" message
- [x] TODO: do not show this message when chat message is not sent
- [x] d. react to updates
- [x]
400 CHAT_FORWARDS_RESTRICTED
- [x] toast
- [ ] (tiny) maybe make it better?
- [x] update noforwards flag
- [x] handle when forwarding shared location (not a live one)
- [ ] handle when inputMedia is sent (how should I check that? it seems to work well)
- [x] e. screenshot restriction
- [x] BUG: it stays when disabling noforwards and closing chat activity
- [x] 2. send as...
- [x] a. button in chat activity enter view
- [x] render user avatar
- [x] cross icon animation
- [x] TODO: voice/video recording support
- [x] fix voice/video track animation
- [x] TODO: color!
- [ ] TODO: theme descriptions
- [x] TODO: emoji proposal is not moved but should be because of this button
- [x] (?) what to do with "Send anonymously" placeholder?
- [x] b. popup of available peers
- [x] dim proper section (do not dim message box, but do messages and top action bar)
- [x] load send peers
- [x] test many peers
- [x] test large name peers
- [x] popup jiggles on enter box resizing
- [x] loading (do not show empty peers list)
- [x] (tiny) show shadow under "Send message as..." when list is scrolled? (even got confirmed)
- [x] popup under emoji box
- [ ] popup over user mentions
- [x] SendAsPeerView infoView is small than text inside because of text change
- [x] TODO: padding top of container to not override action bar
- [x] ripple effects on peers
- [x] (?) probably close popup after selecting a peer
- [ ] (?) should I show popup when only one peer can be selected?
- [ ] TODO: theme descriptions
- [x] c. save default_send_as
- [x] d. send send_as in
- [x] disable setTyping
- [x] e. show those messages as they are coming from you
- [x] CRASH: when creating new group (and making it public) and going to chat activity crash happens
- [x] CRASH: open bot, click stickers
- [x] CRASH: Cute Dog → open attachments
- [x] "remain anonymous" setting update (on another device) doesn't force to update the list of peers (is there a way to catch it though? — yes)
- [ ] (tiny) cool animation between avatars
- [x] BUG: 0 seen (when
SHOULD_HIDE_WHEN_0_SEEN
= true)
- [x] BONUS: super cool animation sent earlier in channel
- [x] 3. deletion calendar