Commit Graph

3562 Commits

Author SHA1 Message Date
adbenitez 22a64cdd58 fix release.yml 3 2021-04-09 22:54:07 -04:00
adbenitez d0e429ed2d fix release.yml 2 2021-04-09 22:53:10 -04:00
adbenitez 16a1b878f0 fix release.yml 2021-04-09 22:43:13 -04:00
adbenitez 34f8b098ec Merge remote-tracking branch 'upstream/master' 2021-04-09 22:37:22 -04:00
Asiel Díaz Benítez baf9c916ac Merge pull request #3 from adbenitez/integrate-redir
integrate Redir
2021-04-09 22:28:55 -04:00
adbenitez 9ddefb8649 handle http intents 2021-04-09 22:21:53 -04: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
adbenitez e5e8211015 Merge remote-tracking branch 'upstream/master' 2021-04-09 14:47:00 -04:00
B. Petersen b34e4d723b update deltachat-core-rust submodule 2021-04-09 12:40:57 +02:00
adbenitez 13ceebe22a allow videochat in groups 2021-04-08 00:43:19 -04:00
adbenitez 060363635a add task list support 2021-04-07 17:34:15 -04: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
adbenitez 2545034065 update version number 2021-04-07 06:17:50 -04:00
adbenitez 3b02cae775 add basic markdown support 2021-04-07 06:13:40 -04:00
adbenitez 8f08fa92d0 update welcome message 2021-04-07 04:00:12 -04:00
adbenitez 4f49bc2180 add device messages 2021-04-07 03:43:29 -04:00
adbenitez 4634f42c91 add APNG and animated webp support 2021-04-07 03:36:22 -04:00
adbenitez dff820ad76 Merge remote-tracking branch 'upstream/master' 2021-04-06 14:32:30 -04:00
B. Petersen 65e3d85c9e show show_emails state in settings summary 2021-04-06 02:05:56 +02:00
adbenitez e64ad8a03c Merge remote-tracking branch 'upstream/master' 2021-04-05 15:08:19 -04:00
bjoern 0af5d0a904 Update CHANGELOG.md
Co-authored-by: Asiel Díaz Benítez <adbenitez@nauta.cu>
2021-04-04 21:17:30 +02:00
B. Petersen 113aa39f87 bump version 2021-04-04 21:17:30 +02:00
B. Petersen 6dac8c4989 remove device message for now, we will add a fresh one for the final release 2021-04-04 21:17:30 +02:00
B. Petersen 2b18264bc8 tweak release checklist 2021-04-04 21:17:30 +02:00
B. Petersen abf0567530 update changelog to 1.17.0 2021-04-04 21:17:30 +02:00
B. Petersen 422335c4c6 update translations 2021-04-04 13:11:52 +02:00
B. Petersen 4d541f0373 update deltachat-core-rust submodule 2021-04-04 13:11:00 +02:00
adbenitez d40b4668c6 Merge remote-tracking branch 'upstream/master' 2021-03-31 19:42:53 -04:00
Hocuri 4f31e90b6e Repair submodule (previous commit accidentally changed submodule commit)
The last commit accidentally changed the submodule commit to a commit
that is not present in the repo. Revert this.
2021-03-27 16:57:51 +01:00
adbenitez ee047ab520 update version number 2021-03-26 15:57:09 -04:00
adbenitez 22573b1a89 tweak AudioCodec.java 2021-03-26 15:18:59 -04:00
adbenitez f8c1634f77 add submodule 2021-03-26 14:55:44 -04:00
Hocuri ac5c35f6e5 Explain Podman setup better for new users (#1844)
* Specify docker.io to pull from

* Add some info about Podman + a troubleshooting section to the readme
2021-03-26 13:55:12 +01:00
adbenitez 6651c35cac Merge remote-tracking branch 'upstream/master' 2021-03-24 12:39:26 -04:00
Asiel Díaz Benítez 8f4b7c8886 Merge pull request #1842 from deltachat/adb-issue-1841
don't reference attribute in XML drawable
2021-03-24 12:30:52 -04:00
adbenitez 39d9a083ad don't reference attribute in an XML drawable, to avoid crashes on old android versions 2021-03-23 18:43:07 -04:00
adbenitez 4813f385f4 Merge remote-tracking branch 'upstream/master' 2021-03-16 13:22:39 -04:00
Hocuri 3ec78953fa Bugfix: open images in the media preview again
Since #1834, images were not opened in the media preview again but
opened with an external app.

This was because since #1834, only slides that return true on
`hasImage()` are shown in the media preview, i.e. gifs, images and
videos.

Now, the problem was that images were shown as DocumentSlides under
some circumstances, which return `false` for `hasImage()` (naturally).
2021-03-16 17:50:12 +01:00
B. Petersen efe41f55c9 update translations 2021-03-16 16:02:33 +01:00
B. Petersen 73c8b00973 update deltachat-core-rust submodule 2021-03-16 15:53:37 +01:00
Hocuri 4c0d03772d Better profile and group picture selection by using attachment selector (#1837)
fix #1836

AvatarSelector is mostly copied from AttachmentTypeSelector. I first started to make it a subclass, but there were so many functions that had to be changed that I decided against it (esp. also the constructor, so I would have had to create another constructor to allow AvatarSelector to bypass the "normal" constructor). Could still be done though, of course.

I think (hope joy) that the commits are clear enough that this can be reviewed commit-by-commit. In the first commit, commenting out code means "Moved somewhere else"

I found it easier to look at the first commit using gitk than GitHub as GitHub doesn't show it as copied from AttachmentTypeSelector but as a new file. (of course you can also just review normally, going throug it file-by-file :)

* Don't show remove button if there is no image yet

* Remove unnecessary animation that just made things look worse

* Delete now-unused ClearProfileAvatarActivity

* For groups, also use the attachment-chooser-dialog

* Remove confirmation dialog for removing avatar (The user has to confirm anyway, and this was not correctly translated)
2021-03-16 11:58:44 +01:00
adbenitez b711b44efa Merge remote-tracking branch 'upstream/master' 2021-03-15 04:38:31 -04:00
Hocuri ce8ff61a37 Don't open media preview for attachments with file viewtype (#1834)
fix #1816

The problem was:
- as @link2xt already wrote, the onclick listener only checks if the mime type is `image/` or `video/`.
- then `PagingMediaLoader` loads all images and videos of the current chat with `context.getChatMedia(msg.getChatId(), DcMsg.DC_MSG_IMAGE, DcMsg.DC_MSG_GIF, DcMsg.DC_MSG_VIDEO)`. We need _all_ images so that the user can swipe back and forth.
- The correct image to be shown can't be found, the MediaPreview is opened anyway. As the correct image can't be shown, the first image in the chat is shown.
2021-03-14 19:23:51 +01:00
B. Petersen a3cd131459 update deltachat-core-rust submodule 2021-03-14 15:29:24 +01:00
Hocuri 23e6475f59 Correct a small shift to the right of the lock target
I have no idea why the shift was there in the first place, though.
2021-03-14 15:28:23 +01:00
Hocuri 9974fb082a Fix bug where a quoted image was drawn over the recording fab 2021-03-14 15:28:23 +01:00
Hocuri 0740eab596 Wider recording button, better rtl support 2021-03-14 15:28:23 +01:00
adbenitez 7b6f1bd507 add lock recording feature 2021-03-14 15:28:23 +01:00