Commit Graph

5528 Commits

Author SHA1 Message Date
adbenitez 68ac3bcc8f update release.yml 2023-10-12 23:33:18 +02:00
adbenitez a8dae330eb update core 2023-10-12 22:46:35 +02:00
adbenitez bace4d4da5 Merge remote-tracking branch 'upstream/main' 2023-10-12 22:46:05 +02:00
adbenitez 2a4f55546e update version number 2023-10-12 22:44:39 +02:00
adbenitez 80ed95077d allow to react with single-emoji reply and to remove reaction 2023-10-12 22:42:49 +02:00
adbenitez 6a83cbceb1 improve crash report 2023-10-12 22:14:12 +02:00
Asiel Díaz Benítez 1ba2916abd Merge pull request #2741 from deltachat/adb/issue-2740
update dcContext in ConversationListAdapter.changeData()
2023-10-12 16:12:42 -04:00
Asiel Díaz Benítez 4a59e2cfd3 Update src/org/thoughtcrime/securesms/ConversationListAdapter.java
Co-authored-by: bjoern <r10s@b44t.com>
2023-10-12 16:01:42 -04:00
adbenitez 1553c41147 get global DcContext instance from ApplicationContext 2023-10-12 21:33:25 +02:00
Asiel Díaz Benítez 20d592c1ae Merge pull request #2743 from deltachat/adb/issue-2742
remove unnecessary code in ChatBackgroundActivity
2023-10-12 14:51:55 -04:00
adbenitez 7ef7aba4a1 fix context weak reference usage 2023-10-12 19:57:46 +02:00
adbenitez eff3c3cf4f remove unnecesary code in ChatBackgroundActivity 2023-10-12 19:50:06 +02:00
adbenitez 06f165f22c add back WeakReference 2023-10-12 19:13:16 +02:00
adbenitez d97777cf66 add comment in SearchListAdapter 2023-10-12 19:06:41 +02:00
adbenitez 54591994c3 update dcContext in ConversationListAdapter.changeData() 2023-10-12 17:55:58 +02:00
Asiel Díaz Benítez febcee030f Merge pull request #2739 from deltachat/adb/issue-2738
tweak action bar theme for dark mode
2023-10-12 11:52:34 -04:00
Asiel Díaz Benítez d4a33d6857 Merge pull request #2737 from deltachat/adb/issue-2736
avoid NullPointerException in ConversationListFragment.updateReminders()
2023-10-12 11:44:59 -04:00
B. Petersen 8c93155e4a do not change things on import-backups on older androids 2023-10-12 16:45:37 +02:00
B. Petersen 5442d48998 attaching audio is same as attaching files 2023-10-12 16:45:37 +02:00
B. Petersen 4697ed2c29 keep asking for READ_EXTERNAL_STORAGE on backup export (may be needed for getting a fine file name) 2023-10-12 16:45:37 +02:00
B. Petersen aa8fc5f02c explain asking for gallery permissions 2023-10-12 16:45:37 +02:00
B. Petersen 4d82d04e1f adapt media export, key import/export 2023-10-12 16:45:37 +02:00
B. Petersen d18ead79da use manageKeys() as name for the import/export keys function (exportKeys() is misleading) 2023-10-12 16:45:37 +02:00
B. Petersen 53ee084186 import needs READ access only 2023-10-12 16:45:37 +02:00
B. Petersen 321c8db1e1 support writings backups and logs on android11 2023-10-12 16:45:37 +02:00
B. Petersen b38dbd6797 fix welcome for android 11 2023-10-12 16:45:37 +02:00
B. Petersen 0588b07e52 factor out 'always grant on sdk 33' 2023-10-12 16:45:37 +02:00
B. Petersen 9b9d2e4daa READ_EXTERNAL_STORAGE permission is still needed for <sdk33 2023-10-12 16:45:37 +02:00
adbenitez b0c473378d tweak action bar theme for dark mode 2023-10-11 20:40:39 +02:00
adbenitez 65254c030c avoid NullPointerException in ConversationListFragment.updateReminders() 2023-10-11 18:14:14 +02:00
Asiel Díaz Benítez 96de8c4895 Merge pull request #2734 from deltachat/adb/issue-2733
use more permissive mime type in key selection
2023-10-11 09:38:16 -04:00
adbenitez 6692a56c88 Merge remote-tracking branch 'upstream/main' 2023-10-10 17:34:05 +02:00
adbenitez 9380534399 use more permissive mime type in key selection 2023-10-10 16:47:23 +02:00
Asiel Díaz Benítez f1acb6c445 Merge pull request #2731 from deltachat/adb/issue-2730
registration screen: make checkbox use acent color
2023-10-09 09:18:32 -04:00
adbenitez e8e542b374 update full description 2023-10-09 14:31:59 +02:00
adbenitez 31f96e1f9d registration screen: make checkbox use acent color 2023-10-08 00:07:00 +02:00
adbenitez 60e9d7a939 fix bug with proguard rules, affecting encrypted databases and video recoding 2023-10-07 23:34:24 +02:00
adbenitez 1289ddb9e5 update proguard-rules.pro 2023-10-07 23:20:59 +02:00
adbenitez 9241a040ee Merge remote-tracking branch 'upstream/main' 2023-10-07 23:16:18 +02:00
Asiel Díaz Benítez 6df1413125 Merge pull request #2729 from deltachat/adb/code-cleanup2
cleanup code, fix some linter warnings
2023-10-07 17:15:02 -04:00
Asiel Díaz Benítez cb81a7e2c1 Update src/org/thoughtcrime/securesms/WebxdcActivity.java
Co-authored-by: bjoern <r10s@b44t.com>
2023-10-07 17:02:35 -04:00
adbenitez d4c763e282 fix some linter warnings 2023-10-07 21:59:26 +02:00
adbenitez d125e0d8be remove unused variables and @SuppressWarnings("unused") annotations 2023-10-07 16:28:26 +02:00
Asiel Díaz Benítez 542dc94f3c Merge pull request #2728 from deltachat/adb/issue-2725
allow to properly click in audio messages in multi-select mode
2023-10-06 18:41:32 -04:00
adbenitez 5513f780da rename toggleState() to togglePlay() 2023-10-07 00:31:37 +02:00
adbenitez 4dc1abf135 add comment 2023-10-06 23:26:21 +02:00
adbenitez 9262c1b0cc Merge remote-tracking branch 'upstream/main' 2023-10-06 22:22:13 +02:00
adbenitez b24ab37931 allow to properly click in audio messages in multi-select mode
also allow to long-press in play button to select message
2023-10-06 21:21:15 +02:00
holger krekel 3d48669b1a according to https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository this should work 2023-10-06 18:34:28 +02:00
B. Petersen ac1f2ebdd9 rename blocked-contacts-activity
`BlockedAndShareContactsActivity` is no longer used for sharing contacts,
this was always a misleading name
and is done since #2719 by `AttachContactActivity`.
2023-10-05 23:46:23 +02:00