23rd
aad1296829
Fixed overlapping right badges on ellipsis in dialogs list.
2023-09-04 17:36:54 +04:00
23rd
738aff9c4f
Fixed paint of mini icon in dialogs list even there is no space for it.
2023-09-04 17:36:54 +04:00
23rd
7740780eeb
Respected presence of plain link in preview text for mini icons.
2023-09-04 17:36:54 +04:00
23rd
70e298cfe4
Added icon for replies to stories in dialogs list.
2023-08-30 18:14:14 +03:00
23rd
9d4b8bb9b0
Introduced new struct to dialogs style for icons.
2023-08-30 16:46:19 +03:00
23rd
089432be5e
Added icon for forwarded messages in dialogs list.
2023-08-30 14:50:00 +03:00
John Preston
4b0c4eee30
Use name instead of "My Story" if it doesn't fit.
2023-08-17 12:31:57 +02:00
John Preston
1c1e643735
Use close icon from group calls in stories tooltip.
2023-07-28 21:38:59 +04:00
John Preston
7d1725b339
Simplify ordering of stories tooltip.
2023-07-28 12:19:53 +04:00
23rd
73373e373f
Moved important tooltip for stories in dialogs to MainWidget.
2023-07-26 22:23:45 +03:00
John Preston
e6a80927c6
Version 4.8.9: Fix build with GCC.
2023-07-26 13:46:58 +04:00
John Preston
770880b74b
Version 4.8.9: Add hiding X button to stories tooltip.
2023-07-26 13:43:25 +04:00
John Preston
57fc9f71ac
Fix some stories tooltip edge cases.
2023-07-25 10:45:08 +04:00
John Preston
fce8bc6201
Add stories-above-chats-list tooltip.
2023-07-24 21:42:13 +04:00
John Preston
320db83155
Fix build with GCC.
2023-07-24 15:31:43 +04:00
John Preston
0b32a0a1ea
Lock scroll either horizontal or vertical.
2023-07-21 21:50:35 +04:00
John Preston
87206a6c79
Use transparent outline for stories in chats list.
2023-07-21 19:49:58 +04:00
John Preston
6e3c3a8dd2
Collapse stories on archive open/close.
2023-07-20 21:42:35 +04:00
John Preston
75f542747d
Fix build with GCC.
2023-07-20 20:12:47 +04:00
John Preston
da5bce00d4
Gray out names of users with non-unread stories.
2023-07-20 19:17:46 +04:00
John Preston
4402cce928
Allow archive with stories only.
2023-07-20 07:20:57 +04:00
John Preston
734c5c6740
Use a single Ui::UnreadStoryOutlineGradient.
2023-07-20 07:20:57 +04:00
John Preston
5f4dcc5eb6
Show segments in expanded stories list.
2023-07-20 07:20:57 +04:00
John Preston
94820f36ba
Improve expanded state of small amount of stories.
2023-07-20 07:20:56 +04:00
John Preston
3c28e7b585
Mark as read recent stories in profile top bar.
2023-07-20 07:20:56 +04:00
John Preston
5368507259
Improve lock/unlock icon behavior.
2023-07-20 07:20:56 +04:00
John Preston
91cc5f5284
Fix small stories thumbnails in profile / my stories.
2023-07-20 07:20:47 +04:00
John Preston
196447ac19
Fix build with GCC.
2023-07-20 07:20:46 +04:00
John Preston
6607848abc
Fix build with GCC.
2023-07-20 07:20:46 +04:00
John Preston
05cf8d034e
Improve touch-screen stories overscroll.
2023-07-20 07:20:46 +04:00
John Preston
7b911897fc
Remove legacy summaries from stories list.
2023-07-20 07:20:46 +04:00
John Preston
70ca3d4f1a
Show hidden stories in archive.
2023-07-20 07:20:46 +04:00
John Preston
61b8aac7c4
Allow manually toggle stories expand state.
2023-07-20 07:20:46 +04:00
John Preston
85795aa376
Working stories in overscroll.
2023-07-20 07:20:44 +04:00
John Preston
a0ffa15885
Update story mention layout, add outline.
...
Also use uint32 for bool-bitfields, otherwise:
int a : 1 = 0;
...
const auto test = true;
const auto b = test ? 1 : 0;
if (a != b) {
a = b;
...
}
Assert(a == b); // Violation, because a == -1, not 1 (after a = b).
2023-07-20 07:20:33 +04:00
John Preston
451c4e3101
Implement vertical list of hidden story sources.
2023-07-20 07:20:33 +04:00
John Preston
f0ab6e5690
Update main menu and stories icons.
2023-07-20 07:20:33 +04:00
John Preston
6c960243a9
Improve story source context menus.
2023-07-20 07:20:32 +04:00
John Preston
3d795f2f67
Implement story mention messages.
2023-07-20 07:20:32 +04:00
John Preston
71e341237d
Improve touchscreen chats list stories physics.
2023-07-20 07:20:14 +04:00
John Preston
7f583f86c0
Nice expand / collapse animations.
2023-07-20 07:20:14 +04:00
John Preston
aa2cf2f6ca
Collapse stories on chat open.
2023-07-20 07:20:14 +04:00
John Preston
8d2fd4bd69
Show only hidden stories in Contacts.
2023-07-20 07:20:12 +04:00
John Preston
19d0bf142c
Improve empty / archived stories section.
2023-07-20 07:20:12 +04:00
John Preston
d2dd63e90a
Show active stories in profile top bar.
2023-07-20 07:20:12 +04:00
John Preston
e98770d418
Improve saved / archive stories design.
2023-07-20 07:20:12 +04:00
John Preston
bafb4f91b4
Update API scheme on layer 160.
2023-07-20 07:20:11 +04:00
John Preston
c1be4d6451
Hide self in small stories userpics.
2023-07-20 07:20:10 +04:00
John Preston
087c27c5e0
Fix expire calculations for the stories.
2023-07-20 07:20:10 +04:00
John Preston
7f8a985067
Start stories overview in profile / My Stories.
2023-07-20 07:20:10 +04:00