adb
ce895355f5
Merge pull request #3756 from deltachat/r10s/fix-jsonrpc-crash
...
fix crash in JSONRPC
2025-05-05 14:31:54 +00:00
B. Petersen
17e45fd2ab
log error if JSONRPC fails
2025-05-05 13:36:25 +02:00
B. Petersen
8f2b761361
update CHANGELOG
2025-05-03 21:01:15 +02:00
B. Petersen
bc72fce060
fix crash in JSONRPC
...
the fix could have been avoid by checking for null
or not being overly specific with the exception.
as this is a very sensible area,
where any failure is dramatic,
we do both.
2025-05-03 20:39:20 +02:00
Hocuri
501a77e1dc
refactor: Rename addTransport -> addOrUpdateTransport() ( #3754 )
...
The API was renamed in https://github.com/chatmail/core/pull/6800 (i.e. core v1.159.2)
2025-04-30 14:03:50 +02:00
B. Petersen
5e38b25c43
make 'microphone' hint fitting for desktop as well
...
i think, it is even an improvement for Android:
the hint is now also anchored by 'System Settings'
which is more in focus by casual users than 'App Settings' (long tap icon).
also, some android derivates may have different order,
which is captured better by a broader hint.
2025-04-26 17:33:06 +02:00
B. Petersen
6f3f356997
update CHANGELOG
2025-04-26 17:29:55 +02:00
B. Petersen
d6f485511c
fix selfName if displayname is not set
...
classic onboarding allows not setting a displayname on purpose,
however, that results in broken webxdc layouts
as the name is then replaced by a 40-or-so-chars-hash-without-spaces.
one can argue, that apps should handle that gracefully,
but most do not and just look buggy.
it seems reasonable,
to use the email address in that case,
same as we do at other places if the name is unknwon.
(tbh, i thought it was like that, but i mixed sth up in OS comparison).
this was also the situation before we changed selfAddr calculation, btw.
it is anyway a cornercase, webxdc cannot send the address somewhere
nor can correlate reasonably, and if the user sets a name, things are fine
(and more often than not we nudge user to set one :)
2025-04-26 17:29:55 +02:00
adb
a527b2f404
Merge pull request #3747 from deltachat/prep-1.58.2
...
prepare 1.58.2
2025-04-24 12:46:41 +00:00
adbenitez
7c77b946ed
update version number
2025-04-24 14:45:50 +02:00
adb
ca77886012
Merge pull request #3746 from deltachat/update-core-and-stuff-24/4/25
...
Update core to 1.159.2
2025-04-24 12:42:17 +00:00
adbenitez
fa5e305dff
update local help
2025-04-24 14:31:01 +02:00
adbenitez
9e70bfb5ae
update changelog: fix core version
2025-04-24 14:08:57 +02:00
adbenitez
f4c7a9439d
update strings
2025-04-24 13:47:09 +02:00
adbenitez
5d05e99ad6
update changelog
2025-04-24 13:45:32 +02:00
adbenitez
79bd1c7cb3
update deltachat-core-rust to 'chore(release): prepare for 1.159.2' of 'v1.159.2'
2025-04-24 13:42:04 +02:00
adb
848a86c718
Merge pull request #3745 from deltachat/adb/fix-warnings-in-profile
...
fix some linter warnings in classes related to profile
2025-04-23 14:05:43 +00:00
adb
e759efc389
Merge pull request #3744 from deltachat/adb/fix-some-linter-warnings-22/4/25
...
fix some linter warnings
2025-04-22 22:11:40 +00:00
adb
63ea218b98
Merge pull request #3743 from deltachat/adb/fix-lint-warnings-conversationlistitem
...
fix linter warnings in ConversationListItem
2025-04-22 21:49:16 +00:00
adbenitez
07f4a859f3
fix some linter warnings in classes related to profile
2025-04-22 23:22:57 +02:00
adbenitez
34eeec4a39
fix some linter warnings
2025-04-22 23:02:57 +02:00
adbenitez
7f1734b57c
fix linter warnings in ConversationListItem
2025-04-22 22:53:47 +02:00
adb
cbc8d2b659
Merge pull request #3741 from deltachat/prep-1.58.1
...
Prepare 1.58.1
2025-04-19 21:20:25 +00:00
adbenitez
6ff1c7a689
update version number
2025-04-19 22:07:59 +02:00
adbenitez
b10185b6b9
update changelog
2025-04-19 22:07:22 +02:00
adb
6ef35c6ce1
Merge pull request #3740 from deltachat/update-core-and-stuff-19/4/25
...
update core to 1.159.1
2025-04-19 20:05:20 +00:00
adbenitez
e04e6dfe06
update changelog
2025-04-19 22:05:01 +02:00
adb
60b322d83e
Merge branch 'main' into update-core-and-stuff-19/4/25
2025-04-19 19:59:31 +00:00
adb
94e597d2d1
Merge pull request #3583 from deltachat/adb/issue-3575
...
show profiles connectivity state
2025-04-19 19:56:14 +00:00
adbenitez
c1168566f3
update translations
2025-04-19 21:32:02 +02:00
adbenitez
72fc6ca4dc
update deltachat-core-rust to 'chore(release): prepare for 1.159.1' of 'v1.159.1'
2025-04-19 21:27:27 +02:00
adb
b2a3042d02
Merge branch 'main' into adb/issue-3575
2025-04-19 19:24:55 +00:00
adb
ed4c5e7a72
Merge pull request #3736 from deltachat/adb/issue-3735
...
fix and update PhotoView dependency
2025-04-17 11:15:47 +00:00
B. Petersen
29a0f3dadb
update translations
2025-04-17 11:14:56 +02:00
B. Petersen
1820af288e
update translations
2025-04-16 21:06:44 +02:00
B. Petersen
be48179a25
update script to grep for strings to chatmail dirs
2025-04-16 21:06:44 +02:00
adbenitez
2aa4245563
fix and update PhotoView dependency
2025-04-15 17:48:55 +02:00
adbenitez
54b5dba6ea
update changelog
2025-04-14 19:39:25 +02:00
adb
60fa0c98df
Merge branch 'main' into adb/issue-3575
2025-04-14 17:32:37 +00:00
adb
2bd1493a42
Merge pull request #3732 from deltachat/prep-1.58.0
...
prepare 1.58.0
2025-04-13 10:56:34 +00:00
adbenitez
04a22cc8c6
update version number
2025-04-13 12:55:16 +02:00
bjoern
bc73e1a2ba
open contact in scope when tapping info messages ( #3710 )
...
* open contact in scope when tapping info messages
* update CHANGELOG
---------
Co-authored-by: adb <adb@merlinux.eu >
2025-04-12 00:22:24 +02:00
adb
d66acbb71e
Merge pull request #3731 from deltachat/update-core-and-stuff-11/4/25
...
Update core to 1.159.0
2025-04-11 16:41:56 +00:00
adb
c07b2b4aa1
Merge branch 'main' into update-core-and-stuff-11/4/25
2025-04-11 16:17:31 +00:00
bjoern
389dddc9ea
remove address from primary settings UI ( #3730 )
...
* remove address from primary settings UI
showing the address here prominently results in bad UX
as ppl try to pass the address around,
which will not result in e2ee and will often not work.
see https://github.com/deltachat/deltachat-ios/pull/2664
for more resoning and discussion, eg. why remove it unconditionally
* show status
* update changelog
---------
Co-authored-by: adb <adb@merlinux.eu >
Co-authored-by: adbenitez <asieldbenitez@gmail.com >
2025-04-11 18:15:36 +02:00
adbenitez
5dfdc94468
update translations
2025-04-11 18:12:57 +02:00
adbenitez
52d65c1bbb
update deltachat-core-rust to 'chore(release): perpare for 1.159.0' of 'v1.159.0'
2025-04-11 18:00:51 +02:00
adbenitez
f0f07055cf
update changelog
2025-04-11 18:00:35 +02:00
adb
c6c66f19f2
Merge pull request #3729 from deltachat/adb/issue-3701
...
remove address from contact list and group member list
2025-04-11 14:35:05 +00:00
adbenitez
fb3d95264a
Merge branch 'adb/issue-3701' of https://github.com/deltachat/deltachat-android into adb/issue-3701
2025-04-11 16:33:04 +02:00