B. Petersen
605b97fe38
simplify 'Privacy Policy' handling
2024-04-29 16:35:01 +02:00
B. Petersen
0d37d5f866
make 'I agree to 'Privacy Policy' usable for react
2024-04-29 16:35:01 +02:00
B. Petersen
a11824b095
make 'I agree to 'Privacy Policy' easier tappable and usable
2024-04-29 16:35:01 +02:00
B. Petersen
7a1e7989d0
refine strings: link to 'privacy policy', avoid 'instance' wording
2024-04-29 16:35:01 +02:00
B. Petersen
33f7fd3c0b
add strings needed for instant onboarding
2024-04-29 16:35:01 +02:00
B. Petersen
361e325d72
unify the flows of DCACCOUNT: and DCLOGIN: (that only differ wrt confirmation message) to avoid hickup as on desktop on the upcoming onboarding work
2024-04-29 16:30:24 +02:00
B. Petersen
e27f592c07
remove unused relicts from Mapbox -> Leaflet move
2024-04-28 23:22:59 +02:00
B. Petersen
0ec7ab5ce5
update translations
2024-04-28 21:58:16 +02:00
Asiel Díaz Benítez
224201a77f
fix openOnlineUrl(), mailto/openpgp4fpr has to open externally ( #3008 )
...
* fix openOnlineUrl(), mailto/openpgp4fpr has to open externally
* Update src/org/thoughtcrime/securesms/WebxdcActivity.java
Co-authored-by: bjoern <r10s@b44t.com >
* Update src/org/thoughtcrime/securesms/WebxdcActivity.java
Co-authored-by: bjoern <r10s@b44t.com >
---------
Co-authored-by: bjoern <r10s@b44t.com >
2024-04-27 18:00:58 -04:00
Asiel Díaz Benítez
217478e90b
allow to pin, archive, etc. when searching in the chatlist ( #3002 )
2024-04-27 17:44:33 -04:00
B. Petersen
97b84e1959
don't say "Done" when we don't know we're done
...
adding a shortcut is sometimes a request only,
the user has to confirm and/or there is a subsequent dialog.
so, when `requestPinShortcut()` returns successfully,
saying "Done" as the result of "Add to Home Screen" is often wrong
from the view of the user.
however, some feedback is still needed for the cases there are no dialogs.
saying "One moment..." covers both cases sufficiently.
2024-04-27 22:44:56 +02:00
B. Petersen
c7ad087b51
remove now unused map resources
2024-04-26 21:42:07 +02:00
Asiel Díaz Benítez
9eaf8bb1f3
use new experimental maps integration ( #3005 )
...
* use new maps integration
* Update src/com/b44t/messenger/DcContext.java
Co-authored-by: bjoern <r10s@b44t.com >
* Update src/org/thoughtcrime/securesms/WebxdcActivity.java
Co-authored-by: bjoern <r10s@b44t.com >
* fix typo
---------
Co-authored-by: bjoern <r10s@b44t.com >
2024-04-25 12:04:13 -04:00
B. Petersen
cb084df369
remove unused imports
2024-04-25 16:59:40 +02:00
B. Petersen
e422070bda
simplify code by followingc linter hints
2024-04-25 16:59:40 +02:00
Asiel Díaz Benítez
01b3f339dd
fix bug in WebxdcActivity: don't try to get iframe in "allow internet" mode ( #3006 )
...
* fix bug in WebxdcActivity: don't try to get iframe in "allow internet" mode
* Update src/org/thoughtcrime/securesms/WebxdcActivity.java
Co-authored-by: bjoern <r10s@b44t.com >
* properly clear proxy in "allow-internet" mode
---------
Co-authored-by: bjoern <r10s@b44t.com >
2024-04-25 09:45:19 -04:00
B. Petersen
6b309535fe
update deltachat-core-rust to 'chore(release): prepare for 1.137.4' of 'v1.137.4'
2024-04-24 19:31:28 +02:00
Asiel Díaz Benítez
b0be653ded
allow to open troubleshooting menu option directly from offline help ( #2997 )
...
* allow to open troubleshooting menu option directly from offline help
* add comment
* Update src/org/thoughtcrime/securesms/PassphraseRequiredActionBarActivity.java
Co-authored-by: bjoern <r10s@b44t.com >
---------
Co-authored-by: bjoern <r10s@b44t.com >
2024-04-24 07:46:55 -04:00
Asiel Díaz Benítez
7afef221a1
support request_internet_access again ( #2988 )
...
* support request_internet_access again
* don't set fake proxy for apps with internet access
* remove unnecessary imports and Rpc instance
2024-04-24 06:27:33 -04:00
B. Petersen
73479bf854
update translations
2024-04-22 17:17:59 +02:00
B. Petersen
ed107981a9
update translations
2024-04-16 16:58:13 +02:00
B. Petersen
15a77fb292
add qr-code-scanning hint better fitting for desktop
2024-04-16 16:45:15 +02:00
link2xt
430c15861a
Replace Signal's getFileDescriptorOwner with K-9's SafeContentResolver ( #2976 )
2024-04-13 18:52:37 +00:00
B. Petersen
82c06f3a97
refine translator hint wrt reaction summary
...
explicitly say that the string will be truncated often.
2024-04-07 01:22:42 +02:00
B. Petersen
1d44eb84c8
update translations
2024-04-06 12:26:41 +02:00
B. Petersen
82a11dc5c2
update deltachat-core-rust to 'chore(release): prepare for 1.137.2' of 'v1.137.2'
2024-04-05 17:39:22 +02:00
link2xt
24d10bda78
build(nix): do not change PATH
...
Version 30.0.3 is outdated (we use build-tools 33.0.1)
and toolchain path is determined by scripts/ndk-make.sh
so there is no need to add toolchain binaries to PATH.
On macOS there is no linux-x86_64 folder as well.
2024-04-05 13:35:23 +00:00
link2xt
122bb0dbff
build: update from Rust 1.72.0 to Rust 1.77.0
2024-04-05 13:35:23 +00:00
link2xt
15a0a9b1cd
build(nix): update flake.lock
2024-04-05 13:35:23 +00:00
B. Petersen
0f47e90dd0
add support for reaction summaries
2024-04-04 14:27:35 +02:00
B. Petersen
b3ad055c08
update tranlsations
2024-04-03 22:55:04 +02:00
B. Petersen
0d8a1ee812
update translations
2024-04-03 12:08:46 +02:00
bjoern
c5077338f9
add strings needed by core to show reactions in summaries ( #2985 )
2024-04-03 11:14:37 +02:00
bjoern
2faf7a640f
react with any emoji ( #2979 )
...
* add button to select any reaction
* add emojipicker to build.gradle and manifest
* fix build error
* open reaction picker and send any reaction
* use RelativeLayout as parent for EmojiPickerView
* dismiss AlertDialog on emoji-selection
* reduce columns to 8 like on iOS
* disable "more reactions" button in android < 5
* show selected reactions instead of '...', this is what whatsapp, signal are doing
* make '...' a bit less bold in light mode
---------
Co-authored-by: adbenitez <asieldbenitez@gmail.com >
2024-03-27 12:33:13 -04:00
bjoern
5c930baa0d
remove dead code ( #2981 )
...
* minSdkVersion is 16, remove checks that are always true or false
* VideoView was used for SDK<16 only
2024-03-22 15:57:28 +01:00
B. Petersen
dbdedbae58
add f-droid changelog
2024-03-09 17:22:54 +01:00
B. Petersen
9a0eb0e24f
bump version to 1.44.0
2024-03-07 13:01:34 +01:00
B. Petersen
59090c3efa
clarify what's done with the counted messages
2024-03-07 13:01:34 +01:00
B. Petersen
4d52d84bf2
add missing translations
2024-03-07 13:01:34 +01:00
B. Petersen
84d8f383b6
draft a device message
2024-03-07 13:01:34 +01:00
B. Petersen
5f0b4a6e4c
update changelog for 1.44.0
2024-03-07 13:01:34 +01:00
B. Petersen
be1e880470
update translations
2024-03-07 12:44:37 +01:00
B. Petersen
c996c766b2
tweak scripts/clean-core.sh
...
the idea of the script
is to prune all possible caches
that may cause problems when updating core.
it is run usually before a release
and to make sure a core is rebuild from scratch.
2024-03-06 22:17:31 +01:00
B. Petersen
67dab69c8a
update translations
2024-03-06 16:05:32 +01:00
B. Petersen
c0b8e5effb
update deltachat-core-rust to 'chore(release): prepare for 1.136.2' of 'v1.136.2'
2024-03-06 13:57:49 +01:00
link2xt
2c2aff02a4
nix: read Rust version from scripts/rust-toolchain
2024-03-05 01:28:28 +00:00
B. Petersen
c50feaf82b
update translations
2024-03-03 15:44:07 +01:00
B. Petersen
07bc03b1d5
add generic 'body' text for new messages and add translators hints
2024-03-03 01:45:29 +01:00
B. Petersen
fb5f143f47
update translations
2024-03-01 15:38:30 +01:00
link2xt
8a89412a2d
build: update nix flake
2024-02-20 15:06:20 +00:00