Evgeny Poberezkin
|
c3d5797a0b
|
Merge branch 'master' into v4
|
2021-06-26 20:20:33 +01:00 |
|
Nikita Poberezkin
|
32d90580e7
|
desktop notifications (#64)
* send notifications
* support for linux notifications (draft)
* add support for linux, win (draft) and wsl (draft) notifications
* add support for windows/wsl notifications
* add unix to extra-deps
* add alternative linux notification method
* remove unused cpp conditions
* fix notification commands for win/lin
* remove dbus package and code
* remove fdo-notify from extra-deps
* move script running logic to common method + add lacking quotes
* remove unrelated workspace file
* corrections
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
|
2021-06-26 19:48:08 +01:00 |
|
Evgeny Poberezkin
|
5a2ded775d
|
rename app folder (#63)
* rename app folder
* clean up package.yaml
|
2021-06-25 18:34:29 +01:00 |
|
Evgeny Poberezkin
|
eb2404c9ce
|
simplex-chat schema, refactor chat to use SMP agent functions (#62)
* chat messages namespace and types
* initial schema (WIP)
* schema for messages (WIP)
* fix schema, add migrations, remove broadcast
* simplex-chat spike (WIP)
* chat client design
* update chat schema
* more chat schema updates
* simplex-chat app structure
* chat app layout demo
* update schema
* refactor dog-food (WIP)
* refactor / simplify
* refactor output of sent message to avoid separate parsing
* refactor inputSubscriber
* remove unused simplex-chat code
* update simplexmq commit
* update schema
* remove ncurses
|
2021-06-25 18:18:24 +01:00 |
|
Evgeny Poberezkin
|
4232f73ed2
|
support ad-hoc groups (broadcasts) (#61)
* support ad-hoc groups (broadcasts)
* fake group chat
* use simplexmq latest
|
2021-06-10 20:34:52 +01:00 |
|
Evgeny Poberezkin
|
723c787edc
|
0.3.1 (#57)
|
2021-05-10 19:49:21 +01:00 |
|
Evgeny Poberezkin
|
8f69d176c7
|
move Markdown from simplexmq (#56)
* move Markdown from simplexmq
* update simplexmq
|
2021-05-09 10:53:18 +01:00 |
|
Evgeny Poberezkin
|
36a34eed4a
|
update for SMP agent protocol 0.3.1 - SMP servers are in agent config… (#53)
* update for SMP agent protocol 0.3.1 - SMP servers are in agent config, not in commands
* remove explicit server port
* update simplexmq
|
2021-05-09 07:56:44 +01:00 |
|
Efim Poberezkin
|
7c0cd342cc
|
show message timestamps (#55)
|
2021-05-08 14:49:17 +04:00 |
|
Efim Poberezkin
|
eb44fb24e8
|
print chat version on start (#50)
|
2021-05-04 21:20:17 +04:00 |
|
Evgeny Poberezkin
|
2b4399b57f
|
optionally show message integrity violations (#49)
* optionally show message integrity violations
* remove message integrity option
|
2021-05-04 06:37:30 +01:00 |
|
Evgeny Poberezkin
|
7ae6b64a99
|
change contact color (#48)
|
2021-05-03 21:44:50 +01:00 |
|
Evgeny Poberezkin
|
577d593f67
|
package.yaml, chat dependencies (#45)
|
2021-05-02 21:26:25 +01:00 |
|