Commit graph

386 commits

Author SHA1 Message Date
Paul Nameless
4dd11f4edd Remove empty column 2020-06-20 15:40:27 +08:00
Paul Nameless
e52cfe0eca Release 0.1.0 2020-06-20 15:28:40 +08:00
Nameless
cd57b6b6ee
Merge pull request #79 from paul-nameless/url-preview
Add url preview and open url handler
2020-06-20 15:26:00 +08:00
Paul Nameless
e4b46a0430 Setup logs later then initializing tdlib to see errors 2020-06-20 15:22:21 +08:00
Paul Nameless
4d3fe2b952 Merge branch 'master' into url-preview 2020-06-20 14:58:00 +08:00
Paul Nameless
f69052553c Use default app to open urls and add urlview cmd to config 2020-06-20 14:56:51 +08:00
Nameless
f76fe5cc29
Merge pull request #82 from paul-nameless/fix-sending-files
Fix sending files
2020-06-20 12:20:49 +08:00
Paul Nameless
2e43784c57 Fix sending files 2020-06-20 12:18:32 +08:00
Alex
1f40cbc444
Fix layout problems due to emodjies in ChatView (#78) 2020-06-12 20:28:07 +03:00
Paul Nameless
492371c754 Update README: add default examples 2020-06-12 20:50:54 +08:00
Paul Nameless
3b858eb76c Release 0.0.4 2020-06-12 20:36:35 +08:00
Paul Nameless
e80e639cc1 Update README with mailcap information 2020-06-12 20:35:38 +08:00
Paul Nameless
456a037f77 Add url preview and open url handler 2020-06-12 15:19:47 +08:00
Nameless
e92eb979fa
Merge pull request #77 from paul-nameless/key-bind
Rewrite key handler
2020-06-12 10:51:41 +08:00
Paul Nameless
e24b4f4740 Add new key bindings to README 2020-06-12 10:49:45 +08:00
Paul Nameless
8bc12644a5 Fix show help 2020-06-12 10:48:03 +08:00
Nameless
4c8095e02d
When yank msgs, also copy to clipboard (#76)
* When yank msgs, also copy to clipboard
2020-06-11 20:40:47 +03:00
Nameless
5a14a94802
Add users status in chat flags (#75)
Add ability to configure flags representation
2020-06-11 20:38:04 +03:00
Paul Nameless
5eeb887e83 Fix handlers 2020-06-11 21:49:23 +08:00
Paul Nameless
45a4e2cc74 Rewrite key handler
Show help with key bindings
Move tg.png icon to resources directory
2020-06-11 21:46:09 +08:00
Paul Nameless
c5daf1b5bb When yank msgs, also copy to clipboard 2020-06-11 19:25:37 +08:00
Paul Nameless
0151e8df6a Add users status in chat flags
Rotate logs
Add ability to configure flags representation
2020-06-11 18:13:42 +08:00
Nameless
468950bc6a
Add checks for sending, deleting, forwarding (#72)
* Check if msg can be deleted

* Check if msg can be sent in current chat

* Fix is can be deleted

* Check is msg can be forwarded
2020-06-08 23:48:34 +03:00
Nameless
29585ae972
Add docker (#74)
* Update README

* Add docker for testing and it is a fast way to try our client

Co-authored-by: Alex <lightme16@users.noreply.github.com>
2020-06-08 23:03:52 +03:00
Nameless
6eb0c60b98
Add isort check to CI (#71)
* Add isort check to CI

* Add isort configuration to match black

* Fix pyproject syntax error

Co-authored-by: Alex <lightme16@users.noreply.github.com>
2020-06-08 22:55:33 +03:00
Nameless
ad4d020f12
Release 0.0.3 (#73)
* Initialize config on first run

* Version 0.0.3

* Update README
2020-06-08 22:53:11 +03:00
Paul Nameless
1f9a352a1b Update README with a note about voice msgs 2020-06-07 13:22:04 +08:00
Alex
447f70076a
Merge pull request #69 from paul-nameless/fix-esc
Decrese esc delay
2020-06-06 20:55:58 +03:00
Nameless
c4bebaa949
Fix voice recording cmd: use opos codec (#70) 2020-06-06 20:53:55 +03:00
Paul Nameless
31c2b6dab2 Decrease esc delay 2020-06-06 18:20:46 +08:00
Paul Nameless
b84ebdb0d1 Refactor update_msg method to match update_chat 2020-06-06 18:08:05 +08:00
Nameless
27a89e7745
Add msg edited handler (#68)
* Add msg edited handler

* Rename tdlib functions to match original names
2020-06-05 09:21:36 +03:00
Paul Nameless
b6d8a63a30 Add LOG_PATH parameter to README configuration 2020-06-03 14:32:08 +08:00
Nameless
bedccb9eb9
Merge pull request #67 from paul-nameless/fix-notify
fix notify
2020-06-03 14:31:21 +08:00
Nameless
a6bf0dea07
Merge pull request #66 from paul-nameless/log
log
2020-06-03 14:29:41 +08:00
Nameless
055294e633
Merge pull request #65 from paul-nameless/fix-ui
Do curses draw in one thread
2020-06-03 14:29:24 +08:00
Paul Nameless
594f971b4c Use log dir from config 2020-06-03 14:10:02 +08:00
Nameless
6061b56eea
Merge pull request #61 from paul-nameless/tail-long-msgs
Tail long msgs
2020-06-03 14:06:07 +08:00
Alexander Zveruk
f005853453 hide date for tailed msgs; fix chat view should occupy all screen 2020-06-03 08:32:10 +03:00
Alexander Zveruk
985da1d502 Merge branch 'master' into tail-long-msgs 2020-06-03 08:20:33 +03:00
Paul Nameless
9d17e8387a Merge branch 'log' into fix-notify 2020-06-03 09:45:17 +08:00
Paul Nameless
705443b7df Merge branch 'fix-ui' into log 2020-06-03 09:44:59 +08:00
Paul Nameless
30d0d525af Fix mypy errors 2020-06-03 09:44:06 +08:00
Paul Nameless
66271218b2 Fix notification: do not notify if char archived and muted 2020-06-03 09:37:24 +08:00
Paul Nameless
3ad084f3db Add stderr logging and log path 2020-06-03 09:36:48 +08:00
Paul Nameless
ca81118f48 Do curses draw in one thread 2020-06-03 09:35:59 +08:00
Nameless
e41ab35a9e
Merge pull request #62 from paul-nameless/refactor-use-current-chat-id-propery
Refactor: use current chat id propery
2020-06-03 09:30:19 +08:00
Nameless
6f7c321c1d
Merge pull request #63 from paul-nameless/fix-copy-cmd
fix copy cmd
2020-06-03 09:30:02 +08:00
Nameless
f980eb3c96
Merge pull request #64 from paul-nameless/fix-filling-lower-right-corner-curses
Fix filling lower right corner is curses
2020-06-03 09:25:25 +08:00
Nameless
aa42dc552e
Merge pull request #60 from paul-nameless/fix-long-replies-displaying
Fix long replying view
2020-06-03 09:24:07 +08:00