Commit Graph

4592 Commits

Author SHA1 Message Date
B. Petersen 05850a0d00 move part of left padding from emoji-button to parent; this looks better the emoji button is not needed as using system-emoji are used 2023-09-30 18:12:51 +02:00
B. Petersen 7b47c0adf8 fix welcome title bar
this was overseen at #2671

closes #2682
2023-09-30 17:42:51 +02:00
Asiel Díaz Benítez b515053f7d Merge pull request #2683 from deltachat/adb/issue-2679
display text in reaction pill
2023-09-30 11:42:36 -04:00
Asiel Díaz Benítez c874081926 Merge pull request #2681 from deltachat/adb/issue-2658
allow to select key to import instead of using Download folder
2023-09-30 11:33:04 -04:00
adbenitez 9ad19a3c41 display text in reaction pill 2023-09-30 17:32:08 +02:00
adbenitez d03ad47f68 display dialog after selecting file 2023-09-30 16:26:32 +02:00
Asiel Díaz Benítez 7e845261a2 Merge pull request #2676 from deltachat/adb/issue-2675
display reactions details
2023-09-30 10:08:54 -04:00
adbenitez a86ba375dc disable click in reactions pills in multi-select mode 2023-09-30 15:54:29 +02:00
adbenitez 05249ef38f rename pathName and fix indentation 2023-09-30 15:43:30 +02:00
adbenitez 1f7a0aa265 remove empty line 2023-09-30 14:51:02 +02:00
adbenitez 849839a334 allow to select key to import instead of using Download folder 2023-09-29 19:00:05 +02:00
B. Petersen c11a6ced62 update deltachat-core-rust to 'chore(release): prepare for 1.123.0' of 'v1.123.0' 2023-09-29 16:33:15 +02:00
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