B. Petersen
3dc7848c5d
remove unused colors and dimens, relicts of Mapbox
2024-04-29 19:49:59 +02:00
B. Petersen
1c905ff654
remove unused strings
2024-04-29 19:49:59 +02:00
B. Petersen
2dbdfe6f4a
remove unused TransportOption functions
2024-04-29 19:49:59 +02:00
B. Petersen
487baf3a04
remove unused functions isManualSelection() and transportOptions.disableTransport()
2024-04-29 19:49:59 +02:00
B. Petersen
18d51b5468
remove unused class SearchRepository, move callback interface to SearchViewModel
2024-04-29 19:49:59 +02:00
B. Petersen
171e58e016
remove unused class Selectable
2024-04-29 19:49:59 +02:00
B. Petersen
55c8f93286
remove unused toReversePrimitiveArray() and ProgressDialogAsyncTask constructor
2024-04-29 19:49:59 +02:00
B. Petersen
1b371a1b72
remove unused KeyboardAwareLinearLayout.isBubble
2024-04-29 19:49:59 +02:00
B. Petersen
17cf9face0
remove unused QR code utilities
2024-04-29 19:49:59 +02:00
B. Petersen
9770e578c8
remove unused Util
2024-04-29 19:49:59 +02:00
B. Petersen
7c074c7b81
remove unused image utilities
2024-04-29 19:49:59 +02:00
B. Petersen
df8115e7bb
remove never instanciated AttachmentServer
2024-04-29 19:49:59 +02:00
B. Petersen
307bd3bdd7
mark method called by js as always used
2024-04-29 19:49:59 +02:00
B. Petersen
862d96e7ae
tweak other-instance text
2024-04-29 16:35:01 +02:00
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