B. Petersen
04a42469c2
do not use a single 'Cancel' button; use 'OK' instead
2023-09-29 15:28:17 +02:00
B. Petersen
fc96f96470
typo
2023-09-29 15:14:00 +02:00
adbenitez
dbf734b04f
rename li
2023-09-29 14:53:00 +02:00
adbenitez
32f5cf4192
remove FragmentActivity
2023-09-29 14:46:12 +02:00
adbenitez
7b21dacc72
rename reactions_details_title to reactions
2023-09-29 14:39:42 +02:00
adbenitez
79fb395613
set same padding right
2023-09-29 14:37:55 +02:00
Asiel Díaz Benítez
7b90ac6489
Update src/org/thoughtcrime/securesms/ConversationItem.java
...
Co-authored-by: bjoern <r10s@b44t.com >
2023-09-29 08:32:52 -04:00
Asiel Díaz Benítez
6bf5e9bfd0
Merge branch 'stable' into adb/issue-2675
2023-09-28 21:47:52 -04:00
adbenitez
e6107c4dcf
add reactions details dialog
2023-09-29 03:45:35 +02:00
B. Petersen
24f15b6d92
update translations
2023-09-28 22:30:35 +02:00
B. Petersen
e1a36cfeae
clarify 'less'
2023-09-28 22:23:32 +02:00
B. Petersen
ecd8558e7f
reword 'Built-In Camera' to 'In-App Camera'
...
built-in may also refer to the camera hardware build into you phone,
esp. on some translations this may get confusing
2023-09-28 22:23:32 +02:00
B. Petersen
660f0e90c3
do not pass +NUM to translations
...
i just checked all translations from Signal,
they all use `+NUM` or very few `+ NUM`
(the latter might be a typo as transifex makes it easy to mess up with spaces).
also, the string would be hard to explain to translators
and would probably result in quite some questions.
if a language pops up that need sth. different,
we can still iterate.
2023-09-28 22:23:32 +02:00
B. Petersen
d208b011c5
show 'verified by SELF' as such
...
core was changed to return SELF from `get_verifier_id()`
at https://github.com/deltachat/deltachat-core-rust/pull/4754 -
until then, core will return always a contact-id,
which is equal to the current state
2023-09-28 21:46:15 +02:00
adbenitez
c2ffe4250c
add onReactionClicked()
2023-09-28 20:42:18 +02:00
Asiel Díaz Benítez
9fd21b41ea
Merge pull request #2554 from deltachat/adb/add-reactions-api
...
display reactions
2023-09-27 18:32:07 -04:00
Asiel Díaz Benítez
9e116df4c7
Merge pull request #2671 from deltachat/adb/issue-1799
...
set current locale on orientation changes
2023-09-27 17:54:53 -04:00
B. Petersen
4080bae120
guarantee onCreate() is called before finish()
2023-09-27 23:50:10 +02:00
adbenitez
bd9d535116
listen to DC_EVENT_REACTIONS_CHANGED event
2023-09-27 23:23:10 +02:00
adbenitez
974bec7a78
fix error
2023-09-27 22:36:09 +02:00
adbenitez
74bae4e371
properly set language for all activities, also on screeen rotation
2023-09-27 20:58:51 +02:00
adbenitez
60fc520dc9
set current locale on orientation changes
2023-09-27 20:58:51 +02:00
adbenitez
49602bd581
improve ConversationItem
2023-09-27 20:41:49 +02:00
adbenitez
a38ad255da
basic display of reactions
2023-09-27 20:41:49 +02:00
adbenitez
de1f1d4fe2
implement get_msg_reactions() JSON-RPC API
2023-09-27 20:41:49 +02:00
B. Petersen
30d4febee7
use system camera as default
...
the system camera has usually more features (flash, physical zoom, filter)
and is less buggy than the mostly unmaintained built-in one.
also, the system camera seems to be more supported
(isDeviceSupported() is not needed) and does not require to ask for permission.
there is still a switch in "advanced settings" to use the old built-in camera,
however, at some point we may remove the old code completely.
2023-09-27 18:22:55 +02:00
Asiel Díaz Benítez
2fbada8d65
Merge pull request #2672 from deltachat/adb/issue-1022
...
keep screen on while playing voice message
2023-09-26 15:45:35 -04:00
adbenitez
118fdccc7b
improve code
2023-09-26 21:43:47 +02:00
adbenitez
9dbcff3908
remove getActivity()
2023-09-26 21:41:54 +02:00
adbenitez
c50ebe6e16
put keepScreenOn together getActivity()
2023-09-26 20:54:28 +02:00
adbenitez
9a9a602235
also turn off screen if track is paused
2023-09-26 20:52:56 +02:00
adbenitez
c72127e1ce
keep screen on while playing voice message
2023-09-26 17:05:40 +02:00
Asiel Díaz Benítez
cbc00391ff
Merge pull request #2667 from deltachat/adb/issue-2594
...
add more context to dialog title shown after sendToChat()
2023-09-26 09:24:23 -04:00
Asiel Díaz Benítez
2332d7c227
Apply suggestions from code review
...
use SHARED_TITLE instead of SHARING_TITLE
2023-09-26 09:12:11 -04:00
WofWca
da5309124e
style: add dark theme for webxdc wrapper
...
It affects the "loading" stage
Related: https://github.com/deltachat/deltachat-desktop/pull/3411
2023-09-26 13:16:09 +02:00
B. Petersen
3cf1168a06
profiles: rename info-category items to what they are
2023-09-26 13:07:07 +02:00
B. Petersen
afd0cee3e6
profiles: rename categories to what they are
2023-09-26 13:07:07 +02:00
B. Petersen
42143519d7
remove ts fragments from webxdc.js
...
main reason is, that these annotations cover the code,
making it hard to follow what is going on.
maybe opionionated, however,
in general, .ts is not needed in small projects,
and an additional burden for devs.
2023-09-26 11:29:06 +02:00
B. Petersen
92ddabc7ee
remove empty comment
2023-09-26 10:46:37 +02:00
B. Petersen
25d712816b
remove 'last seen' out of headline
2023-09-26 10:46:37 +02:00
B. Petersen
4fd036f798
make the button look more like a button
2023-09-26 10:46:37 +02:00
B. Petersen
89ab39c6ae
open verifier profile on tap
2023-09-26 10:46:37 +02:00
B. Petersen
3194e94f28
set icon beside 'verified by'
2023-09-26 10:46:37 +02:00
B. Petersen
ea93a05d2d
add basic verified-by line
2023-09-26 10:46:37 +02:00
B. Petersen
ed9d0a9462
add getVerifierAddr/Id api
2023-09-26 10:46:37 +02:00
Asiel Díaz Benítez
a78c24f6f8
Merge pull request #2668 from deltachat/adb/issue-2654
...
only jump to message if info message is from webxdc
2023-09-25 19:07:01 -04:00
adbenitez
b8aacfe164
only jump to message if info message is from webxdc
2023-09-26 00:46:23 +02:00
adbenitez
160303521d
add more context to dialog title shown after sendToChat()
2023-09-26 00:30:19 +02:00
B. Petersen
0f09aba7af
remove unused DcHttpResponse and related functions
...
they are replaced by jsonrpc in https://github.com/deltachat/deltachat-android/pull/2479
2023-09-25 21:14:36 +02:00
adbenitez
f4abd655c6
fix title refreshing on webxdc document name changes
2023-09-25 21:05:59 +02:00