Commit graph

9 commits

Author SHA1 Message Date
adbenitez
396ed14067 adapt activities to edge-to-edge 2025-08-16 02:10:02 +02:00
adbenitez
dec685023e use same max. avatar size for groups and profiles, remove superflous class 2025-08-08 00:17:30 +02:00
adbenitez
d7c3303cec allow to create new unencrypted group 2025-07-15 22:03:31 +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
adbenitez
fbf8637c97 don't use email address as contact unique identifier 2025-03-18 22:56:28 +01:00
adbenitez
7193b4d64e fix some linter warnings 2025-02-26 16:53:46 +01:00
adbenitez
3dc216ca7f fix warning about non-final resource IDs 2025-02-25 17:46:09 +01:00
adbenitez
961fa5ffe6 remove unused com.soundcloud.android:android-crop dependency 2025-01-27 17:37:14 +01:00
adbenitez
fee58e6eac fix building 2024-06-12 02:17:10 +02:00
Renamed from src/org/thoughtcrime/securesms/GroupCreateActivity.java (Browse further)