Commit Graph

1208 Commits

Author SHA1 Message Date
B. Petersen f1f7156f15 hotfix: fix source strings.xml errors 2021-11-28 17:23:58 +01:00
B. Petersen 9fb695739d update translations 2021-11-28 13:46:53 +01:00
B. Petersen fd8c4a628e update translations 2021-11-28 00:38:29 +01:00
Simon Laux 5601ca91b1 add translation strings from desktop (#2149)
* add translation strings from desktop

* Update res/values/strings.xml

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

* rename `mailto_dialog_confirm_replace_draft` to just `confirm_replace_draft`

Co-authored-by: bjoern <r10s@b44t.com>
2021-11-28 00:29:36 +01:00
B. Petersen 0213019aa0 update translations 2021-11-26 11:42:27 +01:00
bjoern 1b68e13d9c "scan qr code" wordings (#2146)
* pass qr-code strings to core (as qr code images are generated in core now)

* shorter wording of qr code hints

* quote group name as done in most other places
2021-11-25 12:09:10 +01:00
B. Petersen 1223bd1f32 update translations 2021-11-24 23:31:18 +01:00
Asiel Díaz Benítez 23ad457fab [WIP] use the new SVG QR images generated in core (#2138)
* use the new SVG QR images generated in core

* hack y-offset of fallback-avatar-letter

the dominant-baseline=central and baseline=middle attributes are not working,
see https://github.com/deltachat/deltachat-core-rust/pull/2815#issuecomment-978067378
and source code comment for some more details.

Co-authored-by: B. Petersen <r10s@b44t.com>
2021-11-24 23:24:55 +01:00
bjoern ddda0750ba tweak wording for 'Last seen' (#2145) 2021-11-23 21:51:31 +01:00
Asiel Díaz Benítez 8b050f3b1e Merge pull request #2144 from deltachat/display-last-seen
Display last-seen info in profile
2021-11-23 12:18:36 -05:00
Asiel Díaz Benítez a79912109c Update res/values/strings.xml
Co-authored-by: bjoern <r10s@b44t.com>
2021-11-23 11:41:27 -05:00
B. Petersen 01f213c400 fix slovak string 2021-11-23 14:21:53 +01:00
B. Petersen d6daf72b8d update translations 2021-11-23 11:45:47 +01:00
adbenitez c7956abbaf show last-seen info in profile 2021-11-22 23:11:42 -05:00
Hocuri a4dd8446e8 Fix layout bug in chatlist title (#2137)
Fix #2127

* Fix layout bug in chatlist title

* Support RTL languages better
2021-11-22 10:14:51 +01:00
B. Petersen a9764e89ed update translations 2021-11-17 11:06:03 +01:00
B. Petersen 6468094ac2 update translations 2021-11-16 22:27:50 +01:00
B. Petersen 3cadf2f3fa update translations 2021-11-16 22:20:34 +01:00
B. Petersen 5b64238c82 fix translation source 2021-11-16 22:19:35 +01:00
Hocuri a6be2f426c Don't set draft after creating group, instead improve group creation hint (#2134)
fix deltachat/deltachat-core-rust#2793

Also see deltachat/deltachat-core-rust#2805
2021-11-16 10:44:55 +01:00
B. Petersen 86582100da update translations 2021-11-15 13:34:02 +01:00
B. Petersen 5352690246 update translations and local help 2021-11-11 22:37:32 +01:00
cyBerta 18c3306832 Merge pull request #2088 from deltachat/provider-app-support
provider app support
2021-11-10 14:54:01 +01:00
B. Petersen e11fbc7455 update translations 2021-11-07 14:01:05 +01:00
Asiel Díaz Benítez 02ed207fa5 reduce selected account's checkmark size a bit (#2118) 2021-11-06 22:07:20 +01:00
B. Petersen 3bf28d0e0a update translations 2021-11-06 21:04:17 +01:00
bjoern 949f9b5b2f prepare 1.24.0 (#2104)
* update changelog for 1.24.0

* add device message

* add recent commits to changelog

* bump version to 1.24.0
2021-11-05 00:48:37 +01:00
B. Petersen 22604fbef7 update translations 2021-11-04 17:20:31 +01:00
B. Petersen 56ea95fd30 fix layout of yggmail addresses 2021-11-04 12:51:21 +01:00
Asiel Díaz Benítez be56cb380e QR activities improvements (#2103)
* allow to copy QR data and to read QR data from clipboard

* add share option

* allow to scan QR from gallery

* use menu_copy_to_clipboard instead of menu_copy_link_to_clipboard

* use AttachmentManager

* reuse Bitmap

* change REQUEST_CODE_IMAGE value

* use getCacheDir()

* replace handleOpenPgp4Fpr with handleQrData

* show error message if scanning QR failed

* use Log.e() instead of Log.w()

* Revert "use getCacheDir()"

This reverts commit 2a2a801b311e7c4929f5063d3340234413528b93.

the impact of this change is eaasily larger than expected,
see comments at https://github.com/deltachat/deltachat-android/pull/2103

if needed, we can discuss and re-add that in a separate, more focused pr.

Co-authored-by: B. Petersen <r10s@b44t.com>
2021-11-04 12:26:32 +01:00
B. Petersen c25020f0c0 update translations 2021-10-31 23:58:15 +01:00
bjoern 45187174f2 new group from profile (#2100)
* add 'New Group or Subject' to contact profiles and allow group creation from there

* preselect contacts on group-creation from profile

* remove dead code

* also for existing group-creation, do not finish calling activity needlessly (this is pretty unexpected behavior)

* on editing groups, just use isProtected() from the chat to edit
2021-10-31 15:24:50 +01:00
bjoern 1e2bc56aec adapt 'self-profile' hint to reality (#2102)
* adapt 'profile' hint to reality

- the profile hint misses that also the signature
  is sent out, together with name and image

- strike the part about that sent information cannot be retracted -
  that is pretty clear,
  and if we say that here, why not beside every message ;)
  not sure where that comes from,
  i checked similar settings in other messengers,
  there is no comparable hint.

* remove unclear 'alongside' wording
2021-10-30 23:09:11 +02:00
B. Petersen be4729b669 update translations 2021-10-30 19:04:57 +02:00
Asiel Díaz Benítez 090fc09657 show verified-checkmark in memberlist in group creation (#2101) 2021-10-30 14:08:56 +02:00
B. Petersen eedf1c4858 Revert "add 'New Group or Subject' to contact profiles and allow group creation from there"
This reverts commit 872044b811.
2021-10-29 10:44:29 +02:00
B. Petersen 872044b811 add 'New Group or Subject' to contact profiles and allow group creation from there 2021-10-29 10:34:46 +02:00
B. Petersen d180ab104c update local help 2021-10-28 12:13:09 +02:00
B. Petersen cac85528df update translations 2021-10-27 17:40:17 +02:00
B. Petersen cb1b1871b0 update translations 2021-10-27 17:28:19 +02:00
bjoern a0c96af983 make new 'join group' strings translatable, remove superfluous code (#2095)
* make new 'join group' strings translatable

* remove now superfluous group-join-progress-dialog

* remove thread-back-to-main roundtrip, joinSecurejoin() should return fast enough, not much different from any other chat creation
2021-10-27 17:23:45 +02:00
bjoern ab5c57736a re-add "Add Attachment" menu entry (#2094)
it was removed to have some less menu entries,
however, on recent discussions,
it turns out clearer and clearte that this will break some workflows
(writing text first, then adding attachment).

i just had a look at other "large" messengers -
all of them support "write text, then add attachment" -
as well as our iOS and Desktop apps.
also, this order seems to be pretty normal when it comes to "E-Mail".

all in all,
i think, we should not sacrify this workflow just to save one menu entry.

at some point,
maybe we want to have the "Attach" button always visible left of the input bar
as most other messengers do (as well as iOS and Desktop),
however, this is a larger thing and also has its drawbacks on smaller screens.

so, just leave things as is seems not to be the worse idea here.

the "View Profile" menu entry, however stays, removed,
so, there is some cleanup.
2021-10-27 10:42:53 +02:00
Asiel Díaz Benítez 420184bd5c Merge pull request #2075 from deltachat/adb-avatar-in-toolbar
add self avatar to conversation list's toolbar
2021-10-27 03:11:30 -04:00
adbenitez 6e5f8b3081 reduce avatar size 2021-10-27 03:02:07 -04:00
Asiel Díaz Benítez e5f6ba369f Merge pull request #2089 from deltachat/adb-improve-new-group
improve selected recipients list
2021-10-26 22:24:39 -04:00
Hocuri 66d6e249e7 Improve RTL layout support 2021-10-26 14:21:49 +02:00
B. Petersen 007506b359 update translations 2021-10-25 23:36:46 +02:00
adbenitez d30da32582 improve selected recipients list 2021-10-20 23:42:59 -04:00
B. Petersen eb4f602ecc update translations 2021-10-19 17:16:35 +02:00
B. Petersen 5b37ac5293 update translations 2021-10-15 11:30:55 +02:00