adbenitez
f95789d622
update full description
2024-02-24 01:04:59 -05:00
adbenitez
60ff22f4e9
update submodule
2024-02-11 22:51:28 -05:00
adbenitez
4c8407f6e1
add back camera permission
2024-02-11 22:41:34 -05:00
adbenitez
2b96fcbe06
avoid crash in android 4
2024-02-11 10:34:32 -05:00
adbenitez
424afdf702
update version
2024-02-10 00:48:18 -05:00
adbenitez
3576aa47a7
update submodule
2024-02-10 00:37:28 -05:00
adbenitez
47b2f4d259
enable arm64-v8a again
2024-02-10 00:36:33 -05:00
adbenitez
f599cda957
try to fix crash in android 4
2024-02-09 23:45:08 -05:00
adbenitez
f3b476eef3
update dev email
2024-02-09 23:44:46 -05:00
adbenitez
885378ebfc
update core and version number
2024-02-07 19:14:28 -05:00
adbenitez
84b92f4693
remove CONFIG_SENTBOX_WATCH
2024-02-07 19:13:23 -05:00
adbenitez
eafeda8d74
Merge remote-tracking branch 'upstream/main'
2024-02-07 18:48:42 -05:00
adbenitez
f574734b93
fix bug
2024-02-07 18:40:45 -05:00
B. Petersen
86d636d6b9
update translations
2024-02-07 21:32:24 +01:00
B. Petersen
7b44557668
update deltachat-core-rust to 'Basic self-reporting, core part ( #5129 )' of 'main'
2024-02-07 21:19:26 +01:00
Hocuri
81b321f740
Add self-reporting button ( #2910 )
...
Depends on https://github.com/deltachat/deltachat-core-rust/pull/5129
Part of https://github.com/deltachat/deltachat-android/issues/2909
2024-02-07 20:23:55 +01:00
adbenitez
d7219edbe1
add "Create Account" button
2024-02-06 22:57:28 -05:00
adbenitez
101b09a2e1
update version number
2024-02-06 21:07:29 -05:00
adbenitez
d73ca4be0b
update submodule
2024-02-06 21:06:59 -05:00
adbenitez
1ac333daab
Merge remote-tracking branch 'upstream/main'
2024-02-06 20:54:26 -05:00
Asiel Díaz Benítez
431b17baec
Merge pull request #16 from deltalab-org/adb/issue-15
...
remove unnecessary CAMERA permission (since built-in camera was removed)
2024-02-06 20:48:58 -05:00
adbenitez
c264daa666
remove unnecessary CAMERA permission (since built-in camera was removed)
...
also tweak build.gradle to avoid unnecessary metadata
2024-02-06 16:57:37 -05:00
bjoern
71cd0e0c1f
make 'Read Address Book' a per-account option ( #2955 )
...
this fits better to chatmail:
- one can have chatmail=OFF and normal-mail=ON
- new accounts are most often chatmail,
even if there is a normal-mail account,
and get the setting OFF,
which is better in most cases
2024-02-06 22:28:54 +01:00
bjoern
86dc14acd9
fix typos in recent CHANGELOG entry ( #2954 )
2024-02-06 08:16:39 +01:00
adbenitez
221965a747
update submodule
2024-02-06 01:20:01 -05:00
adbenitez
6e66645af0
Merge remote-tracking branch 'upstream/main'
2024-02-03 20:41:14 -05:00
adbenitez
aa83cb2980
update public-bots address
2024-02-03 20:39:45 -05:00
bjoern
f4e26299f7
prepare 1.43.0 ( #2952 )
...
* update CHANGELOG, core part
* update CHANGELOG, android part
* bump version to 1.43.0
2024-02-03 23:50:41 +01:00
adbenitez
5b2dbd2400
Merge remote-tracking branch 'upstream/main'
2024-02-02 13:43:36 -05:00
adbenitez
5c21a9781f
update menu links to bots
2024-02-02 13:41:47 -05:00
adbenitez
dfe8ce7bff
update values-es/strings.xml
2024-02-02 13:41:29 -05:00
B. Petersen
953a888239
update translations
2024-02-02 00:09:24 +01:00
B. Petersen
58d7a3a6c2
update deltachat-core-rust to 'update welcome image, thanks @paulaluap' of 'main'
2024-02-01 23:17:39 +01:00
B. Petersen
302a6b5880
update translations
2024-02-01 13:01:42 +01:00
adbenitez
3660fe87a8
Merge remote-tracking branch 'upstream/main'
2024-02-01 04:39:27 -05:00
adbenitez
22db66811d
tweak reactions pills
2024-02-01 04:23:32 -05:00
bjoern
1b6b216d98
catch errors thrown by Uri.parse() to avoid crashes on tapping invite links ( #2951 )
2024-02-01 10:10:10 +01:00
B. Petersen
7f1fcad42b
update translations
2024-02-01 10:08:42 +01:00
bjoern
8cb9d42750
add an option to 'Read System Address Book' ( #2950 )
...
with chatmail, providers exist that allow to send encrypted mails only.
pulling in the system address book unconditionally for chatmail will harm UX
as for most of these addresses,
no public key will be known until eg. a QR code is scanned.
we may think this over in the future.
note, that one usually also can create a Delta Chat chat from the address book,
so, this works also without having Delta Chat pulled in all addresses
(which has some issues, https://github.com/deltachat/deltachat-android/issues/2923 )
2024-02-01 09:34:15 +01:00
adbenitez
c83806b005
tweak reactions pills
2024-02-01 02:08:18 -05:00
adbenitez
a414564367
Merge remote-tracking branch 'upstream/main'
2024-02-01 01:37:11 -05:00
Asiel Díaz Benítez
84b5540249
declare hasFragileUserData ( #2947 )
2024-02-01 01:34:04 -05:00
Asiel Díaz Benítez
f2051888f2
handle in-chat clicks to invite-URLs ( #2949 )
...
* handle in-chat clicks to invite-URLs
* improve isInviteURL()
2024-02-01 01:29:40 -05:00
B. Petersen
f253f855a3
update deltachat-core-rust to 'chore(release): prepare for 1.134.0' of 'v1.134.0'
2024-01-31 23:12:53 +01:00
adbenitez
9cc0f79fe2
Merge remote-tracking branch 'upstream/main'
2024-01-31 09:36:06 -05:00
Asiel Díaz Benítez
f207251f11
copy invite links to clipboard ( #2943 )
...
* copy invite links to clipboard
* rename INVITE_PAGE to INVITE_DOMAIN
* share link together with QR image, improve QR image
* share invite-URL instead of QR image
* 'Load QR code from image' is no longer a recommended workflow
the primary UI works with invite-links now.
'Load QR code from image' is still supported,
but is tuned down as no longer recommended workflow.
---------
Co-authored-by: B. Petersen <r10s@b44t.com >
2024-01-31 09:26:15 -05:00
adbenitez
78c0734d1d
Merge remote-tracking branch 'upstream/main'
2024-01-31 09:25:05 -05:00
Asiel Díaz Benítez
9a2968d502
allow to mute/unmute from chatlist ( #2948 )
2024-01-31 09:22:39 -05:00
adbenitez
18b949bcf3
limit global badge
2024-01-31 02:02:25 -05:00
adbenitez
1518f54bb8
Merge remote-tracking branch 'upstream/adb/issue-2939'
2024-01-31 01:37:12 -05:00