|
|
230919a873
|
Updated TDesktop sources to 2.7.10+5519bb35
|
2021-06-27 03:56:31 +03:00 |
|
23rd
|
6d08542afa
|
Moved proxy global variables from facades to core settings.
|
2021-06-16 09:31:32 +03:00 |
|
23rd
|
54dd63d61a
|
Removed LocalPasscode global variable from facades.
|
2021-06-16 09:31:32 +03:00 |
|
|
|
b4625cadc2
|
Updated TDesktop sources to 2.7.2
|
2021-04-27 23:44:15 +03:00 |
|
John Preston
|
1342077dcb
|
Use 48 bit [User/Chat/Channel]Id, 56 bit PeerId.
|
2021-04-09 15:05:00 +04:00 |
|
John Preston
|
663db64688
|
Allow saving and using saved credentials.
|
2021-04-06 18:41:16 +04:00 |
|
|
|
1927ab7955
|
Updated TDesktop sources to 2.7.1+c08a148
|
2021-03-28 16:07:58 +03:00 |
|
John Preston
|
68b0a85369
|
Rename RPCError to MTP::Error.
|
2021-03-12 16:58:26 +04:00 |
|
John Preston
|
267e5fd9e0
|
Allow getting outer_msg_id in MTProto handlers.
|
2021-03-12 16:58:26 +04:00 |
|
|
|
8d9e17482c
|
Updated TDesktop sources to 2.6
|
2021-02-27 19:54:04 +03:00 |
|
John Preston
|
73ae29ae25
|
Update API scheme.
|
2021-02-22 23:42:41 +04:00 |
|
23rd
|
dd01ece14a
|
Replaced snap util function with std::clamp.
|
2021-01-24 10:41:10 +03:00 |
|
|
|
8f3941a4c2
|
Fix accounts limit for non-x86 64-bit CPUs
|
2021-01-20 16:28:06 +03:00 |
|
|
|
f0e117d3fa
|
Raise max accounts to 100 in x64 build
|
2021-01-04 09:06:00 +03:00 |
|
Ilya Fedin
|
8da33113a2
|
Use DeviceModelPretty/SystemVersionPretty directly
This allows using methods that require a running QGuiApplication instance to detect system
|
2020-12-29 12:36:47 +04:00 |
|
|
|
3148d17442
|
Updated TDesktop sources to 2.5.1+feff514
|
2020-12-23 22:04:48 +03:00 |
|
23rd
|
dc7a754418
|
Added ability to prevent application lock and account switch.
|
2020-12-14 17:09:24 +04:00 |
|
John Preston
|
00504b61cd
|
Allow all messages silent in support mode.
|
2020-11-19 16:23:57 +03:00 |
|
|
|
e5123d56df
|
Updated TDesktop sources to 2.4.7
|
2020-11-09 09:27:43 +03:00 |
|
John Preston
|
8d2fa313b7
|
Add setting for grouping files.
|
2020-10-30 18:32:19 +03:00 |
|
John Preston
|
05eb549a3d
|
Move App::roundRect to Ui::FillRoundRect.
|
2020-10-30 18:32:18 +03:00 |
|
|
|
d8196dd35f
|
Local folders
|
2020-09-08 02:38:26 +03:00 |
|
|
|
37d9cf2350
|
Updated TDesktop sources to 2.3.2+d34eabd
|
2020-08-28 19:30:52 +03:00 |
|
John Preston
|
12e0399cf4
|
Add tgcalls library.
|
2020-08-11 18:21:40 +04:00 |
|
23rd
|
972bbbce6a
|
Fixed online status stuck when switching between accounts one more time.
The first attempt to fix this bug is here: 8171ed6c12.
It caused crash so it was reverted here: 2ef47222f4.
|
2020-08-11 12:28:41 +03:00 |
|
|
|
afb72c646b
|
Updated TDesktop sources to 2.2
|
2020-07-30 09:23:07 +03:00 |
|
John Preston
|
3aea9cb3ca
|
Add archive and mute settings editing.
|
2020-07-25 11:24:37 +04:00 |
|
John Preston
|
8c4e8212cd
|
Add 'respect system dark mode' checkbox.
|
2020-07-22 17:18:17 +04:00 |
|
John Preston
|
f316d951ae
|
Fix stickers list display after account switch.
|
2020-07-14 19:03:27 +04:00 |
|
John Preston
|
2f5cb33bf2
|
Fix finalizing media in non-active account.
|
2020-07-14 19:02:27 +04:00 |
|
|
|
f633857744
|
Updated TDesktop sources to 2.1.17 beta
|
2020-07-03 04:39:44 +03:00 |
|
John Preston
|
dfa4a9990d
|
Show accounts in main menu when added.
|
2020-07-02 22:11:45 +04:00 |
|
|
|
e221962dd4
|
Allow adding up to 10 accounts
Also warn when adding more than 3 accounts.
|
2020-07-02 08:28:37 +03:00 |
|
|
|
532243092b
|
Rework default folders feature
|
2020-07-02 07:35:10 +03:00 |
|
John Preston
|
eb1845e33b
|
Fix crash in session destruction.
Also use rpl::event_stream for downloaderTaskFinished.
|
2020-07-01 12:26:29 +04:00 |
|
John Preston
|
5cc7c2b6c6
|
Add account from settings three-dot menu.
|
2020-06-30 21:16:05 +04:00 |
|
John Preston
|
9fb12b6093
|
Set correct username to crash annotations.
|
2020-06-30 20:41:25 +04:00 |
|
John Preston
|
e6f3cd1d56
|
Refresh appconfig after login.
|
2020-06-30 13:01:59 +04:00 |
|
John Preston
|
c3fa300b5c
|
Create notifications manager after reading settings.
|
2020-06-30 11:44:32 +04:00 |
|
John Preston
|
87eaab15b5
|
Load filters before creating session on log in.
|
2020-06-30 11:02:44 +04:00 |
|
John Preston
|
90f7f482ee
|
Take main DC and phone prefix from active account.
|
2020-06-29 22:14:24 +04:00 |
|
John Preston
|
cbad993bba
|
Fix app start without data.
|
2020-06-29 21:37:56 +04:00 |
|
John Preston
|
31c745cb07
|
Destroy non-authed account on deactivate.
|
2020-06-26 14:36:52 +04:00 |
|
John Preston
|
c8efb77520
|
Fix local storage clearing on logout.
|
2020-06-26 14:36:22 +04:00 |
|
John Preston
|
79a361ba43
|
Move call management to Core::App.
|
2020-06-25 21:57:36 +04:00 |
|
John Preston
|
5d6a494934
|
Move some more settings to Core::App.
|
2020-06-25 16:25:53 +04:00 |
|
John Preston
|
8fec04ba7a
|
Track session better in media viewer.
|
2020-06-25 13:42:30 +04:00 |
|
John Preston
|
65050bf9dd
|
Move export management to Core::App.
|
2020-06-25 11:14:05 +04:00 |
|
John Preston
|
28cafb129e
|
Load local stickers / gifs in Session().
|
2020-06-24 16:52:06 +04:00 |
|
John Preston
|
0bc2bfe630
|
Don't allow two same accounts being logged in.
|
2020-06-24 13:32:07 +04:00 |
|