Commit Graph

3200 Commits

Author SHA1 Message Date
adbenitez 428fb18de0 update .gitmodules 2020-12-06 16:50:28 -05:00
adbenitez 691a0a075a Merge remote-tracking branch 'upstream/master' into lite 2020-12-06 09:39:33 -05:00
B. Petersen 0f46824ec0 tweak universal_overlay color for black background
the color 'universal_overlay' can be used as backgrounds for
semi-transparent overlays.

the color guarantees enough contrast to white/light things drawn on it,
while still letting the background shine through.

the color is the same for both, dark and lite theme
as it is also used to draw on customized backgrounds
(where we can have any background anyway)

before, the shaped formed with this color are not visible
on black background, this is fixed by this commit,
making the color even more universal.

this is an improvement for the image-editor buttons
as well as for the info-messages on arbitrary backgrounds.
2020-12-05 19:56:37 +01:00
Hocuri 3abaabb38a Put a black circle behind the edit options when editing an image 2020-12-05 19:56:37 +01:00
Hocuri 26c8497509 Fix crash on some device of some friend of Holger 2020-12-04 17:40:32 +01:00
adbenitez 65a15ed556 Merge remote-tracking branch 'upstream/master' into lite 2020-12-03 16:13:56 -05:00
B. Petersen 107357d6c0 update translations 2020-12-03 15:38:53 +01:00
bjoern 1cc0c9d0c1 Merge pull request #1688 from deltachat/fix-tall-images-message-width
Wider messages for tall images
2020-12-01 13:29:43 +01:00
B. Petersen f99d9daa49 update translations, add a fix for unescaped '&' entity 2020-12-01 11:44:25 +01:00
B. Petersen c75622605a update translations 2020-11-30 16:29:31 +01:00
bjoern 321e4c4dab Merge pull request #1732 from deltachat/show-in-chat
add 'show in chat' function, fix enlarge-view-menu-issues
2020-11-28 23:39:59 +01:00
B. Petersen 089dd9a924 update translations 2020-11-27 13:16:16 +01:00
bjoern 7f37d93916 Merge pull request #1744 from deltachat/quote-forwarded-msgs
display forwarded messages also in quotes as such
2020-11-27 13:05:19 +01:00
bjoern b7c1fbd2b4 Merge pull request #1741 from deltachat/blocked-contacts-hint
show hint if there are no blocked contacts
2020-11-27 13:04:50 +01:00
B. Petersen 12e4d6b30e introduce color 'unknown_sender' and use it for forwarded messages, forwarded quotes, quotes with unknown sender 2020-11-25 20:57:46 +01:00
B. Petersen d4ef19b9cf remove dead code 2020-11-25 10:45:41 +01:00
B. Petersen e2c930c895 remove unused @string/contacts_empty_hint from xml and add a tools:text hint instead 2020-11-23 14:12:55 +01:00
B. Petersen b284a70ef7 reword no-blocked-contats-hint 2020-11-22 23:06:00 +01:00
B. Petersen ed9921f40e show hint when there are no blocked contacts 2020-11-22 23:06:00 +01:00
B. Petersen 68961fdcd7 remove unused SwipeRefreshLayout and use self-explaining default for contact-list-empty-hint 2020-11-22 22:16:13 +01:00
adbenitez aec3b64967 Merge remote-tracking branch 'upstream/master' into lite 2020-11-21 23:59:19 -05:00
bjoern 1cfb70cb5b Merge pull request #1740 from deltachat/non-rouned-corners
Remove rounded corners if the message has a quote
2020-11-21 22:22:13 +01:00
Hocuri 0f2c3f4791 Remove rounded corners if the message has a quote 2020-11-21 17:19:20 +01:00
B. Petersen cacbdd7c4f 'all media' just opens the gallery, better call it as such 2020-11-20 13:20:39 +01:00
B. Petersen 783168549a open correct tab 2020-11-20 13:20:39 +01:00
B. Petersen f8dba0f2d5 fix backstack for 'all media' option
- when called from gallery, this is just the same as 'back'

- otherwise, do not forget to remove self
2020-11-20 13:20:38 +01:00
B. Petersen 658c3af66b add 'show in chat' function 2020-11-20 13:20:38 +01:00
B. Petersen 4b0fca8e32 streamline gallery menu 2020-11-20 13:19:54 +01:00
B. Petersen 8853e320c0 remove 'forward' from gallery
- it forwards media together with the text,
  this is unexpected
- if forward is available, reply and reply-privately
  should be available as well, however, this seems to be a bit much.
- the function had issues which would need fixing.

instead, we will add a 'Show in chat' function that is more powerful
and fixes all of the things above.
2020-11-20 13:19:54 +01:00
B. Petersen 4362bb07d0 update translations 2020-11-20 13:19:12 +01:00
adbenitez 7b0adee9ae Merge remote-tracking branch 'upstream/master' into lite 2020-11-19 22:22:13 -05:00
bjoern 65483aafcb Merge pull request #1738 from deltachat/prep-1.14.5
prep 1.14.5
2020-11-19 17:25:46 +01:00
B. Petersen 108abc3211 bump version to 1.14.5 2020-11-19 17:10:05 +01:00
B. Petersen 5a1dbac03e update changelog for 1.14.5 2020-11-19 17:09:47 +01:00
B. Petersen 3619613974 update deltachat-core-rust submodule 2020-11-19 15:48:46 +01:00
B. Petersen d12f817fab update translations 2020-11-19 15:48:07 +01:00
B. Petersen 652aeae4c8 update translations 2020-11-19 12:04:19 +01:00
bjoern 4436b8e419 Merge pull request #1737 from deltachat/permanent-deletion-hint
show permanent hint about server-delete impact
2020-11-19 11:55:49 +01:00
B. Petersen 8e185e4f26 show permanent hint about server-delete impact
when server-deletion is enabled,
always show a hint about the impact below the option.

the hint is a summary of the conformation-dialog
so that the user is more aware of the impact
if enabling was some time ago
or the option was even enabled by the provider-db.
2020-11-18 21:54:39 +01:00
B. Petersen 28d1470c2f update translations 2020-11-18 13:17:00 +01:00
bjoern 030390b5f5 Merge pull request #1736 from deltachat/refine-autodel-confirm
fortify wording in delete-server dialog
2020-11-18 12:37:18 +01:00
B. Petersen 8675a21e64 fix grammar 2020-11-18 11:32:35 +01:00
B. Petersen 4b3355813d incorporate some of @Hocuri's suggestions 2020-11-17 23:39:16 +01:00
B. Petersen 21faaa5f9c fortify wording in delete-server dialog
this pr changes the wording,
not relativize things, underlining the worse impact.

i avoided adding "maybe" or "potentially" here,
even if that would be more accurate.

moreover, the pr adds some red color and emojicons.
2020-11-17 16:35:50 +01:00
adbenitez 203bbb3109 Merge remote-tracking branch 'upstream/master' into lite 2020-11-15 16:23:05 -05:00
adbenitez 28ac48b23c update ndk-make.sh 2020-11-14 16:36:59 -05:00
adbenitez 82c4ad9689 update jni/deltachat-core-rust 2020-11-14 16:36:32 -05:00
link2xt 80bf4c20a0 Merge pull request #1733 from deltachat/environment-lto
ndk-make.sh: use environment variable to control LTO
2020-11-14 21:40:45 +03:00
Alexander Krotov 7d7f93939f ndk-make.sh: use environment variable to control LTO 2020-11-14 21:30:22 +03:00
Alexander Krotov 222d71808a Update README for new Dockerfile 2020-11-14 21:20:09 +03:00