Commit Graph

2548 Commits

Author SHA1 Message Date
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
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 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
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
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
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 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
adbenitez b4fe0b30e7 use isBigScreen and isLandscape attrs 2023-09-25 13:17:55 +02:00
adbenitez 287e1d25b0 fix bug if already in landscape mode, and improve tablet support 2023-09-25 01:20:20 +02:00
adbenitez ae48c40f8d improve landscape mode for webxdc 2023-09-24 22:17:36 +02:00
Asiel Díaz Benítez 26801d2488 Merge pull request #2609 from deltachat/adb/fix-linter-warnings
fix some linter warnings
2023-09-24 13:51:39 +02:00
adbenitez 74c6899dff don't show connectivity activity on title click when forwarding/sharing 2023-09-24 12:16:16 +02:00
bjoern 5c51339ccc set correct mime type for .wasm files (#2636)
in case, getMimeTypeFromExtension()
fails to figure out the mime type for .wasm files,
we set application/wasm manually afterwards
2023-08-12 22:56:39 +02:00
B. Petersen b1204e08dd webxdc: allow media from blob: and data: 2023-07-21 23:59:43 +02:00
Hocuri 3becdf52ec Fix crash in the "Full Msg" view by downgrading Gson (#2610) 2023-06-30 16:29:08 +02:00
adbenitez 5b4897a023 remove redundant suppression in shouldInterceptRequest(WebView view, String url) 2023-06-29 18:25:51 +02:00
adbenitez fc3952e805 avoid NullPointerException in WebViewActivity.onCreate(Bundle state, boolean ready) 2023-06-29 18:23:33 +02:00