AlexeyZavar
7cc14bda52
chore: remove upload boost
...
Increasing chunks size, `kMaxUploadPerSession`, etc. don't change the speed, only if slows down.
Maybe changing `kAcceptAsFastIfTotalAtLeast` could give a boost. Didn't check.
In some circumstances, speed could be worse than on the AyuGram `v4.16` with boost, but it's rare.
But the upload speed is good, so upload boost removed.
2024-04-17 04:06:49 +03:00
AlexeyZavar
fe1babe437
Merge tag 'v4.16.8' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/lib_ui
# snap/snapcraft.yaml
2024-04-17 02:41:49 +03:00
23rd
1c223e570a
Slightly improved code style for long equality expressions.
2024-04-15 11:20:30 +04:00
AlexeyZavar
6a02bd66a9
Merge tag 'v4.16.6' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/info/profile/info_profile_actions.cpp
# Telegram/SourceFiles/mtproto/facade.h
# Telegram/SourceFiles/storage/file_upload.cpp
# Telegram/SourceFiles/storage/file_upload.h
# Telegram/SourceFiles/window/window_main_menu.cpp
# Telegram/lib_ui
# snap/snapcraft.yaml
2024-04-12 14:35:06 +03:00
John Preston
a9c1970f41
Send up to 1MB of parts to a single session.
2024-04-05 09:51:20 +04:00
John Preston
c3f0d2ef31
Adaptive upload up to 8 sessions.
2024-04-05 09:51:20 +04:00
John Preston
0dcc439dda
Allow upload requests for several files at once.
2024-04-05 09:51:20 +04:00
John Preston
5b0cac47ad
Reapply "Use plain vector for prepared upload parts."
...
This reverts commit f6f8eefaa0
.
2024-04-05 09:51:20 +04:00
John Preston
b39e78a4a9
Reapply "Remove SendMediaReady legacy helper."
...
This reverts commit 09f07a7a9d
.
2024-04-05 09:51:20 +04:00
John Preston
09f07a7a9d
Revert "Remove SendMediaReady legacy helper."
...
This reverts commit 91f8989f70
.
2024-04-04 18:36:07 +04:00
John Preston
f6f8eefaa0
Revert "Use plain vector for prepared upload parts."
...
This reverts commit aaaeea2979
.
2024-04-04 18:36:00 +04:00
John Preston
aaaeea2979
Use plain vector for prepared upload parts.
2024-04-03 12:39:08 +04:00
John Preston
91f8989f70
Remove SendMediaReady legacy helper.
2024-04-03 11:59:33 +04:00
AlexeyZavar
c6b42e2940
Merge tag 'v4.16.0' into dev
...
# Conflicts:
# README.md
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/calls/calls_call.cpp
# Telegram/SourceFiles/core/local_url_handlers.cpp
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/history/view/media/history_view_giveaway.cpp
# Telegram/SourceFiles/history/view/media/history_view_sticker.cpp
# Telegram/lib_ui
# snap/snapcraft.yaml
2024-04-01 23:56:12 +03:00
John Preston
8cbb1abff2
Fix wrong non-album image size in send preview.
...
Regression was introduced in 84288112fc
.
2024-04-01 22:44:25 +04:00
John Preston
f65bc7c0bd
Suggest premium on transfer speed limiting.
2024-04-01 22:44:21 +04:00
John Preston
90e572c8b1
Improve mixed stickerpacks support.
2024-04-01 22:44:20 +04:00
23rd
d03d50ef0d
Removed cIntRetinaFactor and cRetinaFactor.
2024-03-24 07:10:07 +03:00
AlexeyZavar
080400d7b8
Merge tag 'v4.15.2' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/info/info_wrap_widget.cpp
# Telegram/SourceFiles/settings/settings_common_session.cpp
# Telegram/lib_ui
# docs/building-mac.md
# snap/snapcraft.yaml
2024-03-13 11:44:48 +03:00
AlexeyZavar
3f639d5689
fix: remove rate call box
...
chore: revisit constants
2024-03-13 00:23:58 +03:00
John Preston
8545a14763
Fix shortcut messages sizing / emoji panel.
2024-03-08 10:53:59 +04:00
John Preston
6e08b00dba
Fix sending .tgs files as stickers.
...
Regression was introduced in 3467fe226f
.
2024-03-08 10:53:59 +04:00
AlexeyZavar
df0c1f814a
fix: skill issue
...
Pro-tip: don't watch anime while coding.
2024-02-20 22:32:41 +03:00
ZavaruKitsu
af18da81f4
fix: crash
2024-02-12 00:39:01 +03:00
ZavaruKitsu
adb5abf4fb
chore: reformat & refactor & remove as not planned for now
2024-02-04 18:36:11 +03:00
ZavaruKitsu
77d52bb1b3
Merge v4.14.13
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp
# Telegram/SourceFiles/history/view/media/history_view_photo.cpp
# Telegram/SourceFiles/history/view/reactions/history_view_reactions_selector.cpp
# Telegram/SourceFiles/mainwidget.cpp
# Telegram/lib_ui
2024-02-03 23:57:25 +03:00
John Preston
d3778f92d2
Implement media devices tracking on Windows.
2024-01-25 11:04:27 +04:00
John Preston
6e31993777
Update API scheme on layer 172.
2024-01-17 09:39:05 +04:00
ZavaruKitsu
abf17407ea
Merge tag 'v4.14.6' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/dialogs/dialogs_widget.cpp
# Telegram/SourceFiles/dialogs/dialogs_widget.h
# Telegram/SourceFiles/history/history_item_helpers.cpp
# Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp
# Telegram/lib_ui
# lib/xdg/org.telegram.desktop.metainfo.xml
# snap/snapcraft.yaml
2024-01-16 23:44:24 +03:00
23rd
a1369aaad0
Added references to structured bindings since Apple clang supports them.
2024-01-16 11:18:55 +04:00
ZavaruKitsu
74196732ac
feat: upload speed boost
...
Co-authored-by: RadRussianRus <radrussianrus@gmail.com>
2024-01-03 16:23:42 +03:00
ZavaruKitsu
7cdbbc318a
Merge tag 'v4.14.1' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/data/data_stories.cpp
# Telegram/SourceFiles/history/history_item.cpp
# Telegram/SourceFiles/main/main_session.cpp
# Telegram/lib_ui
2024-01-02 01:02:43 +03:00
Ilya Fedin
e6b9a07163
Instantiate QRegularExpression instances statically
2023-12-31 22:03:57 +00:00
Ilya Fedin
4b297bfa09
Make use of wrongly unused variables
2023-12-31 22:03:57 +00:00
Ilya Fedin
00e785a3af
Remove unused variables
2023-12-31 22:03:57 +00:00
ZavaruKitsu
421aa31d59
Merge 4.13.1
2023-12-24 17:32:28 +03:00
23rd
88b20f6700
Fixed indents in some files.
2023-12-16 20:25:01 +00:00
ZavaruKitsu
0f8187fa36
Merge tag 'v4.12.2' into dev
...
# Conflicts:
# .github/workflows/win.yml
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/settings/settings_advanced.cpp
# Telegram/SourceFiles/settings/settings_main.cpp
# Telegram/lib_ui
# snap/snapcraft.yaml
2023-12-01 15:38:13 +03:00
23rd
12272a450f
Slightly optimized include directives in some headers.
2023-11-15 04:20:20 +03:00
23rd
baa99be6a5
Removed some unwanted include directives of lang_keys in header files.
2023-11-15 03:30:04 +03:00
ZavaruKitsu
53e4b685b4
Merge tag 'v4.11.1' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/history/history_inner_widget.cpp
# Telegram/SourceFiles/platform/win/tray_win.cpp
# Telegram/lib_ui
2023-10-29 14:35:43 +03:00
John Preston
b1823d981b
Update API scheme, rich preview drafts.
2023-10-26 14:08:42 +04:00
John Preston
ef0539c9fc
Allow replying with quoting message part.
2023-10-26 14:08:41 +04:00
John Preston
4240568ea5
Pass FullReplyTo everywhere.
2023-10-26 14:08:40 +04:00
ZavaruKitsu
eff273dd7d
Merge tag 'v4.10.4' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/lib_ui
# snap/snapcraft.yaml
2023-10-21 22:04:45 +03:00
John Preston
0e79bd3d12
Show nice padded code blocks.
2023-10-13 10:08:29 +04:00
ZavaruKitsu
b6cf5ebb19
fix: adjust code for refactor of input fields in lib_ui
...
fix: organize imports
fix: refactor database initialization
fix: update submodule
adjusted following 98bb520f47
2023-09-23 14:00:47 +03:00
ZavaruKitsu
0502acc8a4
Merge tag 'v4.10.0' into dev
...
# Conflicts:
# README.md
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/apiwrap.cpp
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/data/data_stories.cpp
# Telegram/SourceFiles/platform/win/windows_app_user_model_id.cpp
# Telegram/lib_ui
# snap/snapcraft.yaml
2023-09-23 10:58:57 +03:00
ZavaruKitsu
d2f4a1b32c
feat: refactor
2023-09-21 23:11:02 +03:00
John Preston
fbd8abc1c6
Start main menu bots.
2023-09-12 21:01:12 +04:00