Commit Graph

3010 Commits

Author SHA1 Message Date
B. Petersen 6e9ff3033a use string 'Delete contact' to delete contacts 2020-10-17 01:40:36 +02:00
bjoern f51c0771e3 Merge pull request #1665 from deltachat/open-in-external-on-error
If audio failed to play, open it in external app
2020-10-17 01:10:08 +02:00
bjoern 081219ad6a Merge pull request #1664 from deltachat/use-viewtype-instead-of-mimetype
Use viewtype instead of mimetype for presenting messages
2020-10-17 00:48:45 +02:00
Hocuri 2fa048ef9d Use viewtype instead of mimetype for presenting messages
See https://github.com/deltachat/deltachat-core-rust/pull/1973/
2020-10-17 00:46:09 +02:00
bjoern 81658d65d9 Merge pull request #1660 from deltachat/faster-list-load
Faster conversations list load
2020-10-17 00:33:00 +02:00
bjoern 65fba582fa Merge pull request #1659 from deltachat/no-quick-contact
Don't use quickContact in the ConversationListItem
2020-10-17 00:28:17 +02:00
B. Petersen 7a87500385 update deltachat-core-rust submodule 2020-10-16 23:03:20 +02:00
B. Petersen 6c637ff6dd update deltachat-core-rust submodule 2020-10-16 23:01:44 +02:00
B. Petersen 73b9ff666a update deltachat-core-rust submodule 2020-10-16 21:52:41 +02:00
B. Petersen d609fcaaa2 update translations 2020-10-16 21:50:45 +02:00
Hocuri ed63538d7e Rename to SetStartingPositionLinearLayoutManager 2020-10-16 18:51:59 +02:00
Hocuri befe953b61 formatting 2020-10-16 18:51:59 +02:00
Hocuri 1634ecf725 Performance tweak 2020-10-16 18:51:59 +02:00
Hocuri 810f1d0e01 Sort strings to the correct place 2020-10-16 18:51:59 +02:00
Hocuri 15373f9cc1 move directly to first-unread message fix #1654 2020-10-16 18:51:59 +02:00
Hocuri a3f23d4761 Don't smooth scroll if animations are disabled (@link2xt in testing group) 2020-10-16 18:51:59 +02:00
Hocuri 0186abff40 Put quoted image to the left of dismiss button 2020-10-16 18:51:59 +02:00
Hocuri e2ad740d92 If audio failed to play, open it in external app 2020-10-16 18:00:27 +02:00
bjoern eeeb9998ac Merge pull request #1645 from deltachat/update_device_chats-during-configure
Remove updateDeviceChats
2020-10-16 15:29:21 +02:00
Hocuri 99d52f0be2 Remove updateDeviceChats (see https://github.com/deltachat/deltachat-core-rust/pull/1957) 2020-10-16 10:22:40 +02:00
B. Petersen 9ba23ed977 wording: use 'profile image' and 'group image' everywhere 2020-10-15 21:26:47 +02:00
B. Petersen 791569767e update translations 2020-10-15 21:22:36 +02:00
Simon Laux d00d4fd152 add translation strings from desktop (#1658)
* add strings from desktop

* update wording

* escape ampersands

* reorder menu to clipboard

* remove back_to_top

* group avatar to group image

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

* remove default_value_automatic

* rename ask_delete_chat_desktop to dedup to
ask_delete_named_chat_desktop

* rename desktop delete accounts strings
delete_account_confirmation_header_desktop -> ask_delete_value
delete_account_confirmation_desktop -> delete_account_explain_with_name

* apply Hocuri's suggestion
on delete_account_confirmation_desktop

* reuse existing strings for zoom factor

* capitalize "Micro"

* remove usused a11y_qr_data

* profile_image_select and delete

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

* lowercase clipboard

* Cannot in one word

* shorten delete_account_confirmation_header_desktop
upon r10s suggestion

* remove a11y_profile_image_label
as we can use pref_profile_photo instead

* apply hocuri's pref_notification suggestions

* Apply suggestions from code review

Co-authored-by: Hocuri <hocuri@gmx.de>

* readd removed string that android still uses it

* remove common things out of _desktop namespace, typo fixes, ordering

* typo

* typo

Co-authored-by: bjoern <r10s@b44t.com>
Co-authored-by: Hocuri <hocuri@gmx.de>
2020-10-15 19:04:55 +02:00
B. Petersen 3137d744e0 update deltachat-core-rust submodule 2020-10-15 12:41:12 +02:00
bjoern 685fd58993 Merge pull request #1662 from deltachat/add-latest-stock-strings
add latest stock strings
2020-10-15 01:09:45 +02:00
B. Petersen 581580a2d5 fixup 2020-10-15 01:06:19 +02:00
B. Petersen f424f49c20 make new stock-strings translatable 2020-10-15 01:04:34 +02:00
Hocuri 4f32411293 Log.i instead of Log.w 2020-10-14 14:08:34 +02:00
Hocuri 287b2d0b83 Don't set a fallback avatar
if it is missing the error avatar will be shown, which is the same, but
so we don't have to call getFallbackAvatarDrawable twice
2020-10-14 14:07:07 +02:00
Hocuri f9771fc546 Also, when one clicked on the contact photo in the contact selection…
…list (the one that appears when the "+" is clicked), nothing happened;
fix that too
2020-10-14 13:43:01 +02:00
Hocuri f60a88b6f7 Don't use quickContact in the ConversationListItem
quickContact means that you get to the contact details screen by
clicking the avatar. In the conversations list this is usually disabled,
just for the search it stayed enabled, which was unexpected
(because it was usually disabled ;-) ).

Even worse, in the search clicking the avatar sometimes got me to the
wrong contact details. No idea why, but I think disabling is better
anyway.
2020-10-14 11:30:34 +02:00
bjoern 8932d1315c Merge pull request #1657 from deltachat/adapt-to-protect-api
adapt to new protect-api
2020-10-13 22:19:22 +02:00
B. Petersen dde0247681 adapt to new protect-api 2020-10-13 22:07:08 +02:00
B. Petersen f94c1768d6 update deltachat-core-rust submodule 2020-10-13 22:03:09 +02:00
B. Petersen 11badafd78 update translations 2020-10-12 11:56:21 +02:00
B. Petersen 8f13c8733c update deltachat-core-rust submodule 2020-10-12 11:56:03 +02:00
Hocuri c720df5d5c Add swipe-to-reply quotes 2020-10-11 22:09:51 +03:00
B. Petersen 924695d6cf update translations 2020-10-09 13:04:04 +02:00
bjoern 852e7cd33a Merge pull request #1652 from deltachat/better-notification-removal
better multi-device notification removal
2020-10-09 12:56:39 +02:00
B. Petersen c89bec6a8b call removeNotifications() from bg thread and tweak comment 2020-10-09 12:55:54 +02:00
bjoern c2d7ffe8d5 Merge pull request #1651 from deltachat/fast-forward
direct forward to "saved messages"
2020-10-09 12:42:48 +02:00
bjoern cb79c6ac74 Merge pull request #1650 from deltachat/remove-starred
remove unsued starred api
2020-10-09 11:14:28 +02:00
B. Petersen cf1ab5f136 remove notifications when we know, a chat has no unread messages 2020-10-08 18:50:16 +02:00
B. Petersen 618af02bf5 fix "unread" appearance of chatlist
before, the summary was bold when unread!=0
and the badge was shown when last-message-state=fresh|noticed.

this is synced now;
the unread-count-badge is mutual exclusive to checkmarks,
so not meant to be shown for already answered messages.
2020-10-08 18:41:04 +02:00
B. Petersen 6a763ec285 speed up removeNotifications() if there is nothing to remove 2020-10-08 18:17:37 +02:00
B. Petersen 57210a2137 direct forward to "saved messages"
when forwarding to "saved messages",
the ui goes back to the chat and the position in the original chat
and shows a short "saved" hint.

this saves at least one tap,
and makes saving multiple messages easier
as you stay in context.
btw, this is also how telegram handles things
and makes the saving as easy to use as starring eg. in whatsapp.

forwarding messasges to other chats is not changed.
2020-10-08 01:23:27 +02:00
B. Petersen bfa8d09809 remove unsued starred api 2020-10-08 00:04:03 +02:00
B. Petersen cedccccb9a update deltachat-core-rust submodule 2020-10-07 23:22:16 +02:00
Hocuri a647911772 Add "go to last seen" (#1641) 2020-10-07 13:16:23 +02:00
B. Petersen 33910e364d update deltachat-core-rust submodule 2020-10-02 23:21:48 +02:00