88 Commits

Author SHA1 Message Date
Alexander Zinchuk
a6f8f232a8 Introduce Multi-Accounts 2025-04-23 18:57:46 +02:00
Alexander Zinchuk
3055df600b Paid Messages: Follow up (#5790) 2025-04-04 13:14:36 +02:00
Alexander Zinchuk
5bb202857d Support paid messages (#5712) 2025-04-04 13:05:44 +02:00
zubiden
88f14ab310 [Refactoring] Migrate to Icon component (#5485) 2025-01-21 18:29:39 +01:00
Alexander Zinchuk
8b76de86ba [Refactoring] Move beginHeavyAnimation and onFullyIdle to Teact 2024-09-19 20:43:18 +02:00
Alexander Zinchuk
890cee4366 Story: Block reply for non-premium users if messaging is restricted (#4732) 2024-07-15 15:51:50 +02:00
zubiden
9d2a928968 [Refactoring] Implement own localization provider (#4631) 2024-06-18 16:30:25 +02:00
Alexander Zinchuk
a6d0102582 Remove unused code and constants (#4423) 2024-03-29 20:51:11 +01:00
Alexander Zinchuk
6054151969 Support Emoji 15.1 & fixes (#4343) 2024-03-08 12:48:46 +01:00
Alexander Zinchuk
c3c71cbc9e Introduce Saved dialogs (#4177) 2024-02-06 16:54:37 +01:00
Alexander Zinchuk
330bc42c98 Message: Reply re-design and blockquotes (#3926) 2023-11-06 01:43:38 +04:00
Alexander Zinchuk
fb614840f6 Refactoring: Introduce eslint-plugin-simple-import-sort plugin (#3802) 2023-09-13 12:22:11 +02:00
Alexander Zinchuk
a7c7c8d95c Stories: New features and fixes (#3773) 2023-09-04 04:10:05 +02:00
Alexander Zinchuk
fc605350ea Introduce Stories (#3154) 2023-08-14 11:32:26 +02:00
Alexander Zinchuk
c91fb99c05 Correctly patch inactive input in Safari 2023-07-21 17:48:19 +02:00
Alexander Zinchuk
d56b61c82d Allow sending with <Enter> on tablets 2023-06-14 14:28:11 +02:00
Alexander Zinchuk
b03959e847 [Refactoring] Introduce useLastCallback 2023-06-12 11:47:13 +02:00
Alexander Zinchuk
577d055d68 [Refactoring] Custom Emoji Manager: Do not run during chat opening, fix fasterdom phasing 2023-05-28 14:32:28 +02:00
Alexander Zinchuk
4f42b676ce Settings: Performance mode (#3045)
Co-authored-by: Alexander Zinchuk <alx.zinchuk@gmail.com>
2023-04-25 17:28:03 +04:00
Alexander Zinchuk
cfc71da0c1 [Perf] More performance fixes 2023-04-25 17:27:14 +04:00
Alexander Zinchuk
dba6963c34 [Perf] Introduce Fasterdom and some performance fixes 2023-04-25 17:27:10 +04:00
Alexander Zinchuk
21678cfd51 [Refactoring] Rename environment.ts → windowEnvironment.ts to avoid incorrect usage 2023-03-19 22:32:31 -05:00
Alexander Zinchuk
dd659cdb71 Attachment Modal: Fix custom emoji playback in caption (#2759) 2023-03-10 02:34:54 +01:00
Alexander Zinchuk
3cc27156cb Introduce Granular Media Permissions (#2576) 2023-02-28 18:43:18 +01:00
Alexander Zinchuk
9ccc7e3ff9 Attachment Modal: Various fixes (#2675) 2023-02-25 18:50:33 +01:00
Alexander Zinchuk
0c57ef9c48 Composer: Fix custom emoji leftovers when opening attachments (#2506) 2023-02-08 00:48:45 +01:00
Alexander Zinchuk
eed6241f42 Composer: Introduce Signals (#2378) 2023-02-08 00:43:48 +01:00
Alexander Zinchuk
9c25abbd9a [Refactoring] Revise hook dependencies (#2424) 2023-02-08 00:43:47 +01:00
Alexander Zinchuk
59823a05f9 Text Formatter: Enlarge area for triggering (#2461) 2023-01-31 18:24:03 +01:00
Alexander Zinchuk
bb34e6ae5a Text Formatter: Fix position in scrollable input (#2362) 2023-01-28 02:21:42 +01:00
Alexander Zinchuk
3dab7609e3 Dynamic Resize (#2291) 2023-01-28 02:18:43 +01:00
Alexander Zinchuk
964a5001ab Attachment Modal: Various fixes (#2327) 2023-01-24 00:17:55 +01:00
Alexander Zinchuk
24957c958e Message: Support "Hidden Media" (#2308) 2023-01-22 19:16:30 +01:00
Alexander Zinchuk
439222f951 Attachment Modal: Fix caption length calculation (#2226) 2022-12-27 02:46:13 +01:00
Alexander Zinchuk
a7ebcaf664 Composer: Support animated emojis in input (#2143) 2022-12-06 13:31:21 +01:00
Alexander Zinchuk
cb87c1dea8 Fix editing text in textarea (#2159) 2022-11-27 19:17:00 +01:00
Alexander Zinchuk
a82fd2dde7 Message Input: Allow typing even when not focused (follow-up fix) (#2141) 2022-11-18 00:57:18 +04:00
Alexander Zinchuk
e7d3de60bd Revert "Revert "Message Input: Allow typing even when not focused (#2135)""
This reverts commit 0e1e5513295281600890cb2bcabca7f8fa069587.
2022-11-18 00:54:38 +04:00
Alexander Zinchuk
0e1e551329 Revert "Message Input: Allow typing even when not focused (#2135)"
This reverts commit 2b37128066e139989dbfd612e2c2e3e5b889f759.
2022-11-16 18:46:00 +04:00
Alexander Zinchuk
2b37128066 Message Input: Allow typing even when not focused (#2135) 2022-11-16 16:16:30 +04:00
Alexander Zinchuk
b1b09d9f41 Message: Support emoji-only shape for custom emojis (#2098) 2022-11-01 18:53:29 +01:00
Alexander Zinchuk
c365881d57 Support sending custom emoji (#2000) 2022-10-29 15:18:42 +02:00
Alexander Zinchuk
122ef3fc03 Message Input: Open system context menu on second tap (#2068) 2022-10-12 01:46:20 +02:00
Alexander Zinchuk
dd7cad20a6 [Accessibility] Fix issues with aria attributes from Lighthouse report (#2042) 2022-09-20 14:59:06 +02:00
Alexander Zinchuk
ff5c480ef8 Composer: Fix error when opening chat with read-only restriction (#2025) 2022-09-14 00:30:11 +02:00
Alexander Zinchuk
7db1730dc8 Composer: Fix duplicated message for CJK languages (#1975) 2022-08-05 19:35:49 +02:00
Alexander Zinchuk
31834d56b5 Composer: Support triple click to select all (#1963) 2022-07-20 16:02:20 +02:00
Alexander Zinchuk
ca70e2c0eb Introduce Telegram Premium, public chat join requests (#1912) 2022-07-08 14:59:54 +02:00
Alexander Zinchuk
fc4c529e8e Text Formatter: Fix unexpected appearance and emoji wrapping (#1911) 2022-06-27 22:02:42 +02:00
Alexander Zinchuk
70ccff110a [Refactoring] Prefer import type (#1884) 2022-05-30 15:40:11 +04:00