John Preston
a733b83642
Use stories ShareBox from the saved stories list.
2023-07-20 07:20:33 +04:00
John Preston
5f72a5238c
Save to Profile / Archive / Delete in list.
2023-07-20 07:20:33 +04:00
John Preston
af0e578da5
Save to Profile / Archive stories from the viewer.
2023-07-20 07:20:32 +04:00
John Preston
e21c06f67c
Support deleting and reporting stories.
2023-07-20 07:20:12 +04:00
John Preston
eb260b91c1
Improve unsupported stories design.
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
738e20252e
Fix a crash in saved stories layer management.
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
119ee6044a
Update stories icons in some places.
2023-07-20 07:20:12 +04:00
John Preston
e41fc69513
Show nice short info box from viewers dropdown.
2023-07-20 07:20:11 +04:00
John Preston
a2bf0fc511
Show unsupported stories with an Update button.
2023-07-20 07:20:11 +04:00
John Preston
881867186a
Load more saved / archive in the viewer.
2023-07-20 07:20:11 +04:00
John Preston
5e5b252f2f
Support correct saved stories / archive loading.
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
John Preston
d28bd36d22
Load and show list of users who viewed a story.
2023-07-20 07:20:10 +04:00
John Preston
a02876562a
Finish improved stories reply area theming.
2023-07-20 07:20:08 +04:00
John Preston
29d0c8c2ec
Update API scheme to layer 159.
2023-07-20 07:20:07 +04:00
John Preston
f671897a4d
Fix a possible crash in Go to Message on macOS.
...
Fixes #26273 .
This crash happens with a very deep stack trace that is caused by
destroying shared media layer on Go to Message click, which starts
destroying Media::ListWidget, which destroys Ui::PopupMenu, which is
a window, so when it destructs it triggers a sync repaint of the main
window (by a system event), which tries to render the new messages slice,
which starts a photo download, which calls an item repaint in Data::Session,
and the semi-destroyed Media::ListWidget is still subscribed to the
item repaint requests and tries to repaint and crashes there.
The fix is to destroy all session-related subscriptions before the PopupMenu.
2023-05-24 20:22:41 +04:00
John Preston
65afa2c402
Detach ComposeControls from SessionController.
2023-05-17 15:51:52 +04:00
John Preston
dffe79fea8
Fix possible crash in nested section show.
2023-04-22 21:20:10 +04:00
23rd
ca2a0d41c9
Moved some app config values to separated file.
2023-04-11 19:17:42 +04:00
John Preston
7a9961b0e9
Improve folder link chats list edit design.
2023-04-11 19:17:38 +04:00
John Preston
ba04ab4756
Beta version 4.6.9: Fix build.
2023-03-10 11:13:46 +04:00
John Preston
e6b92eaf37
Add a power saving option to stop user statuses.
2023-03-10 10:44:57 +04:00
John Preston
8f908ab9c0
Show empty search results in emoji panel.
2023-02-09 12:55:44 +04:00
23rd
e6b24a49f6
Moved sticker randomization to class in menu item of userpic builder.
2023-02-09 08:36:59 +03:00
23rd
08644a9c31
Fixed search categories in list of stickers from userpic emoji builder.
2023-02-09 08:36:59 +03:00
23rd
9090b8ce6b
Fixed color buttons in userpic emoji builder with different scales.
2023-02-09 08:36:59 +03:00
John Preston
fec80c0c64
Support text-color-ed emoji in userpic editor.
2023-02-07 20:43:50 +04:00
23rd
d7aa18cb0a
Moved light part of palette gradients to top in userpic emoji builder.
2023-02-07 11:35:23 +04:00
John Preston
985db8aacf
Fix a possible crash in userpic editor.
2023-02-04 09:56:01 +04:00
23rd
2dd01ed09f
Replaced default gradients for color palette in userpic emoji builder.
2023-02-03 08:03:09 +03:00
23rd
e0cba40410
Replaced icons in gradient editor from userpic emoji builder.
2023-02-03 08:03:09 +03:00
John Preston
29379fac35
Use graphics for permissions expand arrow.
2023-02-02 22:12:33 +04:00
John Preston
bc90399ec3
Fix crash in custom duration status set.
2023-02-02 22:12:33 +04:00
John Preston
edb011dc0d
Fix build with MSVC.
2023-02-02 22:12:33 +04:00
23rd
7a63246e6c
Respected forum userpic type in userpic emoji builder.
2023-02-02 22:12:33 +04:00
23rd
1026f41da8
Replaced BubbleWrap class with single function.
2023-02-02 22:12:33 +04:00
23rd
7c8ada0e78
Slightly improved shadows for bubble wraps in userpic emoji builder.
2023-02-02 22:12:33 +04:00
23rd
841ddcefab
Simplified icon of toggle button in selector of userpic emoji builder.
2023-02-02 22:12:33 +04:00
23rd
bbd8571c9a
Fixed height of emoji selector in userpic emoji builder.
2023-02-02 22:12:33 +04:00
23rd
81b47fd224
Removed unused keys from info.style.
2023-02-02 22:12:33 +04:00
23rd
48b783f6a0
Fixed display of new chat photo after applying.
2023-02-02 22:12:32 +04:00
23rd
322cbc5ed0
Improved round corners of emoji on userpic preview in builder.
2023-02-02 22:12:32 +04:00
23rd
5558ac22f5
Fixed footer animation on switch of emoji selector in userpic builder.
2023-02-02 22:12:32 +04:00
23rd
5773a8021a
Added some round corners to emoji on userpic preview in builder.
2023-02-02 22:12:32 +04:00
23rd
6bb7263f7d
Provided result of emoji userpic builder to api.
2023-02-02 22:12:32 +04:00
23rd
b7cf32a65f
Extended output data from emoji userpic builder.
2023-02-02 22:12:32 +04:00
23rd
9940ee21d3
Added api support to upload emoji markup of userpic instead of image.
2023-02-02 22:12:32 +04:00