Commit Graph

3349 Commits

Author SHA1 Message Date
Asiel Díaz Benítez dcd2211453 Merge pull request #1885 from deltachat/adb-issue-1882
fix clicks on system messages
2021-04-19 16:06:51 -04:00
adbenitez 0da8cfa423 make BaseConversationItem.bind() protected 2021-04-19 10:54:39 -04:00
adbenitez b861295517 fix clicks on system messages 2021-04-18 18:58:37 -04:00
Asiel Díaz Benítez 92029b9ede Merge pull request #1881 from deltachat/adb-issue-1880
show system message status while sending and on errors
2021-04-18 14:37:23 -04:00
Asiel Díaz Benítez 6350468c8e Merge pull request #1879 from deltachat/adb-issue-1878
make repo's local issue template work
2021-04-18 13:46:16 -04:00
adbenitez a398b0af62 set delivery icon color to red if message failed 2021-04-18 13:42:06 -04:00
Asiel Díaz Benítez 0308d179b3 Merge pull request #1883 from deltachat/adb-fix-sticker-scaling
fix sticker scaling
2021-04-18 11:56:51 -04:00
adbenitez d1bf753d2b apply r10s suggestion 2021-04-18 11:32:25 -04:00
B. Petersen e296fa75c9 add a script for uploading to testrun.org 2021-04-18 15:20:21 +02:00
B. Petersen dcff723377 bump version to 1.19.1 2021-04-18 15:20:21 +02:00
B. Petersen 008f4b75dd update changelog for 1.19.1 2021-04-18 15:20:21 +02:00
B. Petersen 8884c4a149 update translations and help, add French to local help 2021-04-18 12:52:55 +02:00
B. Petersen 7df9a55c42 update deltachat-core-rust submodule 2021-04-18 12:49:09 +02:00
adbenitez 60c821180f fix sticker scaling 2021-04-18 01:05:44 -04:00
adbenitez 6d1418c86c show system message status while sending and on errors 2021-04-17 21:42:14 -04:00
adbenitez c13facd06d make repo's local issue template work 2021-04-17 16:53:46 -04:00
Asiel Díaz Benítez 008f21bd3e Merge pull request #1876 from deltachat/adb-issue-1869
finish action mode on tab switch
2021-04-17 12:53:26 -04:00
Asiel Díaz Benítez fa5ffbc266 Merge pull request #1877 from deltachat/adb-issue-1821
allow to add POI with text of any length
2021-04-17 12:52:30 -04:00
adbenitez 471bff5e97 allow to add POI with text of any length 2021-04-17 01:26:14 -04:00
adbenitez d562260906 finish action mode on tab switch 2021-04-16 22:26:12 -04:00
Asiel Díaz Benítez 78aa6733fc Merge pull request #1868 from deltachat/adb-issue-1865
add more options to Gallery and Documents profile tabs
2021-04-16 13:20:12 -04:00
B. Petersen a5c51a59ce try to explain 'lock' button better 2021-04-15 20:33:06 +02:00
B. Petersen 04619ade89 update translations 2021-04-15 20:15:41 +02:00
adbenitez c43b133e0c declare MessageSelectorFragment implements DcEventCenter.DcEventDelegate 2021-04-15 12:46:33 -04:00
adbenitez 151f5d354d Merge branch 'adb-issue-1865' of github.com:deltachat/deltachat-android into adb-issue-1865 2021-04-15 12:34:04 -04:00
adbenitez 55837fb9b4 more refactoring, declare abstract setCorrectMenuVisibility() and move getSelectedMessageRecord() to MessageSelectorFragment 2021-04-15 12:33:43 -04:00
Asiel Díaz Benítez 284c91555d Apply suggestions from code review
Co-authored-by: Hocuri <hocuri@gmx.de>
2021-04-15 12:08:11 -04:00
adbenitez 771f75e48f allow videochat invitations in groups 2021-04-15 16:58:03 +02:00
Asiel Díaz Benítez 4b829334f2 Merge pull request #1872 from deltachat/adb-issue-1870
hidde share button in media preview of draft image or avatar
2021-04-15 10:40:30 -04:00
adbenitez 3256cd392a hidde share button in media preview if preview is for draft image or avatar 2021-04-14 23:23:54 -04:00
adbenitez 7313c6d521 make MessageSelectorFragment abstract 2021-04-14 20:02:56 -04:00
adbenitez c7ff727d04 refactoring to reduce code duplication 2021-04-14 19:50:56 -04:00
adbenitez aef48aa7ee rename info_str to infoStr in all the code even not related to this PR but well 2021-04-14 16:09:48 -04:00
adbenitez d55292bba5 follow cyBerta's recommendation 2021-04-14 16:06:57 -04:00
B. Petersen 42e57e1a56 update deltachat-core-rust submodule 2021-04-14 18:32:50 +02:00
B. Petersen b6bc8fcd6c add Chinese local help 2021-04-14 16:58:48 +02:00
B. Petersen c2de12e1a3 let LocalHelpActivity detect language-region combinations 2021-04-14 16:58:48 +02:00
B. Petersen 943d49ab7e adapt script to create local help to new syntax 2021-04-14 16:58:48 +02:00
adbenitez c8efc72424 add details action to menu 2021-04-13 19:57:38 -04:00
adbenitez 7f358b0910 add more options to Gallery and Documents profile tabs 2021-04-13 18:59:23 -04:00
Hocuri ed0796723b Alias support (#1840)
* Adapt to alias support: Always show sender avatar and name on messages if OverrideSenderName is set

See https://github.com/deltachat/deltachat-core-rust/pull/2297

* Rename groupThread to showSender as this variable is not only true in groups anymore
2021-04-12 20:39:12 +02:00
B. Petersen 797d53a484 update translations 2021-04-12 13:32:54 +02:00
B. Petersen 358e889a75 add Czech translation 2021-04-12 13:32:54 +02:00
Hocuri fee4e99f51 Let stickers handle clicks 2021-04-11 13:32:40 +02:00
Asiel Díaz Benítez 3a5899d63b Merge pull request #1862 from deltachat/adb-remove-isChatMuted
use mute API directly
2021-04-09 16:18:13 -04:00
adbenitez c4354a5a1e use mute API directly 2021-04-09 15:30:51 -04:00
B. Petersen b34e4d723b update deltachat-core-rust submodule 2021-04-09 12:40:57 +02:00
B. Petersen 665324b5c7 update deltachat-core-rust submodule 2021-04-07 20:51:51 +02:00
adbenitez 4918aa4742 add APNG and animated webp support 2021-04-07 15:07:01 +02:00
B. Petersen 65e3d85c9e show show_emails state in settings summary 2021-04-06 02:05:56 +02:00