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
Asiel Díaz Benítez
eb75aaae1a
use Dismiss instead of Mark as Read in notification action ( #2083 )
2021-10-15 11:22:48 +02:00
Asiel Díaz Benítez
94a144106c
Merge branch 'master' into adb-avatar-in-toolbar
2021-10-13 21:27:30 -04:00
Hocuri
1fcda9c2d2
Remove "View Profile" and "Add Attachment" from menu ( #2079 )
...
The menu has grown waaaaay to big, before it has been up to 8 entries,
now it's two entries less.
2021-10-13 22:31:38 +02:00
Asiel Díaz Benítez
242f47cae6
Merge pull request #2077 from deltachat/adb-switch-account-improvements
...
improve the account selector dialog
2021-10-13 15:33:44 -04:00
Hocuri
d8913cf17e
Adapt to new direct share api ( #1852 )
...
Fix #1777
2021-10-13 17:33:55 +02:00
Hocuri
ded3c5d43e
Make the "selected account" checkmark green
2021-10-13 14:21:08 +02:00
adbenitez
8cdac36dc5
fix recycleview top padding
2021-10-13 04:02:43 -04:00
adbenitez
07d61fe44a
update left margin of name and address
2021-10-13 03:56:26 -04:00
adbenitez
ba40209723
add checkbox to selected account
2021-10-13 03:22:55 -04:00
Hocuri
1810508ff0
Remove unused elements in account_selection_list_fragment.xml
2021-10-12 17:21:32 +02:00
adbenitez
e20c178705
add missing contentDescription to delete button in res/layout/selected_recipient_list_item.xml
2021-10-12 12:16:07 +02:00
Asiel Díaz Benítez
90930ae1a7
Update res/layout/account_selection_list_item.xml
...
Co-authored-by: Hocuri <hocuri@gmx.de >
2021-10-11 17:46:56 -04:00
Asiel Díaz Benítez
6578e008df
Update res/layout/account_selection_list_item.xml
...
Co-authored-by: Hocuri <hocuri@gmx.de >
2021-10-11 17:45:58 -04:00
adbenitez
502a9461fb
make avatar smaller
2021-10-10 02:14:06 -04:00
adbenitez
811f8eaf0b
add unread count badge to account selector
2021-10-10 00:39:56 -04:00
adbenitez
3880fd67a5
improve the account selector dialog
2021-10-09 23:05:07 -04:00
adbenitez
9338981626
add self avatar to conversation list's toolbar
2021-10-07 20:43:05 -04:00
B. Petersen
e664557435
update translations
2021-10-02 13:18:08 +02:00
B. Petersen
2279ef38a3
update translations
2021-10-01 23:50:21 +02:00
bjoern
a73f17144b
add usage string for connectivity view ( #2066 )
...
moreover, fix the id used for 'Broadcast List'
2021-10-01 22:28:37 +02:00
B. Petersen
427e70fcbf
update translations
2021-10-01 14:00:31 +02:00
B. Petersen
362ccd81c5
update translations
2021-09-30 21:37:42 +02:00
B. Petersen
154a6fce92
update translations
2021-09-30 15:57:18 +02:00
bjoern
e71f5d9bba
broadcasts android ui ( #2060 )
...
* add broadcasts ffi
* add 'broadcast' options to menu, chat, profile etc.
* generate initial broadcast names
* reword broadcast hint
* make 'Broadcasts Lists' experimental; while on that, also add a confirmation dialog to the location streaming switch (wording taken from ios)
* Update res/values/strings.xml
Co-authored-by: Hocuri <hocuri@gmx.de >
* comment on strings.xml
* tweak 'experimental' appearing, avoid the 'test tube'-emoji that is not supported on many devices
Co-authored-by: Hocuri <hocuri@gmx.de >
2021-09-30 15:44:17 +02:00
B. Petersen
bafccdec1f
fix translation syntax error
2021-09-30 15:01:05 +02:00
B. Petersen
62b8a7d646
update translations
2021-09-30 01:42:01 +02:00
B. Petersen
a1aae81bb4
update translations
2021-09-24 18:10:11 +02:00
bjoern
3af9fdcea6
do not say, device-messages can be deleted from the server somehow ( #2059 )
...
it is a bit nitpicking and also a cornercase,
however, yes, it was not correct before.
2021-09-24 18:04:33 +02:00
bjoern
1ef4b23811
prefer 'All' over 'No Limit' ( #2055 )
2021-09-22 18:45:05 +02:00
B. Petersen
17bdd6e0da
fix typo in english source strings
2021-09-22 02:06:37 +02:00
B. Petersen
6a574bacc6
update translations
2021-09-22 02:03:30 +02:00
B. Petersen
db647e773e
update translations
2021-09-21 11:15:58 +02:00
B. Petersen
7b4e7d5990
update translations
2021-09-21 01:57:40 +02:00
B. Petersen
fe113cb520
hotfix: remove superfluous backslash
2021-09-21 01:47:54 +02:00
bjoern
d7072d57df
add translations recently needed by core: connectivity, quota, device messages and some other bits ( #2053 )
2021-09-21 01:00:26 +02:00
B. Petersen
9e3f08c7b7
update translations
2021-09-20 14:24:26 +02:00
B. Petersen
95bc9cb236
update translations
2021-09-19 21:06:45 +02:00
bjoern
a33ff17f3f
pull in translatable/lasting strings from desktop ( #2050 )
...
* pull in translatable/lasting strings from desktop -> _locales/_untranslated_en.json
* fix typo
* add missing headline
* Update res/values/strings.xml
Co-authored-by: Simon Laux <Simon-Laux@users.noreply.github.com >
Co-authored-by: Simon Laux <Simon-Laux@users.noreply.github.com >
2021-09-19 18:34:09 +02:00