copilot-swe-agent[bot]
|
7f9ca6eeba
|
Fix edge-to-edge on Android 5: only enable on API 23+
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-27 03:06:27 +00:00 |
|
copilot-swe-agent[bot]
|
a8c8acd64d
|
Fix preferences list bottom padding: use onViewCreated and remove padding reset
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-26 23:01:43 +00:00 |
|
copilot-swe-agent[bot]
|
81ac28736d
|
Fix preferences list edge-to-edge: scroll behind navigation bar with bottom padding
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-26 19:42:20 +00:00 |
|
copilot-swe-agent[bot]
|
91bbf2b042
|
Fix toolbar left/right insets for landscape mode
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-26 06:40:03 +00:00 |
|
copilot-swe-agent[bot]
|
bba72d11f1
|
Fix display cutout (camera notch) insets in landscape mode
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-26 06:28:08 +00:00 |
|
copilot-swe-agent[bot]
|
66e016ad3e
|
Fix chat list behind navigation bars in landscape mode
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-26 06:01:19 +00:00 |
|
copilot-swe-agent[bot]
|
99ba187e3f
|
Fix FAB covered by navigation bar in ConversationListActivity
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-26 03:42:19 +00:00 |
|
copilot-swe-agent[bot]
|
86ab25262c
|
Fix edge-to-edge for 9 more activities: add status_bar_background view
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-25 19:38:39 +00:00 |
|
adbenitez
|
4d59ad8f56
|
fix some stuff
|
2025-11-25 20:22:42 +01:00 |
|
copilot-swe-agent[bot]
|
25bef64f7f
|
Fix content overlapping toolbar in ActionBar activities (archive, settings, blocked)
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-25 16:05:13 +00:00 |
|
copilot-swe-agent[bot]
|
ca1d5ad15e
|
Fix ActionBar activities: toolbar color behind status bar for archive, settings, blocked
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-25 14:31:11 +00:00 |
|
copilot-swe-agent[bot]
|
1f1546e0d5
|
Fix ConversationActivity: toolbar color extends behind status bar
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-25 14:14:26 +00:00 |
|
copilot-swe-agent[bot]
|
60efd8a95a
|
Fix ConversationActivity edge-to-edge: toolbar and input panel insets
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-25 03:32:00 +00:00 |
|
copilot-swe-agent[bot]
|
b541ab16ee
|
Fix edge-to-edge: toolbar renders behind status bar with proper padding
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-25 03:15:23 +00:00 |
|
copilot-swe-agent[bot]
|
7257b9eb2e
|
Move edge-to-edge inset handling to BaseActionBarActivity.onPostCreate()
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-25 02:57:26 +00:00 |
|
adb
|
bb3797860f
|
Merge branch 'main' into copilot/implement-edge-to-edge-layout
|
2025-11-24 21:40:00 +01:00 |
|
adbenitez
|
c6ff66ba51
|
add missing import
|
2025-11-24 21:36:59 +01:00 |
|
copilot-swe-agent[bot]
|
48903c5b9c
|
Improve documentation and comments for edge-to-edge implementation
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-24 20:11:41 +00:00 |
|
copilot-swe-agent[bot]
|
7ff607ebe4
|
Add null checks and prevent overwriting original padding values
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-24 20:10:09 +00:00 |
|
copilot-swe-agent[bot]
|
2fa9a8ba8e
|
Fix inset padding accumulation and keyboard handling issues
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-24 20:08:50 +00:00 |
|
copilot-swe-agent[bot]
|
ff286c5b02
|
Address code review feedback: improve comments, imports, and view selection
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-24 20:06:15 +00:00 |
|
copilot-swe-agent[bot]
|
f7a97140a8
|
Add requestApplyInsets call to ensure insets are dispatched
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-24 20:04:16 +00:00 |
|
copilot-swe-agent[bot]
|
cb4c31aef3
|
Implement proper edge-to-edge using window insets instead of fitsSystemWindows hack
Co-authored-by: adbenitez <24558636+adbenitez@users.noreply.github.com>
|
2025-11-24 20:03:09 +00:00 |
|
copilot-swe-agent[bot]
|
717a6cae6f
|
Initial plan
|
2025-11-24 19:57:38 +00:00 |
|
adbenitez
|
6cf044d7c9
|
Merge remote-tracking branch 'upstream/main'
|
2025-11-24 19:24:43 +01:00 |
|
adb
|
d41679f2c0
|
Merge pull request #4057 from deltachat/update-core-and-stuff-2025.11.23
Update core to 2.28.0
|
2025-11-23 23:28:14 +01:00 |
|
adbenitez
|
2bfb2ae58f
|
update translations
|
2025-11-23 23:25:42 +01:00 |
|
adbenitez
|
ca56ca2dd1
|
update JSON-RPC bindings
|
2025-11-23 23:04:29 +01:00 |
|
adbenitez
|
ca35a0635b
|
update changelog
|
2025-11-23 23:01:03 +01:00 |
|
adbenitez
|
127f29a17e
|
update deltachat-core-rust to 'chore(release): prepare for 2.28.0' of 'v2.28.0'
|
2025-11-23 22:55:20 +01:00 |
|
adb
|
21eab6dfe9
|
Merge pull request #4045 from deltachat/adb/improve-webxdc-link-handling
allow to open all links (asking before with dialog)
|
2025-11-23 22:48:33 +01:00 |
|
adbenitez
|
d8ea2ad273
|
only ask to open link in webxdc
|
2025-11-23 22:18:55 +01:00 |
|
adbenitez
|
a66b4d8923
|
allow to open link directly in local/offile help
|
2025-11-23 22:14:47 +01:00 |
|
adbenitez
|
3c9a289e2d
|
convert URL to ASCII
|
2025-11-23 19:50:39 +01:00 |
|
adbenitez
|
29daa1ee89
|
tweak dialog, allow to copy to clipboard
|
2025-11-23 19:21:20 +01:00 |
|
adbenitez
|
769a07449f
|
update changelog
|
2025-11-23 18:48:30 +01:00 |
|
adbenitez
|
0993745c33
|
allow to open all links (asking before with dialog)
|
2025-11-23 18:41:04 +01:00 |
|
adb
|
2218ae91e0
|
Merge branch 'main' into adb/improve-webxdc-link-handling
|
2025-11-23 16:16:29 +01:00 |
|
adb
|
21a8ba9674
|
Merge pull request #4053 from deltachat/adb/improve-buinding-and-releasing-docs
improve building and releasing docs
|
2025-11-23 16:15:01 +01:00 |
|
adbenitez
|
153fe5f1e7
|
add trailing new line
|
2025-11-23 16:13:04 +01:00 |
|
adbenitez
|
ec49ac8eb6
|
improve building and releasing docs
|
2025-11-22 22:43:21 +01:00 |
|
adbenitez
|
0a7b9e7ea2
|
add support for gemini links
|
2025-11-22 15:35:51 +01:00 |
|
adb
|
718bf0d74b
|
Merge pull request #4035 from deltachat/adb/issue-4020
customize phone number regex in Linkifier
|
2025-11-22 15:07:33 +01:00 |
|
adbenitez
|
82c963c38f
|
update f-droid store description
|
2025-11-22 00:35:48 +01:00 |
|
adbenitez
|
999a33e77c
|
remove public bot list from menu
|
2025-11-22 00:35:30 +01:00 |
|
adbenitez
|
f9eb55170d
|
add zapstore.yaml
|
2025-11-21 23:42:11 +01:00 |
|
adbenitez
|
2bb104a234
|
add geo: support in message bubbles
|
2025-11-21 23:41:56 +01:00 |
|
adbenitez
|
b75b29cf08
|
Merge remote-tracking branch 'upstream/main'
|
2025-11-21 23:13:00 +01:00 |
|
B. Petersen
|
9a6abed1e4
|
'which help' refers to 'statistics', so it should be plural
|
2025-11-21 19:49:39 +01:00 |
|
adb
|
baf5f97e96
|
Merge branch 'main' into adb/improve-webxdc-link-handling
|
2025-11-21 19:46:21 +01:00 |
|