John Preston
|
08bddc5579
|
Move messages data to AuthSession.
|
2019-05-01 16:11:42 +04:00 |
|
John Preston
|
9bf8a8108d
|
Comment out non-folder feed code.
|
2019-04-25 14:16:30 +04:00 |
|
John Preston
|
b5be6df5e2
|
Copy text with expanded links only to external.
Paste valid custom links in message field if copied from messages.
|
2019-04-08 19:10:06 +04:00 |
|
John Preston
|
ff51423125
|
Remove ExpandLinksNone, rename Text::originalText.
|
2019-04-08 15:53:11 +04:00 |
|
John Preston
|
99bb09374d
|
Use new animations engine everywhere.
|
2019-04-02 14:33:53 +04:00 |
|
John Preston
|
b972da059a
|
Show explaining preview of forwards privacy.
|
2019-03-24 12:12:42 +04:00 |
|
John Preston
|
a34e998c42
|
Handle fwd_from without a link to the account.
|
2019-03-24 12:12:42 +04:00 |
|
John Preston
|
5a7fcc3a22
|
Don't show fast share for own messages.
|
2019-03-11 12:08:17 +04:00 |
|
John Preston
|
fe618bd652
|
Use crl::time/now instead of TimeMs/getms.
|
2019-02-19 11:06:33 +04:00 |
|
John Preston
|
5ca12a73c3
|
Use new HistoryWallPaper media type for wallpaper.
|
2019-01-29 19:26:19 +03:00 |
|
John Preston
|
c5a41e1f55
|
Divide data/data_peer and remove from PCH.
|
2019-01-17 12:21:29 +04:00 |
|
John Preston
|
1f8626b383
|
Move App::histories to Data::Session.
|
2019-01-17 12:21:28 +04:00 |
|
John Preston
|
6d08394adc
|
Divide history_media_types to several modules.
|
2018-12-21 17:09:31 +04:00 |
|
John Preston
|
a6b325f0d0
|
Allow sending contact info in templates (support).
|
2018-10-09 19:27:17 +03:00 |
|
John Preston
|
7f16675d2f
|
Fix via @bot display in Saved Messages.
Fixes #5034.
|
2018-08-02 17:46:49 +03:00 |
|
John Preston
|
98930792c3
|
Fix fast reply and right action in sent messages.
Fixes #4903.
|
2018-06-28 16:24:39 +01:00 |
|
John Preston
|
e42e973ed5
|
Show fast share button in personal chats.
|
2018-05-30 01:18:10 +03:00 |
|
John Preston
|
76cb5677b2
|
Fix webpage edit display in channel admin log.
|
2018-03-09 21:22:31 +03:00 |
|
John Preston
|
66ac4d6150
|
No fast reply and double click reply if selecting.
Also fix messages selection glitch.
|
2018-03-09 00:21:27 +03:00 |
|
John Preston
|
ddab8c1473
|
Fix fast share button hover area.
|
2018-02-18 16:22:58 +03:00 |
|
John Preston
|
351a423337
|
Highlight found messages in feed.
|
2018-02-16 20:59:35 +03:00 |
|
John Preston
|
269defa82d
|
Fix forwarded Saved Messages layout.
|
2018-02-08 12:20:54 +03:00 |
|
John Preston
|
8bacc74d8b
|
Request dialog list entries when needed.
Also save the original server-side int32 date in HistoryItems.
|
2018-02-08 12:20:54 +03:00 |
|
John Preston
|
9f3048c1dc
|
Hide service messages from feed.
|
2018-02-08 12:20:53 +03:00 |
|
John Preston
|
adcce61b52
|
Fix date/unread bar display in albums.
|
2018-02-08 12:20:53 +03:00 |
|
John Preston
|
681b9b5ba3
|
Improve text selection in bubbles.
|
2018-02-08 12:20:53 +03:00 |
|
John Preston
|
2fdc3169ce
|
Fix / improve support for album items selection.
|
2018-02-08 12:20:52 +03:00 |
|
John Preston
|
63c1212ef1
|
Allow multiple items selection in HistoryView.
|
2018-02-08 12:20:52 +03:00 |
|
John Preston
|
ced0c4d8f0
|
Move HistoryMessageDate to view elements.
|
2018-02-08 12:20:51 +03:00 |
|
John Preston
|
47ad5ea98a
|
Display active feed state in dialogs list.
|
2018-02-08 12:20:51 +03:00 |
|
John Preston
|
ebd4651ac2
|
Manage unread bar using HistoryView::Element-s.
|
2018-02-08 12:20:50 +03:00 |
|
John Preston
|
f9154c4ed0
|
Fix albums layout and editing in feed.
|
2018-02-08 12:20:50 +03:00 |
|
John Preston
|
b91ebad8be
|
Improve items resize in history and feed.
|
2018-02-08 12:20:50 +03:00 |
|
John Preston
|
e6baf8ef5b
|
Fix layout of some media, enable GIF autoplay.
|
2018-02-08 12:20:50 +03:00 |
|
John Preston
|
950126865e
|
Handle item view refresh, fix groups.
|
2018-02-08 12:20:49 +03:00 |
|
John Preston
|
91f369a0b3
|
Handle view resize/repaint requests for mainView.
|
2018-02-08 12:20:49 +03:00 |
|
John Preston
|
8a56ede187
|
Move all (item/view/media) maps to Data::Session.
|
2018-02-08 12:20:49 +03:00 |
|
John Preston
|
7425e80f05
|
Use HistoryMedia as view, add Data::Media.
|
2018-02-08 12:20:48 +03:00 |
|
John Preston
|
97a9089ebf
|
Move draw / getState code to HistoryView::Message.
Item dimensions broken for now.
Also remove history.h from pch.
|
2018-02-08 12:20:48 +03:00 |
|
John Preston
|
bee474f6e9
|
Remove history_item and layout from pch.
Also move some code to separate modules.
Also create history item views by Window::Controller.
|
2018-02-08 12:20:47 +03:00 |
|
John Preston
|
4740d44159
|
Make HistoryView::Message a ClickHandlerHost.
|
2018-02-08 12:20:47 +03:00 |
|
John Preston
|
062b0b2165
|
Save item views in App::*Item() variables.
Also remove App::contextItem.
Also use owning pointers for history context menus.
|
2018-02-08 12:20:47 +03:00 |
|
John Preston
|
8060cb7426
|
Start HistoryView::Message class for item view.
|
2018-02-08 12:20:47 +03:00 |
|