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 |
|
Alexander Zveruk
|
9d81476bec
|
fix multiline problems
|
2020-06-01 21:00:01 +03:00 |
|
Alexander Zveruk
|
6d1ce3aeac
|
fix copy cmd
|
2020-06-01 09:50:02 +03:00 |
|
Alexander Zveruk
|
6006c8c814
|
Fix filling lower right corner is curses
|
2020-06-01 09:49:35 +03:00 |
|
Paul Nameless
|
8e6bc67c0c
|
Add Makefile to gitignore
|
2020-05-31 15:32:03 +08:00 |
|
Paul Nameless
|
5649a25660
|
Release 0.0.2
|
2020-05-31 15:30:16 +08:00 |
|
Alexander Zveruk
|
b15ed9b396
|
Refactor: use current chat id propery
|
2020-05-31 00:14:47 +03:00 |
|
Alexander Zveruk
|
0443598c5f
|
Tail long msgs
|
2020-05-31 00:11:15 +03:00 |
|
Alexander Zveruk
|
f4a28f5890
|
Fix long replying view
|
2020-05-30 21:10:56 +03:00 |
|
Nameless
|
500b5734ac
|
Merge pull request #59 from paul-nameless/fix-reply
Fix message reply
|
2020-05-30 20:25:29 +08:00 |
|
Alexander Zveruk
|
fc4b5b8b72
|
getting msg id beforehand
|
2020-05-30 15:23:23 +03:00 |
|
Paul Nameless
|
e2e137f2cd
|
Update config file description in README
|
2020-05-29 17:28:50 +08:00 |
|
Nameless
|
e323197ac9
|
Merge pull request #56 from paul-nameless/update-readme
update readme
|
2020-05-29 17:26:11 +08:00 |
|
Paul Nameless
|
ac315dfe11
|
Add to README new reply feature
|
2020-05-29 17:25:10 +08:00 |
|
Nameless
|
e1b3ce14bc
|
Merge pull request #55 from paul-nameless/copy-msg
copy msg
|
2020-05-29 17:22:35 +08:00 |
|
Paul Nameless
|
c61180f389
|
Merge branch 'master' into copy-msg
|
2020-05-29 17:16:45 +08:00 |
|
Nameless
|
ddd57865a9
|
Merge pull request #53 from paul-nameless/config
Rewrite config
|
2020-05-29 17:12:43 +08:00 |
|
Paul Nameless
|
3a138bc24c
|
Merge branch 'master' into config
|
2020-05-29 17:08:27 +08:00 |
|
Paul Nameless
|
b7928993b9
|
Fix config initialization
|
2020-05-29 17:04:36 +08:00 |
|
Nameless
|
3baba619a5
|
Merge pull request #57 from paul-nameless/reply-msg
Add msg reply support
|
2020-05-29 16:57:31 +08:00 |
|
Alexander Zveruk
|
cdc397034b
|
add long reply
|
2020-05-25 10:03:13 +03:00 |
|
Alexander Zveruk
|
eb19aefc1b
|
Msg reply PoC
|
2020-05-25 09:12:34 +03:00 |
|
Paul Nameless
|
03edec303e
|
Update delete msgs handler
|
2020-05-23 12:43:26 +08:00 |
|
Paul Nameless
|
0be9b17745
|
Update readme
|
2020-05-23 12:42:07 +08:00 |
|
Paul Nameless
|
ae1d58d12f
|
Fix config voice recording cmd
|
2020-05-23 10:55:07 +08:00 |
|
Paul Nameless
|
7d1fecbec0
|
Fix black formatting
|
2020-05-23 10:48:12 +08:00 |
|
Paul Nameless
|
6594e5dfee
|
Add separate lock for updating status
|
2020-05-23 10:47:53 +08:00 |
|
Paul Nameless
|
2295b92968
|
Merge branch 'config' into copy-msg
|
2020-05-23 10:33:18 +08:00 |
|