Commit Graph

4621 Commits

Author SHA1 Message Date
adbenitez c6753c927e update store description 2022-07-11 01:58:14 -04:00
adbenitez 0b17897c1a Merge remote-tracking branch 'upstream/master' 2022-07-11 00:22:30 -04:00
B. Petersen 9c52292ac9 update translations 2022-07-11 00:40:34 +02:00
Hocuri 0e7bc9b8b7 More videochat footer padding (#2340) 2022-07-10 10:39:07 +02:00
adbenitez 2ddad6474d update submodule 2022-07-10 00:36:56 -04:00
adbenitez 6835576192 Merge remote-tracking branch 'upstream/master' 2022-07-10 00:36:07 -04:00
B. Petersen aacc7457df update translations 2022-07-09 22:48:27 +02:00
B. Petersen 90217dc770 update deltachat-core-rust submodule to 'Release 1.89.0' 2022-07-09 22:46:51 +02:00
adbenitez 70eb693788 Merge remote-tracking branch 'upstream/master' 2022-07-09 15:23:15 -04:00
B. Petersen c75e611f96 update translations 2022-07-09 16:01:04 +02:00
Rosano 4de96a1b7d Revise English (#2331)
* Revise English

* Undo decapitalize

* Shorten Disappearing messages note

* Revise English 2

* Revise English 50%

* Revise English rest

* Fix typos

* Revert group left

* Rename Note

Co-authored-by: bjoern <r10s@b44t.com>

* Fix typo

Co-authored-by: bjoern <r10s@b44t.com>

* Remove 'makers'

* Fix typos

* Make contacts consistent

* Add commas

* Shorten location sharing

Co-authored-by: bjoern <r10s@b44t.com>
2022-07-09 15:56:16 +02:00
B. Petersen a20c2152e9 update translations 2022-07-09 15:55:01 +02:00
Hocuri 6e98b8a96d Fix onboarding test 2022-07-09 14:02:14 +02:00
bjoern 5cbb64da7a prepare 1.31.0 (#2336)
* bump version to 1.31.0

* update changelog for 1.31.0 (add core88 features)

* update changelog for 1.31.0 (android features)

* remove outdated device message, the final 1.32 will probably get a fresh one
2022-07-08 11:24:21 +02:00
B. Petersen 5bb36639d9 update translations 2022-07-07 19:55:42 +02:00
B. Petersen e14dbd5c3b update deltachat-core-rust submodule to 'Release 1.88.0' 2022-07-06 16:12:02 +02:00
B. Petersen 2da19a5f2b update translations 2022-07-06 13:59:51 +02:00
adbenitez 3873a2e45e Merge remote-tracking branch 'upstream/master' 2022-07-06 07:19:49 -04:00
Asiel Díaz Benítez 8fc1f3b060 Merge pull request #2333 from deltachat/adb/webxdc-allow-mailto
allow to open mailto links inside webxdc documents
2022-07-06 07:08:27 -04:00
Hocuri 057fabc1a6 Also identify media type if there are unknown characters in the filename (#2329)
fix #2306
2022-07-06 12:58:49 +02:00
adbenitez bdefbe0055 allow to open mailto links inside webxdc documents 2022-07-06 06:31:39 -04:00
adbenitez 2f3f603ef3 Merge remote-tracking branch 'upstream/master' 2022-07-06 05:01:28 -04:00
link2xt 2a5efba763 Pass APP_ABI to ndk-build instead of creating temporary Application.mk
It's simpler and stores objects inside obj/ in-tree,
preventing unnecessary rebuilds.
2022-07-06 00:00:00 +00:00
B. Petersen 74b6da430b update deltachat-core-rust submodule to 'update CHANGELOG' 2022-07-05 23:38:45 +02:00
B. Petersen 8e43c97547 update deltachat-core-rust submodule to 'update async-zip to fixed version' 2022-07-04 20:23:46 +02:00
B. Petersen 133aa65c36 update translations 2022-07-04 20:23:33 +02:00
B. Petersen 4b19cadbd2 use updated videochat strings
`videochat_instance_explain_2`+`videochat_instance_example`
is mostly the same as `videochat_instance_explain`
but offers nicer layout on desktop.

to make things easier for translators,
we aim to remove `videochat_instance_explain`.
2022-07-03 21:39:51 +02:00
link2xt 3b33880fcc ndk-make.sh: do not modify in-tree Application.mk
Use temporary Application.mk directly via NDK_APPLICATION_MK option.
2022-07-03 09:25:16 +00:00
B. Petersen 3d0fbf30d2 update translations 2022-06-28 08:36:20 +02:00
B. Petersen dc459bdb14 remove unused translations
the deleted strings seems not to be used on android/ios/desktop
(checked with `./scripts/grep-string.sh`
2022-06-28 08:32:26 +02:00
adbenitez ac7ba89eea Merge remote-tracking branch 'upstream/master' 2022-06-28 00:23:06 -04:00
B. Petersen 97206a48d2 also emulate EPOLL_CLOEXEC 2022-06-27 23:18:32 +02:00
B. Petersen e29b6f9974 add epoll_create fallback which is missing in API<21 2022-06-27 23:18:32 +02:00
B. Petersen 49ddacd7c6 update translations 2022-06-26 22:22:52 +02:00
B. Petersen 62ffb8d460 update translation 2022-06-24 21:29:52 +02:00
B. Petersen d263ee58a6 allow forwarding info-messages
i think, it makes sense to allow that,
on receiving side they are just text,
see https://github.com/deltachat/deltachat-core-rust/pull/3446
for further reasoning.
2022-06-24 14:46:43 +02:00
adbenitez 6d31669752 Merge remote-tracking branch 'upstream/master' 2022-06-24 02:50:11 -04:00
B. Petersen 3227373110 use correct DC_STATE_OUT_FAILED name
in core, the state is called `DC_STATE_OUT_FAILED`,
not `DC_STATE_OUT_ERROR`.

the new name also fits better to existing names as `isFailed()`.
2022-06-08 12:13:53 +02:00
adbenitez bfcb50a60c Merge remote-tracking branch 'upstream/master' 2022-06-07 03:58:25 -04:00
bjoern cc4b13e924 Update CHANGELOG.md
Co-authored-by: Asiel Díaz Benítez <asieldbenitez@gmail.com>
2022-06-07 09:52:29 +02:00
B. Petersen 7547628d6b bump version to 1.30.3 2022-06-07 09:52:29 +02:00
B. Petersen 68b80ec4a0 update changelog for 1.30.3 2022-06-07 09:52:29 +02:00
B. Petersen c9f7d206c7 update deltachat-core-rust submodule to 'bump version to 1.86.0' 2022-06-06 12:19:36 +02:00
B. Petersen 9f90eb5504 update translations 2022-06-06 12:19:26 +02:00
B. Petersen 1cb7d93417 show more info messages by adapting spacing to the overall layout
the spacing was just a bit too much,
eg. bubble spacing is 6dp atop and abottom.

this was always not-so-good, however, as info-messages are
more in use by webxdc now, it gets more visible.

the new spacing roughly matches the layout on ios.
2022-06-06 12:16:20 +02:00
adbenitez 8bd9b23426 Merge remote-tracking branch 'upstream/master' 2022-06-04 00:32:53 -04:00
B. Petersen 10994417e3 update translations 2022-06-03 11:39:18 +02:00
B. Petersen 177c382a51 clarify 'focus' commands 2022-06-03 11:18:38 +02:00
B. Petersen b0aaecddc3 remove hard to translate strings for now from transifex 2022-06-03 10:56:55 +02:00
B. Petersen 56fa671044 remove unused keybinding strings 2022-06-02 13:47:08 +02:00