John Preston
|
5aa2e66d02
|
Show large photos in web pages with IV.
|
2018-11-04 15:51:40 +04:00 |
|
John Preston
|
8850d974a2
|
Pass correct FileOrigin for userpics.
|
2018-11-04 15:51:40 +04:00 |
|
John Preston
|
f2348fc749
|
Fix document unloading.
|
2018-11-04 15:51:39 +04:00 |
|
John Preston
|
3b911f19f6
|
Fix collage/slideshow extracting in GCC.
It was depending on argument evaluation order before that fix.
|
2018-11-04 15:51:39 +04:00 |
|
John Preston
|
4837117719
|
Use photo as video thumbnail in WebPageData.
|
2018-11-04 15:51:38 +04:00 |
|
John Preston
|
8000ff2cd7
|
Generate high quality thumbnail on sending video.
|
2018-11-04 15:51:38 +04:00 |
|
John Preston
|
da358615e0
|
Generate high quality video thumbnail when loaded.
|
2018-11-04 15:51:38 +04:00 |
|
John Preston
|
251f51ca1b
|
Show collage/slideshow as an album in web page.
|
2018-11-04 15:51:38 +04:00 |
|
John Preston
|
8e7117fa22
|
Don't unload all media on switching between chats.
|
2018-11-04 15:51:38 +04:00 |
|
John Preston
|
959859f57c
|
Forget least used documents gradually.
|
2018-11-04 15:51:37 +04:00 |
|
John Preston
|
595134cab5
|
Move image-related modules to ui/image/.
|
2018-11-04 15:51:37 +04:00 |
|
John Preston
|
8b76428c7e
|
Create ImagePtr-s using a factory method.
|
2018-11-04 15:51:37 +04:00 |
|
John Preston
|
591fbf0ec6
|
Replace image source after photo sending.
|
2018-11-04 15:51:37 +04:00 |
|
John Preston
|
4b5b79e415
|
Use final Image with different Images::Source-s.
|
2018-11-04 15:51:37 +04:00 |
|
John Preston
|
5a50248055
|
Remove Image::toDelayedStorageImage downcaster.
|
2018-11-04 15:51:36 +04:00 |
|
John Preston
|
113f665295
|
Move Image and derived to ui/image.
|
2018-11-04 15:51:36 +04:00 |
|
John Preston
|
b847c8424a
|
Use single emoji sprite and scale + cache it.
|
2018-10-15 09:03:29 +03:00 |
|
John Preston
|
f43752b3ad
|
Fix memory leak in reply previews.
Regression was introduced in 2e7f4c2f21 .
Fixes #5237.
|
2018-10-09 19:27:18 +03:00 |
|
John Preston
|
9f90d3a7fc
|
Load maps using mtproto instead of google.
|
2018-10-09 19:27:18 +03:00 |
|
John Preston
|
1411dfb711
|
Add autoupdating for templates (support).
|
2018-10-09 19:27:17 +03:00 |
|
John Preston
|
a70613d929
|
Fix client side generated changelogs display.
Also use message date if available in MediaView.
|
2018-09-27 23:31:48 +03:00 |
|
John Preston
|
a7772b922c
|
Improve sticker file reference refreshing.
|
2018-09-26 21:23:08 +03:00 |
|
John Preston
|
2e5a0e056c
|
Move to std::optional.
|
2018-09-21 19:28:46 +03:00 |
|
John Preston
|
34665cd6da
|
Save self to local storage map.
|
2018-09-19 19:22:13 +03:00 |
|
John Preston
|
0c8709ca5f
|
Replace App::self() with Auth().user().
Always have self Auth().user() when AuthSession exists.
|
2018-09-19 19:22:13 +03:00 |
|
John Preston
|
4b87363a20
|
Check value size before putting to cache db.
|
2018-09-04 22:37:22 +03:00 |
|
John Preston
|
08ff324b1b
|
Work with Cache::Database in LocalStorageBox.
|
2018-09-01 18:56:08 +03:00 |
|
John Preston
|
55f60866cb
|
Set correct cache tags for different file types.
|
2018-09-01 18:56:08 +03:00 |
|
John Preston
|
2e7f4c2f21
|
Use Storage::Cache::Database for file caching.
|
2018-09-01 18:56:08 +03:00 |
|
John Preston
|
51092fb6a9
|
Fix file references for faved stickers.
|
2018-09-01 18:56:08 +03:00 |
|
John Preston
|
c913c77fef
|
Refresh file references when sending stickers.
|
2018-08-20 17:26:28 +03:00 |
|
John Preston
|
557d363d02
|
Refresh file references when downloading files.
|
2018-08-20 17:26:28 +03:00 |
|
John Preston
|
839885910c
|
Pass FileOrigin in all file downloads.
|
2018-08-20 17:26:28 +03:00 |
|
John Preston
|
ee16070abe
|
Update API scheme to layer 86.
|
2018-08-20 17:26:27 +03:00 |
|
John Preston
|
8cc0fbc687
|
Fix unmute-by-finished timers.
Fixes #5039.
|
2018-08-01 19:58:50 +03:00 |
|
John Preston
|
097424c535
|
Fix request pending webpage.
|
2018-07-31 22:56:05 +03:00 |
|
John Preston
|
a99ae76ad4
|
Allow single chat history export.
|
2018-07-31 22:56:03 +03:00 |
|
John Preston
|
9972f7b90e
|
Use server time in dialogs list sorting.
This way it won't mess up when you change your local time.
|
2018-07-31 17:34:14 +03:00 |
|
John Preston
|
e3e8d083ea
|
Remember passport credentials for 30 minutes.
|
2018-07-11 17:56:07 +03:00 |
|
John Preston
|
b697824540
|
When following a post link push reply-return.
Fixes #4856.
|
2018-07-11 17:56:06 +03:00 |
|
John Preston
|
eb3eef4b80
|
Fix notify settings saving (mute vs silent).
Fixes #4855.
|
2018-07-10 12:18:41 +03:00 |
|
John Preston
|
e21c354428
|
Improve suggest export logic.
|
2018-06-28 18:44:07 +01:00 |
|
John Preston
|
35c759c6bc
|
Mark [un]read from chats list.
|
2018-06-27 22:58:32 +01:00 |
|
John Preston
|
ff53404d5b
|
Update API scheme to layer 82.
|
2018-06-27 22:58:32 +01:00 |
|
John Preston
|
fcd2e28abb
|
Add some logs.
|
2018-06-24 15:44:53 +01:00 |
|
John Preston
|
54cab2c5a5
|
Add other additional data export.
|
2018-06-24 15:44:53 +01:00 |
|
John Preston
|
a200771868
|
Don't suggest export if one is running.
|
2018-06-24 15:44:53 +01:00 |
|
John Preston
|
0143fd28af
|
Suggest start export when time comes.
|
2018-06-23 00:56:53 +01:00 |
|
John Preston
|
36fb6dac89
|
Call finish takeout. Handle errors.
|
2018-06-21 14:50:56 +01:00 |
|
John Preston
|
154e5660de
|
Confirm export stop on quit and logout.
|
2018-06-20 18:30:57 +01:00 |
|