B. Petersen
079e11bbe7
update translations: fr, ru
2023-05-22 20:02:17 +02:00
B. Petersen
3f7ac79a54
update translations
2023-05-20 12:22:15 +02:00
B. Petersen
605008074e
update translations: de
2023-05-18 12:51:44 +02:00
Simon Laux
b33394f73a
add strings for verified, verified by and last_seen_relative ( #2563 )
...
* add strings for `verified`, `verified by` and `last_seen_relative`
for https://github.com/deltachat/deltachat-desktop/pull/3227
partially addresses https://github.com/deltachat/deltachat-android/pull/2429 :
because it addresses one key `last_seen_relative`
* Apply suggestions from code review
Co-authored-by: bjoern <r10s@b44t.com >
---------
Co-authored-by: bjoern <r10s@b44t.com >
2023-05-18 12:47:08 +02:00
B. Petersen
34461d5dec
update translations: nl, pl, sq, tr, zh_CN
2023-05-17 21:44:22 +02:00
link2xt
8642d2a816
chore: update deltachat-core-rust to 1.112.9
2023-05-16 14:19:12 +00:00
B. Petersen
fd5b762655
update translations
2023-05-15 12:49:40 +02:00
bjoern
e50a13f371
streamline map wording ( #2562 )
...
* streamline menu
- remove prefix 'Show', we are not using it at most other places,
nor do comparable UI
- move 'All Locations' below 'All Media',
this seems to be more logical
(we were even thinking of making 'Locations' a tap in 'Media')
* add missing plural form for 'Location' (needed for iOS map experiments, maybe also the better title for the in-chat-maps in general)
2023-05-15 12:40:44 +02:00
B. Petersen
a3c9b63ff6
update translations: fa
2023-05-13 16:55:49 +02:00
Hocuri
58aeb0acc9
Bigger scroll-to-bottom button ( #2561 )
2023-05-10 11:03:22 +02:00
Hocuri
ca55fbdf33
Tweak chatlist colors: Make titles more visible in dark mode ( #2556 )
...
Before, the chat names were as bright as the subtitles.
2023-05-06 23:47:52 +02:00
B. Petersen
bb72802a76
update help: zh_CN
2023-05-05 20:22:30 +02:00
Asiel Díaz Benítez
4461358a3d
Merge pull request #2479 from deltachat/link2xt/jsonrpc
...
Add DcJsonrpcInstance class
2023-05-05 17:57:52 +02:00
B. Petersen
4e89b34f24
update translations: fr
2023-05-05 11:55:25 +02:00
Hocuri
6914b1815a
fix: Make replying privately work again ( #2551 )
2023-05-04 13:05:52 +02:00
B. Petersen
2c7eb04930
update translations: es, ro, zh_CN
2023-05-02 23:52:06 +02:00
Hocuri
0e27d445ee
Rework how activities interact when forwarding/sharing ( #2549 )
2023-05-02 10:34:31 +02:00
adbenitez
0b85cd2b9e
add getHttpResponse to Rpc
2023-05-01 14:22:39 -04:00
adbenitez
cbec549918
rename RpcError to RpcException
2023-04-27 14:41:50 -04:00
adbenitez
a5b1528b31
tweak comment
2023-04-27 14:33:36 -04:00
adbenitez
7935513825
move SettableFuture to core package
2023-04-27 14:25:24 -04:00
adbenitez
e4beb06191
check if future is null
2023-04-27 13:23:03 -04:00
Asiel Díaz Benítez
e1d071248b
Apply suggestions from code review
...
Co-authored-by: Hocuri <hocuri@gmx.de >
2023-04-27 13:19:51 -04:00
adbenitez
b5fc9ab945
remove field added while testing
2023-04-27 07:10:08 -04:00
adbenitez
941627db6e
move Rpc class to com.b44t.messenger.rpc package
2023-04-25 20:09:59 -04:00
Asiel Díaz Benítez
aa3e7195b2
set draft from mailto data in QR ( #2337 )
2023-04-24 15:17:40 +02:00
adbenitez
aa1a602d36
add DcHelp.getRpc()
2023-04-23 15:59:04 -04:00
adbenitez
d977d1f3a5
use get()
2023-04-23 15:27:39 -04:00
adbenitez
1d6d148c7e
fix bug
2023-04-23 15:00:08 -04:00
adbenitez
5a5d27a3e7
add DcRpc class
2023-04-23 14:46:37 -04:00
link2xt
7d6ff619cf
Start JSON-RPC parsing
2023-04-23 13:14:27 +00:00
link2xt
53dc77ec2d
Disable requests for now
2023-04-22 23:06:40 +00:00
link2xt
72f2f8979e
requestPtr
2023-04-22 22:53:57 +00:00
link2xt
df1acac1a6
Trying to use StringWriter
2023-04-22 22:14:21 +00:00
link2xt
070f2841cd
Sending request works
2023-04-22 22:10:57 +00:00
link2xt
e27a901f42
Generate request IDs
2023-04-22 21:29:16 +00:00
link2xt
a7e6f4865f
Try to send JSON-RPC requests
2023-04-22 20:59:31 +00:00
link2xt
39e9ab817e
Add JSON-RPC thread
...
Printing JSON-RPC responses for now.
2023-04-22 20:09:11 +00:00
link2xt
5246ee77ad
Remove getNextEventCPtr
2023-04-22 18:31:57 +00:00
link2xt
00fd1a95bb
Add dcJsonrpcInstance to ApplicationContext
2023-04-22 17:58:03 +00:00
link2xt
39800733c6
Revert "Start using DcJsonrpcInstance"
...
This reverts commit 91ba9ae50c2db5279fddec76df9f6d3870ab737e.
2023-04-22 17:58:03 +00:00
link2xt
1405ae0b65
Start using DcJsonrpcInstance
2023-04-22 17:58:03 +00:00
link2xt
4f468a4b8f
Add DcJsonrpcInstance class
2023-04-22 17:58:03 +00:00
B. Petersen
4971c3a8aa
update translations: ro
2023-04-22 14:09:46 +02:00
B. Petersen
dc1d897b1a
add f-droid changelog
2023-04-21 12:32:39 +02:00
bjoern
5e8294eb64
prepare 1.36.5 ( #2548 )
...
* update changelog for 1.36.5
* bump version to 1.36.5
2023-04-20 22:32:05 +02:00
bjoern
8d5372962f
do not intercept requests when loading remote content is disabled ( #2547 )
...
even with setBlockNetworkLoads(true),
shouldInterceptRequest() is called,
not sure if this is a bug or expected behavior,
i did not find documentation for that;
intuitively, i dit not expect sort of a proxy to bypass
and explicit block_networks = true,
however, one can probably also argue in the other direction.
leaving setBlockNetworkLoads(true),
in case default behavior changes (or older webviews have different ones),
we have a second layer.
2023-04-20 22:09:15 +02:00
link2xt
0e657eed56
Set WebView proxy to 0.0.0.0 when possible ( #2539 )
...
* Set WebView proxy to 0.0.0.0 when possible
* add DcHttpResponse to wrapper
* use new DcHttpResponse to show images in email-html-view
* null-encoding is fine for WebResourceResponse()
---------
Co-authored-by: B. Petersen <r10s@b44t.com >
2023-04-20 21:30:19 +02:00
B. Petersen
f130336c2f
update deltachat-core-rust to 'Prepare 1.112.8' of branch 'stable-1.112'
2023-04-20 17:20:27 +02:00
B. Petersen
68ed57a446
update translations
2023-04-20 12:05:21 +02:00