adbenitez
64ef656544
setup spotless for code formatting
2026-03-10 22:57:38 +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
adb
34eedf5f07
Merge pull request #4239 from deltachat/adb/improve-description-changed-info-clicked
...
when "description changed by Foo" is clicked, open chat profile
2026-02-21 23:32:57 +01:00
adbenitez
941c186142
don't set channel description on channel creation if it is empty
...
when user creates a channel, only call rpc.setChatDescription if
there is actually some description to set, otherwise there will be a
"you changed the description" info-message when the user didn't set anything
2026-02-21 23:10:37 +01:00
adbenitez
b54ac50ea5
when "description changed by Foo" is clicked, open chat profile
2026-02-21 22:59:19 +01:00
adbenitez
c3dac043cb
remove ScreenLockUtil.applyScreenLock(Activity, String, String, int)
2026-02-19 04:59:24 +01:00
adbenitez
00b52d4fe6
don't call registerForActivityResult in onActivityCreated
2026-02-19 03:34:05 +01:00
adbenitez
b66bf595e2
avoid call to fragment.onActivityResult in ApplicationPreferencesActivity
2026-02-19 03:08:46 +01:00
adbenitez
7c24e836fe
avoid deprecated ContactSelectionListFragment.onActivityResult()
2026-02-19 02:26:09 +01:00
adbenitez
694f3bf013
remove unused import in ListSummaryPreferenceFragment
2026-02-19 02:08:47 +01:00
adbenitez
f6f42991e8
avoid deprecated NotificationsPreferenceFragment.onActivityResult()
2026-02-19 02:08:24 +01:00
adbenitez
23f6803be9
avoid deprecated ChatsPreferenceFragment.onActivityResult()
...
also remove now unused fields in `ListSummaryPreferenceFragment`
2026-02-19 00:05:39 +01:00
adbenitez
cdcb7fab4b
avoid deprecated AdvancedPreferenceFragment.onActivityResult()
2026-02-18 23:53:30 +01:00
adbenitez
5ee3607312
avoid deprecated ConversationFragment.onActivityResult()
2026-02-18 23:32:54 +01:00
adbenitez
4b9642f51f
add more logging to ProfileFragment
2026-02-18 23:29:54 +01:00
adbenitez
4abbf3091f
avoid deprecated in ProfileFragment.onActivityResult()
2026-02-18 22:58:21 +01:00