Commit Graph

8881 Commits

Author SHA1 Message Date
M66B 7f0456ee65 Small improvement 2019-12-30 19:53:23 +01:00
M66B 5afa5c4bbe PGP encrypt with own key too, simplifications 2019-12-30 19:35:26 +01:00
M66B 16691c2e3d Small improvements 2019-12-30 16:52:47 +01:00
M66B ef1683e70c 1.875 release 2019-12-30 15:21:26 +01:00
M66B 5d0b8726f4 Crowdin sync 2019-12-30 15:21:20 +01:00
M66B 851c099d8a Bring black black theme 2019-12-30 15:21:08 +01:00
M66B a04609d7b4 Small layout fix 2019-12-30 14:46:44 +01:00
M66B 444c624d76 1.874 release 2019-12-30 14:34:21 +01:00
M66B 4cd73ec0dd Crowdin sync 2019-12-30 14:34:09 +01:00
M66B c02e797bf2 Added colored black themes 2019-12-30 14:29:16 +01:00
M66B 986d6eb3bb Show send dialog when more than 10 recipients + warning color 2019-12-30 13:40:42 +01:00
M66B 7a30c90168 Layout simplification 2019-12-30 13:13:18 +01:00
M66B d38f6e478d Updated build name 2019-12-30 13:09:35 +01:00
M66B e08403fdbb Added accessibility text 2019-12-30 12:56:03 +01:00
M66B a8d2f955ab Use browser for Gmail OAuth 2019-12-30 12:32:13 +01:00
M66B a6edd74874 Small layout improvement 2019-12-30 12:00:12 +01:00
M66B 3f1c6a949a Added settings to enable/disable color stripes, quick filter and quick scroll 2019-12-30 11:47:15 +01:00
M66B 7a02055253 1.873 release 2019-12-30 08:44:35 +01:00
M66B 9aecf1c6ec Sorry, Itten 2019-12-30 08:43:53 +01:00
M66B 2293cd0bee Run vacuum manually only 2019-12-30 08:39:54 +01:00
M66B 849c795274 Backward compatibility 2019-12-30 08:39:35 +01:00
M66B be3c2d84c7 Crowdin sync 2019-12-30 08:39:17 +01:00
M66B b9d400e161 Prevent crash 2019-12-29 21:29:49 +01:00
M66B aadcce757d Small layout improvement 2019-12-29 18:54:14 +01:00
M66B d2ce5308a4 Prevent crash 2019-12-29 17:19:39 +01:00
M66B b478bebf58 Prevent crash 2019-12-29 17:10:25 +01:00
M66B 567681c08f Auto keep alive tuning 2019-12-29 17:00:38 +01:00
M66B 020454af87 Allow silent sound on older Android versions 2019-12-29 17:00:03 +01:00
M66B 2d50c3e57f Small improvement 2019-12-29 16:55:09 +01:00
M66B f54a46f4e0 Prevent repeated add drafts failure 2019-12-29 14:59:29 +01:00
M66B 3ff5cb82ab 1.872 release 2019-12-29 14:21:55 +01:00
M66B 8eaa3b4a87 Crowdin sync 2019-12-29 14:21:49 +01:00
M66B 7760116fe5 Fixed crash 2019-12-29 14:19:12 +01:00
M66B d14291ce65 Fixed date header accesibility 2019-12-29 13:52:24 +01:00
M66B 401a606bfa 1.871 release 2019-12-29 13:32:37 +01:00
M66B 759bbcc3a8 Crowdin sync 2019-12-29 13:32:20 +01:00
M66B 2973973d28 Fixed black theme 2019-12-29 13:17:19 +01:00
M66B 8a3c720a88 Allow insert plain link 2019-12-29 13:13:52 +01:00
M66B 5a8bd2000d Auto keep alive debug 2019-12-29 13:03:30 +01:00
M66B dd04426be2 Rearrange 2019-12-29 13:02:08 +01:00
M66B 4153312502 Improved date header accessibility 2019-12-29 12:51:19 +01:00
M66B 149dee4081 Revert "Expose message list date separators to a11y"
This reverts commit c7e8b4edd6.
2019-12-29 12:49:58 +01:00
Peter Vágner 4bbf719357 Ooops forgot strings.
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2019-12-29 12:41:48 +01:00
Peter Vágner 5d64178539 Content description for the addresses expander image button
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2019-12-29 12:41:28 +01:00
Peter Vágner 0386944c79 Remove content description from the download state on the attachment list item as the state can be guessed from save button availability.
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2019-12-29 12:40:58 +01:00
Peter Vágner 19d944c18e Ooops, other folder item layouts
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2019-12-29 12:40:28 +01:00
Peter Vágner 8ae56d0326 Better content descriptions for the folder list item
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2019-12-29 12:40:04 +01:00
Peter Vágner 76ece08d8f Better content descriptions for the account list items
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2019-12-29 12:39:30 +01:00
Peter Vágner 5050a8f0a8 Add read receipt, plain text only and browsed for properties to the message item content description. These are all static images that should not be focusable so remove individual contentDescriptions from them too.
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2019-12-29 12:38:57 +01:00
Peter Vágner 646a65319c Label the text views with their title counter parts for a11y when viewing message with addresses expanded. This is not well supported by all screen readers so perhaps we'll have to workaround this with custom contentDescriptions later.
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2019-12-29 12:38:20 +01:00
Peter Vágner ae699b35a2 Only add message count to a11y if it's also visible.
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2019-12-29 12:37:54 +01:00
Peter Vágner c7e8b4edd6 Expose message list date separators to a11y
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2019-12-29 12:37:30 +01:00
Peter Vágner a14bac0e69 Added contentDescriptions to more image and floating action buttons
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2019-12-29 12:36:50 +01:00
M66B 4f7917d8bf Disable poll outside of schedule 2019-12-29 12:26:51 +01:00
M66B f5306720e1 Allow hiding banner for a week 2019-12-29 12:09:20 +01:00
M66B bad006eeb3 Darker black theme 2019-12-29 11:33:24 +01:00
M66B 4a5fdc654a Use primary color for toast background 2019-12-29 10:00:53 +01:00
M66B d5ea82631e Experiment: auto tune keep alive interval 2019-12-29 09:29:47 +01:00
M66B 32583890f6 Revert "Record max idle time"
This reverts commit d11d15d771.
2019-12-28 19:56:34 +01:00
M66B d11d15d771 Record max idle time 2019-12-28 19:47:18 +01:00
M66B 2b1459ef14 Set default keep alive to 15 minutes 2019-12-28 18:36:15 +01:00
M66B e2ef0901e3 Suppress AuthenticationFailedException caused by IOException 2019-12-28 18:35:44 +01:00
M66B c021e5da28 1.870 release 2019-12-28 16:59:31 +01:00
M66B f890d11827 Crowdin sync 2019-12-28 16:59:09 +01:00
M66B 88e5bfbe0a Simplification 2019-12-28 16:58:46 +01:00
M66B 04f827bbb7 Simplified review 2019-12-28 16:49:57 +01:00
M66B 895474940f Allow more system themes 2019-12-28 14:45:10 +01:00
M66B 53f6baed77 Revert "Extra themes are a pro feature"
This reverts commit c0b797444c.
2019-12-28 14:35:14 +01:00
M66B c0b797444c Extra themes are a pro feature 2019-12-28 13:35:54 +01:00
M66B d529b75d90 Prevent starting deleted accounts 2019-12-28 13:17:04 +01:00
M66B 209526e740 Updated text 2019-12-28 13:02:42 +01:00
M66B 6db3efad3a 1.869 release 2019-12-28 10:44:50 +01:00
M66B 307ce7c266 Crowdin sync 2019-12-28 10:44:40 +01:00
M66B e565dd17d4 Small theme selection improvement 2019-12-28 09:02:00 +01:00
M66B db7352e441 Suppress OAuth symbol on start page 2019-12-27 21:05:58 +01:00
M66B 5a18c22cbd Fixed theme combinations 2019-12-27 20:34:07 +01:00
M66B bc0910ee27 1.868 release 2019-12-27 19:17:53 +01:00
M66B abf4df44e9 Crowdin sync 2019-12-27 19:17:44 +01:00
M66B ff7308e1fd Simplified accessibility message count 2019-12-27 19:13:20 +01:00
M66B b38b458666 Added report issue to review dialog 2019-12-27 19:02:53 +01:00
M66B 85b4554317 Added reverse themes 2019-12-27 18:51:00 +01:00
M66B 6e91df64e6 Simplified theme selection 2019-12-27 17:37:06 +01:00
M66B 3b3799df02 Fixed crash 2019-12-27 13:43:49 +01:00
M66B d51a51d16a Fixed pasting plain text 2019-12-27 12:34:01 +01:00
M66B b2724c35db Fix/cleanup 2019-12-27 12:12:48 +01:00
M66B be9ca6beed Added accessibility message actions 2019-12-27 11:58:24 +01:00
M66B 3427d5787f Refactoring 2019-12-27 11:54:56 +01:00
M66B 3846a52733 1.867 release 2019-12-27 10:14:48 +01:00
M66B 04747b479b Crowdin sync 2019-12-27 10:07:45 +01:00
M66B ffaad549c8 Ask for review after 3 days 2019-12-27 10:07:30 +01:00
M66B 0260e11997 Prevent crash 2019-12-27 09:51:19 +01:00
M66B 5020c2c3af Fixed accessibility view type
Refs #170
2019-12-27 09:37:39 +01:00
M66B d3be9afeea Style info color 2019-12-27 09:10:54 +01:00
M66B 1ca1427abb Small layout improvement 2019-12-27 09:09:35 +01:00
M66B f34735c918 1.866 release 2019-12-26 21:09:09 +01:00
M66B 002d472e81 Crowdin sync 2019-12-26 21:09:03 +01:00
M66B 0a30df5aaa Swapped red/green 2019-12-26 21:03:38 +01:00
M66B f32b70368f Remove name on extra 2019-12-26 20:17:07 +01:00
M66B bf87b4b385 Review later 2019-12-26 19:42:33 +01:00
M66B 9ea63d927e Fixed global search 2019-12-26 19:17:28 +01:00
M66B 053d0704b8 Ask for reviews 2019-12-26 18:57:15 +01:00
M66B 5b91b8ee8d Accessibility improvement
Closes #170
2019-12-26 18:04:37 +01:00
M66B 70ac7374b4 1.865 release 2019-12-26 17:28:34 +01:00
M66B 4880d17ca7 Crowdin sync 2019-12-26 17:28:25 +01:00
M66B ccdc26f91a Fixed crash 2019-12-26 17:11:54 +01:00
M66B 78f8e3a445 More themes 2019-12-26 17:07:38 +01:00
M66B 37f526ec21 Theme refactoring 2019-12-26 14:45:04 +01:00
M66B f594860050 Oops 2019-12-26 11:27:55 +01:00
M66B 5537a44f9d 1.864 release 2019-12-26 10:27:53 +01:00
M66B c549db9b06 Crowdin sync 2019-12-26 10:25:36 +01:00
M66B 15bf4907ae Accessibility for message header
Thanks @pvagner
2019-12-26 10:23:20 +01:00
M66B dc5df7b6a2 PGP encryption is a free feature 2019-12-26 10:10:23 +01:00
M66B 4e4ff9f1b7 Revert "Accessibility: visit text and text actions first"
This reverts commit 425602271a.
2019-12-25 13:44:28 +01:00
M66B 425602271a Accessibility: visit text and text actions first 2019-12-25 13:42:17 +01:00
M66B 7fefbf513e Small improvement 2019-12-25 12:56:01 +01:00
M66B 929adebfec Updated text 2019-12-25 12:53:38 +01:00
M66B 6f4b3864d0 Set content description on message header 2019-12-25 12:19:20 +01:00
M66B 5462c1a1d6 Accessibility cleanup 2019-12-25 12:00:20 +01:00
M66B 3a9dc2f153 Added support buttons 2019-12-25 11:49:34 +01:00
M66B 0f9f1b4ec6 Added Autocrypt mutual mode support 2019-12-25 11:23:25 +01:00
M66B a129611dbe Added re OAuth 2019-12-25 10:51:27 +01:00
M66B 5ceeae833d User interaction on compose keyboard 2019-12-25 09:16:36 +01:00
M66B ab16b29f91 Revert "Request incognito keyboard for passwords"
This reverts commit b55b7d18c7.
2019-12-25 09:00:00 +01:00
M66B b55b7d18c7 Request incognito keyboard for passwords 2019-12-24 19:30:09 +01:00
M66B 15ce850841 Send Autocrypt header to OpenKeychain 2019-12-24 19:20:40 +01:00
M66B 61c2018b72 Build OpenKeychain API inline 2019-12-24 19:20:16 +01:00
M66B 532db268ed Prevent crash 2019-12-24 18:00:08 +01:00
M66B b26892a3c4 Store Autocrypt header 2019-12-24 17:18:48 +01:00
M66B b4465c388d Revert "Build OpenKeychain API / autocrypt inline"
This reverts commit 6bee184f09.
2019-12-24 17:11:34 +01:00
M66B 6bee184f09 Build OpenKeychain API / autocrypt inline 2019-12-24 17:11:04 +01:00
M66B 3343d5ab12 Prevent crash 2019-12-24 12:10:07 +01:00
M66B 7b10f68040 Unflagged is unimportant for accessibility 2019-12-24 11:56:06 +01:00
M66B d5a11a8004 Added accessibility attributes 2019-12-24 11:49:25 +01:00
M66B 42b964fc6a Added accessibility actions 2019-12-24 11:39:45 +01:00
M66B 9465aaca5f Added total storage space 2019-12-24 10:53:42 +01:00
M66B 7b4b7449c1 Refactoring 2019-12-24 10:39:29 +01:00
M66B 5f3361e52c Small fix 2019-12-24 10:35:43 +01:00
M66B 2135d1bdce Small improvements 2019-12-24 10:24:53 +01:00
M66B 7bc405537d Prefer same/similar address from extra 2019-12-24 09:53:02 +01:00
M66B d26ba9dd92 Prevent crash 2019-12-24 09:27:03 +01:00
M66B 79daaaace7 Small layout improvement 2019-12-24 09:26:54 +01:00
M66B 76698834e9 Made autocrypt public key inline 2019-12-24 09:26:29 +01:00
M66B 2876e12c7f Always fill in contact names again 2019-12-24 09:26:10 +01:00
M66B fd223d6d4c Revert "Added network bug workaround"
This reverts commit aabae2d8d6.
2019-12-23 21:29:57 +01:00
M66B e9bceaf26b Small fix 2019-12-23 20:01:25 +01:00
M66B 2508fcfa47 1.863 release 2019-12-23 18:08:48 +01:00
M66B 88952aed2c Simplification 2019-12-23 18:08:34 +01:00
M66B e1755c5fe0 Accessibility improvements 2019-12-23 17:50:09 +01:00
M66B f5177a8245 Fixed stutter 2019-12-23 17:17:06 +01:00
M66B fd1799db4f Disabled search in unified system folders 2019-12-23 16:53:50 +01:00
M66B aabae2d8d6 Added network bug workaround 2019-12-23 16:48:56 +01:00
M66B c8db6a60e7 1.862 release 2019-12-23 14:13:17 +01:00
M66B b5e2b81599 Crowdin sync 2019-12-23 14:13:10 +01:00
M66B 898780b1e2 Added day scheduling (eval) 2019-12-23 14:08:04 +01:00
M66B 29185422e4 Prevent crash 2019-12-23 12:58:01 +01:00
M66B 57a142b3cb Added day scheduling 2019-12-23 11:21:27 +01:00
M66B 75ce2a4250 Fixed jitter 2019-12-23 10:03:40 +01:00
M66B 4f9453c22e Prevent crash 2019-12-23 09:13:04 +01:00
M66B 81d82d3f08 Improved error message 2019-12-23 09:00:30 +01:00
M66B e8ae7dfd98 Revert "Set seen/unseen content description on item view"
This reverts commit 45eb7fb118.
2019-12-22 20:49:09 +01:00
M66B 45eb7fb118 Set seen/unseen content description on item view 2019-12-22 20:17:45 +01:00
M66B 9c1c46f7ca Attach seen/unseen content description to color stripe 2019-12-22 20:01:19 +01:00
M66B b370ea9e5c Small layout fix 2019-12-22 19:03:56 +01:00
M66B 45a366cf74 Removed exception 2019-12-22 18:15:09 +01:00
M66B 39259df6d9 Removed exception 2019-12-22 17:51:57 +01:00
M66B 74f2aa0e57 Prevent crash 2019-12-22 16:51:05 +01:00
M66B 5a9013e0c7 1.861 release 2019-12-22 12:37:10 +01:00
M66B 0c215ad46c Disable Gmail OAuth 2019-12-22 12:37:00 +01:00
M66B 7a89b96449 1.860 release 2019-12-22 11:42:33 +01:00
M66B b3e9ebee62 Crowdin sync 2019-12-22 11:42:24 +01:00
M66B 8ec76bffd2 Cleanup 2019-12-22 11:42:15 +01:00
M66B d92187560a Disabled OAuth for Play store installs 2019-12-22 11:37:25 +01:00
M66B b6008091fb Changed OAuth redirect URI 2019-12-22 11:14:13 +01:00
M66B a51c8bd6db Attach autocrypt public key 2019-12-22 09:30:02 +01:00
M66B 429c5002b1 Keep previous version 2019-12-22 08:47:32 +01:00
M66B dbc24f8bdf Backward compatibility 2019-12-22 08:45:09 +01:00
M66B 95eeaf95a9 Store previous version 2019-12-22 08:29:12 +01:00
M66B 4ae0d02320 Show fingerprint in debug mode 2019-12-22 08:28:56 +01:00
M66B 14b3bdfe9c 1.859 release 2019-12-21 21:55:56 +01:00
M66B a5140e700f AppAuth proguard rules 2019-12-21 21:55:28 +01:00
M66B 57aaf35118 Cleanup 2019-12-21 21:54:52 +01:00
M66B 2c0e6d5ffe Prevent crash 2019-12-21 21:52:23 +01:00
M66B 800feaeb68 Added grace period for purchase ack 2019-12-21 21:34:18 +01:00
M66B 5cb70bd22a Updated billing client 2019-12-21 20:58:16 +01:00
M66B 1239c02cca Updated AndroidX 2019-12-21 20:25:34 +01:00
M66B 1d7c9d6bab Yahoo! OAuth config 2019-12-21 20:07:59 +01:00
M66B cf6fa8e7d7 OAuth cancel 2019-12-21 20:00:06 +01:00
M66B a118b12645 1.858 release 2019-12-21 19:12:07 +01:00
M66B c418d18be3 Crowdin sync 2019-12-21 19:07:49 +01:00
M66B 27be0dd15c Disable S/MIME content encapsulation 2019-12-21 18:58:12 +01:00
M66B bd418a275c Request Gmail consent
This is necessary for people having used the Gmail quick setup before
2019-12-21 16:25:23 +01:00
M66B f080d34297 Simplification/fix 2019-12-21 16:23:12 +01:00
M66B fd7e4ff420 Enabled Gmail OAuth 2019-12-21 16:14:57 +01:00
M66B 9ad8d7c39b Trim user names 2019-12-21 16:11:24 +01:00
M66B 57e99c05d0 Added OAuth identity icon 2019-12-21 16:07:59 +01:00
M66B 02dfb75542 Added/storing auth provider id 2019-12-21 16:07:46 +01:00
M66B e80bc630e1 Copy account auth type 2019-12-21 14:29:35 +01:00
M66B 4ce59d7017 Configure all identities on OAuth 2019-12-21 12:55:46 +01:00
M66B 0e6be5b8c9 Added OAuth fragment 2019-12-21 12:06:21 +01:00
M66B 7853b1cdcc Request/check OAuth refresh token 2019-12-21 10:46:37 +01:00
M66B fe7ba69e80 Refactoring 2019-12-20 21:34:14 +01:00
M66B ac27c9bb80 Show oauth authorized 2019-12-20 21:00:17 +01:00
M66B 76c297fabe Cleanup 2019-12-20 20:50:23 +01:00
M66B 0bd87ead2e OAuth configure 2019-12-20 20:46:29 +01:00
M66B 0737a88ea2 Added custom scheme redirect 2019-12-20 16:02:16 +01:00
M66B 1dc56ae41c Replaced MSAL by OAuth 2019-12-20 13:54:05 +01:00
M66B f496a0fa6c Gmail OAuth - proof of concept 2019-12-20 12:27:35 +01:00
M66B 916a966ce4 Changed send dialog OK title 2019-12-20 11:16:05 +01:00
M66B cc669fb7b8 Always enable swipe refresh in outbox 2019-12-20 09:08:58 +01:00
M66B 26f3fe4893 Fill in name from contacts 2019-12-19 21:37:09 +01:00
M66B 3ec0ba375a 1.857 release 2019-12-19 20:19:41 +01:00
M66B a17331c295 Crowdin sync 2019-12-19 20:19:35 +01:00
M66B 811161e4ad Fixed show original/images logic 2019-12-19 20:12:42 +01:00
M66B fec43eb51b Prevent crash 2019-12-19 19:53:16 +01:00
M66B 3b1dded8c2 Show subject DN 2019-12-19 17:15:29 +01:00
M66B 0c959346bf Revert "Normalize text for encryption"
This reverts commit 0d908457b8.
2019-12-19 16:45:59 +01:00
M66B db2ffc06b9 Disabled seen/unseen content description 2019-12-19 16:35:25 +01:00
M66B dd2ddc7392 Updated color 2019-12-19 16:32:10 +01:00
M66B f2dbd32d8e Small layout improvement 2019-12-19 16:24:19 +01:00
M66B 613358fe14 Made folder selection scrollbar visible 2019-12-19 16:19:10 +01:00
M66B 6d25f04b8c Add certificate chain 2019-12-19 16:01:06 +01:00
M66B c1e59c912e Added accessibility descriptions 2019-12-19 14:26:17 +01:00
M66B fd919d6436 Added content description 2019-12-19 14:05:43 +01:00
M66B 0d908457b8 Normalize text for encryption 2019-12-19 13:34:50 +01:00
M66B 3ceaf6fcd3 Small improvement 2019-12-19 11:53:37 +01:00
M66B 6b6a4868cc Revert "Use S/MIME public key sign algorithm"
This reverts commit bc33ec1929.
2019-12-19 11:32:00 +01:00
M66B bc33ec1929 Use S/MIME public key sign algorithm 2019-12-19 11:23:48 +01:00
M66B e4a5b7679c 1.856 release 2019-12-19 10:40:13 +01:00
M66B 90be08a4d2 Crowdin sync 2019-12-19 10:40:06 +01:00
M66B 7b765fdcf8 Fixed always showing images for original messages 2019-12-19 08:59:56 +01:00
M66B 3baf87b557 Added gmx.net 2019-12-19 08:28:10 +01:00
M66B ab325935ac Simplification 2019-12-18 19:25:56 +01:00
M66B 2a3c4e6b93 Prevent crash 2019-12-18 17:54:52 +01:00
M66B 2ef0ab5357 Fixed deleting of accounts 2019-12-18 17:43:28 +01:00
M66B 4affe7c340 1.855 release 2019-12-18 16:42:02 +01:00
M66B 0cefa93c1d Secure fallback 2019-12-18 16:36:54 +01:00
M66B c678e37bbf Select primary account/identity 2019-12-18 15:46:15 +01:00
M66B 584fb600b6 Fixed trust issues (2) 2019-12-18 14:20:16 +01:00
M66B 67600b3403 Filter exception 2019-12-18 11:09:39 +01:00
M66B 9f7d89f02f 1.854 release 2019-12-18 10:57:02 +01:00
M66B 8f717ff1ce Crowdin sync 2019-12-18 10:56:55 +01:00
M66B b08236b6b7 Trust fallback host 2019-12-18 10:51:51 +01:00
M66B cabc14e310 Fixed folder selection dialog height
Another bizar attribute ...
2019-12-18 09:45:44 +01:00
M66B 9ff04f2df2 Cleanup 2019-12-18 09:45:31 +01:00
M66B 7ea5bfa9c5 Sync on scheduled enable 2019-12-18 09:29:38 +01:00
M66B b43534d50e Small layout improvement 2019-12-18 09:06:17 +01:00
M66B 76301089b8 Fixed counts in single message mode (2) 2019-12-18 08:35:00 +01:00
M66B 38e6f7ed6e Revert "Fixed counts in single message mode"
This reverts commit 1fd5d8f6b8.
2019-12-18 08:28:45 +01:00
Noah Seefried cfdefd35e0
Add Hetzner Online 2019-12-17 20:20:45 +01:00
M66B 37a5b307a1 1.853 release 2019-12-17 16:59:40 +01:00