adbenitez
b878ed4df3
simplify workflows
2026-03-11 16:06:15 +01:00
adbenitez
16a02a5e4f
add spotless/eclipse-wtp-xml.prefs
2026-03-11 15:58:42 +01:00
adb
c614c5f004
Merge branch 'main' into adb/use-spotless
2026-03-11 14:34:51 +01:00
adb
8a76f99701
Merge pull request #4269 from deltachat/adb/apply-code-format2
...
apply code formatter part 2
2026-03-11 14:34:13 +01:00
adbenitez
fd5a3b9f8e
apply code formatter part 2
2026-03-11 14:16:44 +01:00
adb
c7a542aac7
Merge branch 'main' into adb/use-spotless
2026-03-11 14:06:43 +01:00
adb
6cab1d1cf4
Merge pull request #4268 from deltachat/adb/apply-code-format1
...
apply code format part 1
2026-03-11 14:06:27 +01:00
biörn
be8009c950
fix: leave and delete finishes activity ( #4266 )
...
* fix: leave and delete finishes activity
the chat is gone - otherwise, we end up in ghost chat zero :)
moreover, the fix removes shortcuts from the homescreen.
a toast is no longer needed, as there is enough visual feedback;
we're also not showing a toast on plain deletion.
* use consistent string and clarify deletion scope
2026-03-11 14:01:34 +01:00
adbenitez
f6c1fa2f5c
apply code format part 1
2026-03-11 13:40:09 +01:00
biörn
6949be6fd8
leave and delete ( #4262 )
...
* deleting groups/channels is available after leaving only
* update CHANGELOG
* Update src/main/java/org/thoughtcrime/securesms/ConversationActivity.java
Co-authored-by: adb <adb@merlinux.eu >
* mailing lists are not encrypted
---------
Co-authored-by: adb <adb@merlinux.eu >
2026-03-11 00:40:04 +01:00
adbenitez
69e18a009b
use 4 spaces for xml and .gradle files
2026-03-10 23:11:04 +01:00
adbenitez
64ef656544
setup spotless for code formatting
2026-03-10 22:57:38 +01:00
adb
f95a6e8db7
Merge pull request #4264 from deltachat/adb/make-encr-info-selectable
...
make it possible to select/copy the fingerprints in encryption info dialog
2026-03-10 21:14:02 +01:00
biörn
b81757d579
simplify 'call' wording ( #4263 )
2026-03-10 20:33:26 +01:00
adbenitez
30c0026840
make it possible to select/copy the fingerprints in encryption info dialog
2026-03-10 19:40:06 +01:00
adb
cd2fc0df0f
Merge pull request #4230 from deltachat/adb/sticker-picker
...
add basic sticker picker
2026-03-10 14:49:17 +01:00
adbenitez
51380cf906
update changelog
2026-03-09 20:47:03 +01:00
adbenitez
ded0c44ce3
improve StickerPickerView's code
2026-03-09 20:45:46 +01:00
adbenitez
61f5064929
move setupViews() to onFinishInflate()
2026-03-09 19:07:19 +01:00
adb
f316ebea20
Merge branch 'main' into adb/sticker-picker
2026-03-09 18:18:24 +01:00
wchen342
dc1a029e4a
Merge pull request #4250 from deltachat/wch423/remove-notification-msg-delete
...
Remove notification when message is deleted
2026-03-09 13:03:31 -04:00
wchen342
6bbacae54d
Merge branch 'main' into wch423/remove-notification-msg-delete
2026-03-09 12:52:26 -04:00
wch423
972d372bd4
Add back exception handling for notify()
2026-03-09 17:17:28 +01:00
biörn
fe7fb19adf
add a hint about sending original images ( #4259 )
...
* add a hint about sending original images
* force items having needed size
2026-03-09 16:49:36 +01:00
biörn
5112389dae
remove unused CustomDefaultPreference ( #4257 )
...
* remove unused CustomDefaultPreference
* remove now superfluous null check
* remove now unused resources
2026-03-09 16:48:17 +01:00
biörn
c190a7b50a
update some call translator notes ( #4256 )
2026-03-09 12:08:19 +01:00
biörn
7ce8ccff78
unify status line ( #4255 )
...
* less formal duration string
* use standard status footer
* move call icon to call information
* add duration line
* update CHANGELOG
2026-03-09 10:54:54 +01:00
biörn
7eb0a99fc7
add strings for the 'Calls' notification setting ( #4249 )
...
* add strings for the 'Calls' notification setting
* Update src/main/res/values/strings.xml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update src/main/res/values/strings.xml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-03-09 01:21:29 +01:00
adb
cbdd8f19ed
Merge branch 'main' into wch423/remove-notification-msg-delete
2026-03-06 17:15:28 +01:00
adb
5fdf319cda
Merge pull request #4254 from deltachat/Hocuri-patch-1
...
CI: Change preview APK architecture from 32-bit to 64-bit
2026-03-06 14:55:48 +01:00
wch423
837e2313dd
Make notifications rebuild up on message deletion
2026-03-06 00:26:59 +01:00
Hocuri
e45fd2545e
Change build target from armeabi-v7a to arm64-v8a
2026-03-05 18:27:08 +01:00
wch423
15537ea4b2
Remove notification when message is deleted
2026-03-05 00:40:10 +01:00
B. Petersen
df97f4069a
remove deprecated strings
2026-03-03 23:57:10 +01:00
B. Petersen
dea8b2bed9
tweak 'view count' translator's hint
2026-03-02 16:54:56 +01:00
B. Petersen
0d130a4218
add view-count string
2026-03-01 13:24:38 +01:00
adb
b2e7b8fdb6
Merge branch 'main' into adb/sticker-picker
2026-02-27 18:51:14 +01:00
adb
a494feb272
Merge pull request #4245 from deltachat/update-core-and-stuff-2026-02-27
...
Update core to 2.44.0
2026-02-27 18:49:20 +01:00
adbenitez
5efce4345a
update RPC
2026-02-27 18:45:37 +01:00
adbenitez
b7703ce71f
update changelog
2026-02-27 17:25:24 +01:00
adbenitez
c0ed32b645
update translations
2026-02-27 17:25:11 +01:00
adbenitez
7e4f408059
update deltachat-core-rust to 'chore(release): prepare for 2.44.0' of 'v2.44.0'
2026-02-27 17:18:33 +01:00
adb
c601595477
Merge pull request #4238 from deltachat/adb/avoid-deprecated-onActivityResult
...
migrate away from deprecated `Fragment.onActivityResult()`
2026-02-23 19:11:30 +01:00
adbenitez
f909174119
tweak ConversationListActivity and RelayListActivity
...
don't relay in onActivityResult
2026-02-23 18:59:54 +01:00
adb
545f987f31
Merge branch 'main' into adb/avoid-deprecated-onActivityResult
2026-02-21 23:48:11 +01:00
adb
b625c57d2d
Merge pull request #4240 from deltachat/adb/improve-channel-creation
...
don't set channel description on channel creation if it is empty
2026-02-21 23:47:57 +01:00
adbenitez
022d24bc5f
Merge branch 'adb/improve-channel-creation' of https://github.com/deltachat/deltachat-android into adb/improve-channel-creation
2026-02-21 23:47:20 +01:00
adbenitez
c5c09008a6
fix missing parenthesis
2026-02-21 23:47:03 +01:00
adb
7679cc8bba
Merge branch 'main' into adb/avoid-deprecated-onActivityResult
2026-02-21 23:34:03 +01:00
adb
4807d05861
Merge branch 'main' into adb/improve-channel-creation
2026-02-21 23:33:20 +01:00