Ilya Fedin
bc06a3aea3
Make actions ignore .md files not only in the root of repository
2020-04-13 17:39:00 +04:00
Ilya Fedin
de78f4255e
Add installation method to bug report template
2020-04-13 17:39:00 +04:00
John Preston
d67dafaccb
Fix check for 4K frame size in streaming.
2020-04-13 15:32:20 +04:00
John Preston
4f8ea4c807
Allow to play in-app large videos.
2020-04-13 15:32:14 +04:00
John Preston
15b19f8565
Allow sending large images again (up to 108MP).
2020-04-13 15:32:06 +04:00
John Preston
b16696db93
Don't scroll down when read from another device.
2020-04-13 15:31:54 +04:00
John Preston
63129072ba
Mark voice/video message as read on mention click.
...
Fixes #5623 .
2020-04-13 15:30:56 +04:00
John Preston
1fdd591aa0
Change manage folders button icon.
2020-04-13 15:30:40 +04:00
John Preston
f370ca97d0
Fix folders visibility above passcode lock.
2020-04-13 15:30:23 +04:00
John Preston
f5aba5a907
Fix build with new lib_ui commits.
2020-04-13 15:26:09 +04:00
Ilya Fedin
1d613995db
Disable building of dav1d tools and tests in snap
2020-04-13 15:16:33 +04:00
Ilya Fedin
5bb1c77199
Use OpenAL without direct channels
2020-04-13 15:15:29 +04:00
Ilya Fedin
5b39c7013a
Better algorithm for font choosing
2020-04-13 11:48:14 +04:00
Ilya Fedin
ed91c07f99
Restore the old behavior with fallback fontconfig configuration
...
With current code fallback works only through time and replaces the config even if it is changed by the user.
This commit fixes that.
2020-04-13 10:49:30 +04:00
Ilya Fedin
a66b2a4056
Synchronize snap ffmpeg arguments with generic linux one
2020-04-13 10:44:29 +04:00
Ilya Fedin
a1a7399023
Don't remove SNI object when SNI is lost
2020-04-13 10:43:37 +04:00
Ilya Fedin
e71b7dd384
Don't overwrite artifacts by multiple runs
2020-04-13 10:42:32 +04:00
Ilya Fedin
664b43acd7
Fixes for linux action:
...
* Disable building of unneeded openal tools and tests
* Disable ffmpeg linkage with unneeded libraries
* Disable unneeded dtd validation for libwayland
* Omit Qt flags that set to default values
* Fix prefix usage
* Build dependencies in release mode to reduce build size
2020-04-12 19:21:59 +04:00
Ilya Fedin
eac867ce85
Add possibility to enable autoupdate on non-special target
2020-04-10 15:06:09 +04:00
John Preston
2ad48f18f2
Use only safe file saving in localstorage.
2020-04-02 18:31:15 +04:00
John Preston
e823fe5891
Fix support / media shortcuts.
2020-04-02 16:20:53 +04:00
John Preston
aae5024b28
Version 2.0.1.
...
- Switch between folders using Ctrl+1, ..., Ctrl+8.
- Fix crash when a pinned in folder chat was added to archive.
- Fix font issues in Linux version.
2020-03-31 13:06:33 +04:00
John Preston
69d3414594
Improve empty chat list layout.
2020-03-31 12:36:33 +04:00
John Preston
9ef41062d3
Ignore whitespaces in dice sending.
2020-03-30 23:53:10 +04:00
John Preston
c2ff27793a
Try to use Ctrl+1..Ctrl+8 for folders.
2020-03-30 23:34:07 +04:00
John Preston
2f7563767d
Fix crash in archive / pinned in folder management.
2020-03-30 21:04:49 +04:00
John Preston
f4822cf558
Version 2.0.
...
- Organize chats into Chat Folders if you have too many chats.
- Create custom folders with flexible settings,
or use default recommendations.
- Pin an unlimited number of chats in each folder.
- Switch between folders in the new side bar
to easily access all of your chats.
- Send :dice: to any chat to try your luck and get
a random number from the animated dice.
- Send :virus:, 🤒 , 😷 ,
🤕 , :sneeze:, :sick:, 🧼 or 🚑
to try out the new animated emoji.
2020-03-30 16:56:15 +04:00
John Preston
8c6b5caa57
Fix possible crash in inconsistent HistoryWidget state.
2020-03-30 16:43:09 +04:00
John Preston
31ba2828af
Add a tooltip with information about the dice.
2020-03-30 15:21:16 +04:00
John Preston
7b44d107c9
Don't use default title if it doesn't fit.
2020-03-30 15:10:08 +04:00
John Preston
2379812890
Move add exceptions button to the top.
2020-03-30 15:00:50 +04:00
John Preston
570ab663b7
Use cache for remembered last dice frames.
2020-03-30 14:57:14 +04:00
John Preston
2feaa85ed9
Fix fontconfig fallback for snap.
2020-03-30 13:51:02 +04:00
John Preston
49111814e4
Add fallback codepath for QSaveFile::open failure.
2020-03-30 13:46:58 +04:00
John Preston
0d58f1c9fa
Try system font config once in snap build.
2020-03-30 12:18:50 +04:00
Ilya Fedin
86b9927965
Log global menu usage
2020-03-29 14:17:11 +04:00
Ilya Fedin
aa4968faaa
Re-use fontconfig fallback code in snap
2020-03-29 14:14:56 +04:00
Ilya Fedin
bdde198f52
Add AV1 support to snap
2020-03-29 14:14:02 +04:00
John Preston
c89c98183d
Handle some updates even while not authed.
2020-03-29 14:06:10 +04:00
John Preston
c209aedb22
Fix dice animating to the last frame.
...
I hope this fixes #7465 .
2020-03-29 13:47:07 +04:00
John Preston
90a1cea515
Fix forwarded dice size.
...
Fixes #7472 .
2020-03-29 13:35:14 +04:00
John Preston
dba5c75ef1
Fix adding first proxy to the list.
...
Fixes #7458 .
2020-03-29 13:05:32 +04:00
John Preston
0b13ee7f7d
Scroll-by-drag in folders when reordering pinned.
...
Fixes #7459 .
2020-03-29 12:57:59 +04:00
John Preston
484ec06b0c
Don't accidentally close edit folder box.
2020-03-29 12:52:20 +04:00
John Preston
b095091d03
Fix removing pinned dialog from folder.
2020-03-29 12:42:51 +04:00
John Preston
735f7709b9
Fix sending videos larger than 720p.
2020-03-29 12:42:51 +04:00
23rd
df290605f4
Added ability to switch between folders with shortcuts.
2020-03-29 02:04:20 +03:00
23rd
7b583596ec
Added ability to scroll vertical layout during reordering.
...
Updated lib_ui.
2020-03-28 18:53:08 +03:00
23rd
09bc3eefdb
Added ability to open folders with shortcuts.
2020-03-28 18:20:13 +03:00
23rd
49e286b04c
Added scroll to active and not completely visible SideBarButtons.
2020-03-28 18:20:13 +03:00