John Preston
|
1a9c241b96
|
Update API scheme to layer 116.
|
2020-07-25 11:24:11 +04:00 |
23rd
|
11018d76f1
|
Added Up arrow shortcut to edit scheduled messages.
|
2020-07-20 21:44:07 +03:00 |
John Preston
|
2f5cb33bf2
|
Fix finalizing media in non-active account.
|
2020-07-14 19:02:27 +04:00 |
Sean Wei
|
556aa28df6
|
Remove unused variable
The following are commits related to removed variables.
apiwrap.cpp
e050e27: kSaveDraftBeforeQuitTimeout
app.cpp
113f665: serviceImageCacheSize
boxes/auto_download_box.cpp
a0c6104: checked(Source source, Type type)
boxes/background_preview_box.cpp
b6edf45: resultBytesPerPixel
fe21b5a: ms
boxes/calendar_box.cpp
ae97704: yearIndex, monthIndex
99bb093: ms
boxes/connection_box.cpp
f794d8d: ping
boxes/dictionaries_manager.cpp
8353867: session
boxes/peer_list_box.cpp
2ce2a14: grayedWidth
boxes/peers/add_participants_box.cpp
07e010d: chat, channel
boxes/self_destruction_box.cpp
fe9f02e: count
chat_helpers/emoji_suggestions_widget.cpp
a12bc60: is(QLatin1String string)
chat_helpers/field_autocomplete.cpp
8c7a35c: atwidth, hashwidth
chat_helpers/gifs_list_widget.cpp
ff65734: inlineItems
3d846fc: newSelected
d1687ab: kSaveDraftBeforeQuitTimeout
chat_helpers/stickers_dice_pack.cpp
c83e297: kZeroDiceDocumentId
chat_helpers/stickers_emoji_pack.cpp
d298953: length
chat_helpers/stickers_list_widget.cpp
eb75859: index, x
core/crash_reports.cpp
5940ae6: LaunchedDateTimeStr, LaunchedBinaryName
data/data_changes.cpp
3c4e959:clearRealtime
data/data_cloud_file.cpp
4b354b0: fromCloud, cacheTag
data/data_document_media.cpp
7db5359: kMaxVideoFrameArea
data/data_messages.cpp
794e315: wasCount
data/data_photo_media.cpp
e27d2bc: index
data/data_wall_paper.cpp
b6edf45: resultBytesPerPixel
data/data_types.cpp
aa8f62d: kWebDocumentCacheTag, kStorageCacheMask
history/admin_log/history_admin_log_inner.cpp
794e315: canDelete, canForward
history/history_location_manager.cpp
60f45ab: kCoordPrecision
9f90d3a: kMaxHttpRedirects
history/history_message.cpp
cedf8a6: kPinnedMessageTextLimit
history/history_widget.cpp
b305924: serviceColor
efa5fc4: hasForward
5e7aa4f: kTabbedSelectorToggleTooltipTimeoutMs, kTabbedSelectorToggleTooltipCount
history/view/history_view_context_menu.cpp
fe1a90b: isVideoLink, isVoiceLink, isAudioLink
settings.cpp
e2f54eb: defaultRecent
settings/settings_folders.cpp
e8bf5bb: kRefreshSuggestedTimeout
ui/filter_icon_panel.cpp
c4a0bc1: kDelayedHideTimeoutMs
window/themes/window_theme_preview.cpp
ef927c8: mutedCounter
-----
Modified variables
boxes/stickers_box.cpp
554eb3a: _rows[pressedIndex] -> set
data/data_notify_settings.cpp
734c410: muteForSeconds -> muteUntil
history/view/history_view_list_widget.cpp
07528be: _items[index] -> view
e5f3bed: fromState, tillState
history/history.cpp
cd3c1c6: kStatusShowClientsideRecordVideo -> kStatusShowClientsideRecordVoice
storage/download_manager_mtproto.cpp
ae8fb14: _queues[dcId] -> queue
storage/localstorage.cpp
357caf8: MTP::Environment::Production -> production
|
2020-07-13 09:33:55 +04:00 |
John Preston
|
79a361ba43
|
Move call management to Core::App.
|
2020-06-25 21:57:36 +04:00 |
John Preston
|
997913be25
|
One Window::Notifications system for all sessions.
|
2020-06-23 21:53:42 +04:00 |
John Preston
|
83538675ce
|
Move a lot of settings to Core::Settings.
|
2020-06-23 21:53:42 +04:00 |
John Preston
|
f450f81215
|
Remove non-UI calls to App::main.
|
2020-06-23 21:53:40 +04:00 |
John Preston
|
3c4e959468
|
Replace observer_peer with rpl interface.
|
2020-06-23 21:53:40 +04:00 |
John Preston
|
0b028b959b
|
Move updates handling MainWidget -> Api::Updates.
|
2020-06-23 21:53:39 +04:00 |
John Preston
|
fc174f742a
|
Move stickers code to Data::Stickers class.
|
2020-06-23 21:53:38 +04:00 |
John Preston
|
099482574e
|
Fix sending stickers from inline bots.
Fixes #8020.
|
2020-06-16 20:53:44 +04:00 |
John Preston
|
bdbcd8e540
|
Use Main::Session in entities parsing.
|
2020-06-08 12:05:17 +04:00 |
John Preston
|
f066e0f05a
|
Use Data::CloudImage for userpics.
|
2020-06-01 18:09:33 +04:00 |
John Preston
|
c478d96385
|
Add debug logs for chats reading requests.
|
2020-05-12 16:18:19 +04:00 |
John Preston
|
07c8aae225
|
Version 2.1.1: Pin to top only new bots.
|
2020-05-01 21:20:10 +04:00 |
23rd
|
c3c482aa50
|
Improved peer context menu item to archive chat.
|
2020-05-01 12:31:13 +04:00 |
John Preston
|
f76e094e98
|
Use info toast to show proxy / psa about text.
|
2020-04-30 15:20:50 +04:00 |
John Preston
|
b6e184d0c8
|
Support bots as top promoted dialog entries.
|
2020-04-30 11:35:01 +04:00 |
John Preston
|
042ed8f54a
|
Support psa_message in chats list.
|
2020-04-30 11:35:01 +04:00 |
John Preston
|
8d632bd2be
|
Update API scheme to layer 103.
|
2020-04-30 11:35:01 +04:00 |
John Preston
|
b16696db93
|
Don't scroll down when read from another device.
|
2020-04-13 15:31:54 +04:00 |
John Preston
|
2f7563767d
|
Fix crash in archive / pinned in folder management.
|
2020-03-30 21:04:49 +04:00 |
John Preston
|
36d3dcd6d8
|
Fix marking scheduled out messages as read.
|
2020-03-27 20:36:06 +04:00 |
John Preston
|
3ac33e4c1c
|
Leave unread chats in filter until closed.
|
2020-03-27 20:36:05 +04:00 |
John Preston
|
f0322cd107
|
Fix filters unread counters.
|
2020-03-27 20:36:03 +04:00 |
John Preston
|
55900bbd3d
|
Save pinned chats in filters to server.
|
2020-03-27 20:36:03 +04:00 |
John Preston
|
e27a8fe058
|
Support pinned locally in filters.
|
2020-03-27 20:36:03 +04:00 |
John Preston
|
38a744fe5b
|
Count unread messages in Dialogs::MainList.
|
2020-03-27 20:36:02 +04:00 |
John Preston
|
11d31ffc84
|
Parse and apply cloud filters.
|
2020-03-27 20:36:01 +04:00 |
John Preston
|
2f1ee6f1fa
|
Show two hardcoded filters in Ui.
|
2020-03-27 20:36:01 +04:00 |
John Preston
|
71f7aae948
|
Replace dialogs mode with filters.
|
2020-03-27 20:36:01 +04:00 |
John Preston
|
b5ad3e7724
|
Fix unread badges for new dialogs.
|
2020-02-25 13:58:58 +04:00 |
John Preston
|
6f672ecdc3
|
Request history parts through Histories.
|
2020-02-21 18:48:30 +04:00 |
John Preston
|
db322cc19a
|
Move requestDialogEntry to Histories.
|
2020-02-21 18:48:30 +04:00 |
John Preston
|
9bdcd08233
|
Don't read history for guest channels.
|
2020-02-21 18:48:30 +04:00 |
John Preston
|
49c4d35afa
|
Improve working with unread bar.
|
2020-02-21 18:48:30 +04:00 |
John Preston
|
ee3e9af63a
|
Remove counter from unread bar.
|
2020-02-21 18:48:30 +04:00 |
John Preston
|
a3f19c073b
|
Fix 'reading' of an empty history.
|
2020-02-21 18:48:29 +04:00 |
John Preston
|
c8d2ac9583
|
Move message ownership to History.
|
2020-02-21 18:48:29 +04:00 |
John Preston
|
5b7f7ed70e
|
Fix reading of currently opened chat.
|
2020-02-21 18:48:29 +04:00 |
John Preston
|
c04f3a7048
|
Don't replace local with server last message.
|
2020-02-21 18:48:29 +04:00 |
John Preston
|
32d93e2651
|
Fix several read requests together.
|
2020-02-21 18:48:29 +04:00 |
John Preston
|
9cccea9a87
|
All read history done through Data::Histories.
|
2020-02-21 18:48:29 +04:00 |
John Preston
|
b0e1ae3948
|
Prepare Data::Histories for requests interdependencies.
|
2020-02-21 18:48:29 +04:00 |
John Preston
|
70408f0e22
|
First version of reading-while-scrolling.
|
2020-02-21 18:48:29 +04:00 |
John Preston
|
f88466a376
|
Don't refresh messages redundantly.
Fixes #6781.
|
2019-12-10 10:49:31 +03:00 |
John Preston
|
0c713a930a
|
Remove app.h / facades.h from precompiled header.
|
2019-10-01 23:59:46 +03:00 |
John Preston
|
d7cb8b7065
|
Version 1.8.4: Fix crash in local messages.
|
2019-09-06 16:41:43 +03:00 |
John Preston
|
ab6d9ff73c
|
Fix sending first message in chat.
|
2019-09-06 14:14:04 +03:00 |