Commit graph

320 commits

Author SHA1 Message Date
adbenitez
f97e800907 update core 2025-10-02 15:44:49 +02:00
adbenitez
ac6df2ff85 update changelog 2025-09-11 21:50:03 +02:00
adbenitez
f4cd299f70 update changelog 2025-09-09 13:35:49 +02:00
adbenitez
d251fffc07 update changelog 2025-09-02 17:37:22 +02:00
adbenitez
0142d51835 update changelog 2025-09-01 16:45:51 +02:00
adb
826258a1be
Merge branch 'main' into adb/issue-3894 2025-08-22 17:42:41 +02:00
B. Petersen
05dde13e68 update CHANGELOG 2025-08-22 17:35:32 +02:00
adbenitez
91e898ee96 update changelog 2025-08-22 16:39:33 +02:00
adbenitez
8ebdc5414a update changelog 2025-08-17 18:33:03 +02:00
adbenitez
8513f7cd36 update changelog 2025-08-16 20:18:12 +02:00
adb
2bd0a0d935
Merge branch 'main' into adb/issue-3795 2025-08-16 17:08:37 +02:00
B. Petersen
cf0414dd66 update CHANGELOG 2025-08-16 17:02:41 +02:00
adbenitez
4b20e3f41f update changelog 2025-08-16 16:15:23 +02:00
adbenitez
d362cf4467 bump version 2025-08-13 14:45:06 +02:00
adbenitez
e53a1f0b22 update changelog 2025-08-13 13:54:41 +02:00
adbenitez
ce4c9aaba0 update changelog 2025-08-13 13:18:54 +02:00
B. Petersen
42544fd447 update translations 2025-08-12 14:57:13 +02:00
adb
4fbb8d2b78
Merge branch 'main' into r10s/allow-cloning-email-chats 2025-08-08 14:50:06 +02:00
B. Petersen
db35fef6db update CHANGELOG 2025-08-08 13:39:15 +02:00
adbenitez
168d2ae16c improve group image quality 2025-08-07 23:59:05 +02:00
adbenitez
fc8bfabeb2 update changelog 2025-08-05 11:56:40 +02:00
adbenitez
76dda10a31 update changelog 2025-08-05 11:26:33 +02:00
adbenitez
0a34456302 update changelog 2025-08-02 21:51:10 +02:00
adb
8ff8cffa15
Merge branch 'main' into adb/issue-3855 2025-08-02 19:31:59 +00:00
adbenitez
84fc885617 fix typos in changelog 2025-08-02 21:30:31 +02:00
adbenitez
72bcbe80c0 update changelog 2025-08-02 21:27:49 +02:00
adbenitez
9a2fdcdcbd update changelogC 2025-08-01 19:42:48 +02:00
adbenitez
d40652d394 prepare 2.9.0 2025-07-31 21:44:18 +02:00
adbenitez
ef0b8efcfa update changelog 2025-07-31 21:13:53 +02:00
adbenitez
aa5fcb139e update changelog 2025-07-31 17:00:00 +02:00
adbenitez
cc64142e7b don't enlage email chats avatar placeholder 2025-07-31 16:47:58 +02:00
adbenitez
a280407370 update changelog 2025-07-31 16:26:44 +02:00
adbenitez
de13a70c66 update changelog 2025-07-31 16:17:15 +02:00
adbenitez
5525cfa5a9 update changelog 2025-07-28 22:01:46 +02:00
adbenitez
f16c59897d update version number 2025-07-23 15:54:44 +02:00
adbenitez
f11ae0a5ff prepare 2.5.0 2025-07-22 17:35:42 +02:00
adbenitez
a5070c879a update changelog 2025-07-22 16:45:45 +02:00
adbenitez
84e8be9776 update changelog 2025-07-22 15:05:05 +02:00
adb
8b52a99327
tune down green checkmark (#3828)
* remove green checkmarks from chatlist

* remove green checkmark from contact lists

* remove green checkmark from chat-protected info-message (DC_INFO_PROTECTION_ENABLED)

* remove green checkmark from profile title

* add green checkmark to "Introduced by..." line

* when tapping chat-protected or chat-e2ee info-message, open help at #e2ee

* update changelog

* Update CHANGELOG.md

Co-authored-by: Hocuri <hocuri@gmx.de>

* add verified checkmark when verifier is unknown but contact is verified

* Update CHANGELOG.md

---------

Co-authored-by: Hocuri <hocuri@gmx.de>
Co-authored-by: bjoern <r10s@b44t.com>
2025-07-22 14:21:59 +02:00
adbenitez
cc1fd53021 update translations and changelog 2025-07-20 21:11:07 +02:00
adbenitez
d7c3303cec allow to create new unencrypted group 2025-07-15 22:03:31 +02:00
adb
8daaa45aa3
Merge branch 'main' into adb/account-move-to-top 2025-07-15 15:38:24 +00:00
bjoern
fa40d4fb44
make donate device message translatable (#3813)
* make donate device message translatable

* update CHANGELOG

* Update CHANGELOG.md

Co-authored-by: Hocuri <hocuri@gmx.de>

* Update src/main/res/values/strings.xml

---------

Co-authored-by: Hocuri <hocuri@gmx.de>
2025-07-14 11:25:45 +02:00
adbenitez
9104971baa update changelog 2025-07-12 01:13:37 +02:00
Hocuri
717777f628
Show channels in a proper "Channel" chat (#3783)
* Rename "broadcast list" to "channel"/"broadcast channel" both in UI and code

* feat: Add new channel types

* Update CHANGELOG.md

* adb's review

* refactor: Rename BroadcastChannel to Broadcast

* Revert accidental change

* Make it possible to leave channels

- In a chat, if the chat is an InBroadcast, and it's not a contact
  request, then the `Leave` menu option is shown with the translated
  stock string `menu_leave_channel` as its label.
- If the user clicks on it, the confirmation dialog has
  `menu_leave_channel` (rather than `menu_leave_group`) as its positive
  option.

Counterpart of https://github.com/chatmail/core/pull/6984.

---------

Co-authored-by: adbenitez <asieldbenitez@gmail.com>
Co-authored-by: adb <adb@merlinux.eu>
2025-07-10 10:32:04 +02:00
adb
b699451c2a
Update CHANGELOG.md
Co-authored-by: Hocuri <hocuri@gmx.de>
2025-07-09 20:34:53 +00:00
adbenitez
fa6fad5787 update changelog 2025-07-09 22:20:49 +02:00
adbenitez
59ec5826aa update changelog 2025-07-07 18:39:51 +02:00
bjoern
4663299951
re-focus profile (#3792)
* duplicate ProfileActivity to AllMediaActivity

* update CHANGELOG

* remove profile stuff from AllMediaActivity

* remove media stuff from ProfileActivity

* remove TabLayout from ProfileActivity

* decouple header from viewType

* easier name editing

* add link to 'apps & media'

* move bio up

* move 'send message' up

* prepare avatar/title/subtitle

* set title

* set subtitle to member count

* add address to profile

* rename ProfileSettings* to just Profile*

* set avatar

* use avatar view

* adaptive avatar cell height

* no endless growing of online-indicator

* simplify

* handle tap on avatars

* rename Profile* to AllMedia*

* set title accordingly

* move 'last seen' up

* edit name by tapping

* Revert "edit name by tapping"

This reverts commit 6727b16830.

Reason is that it introduces uncertainity what happens if the name is tapped -
we do not want to nudge ppl to edit the group name in a similar way.

we may revert this revert,
but for now, let's see if the icon atop isn't sufficient.

* add media count

* space below avatar

* refactor allmedia viewtypes

* select the first tab that has content

* format footer

* remove unused headers

* space above header

* add dividers

* tweak some spacings

* tap on avatar only for enlarge/set avatar

* immediate view of first tap

* tweak value display

* add icons to buttons

* tweak paddings

* no address for self-talk and device-chat

* use signature background for less cluttered UI

* avoid global state modification and showing eg. app-icon tinted also elsewhere

* tweak sizes

* move introduced-by/server down. these information become less important the more chats you have with the contact - and otherwise just clutter UI

* update CHANGELOG

* typo

* use more normal font and spacing for footer

* open "media" deterministically

remove the smart forwarding to "tab with content",
which results in unclear behaviour.

also, we want to push for apps,
which is also the thing that really changes.
when searching for an image, another tap is fine.
2025-07-05 11:16:30 +02:00
adbenitez
90350729d5 Merge branch 'adb/webxdc-tts' of https://github.com/deltachat/deltachat-android into adb/webxdc-tts 2025-05-26 17:40:44 +02:00