adb
953ce32bea
Merge branch 'main' into adb/remove-android-crop-dep
2025-01-27 17:40:34 +01:00
adbenitez
961fa5ffe6
remove unused com.soundcloud.android:android-crop dependency
2025-01-27 17:37:14 +01:00
link2xt
70ef715dc6
build(nix): update build tools from 33.0.1 to 34.0.0
2025-01-25 13:48:41 +00:00
adb
6e0759f719
Merge pull request #3560 from deltachat/prep-1.52.0
...
prepare 1.52.0
2025-01-23 23:37:01 +01:00
adbenitez
63434e1e2f
prepare 1.52.0
2025-01-23 20:03:59 +01:00
adb
9c17bc412a
Merge pull request #3559 from deltachat/update-core-and-stuff-23/1/25
...
Update core and stuff 23/1/25
2025-01-23 19:21:15 +01:00
adb
d40144d50c
Merge branch 'main' into update-core-and-stuff-23/1/25
2025-01-23 19:19:43 +01:00
adbenitez
131c0f5a37
update strings
2025-01-23 19:17:18 +01:00
adbenitez
7086314d8b
update deltachat-core-rust to 'chore(release): prepare for 1.155.0' of 'v1.155.0'
2025-01-23 19:11:11 +01:00
adb
d75b2c2bb7
Merge pull request #3558 from deltachat/adb/issue-3557
...
pass account ID in chat shortcuts and properly switch to account
2025-01-23 13:23:00 +01:00
adbenitez
2d3dde2101
pass account ID in chat shortcuts and properly switch to account
2025-01-23 03:45:57 +01:00
B. Petersen
3c737f2360
streamline help menu
...
- use clear "Delta Chat Homepage" for opening our homepage
(instead of unclear "Learn more about Delta Chat",
which is esp. weird, when used from inside the help)
- do not "promote" GitHub in our menu entry,
instead of "Contribute on GitHub", just say "Contribute".
destination URL is our contribute page then -
that is also more useful for ppl doing eg. translations
2025-01-23 00:51:06 +01:00
adb
9ac5e714b8
Merge pull request #3555 from deltachat/adb/update-deps-22/1/25
...
update some dependencies
2025-01-22 13:40:08 +01:00
adbenitez
94defa3091
update some dependencies
2025-01-22 01:43:21 +01:00
adb
d30e141693
Merge pull request #3554 from deltachat/adb/issue-3542
...
avoid crash in MediaPreviewActivity.onPageUnselected
2025-01-21 20:09:51 +01:00
adb
305940396e
Merge branch 'main' into adb/issue-3542
2025-01-21 19:39:33 +01:00
adbenitez
2ab567a9d3
use Log instead of stack trace
2025-01-21 19:38:43 +01:00
adb
a9c488ff03
Merge pull request #3365 from deltachat/adb/issue-3361
...
revert #3177
2025-01-21 19:01:18 +01:00
adbenitez
8817b50c95
avoid crash in MediaPreviewActivity.onPageUnselected
2025-01-21 18:56:59 +01:00
adb
84c3710a35
Merge pull request #3553 from deltachat/adb/issue-3550
...
avoid ANR in ConversationFragment.manageMessageSeenState()
2025-01-21 18:51:00 +01:00
adbenitez
be7be9bba4
avoid ANR in ConversationFragment.manageMessageSeenState()
2025-01-21 18:13:54 +01:00
adb
b50ae284fb
Merge pull request #3551 from deltachat/adb/issue-3549
...
fix: make animated webp animated again
2025-01-21 17:38:52 +01:00
adbenitez
97716d5c26
fix: make animated webp animated again
2025-01-21 16:57:03 +01:00
bjoern
e77253c843
update translations ( #3548 )
...
* add string 'Unsave'
* pull translations
2025-01-20 15:14:54 +01:00
adbenitez
6aed8d003f
deprecate string
2025-01-18 20:53:56 +01:00
adbenitez
0083e60c49
revert #3177
2025-01-18 20:53:56 +01:00
B. Petersen
a7c3bc7ac5
add missing desktop strings
2025-01-17 17:40:35 +01:00
B. Petersen
83b16e5f4b
do not force ppl to create blank issues
...
see https://github.com/deltachat/deltachat-ios/pull/2525
for screenshots and reasoning
2025-01-17 10:39:10 +01:00
adb
c0525ac69c
Merge pull request #3544 from deltachat/adb/issue-3543
...
avoid null in attachment filename
2025-01-16 20:42:41 +01:00
adbenitez
e9d2a39098
avoid null in attachment filename
2025-01-16 20:03:43 +01:00
adb
4d6fd16767
Merge pull request #3541 from deltachat/adb/issue-3540
...
avoid race condition in onPlayerStateChanged inside AudioSlidePlayer.requestDuration
2025-01-16 14:55:07 +01:00
adb
b398870823
Merge pull request #3535 from deltachat/adb/issue-3534
...
fix IntentUtils.showBrowserIntent() and use it everywhere
2025-01-15 21:02:01 +01:00
adbenitez
e68c50d614
avoid race condition in onPlayerStateChanged inside AudioSlidePlayer.requestDuration
2025-01-15 20:56:32 +01:00
adbenitez
f6a27718a2
rename showBrowserIntent to showInBrowser
2025-01-15 20:33:16 +01:00
Hocuri
f136fa3e3a
Update the core submodule so that we can have nightlies again ( #3539 )
...
* Remove jsonrpc feature
* Update submodule to latest main
2025-01-15 16:18:43 +00:00
Hocuri
8e55a3dbf3
fix: Use getFilename() instead of the actual filename on disk ( #3521 )
...
* fix: Use msg.getFilename() instead of the file's name in some cases
* fix: Use msg.getFilename() instead of the file's name in initializeDraft()
* fix: Use msg.getFilename() instead of the file's name in MediaItem
* fix: Use the correct file name in MediaView
* refactor: `msg` param of `getManuallyCalculatedSlideInfo()` was always null
* Improve comment
* Revert "refactor: `msg` param of `getManuallyCalculatedSlideInfo()` was always null"
We will unfortunately need getManuallyCalculatedSlideInfo() with `msg`
param
This reverts commit 60e8248db32dc22812d3f23da194bab644802045.
* fix: Fix drafting images
This fixes a bug introduced in 14f69f87e8b11a7d0568e58593946a1f1c01e75e:
When you drafted an image, pressed Back, and opened the chat again, then
the height of the drafted image was wrong and tapping the image opened a
preview for the wrong image.
I do think that theoretically it would be nicer to use getSlideForMsg
here, because we already have a DcMsg, but this didn't work because a)
the width and height wasn't gotten from the msg and instead 0 was passed
and b) the code tries to save a msgId instead of the message instead,
and loading the message from the database fails later since it's just a
draft.
I didn't want to try and fix these things, because they might be bigger
refactorings and I don't know the code.
* fix: Use the original message's filemime if there is one
...instead of trying to guess the mimetype from the uri
2025-01-15 16:40:23 +01:00
B. Petersen
923227a0e8
update translations
2025-01-14 11:49:07 +01:00
adbenitez
14ecafe0e2
fix IntentUtils.showBrowserIntent() and use it everywhere
2025-01-11 19:45:37 +01:00
adb
b93f8323ab
Merge pull request #3532 from deltachat/prep-1.50.5
...
prepare 1.50.5 release
2025-01-10 19:37:38 +01:00
adbenitez
77f43cde9a
prepare 1.50.5 release
2025-01-10 18:48:53 +01:00
adb
e4d018393d
Merge pull request #3531 from deltachat/adb/update-translations-10/01/25
...
update translations
2025-01-10 18:44:58 +01:00
adbenitez
4b04aa65be
update translations
2025-01-10 18:42:31 +01:00
B. Petersen
489bb55788
detach Android and iOS releases
2025-01-10 17:26:16 +01:00
adb
9d244611bc
Merge pull request #3526 from deltachat/adb/issue-3525
...
use synchronized block to avoid IllegalMonitorStateException
2025-01-10 16:06:13 +01:00
Hocuri
3533916149
Put the synchronized around the whole while loop
2025-01-10 11:05:44 +01:00
adbenitez
66fd795763
try to fix CI
2025-01-09 19:06:15 +01:00
B. Petersen
05da43484f
remove deprecated strings
2025-01-09 19:03:21 +01:00
adbenitez
a58de2278b
use synchronized block to avoid IllegalMonitorStateException
2025-01-09 18:36:12 +01:00
bjoern
35ec0d05e2
update translations ( #3524 )
...
* add new iOS notification strings
* update translations
2025-01-09 16:08:18 +01:00
bjoern
6ead7207ec
update translations ( #3522 )
...
* update translations
* add new iOS widget strings
* add hints for terms 'Shortcut' and 'Widget'
* update translations
2025-01-09 15:26:42 +01:00