Commit Graph

  • 6ebc2e6508 add day marker with new style adbenitez 2022-05-26 21:03:42 -04:00
  • ecc9c6eb44 use get_contact_name() adbenitez 2022-05-26 17:37:45 -04:00
  • f46fc0031d show own display name instead of "Me" for self messages adbenitez 2022-05-26 17:37:31 -04:00
  • 948dcf26fc add --version option adbenitez 2022-05-25 04:24:22 -04:00
  • 9273257e5c add /nick command adbenitez 2022-05-25 04:17:21 -04:00
  • d1f3c5543a Application._process_command(): use chat argument adbenitez 2022-05-25 03:30:17 -04:00
  • 4d0c50b3ba clear composer before processing commands adbenitez 2022-05-25 03:12:40 -04:00
  • 74d2eb057b don't highlight muted chats with unread messages adbenitez 2022-05-25 02:53:28 -04:00
  • a1cd7b52c1 improve notifications adbenitez 2022-05-25 02:48:44 -04:00
  • 19f96dec99 truncate long names and addresses in the status bar and chatlist adbenitez 2022-05-25 00:51:05 -04:00
  • a1185690a4 set chatlist focus on selected chat adbenitez 2022-05-24 21:38:41 -04:00
  • bbdcd690e3 fix draft saving adbenitez 2022-05-24 21:21:30 -04:00
  • 919df15ad1 improve autocompletion adbenitez 2022-05-24 07:56:54 -04:00
  • 9d84995333 mark messages as read while they are read adbenitez 2022-05-24 07:39:15 -04:00
  • ce6febd812 notify reply-mentions in muted groups adbenitez 2022-05-24 06:17:56 -04:00
  • d0db634df2 code refactoring adbenitez 2022-05-24 05:57:37 -04:00
  • 92786add43 move Account.is_multiuser() to util, and util.create_message() to Account adbenitez 2022-05-24 00:27:09 -04:00
  • 3561b9d1ec improve --db argument description adbenitez 2022-05-24 00:17:14 -04:00
  • 8ef490036d support for messages with impersonation/override names. close #64 adbenitez 2022-05-24 00:06:56 -04:00
  • 9457f25767 tweak message layout adbenitez 2022-05-23 23:37:11 -04:00
  • 78d457565c support the new reply API when displaying messages, remove ctr+r shortcut until a proper way to reply a message is implemented. close #19 adbenitez 2022-05-23 20:39:06 -04:00
  • 439ec3732d set missing theme entries to the default values adbenitez 2022-05-23 20:12:15 -04:00
  • 509c7921d4 fix CI adbenitez 2022-05-23 06:50:04 -04:00
  • e2c80debf9 show chat name in notifications for mailing lists adbenitez 2022-05-23 06:34:26 -04:00
  • 8f618ec780 show notifications for all unmuted chats instead adbenitez 2022-05-23 06:31:32 -04:00
  • a3637acae5 improve chat information in status bar, detect properly mailing lists adbenitez 2022-05-23 06:25:15 -04:00
  • a349e97fe7 lazy render chats and messages close #40 adbenitez 2022-05-23 05:48:37 -04:00
  • 6ffdc9ac2d don't run urwid main loop directly on CursedDelta constructor adbenitez 2022-05-22 20:25:49 -04:00
  • 08ed917d24 optimize fresh messages counter displaying adbenitez 2022-05-22 20:24:04 -04:00
  • adbc8d3540 improve typing annotations adbenitez 2022-05-22 20:15:32 -04:00
  • f5997be57a udate changelog adbenitez 2022-05-22 03:51:33 -04:00
  • 2d54c64d60 fix cursor position issues in the input field close #4 adbenitez 2022-05-22 02:45:30 -04:00
  • 812fdb7187 add autocompletion for names, emojis and commands adbenitez 2022-05-22 02:28:03 -04:00
  • e30499c1ed allow to send emojis using :name: representation adbenitez 2022-05-22 00:55:59 -04:00
  • 1ab6ce877e fix curseddelta.conf detection in /etc/curseddelta/ adbenitez 2022-05-22 00:36:03 -04:00
  • 94cfe7163d add display_emoji option in curseddelta.conf adbenitez 2022-05-21 23:54:21 -04:00
  • 5009bab27d avoid RuntimeError in AccountPlugin.chatlist_changed() adbenitez 2022-05-21 22:30:31 -04:00
  • 4badc6f3dd fix bug in incoming messages v0.4.1 adbenitez 2022-05-21 17:23:28 -04:00
  • 31b86c5830 check for filename explicitly adbenitez 2022-05-21 16:46:11 -04:00
  • f11618ec92 expand user home (~) in /send command close #59 adbenitez 2022-05-21 16:17:11 -04:00
  • 6fdaaa5ca1 move --port option to init subcommand adbenitez 2022-05-21 16:07:32 -04:00
  • da45b645e4 update readme adbenitez 2022-05-21 04:08:08 -04:00
  • 3749d07438 fix linter warnings v0.4.0 adbenitez 2022-05-21 04:01:33 -04:00
  • 5257dcf564 update changelog adbenitez 2022-05-21 03:54:47 -04:00
  • 5b955b1198 hide "Archived Chats" (special chat) from the chat list adbenitez 2022-05-21 03:52:10 -04:00
  • 89bd68bcd5 show chat type indicators in chat list adbenitez 2022-05-21 03:35:15 -04:00
  • d42b8f17d8 fix linter warnings adbenitez 2022-05-21 03:04:59 -04:00
  • 056f8bf5f0 show attachment's URI in messages with attachments adbenitez 2022-05-21 02:58:37 -04:00
  • 1d180a6e45 avoid crash if user tries to send message in a chat where it is not possible to send messages to adbenitez 2022-05-21 02:54:34 -04:00
  • df49a53efd capture errors in commands and display message in the draft area adbenitez 2022-05-21 02:27:33 -04:00
  • 93ff99fac2 fix linter warning adbenitez 2022-05-21 02:17:22 -04:00
  • 7c877057ff add /send command to send file attachments in current chat. close #1 adbenitez 2022-05-21 02:07:39 -04:00
  • f451cd0f23 bug fix: wrong error message for /add, /kick and /part commands adbenitez 2022-05-21 01:20:06 -04:00
  • f2d27f03c6 clear draft if command doesn't print any text adbenitez 2022-05-21 01:14:26 -04:00
  • 04bec625bb allow to attach file in send CLI subcommand adbenitez 2022-05-20 23:37:23 -04:00
  • b07f4ce580 add /id command in the input field to get chat ID of the chat where the command is sent adbenitez 2022-05-20 05:50:55 -04:00
  • 7cf02fda6d add list subcommand adbenitez 2022-05-20 05:33:27 -04:00
  • b50087f604 change default shortcut to send message and insert new line adbenitez 2022-05-20 05:14:59 -04:00
  • 46cc4fd105 end UI gracefully when ctrl+c is pressed adbenitez 2022-05-20 03:50:31 -04:00
  • 743d627adb add type hints adbenitez 2022-05-20 03:27:29 -04:00
  • d6ae228da9 improve code adbenitez 2022-05-20 03:24:23 -04:00
  • 1607e69615 fix linter warnings adbenitez 2022-05-20 00:11:56 -04:00
  • d261ea15bc move some utilites to utils.py adbenitez 2022-05-20 00:06:17 -04:00
  • 6d585cdc21 replace --email and --password with init subcommand adbenitez 2022-05-19 20:07:15 -04:00
  • 3c46c65300 reorder subcommands adbenitez 2022-05-19 18:46:38 -04:00
  • 2e311bff78 replace --set-conf and --get-conf options with config subcommand adbenitez 2022-05-19 18:44:00 -04:00
  • 3de5d616db update README.md adbenitez 2022-05-19 17:36:51 -04:00
  • 9e6173e050 Merge pull request #57 from adbenitez/issue-20 Asiel Díaz Benítez 2022-05-19 17:34:11 -04:00
  • c0f8753fd8 added send subcommand to send a message from CLI adbenitez 2022-05-19 17:25:29 -04:00
  • 0433eb1abc improve error messages when account is not configured yet adbenitez 2022-05-19 01:11:50 -04:00
  • 38e2045ef2 add delta as a shorter alias for curseddelta command adbenitez 2022-05-19 00:00:46 -04:00
  • 388517b954 update CHANGELOG.md adbenitez 2022-05-18 23:49:59 -04:00
  • f93bd53d9a Merge pull request #55 from adbenitez/dependabot/pip/requirements/pylama-8.3.8 Asiel Díaz Benítez 2022-05-17 18:58:26 -04:00
  • 2ec91abf12 Bump pylama from 8.3.7 to 8.3.8 in /requirements dependabot[bot] 2022-05-17 22:58:17 +00:00
  • acdcc18311 Merge pull request #50 from adbenitez/dependabot/pip/requirements/mypy-0.950 Asiel Díaz Benítez 2022-05-17 18:58:09 -04:00
  • 6cee4c4f29 Merge pull request #54 from adbenitez/dependabot/pip/requirements/deltachat-1.79.0 Asiel Díaz Benítez 2022-05-17 18:57:46 -04:00
  • b58a227bfb Merge pull request #56 from adbenitez/dependabot/pip/requirements/pylint-2.13.9 Asiel Díaz Benítez 2022-05-17 18:57:32 -04:00
  • d4681157ab Bump mypy from 0.931 to 0.950 in /requirements dependabot[bot] 2022-05-17 21:50:13 +00:00
  • 1cd6301b39 Bump pylint from 2.13.7 to 2.13.9 in /requirements dependabot[bot] 2022-05-17 21:48:54 +00:00
  • a8ac44bd3c Bump deltachat from 1.72.0 to 1.79.0 in /requirements dependabot[bot] 2022-05-17 21:48:45 +00:00
  • 46b7b19852 Merge pull request #51 from adbenitez/dependabot/pip/requirements/pytest-7.1.2 Asiel Díaz Benítez 2022-05-17 17:33:06 -04:00
  • d699539d80 Merge pull request #52 from adbenitez/dependabot/pip/requirements/pylint-2.13.7 Asiel Díaz Benítez 2022-05-17 17:32:56 -04:00
  • f14e87ca76 Merge pull request #47 from adbenitez/dependabot/pip/requirements/black-22.3.0 Asiel Díaz Benítez 2022-05-17 17:32:26 -04:00
  • 74a53ca351 Merge pull request #44 from adbenitez/dependabot/pip/requirements/deltachat-1.72.0 Asiel Díaz Benítez 2022-05-17 17:32:07 -04:00
  • 1b4f2d8b5e update README.md adbenitez 2022-05-17 17:31:36 -04:00
  • a1b983db3f Bump pylint from 2.12.2 to 2.13.7 in /requirements dependabot[bot] 2022-05-01 16:03:31 +00:00
  • d6171376c3 Bump pytest from 6.2.5 to 7.1.2 in /requirements dependabot[bot] 2022-05-01 16:03:28 +00:00
  • 42161cb859 Bump black from 21.12b0 to 22.3.0 in /requirements dependabot[bot] 2022-04-01 16:04:27 +00:00
  • e051ccae5c Bump deltachat from 1.70.0 to 1.72.0 in /requirements dependabot[bot] 2022-02-01 16:04:50 +00:00
  • fd5856b28b update CHANGELOG.md v0.3.1 adbenitez 2022-01-17 18:23:13 -05:00
  • 2f22c1213d Merge branch 'master' of https://github.com/adbenitez/deltachat-cursed adbenitez 2022-01-17 18:10:01 -05:00
  • 8d26061094 fix IndexError adbenitez 2022-01-17 18:09:51 -05:00
  • 78a3f3ccf3 Merge pull request #41 from adbenitez/dependabot/pip/requirements/isort-5.10.1 Asiel Díaz Benítez 2022-01-17 17:34:25 -05:00
  • b9d97d448e update README.md adbenitez 2022-01-17 17:19:14 -05:00
  • 9f9195b704 Bump isort from 5.9.3 to 5.10.1 in /requirements dependabot[bot] 2022-01-17 21:55:11 +00:00
  • 927a3ea126 update dependabot.yml adbenitez 2022-01-17 16:54:42 -05:00
  • eee78e2dc1 Merge pull request #26 from adbenitez/dependabot/pip/pytest-6.2.5 Asiel Díaz Benítez 2022-01-17 16:49:25 -05:00
  • 5074adf275 Merge pull request #34 from adbenitez/dependabot/pip/pylint-2.12.2 Asiel Díaz Benítez 2022-01-17 16:49:12 -05:00
  • f891b6b9fe Merge pull request #39 from adbenitez/dependabot/pip/mypy-0.931 Asiel Díaz Benítez 2022-01-17 16:49:03 -05:00
  • 6c4ecf304a Merge pull request #37 from adbenitez/dependabot/pip/deltachat-1.70.0 Asiel Díaz Benítez 2022-01-17 15:49:50 -05:00