Commit Graph

4630 Commits

Author SHA1 Message Date
Hocuri 0740eab596 Wider recording button, better rtl support 2021-03-14 15:28:23 +01:00
adbenitez 7b6f1bd507 add lock recording feature 2021-03-14 15:28:23 +01:00
Hocuri c1b4e57b9e Don't open media preview for attachments with file viewtype
fix #1816
2021-03-14 14:48:05 +01:00
Hocuri 252bed8ac8 completely delete diskette icon, don't use it for "save log", either 2021-03-13 18:56:26 +01:00
Hocuri 6b3adf4831 Don't use the diskette icon for export attachment at all 2021-03-13 18:56:26 +01:00
Hocuri bf86badb1c Allow to share media from Delta Chat 2021-03-13 18:56:26 +01:00
Asiel Díaz Benítez beee60d6a7 implement sticker visualization (#1823)
Sticker picker is not implemented, just receiving(from DC Desktop, bots or future DC versions) and forwarding stickers
(code adapted from Signal)
2021-03-10 10:55:50 +01:00
B. Petersen 614516ff98 remove outdated header, we usually do not use a header in the source files at all 2021-03-09 20:49:58 +01:00
B. Petersen 25bcd9223d add Czech to local help, update translations 2021-03-09 19:43:52 +01:00
B. Petersen 8589f8652b pass through unused clicks 2021-03-09 01:59:17 +01:00
B. Petersen df7e0aaa2e make links work 2021-03-09 01:59:17 +01:00
B. Petersen e54d07fd15 linkify status messages, move linkify to EmojiTextView for that purpose 2021-03-09 01:59:17 +01:00
B. Petersen dde3a49db3 add status field to profile 2021-03-09 01:59:17 +01:00
B. Petersen 2c8bd39cd2 move email-address to subtitle, this is a unique element also used at other places; copy-to-clipboard goes to the menu 2021-03-09 01:59:17 +01:00
B. Petersen 4901d7c68f add getStatus() api 2021-03-09 01:59:17 +01:00
B. Petersen 0390d845e5 cleanup 2021-03-09 01:59:17 +01:00
Hocuri 720f553717 Make the upper back button return to conversation list even if the keyboard is open
As discussed in the Testing group
2021-03-08 14:21:22 +01:00
Hocuri f6a5a24165 Use the message subject as the full-msg-view title
For long subject it's ellipsized (`…`) now, but I think that there is no need to show the full subject somewhere, it usually doesn't contain _that_ important information and can be seen in full in the normal chat view
2021-03-07 17:40:22 +01:00
B. Petersen 0838d6a5b1 update deltachat-core-rust submodule 2021-03-07 17:37:58 +01:00
B. Petersen 6b3caad278 add selected language and rtl to log 2021-03-05 17:30:00 +01:00
B. Petersen c99a1809a1 mark overridden senders in quotes
if the original author of a quote is shown
and known to be overridden,
that should be marked with the character '~'
as for the normal names,
esp. as they are look very similar otherwise,
eg. also bold, also colored.
the missing '~' looks like a bug here.

successor of #1808
2021-03-05 16:46:58 +01:00
Hocuri b577dab834 Update glide to 4.12 to get rid of annoying stack traces in the log
See https://github.com/bumptech/glide/issues/3851
2021-03-05 16:28:02 +01:00
Hocuri 5b877ff82a Delete lots of unused code 2021-03-05 16:27:33 +01:00
Hocuri bb4272de9f Fix the image-is-cropped-too-much-bug
fix  #1797

Apparently, we ran into a bug similar to the one described in
https://github.com/bumptech/glide/issues/613#issuecomment-144762087 as
we cropped twice (in addition to the cropping I removed, we also set
`android:scaleType="centerCrop"` in `thumbnail_view.xml`)
2021-03-05 16:27:33 +01:00
B. Petersen f6ebd6d0ce update translations 2021-03-05 13:46:35 +01:00
B. Petersen 23dedb5a24 remove Android-specific DcContact.getArgbColor() from bindings 2021-03-05 11:28:33 +01:00
B. Petersen 113a6c8f75 remove DcEventCenter from wrapper as it belongs to *.connect 2021-03-05 11:28:33 +01:00
B. Petersen 76ae58a6b3 remove Android references from wrapper and make it standalone usable 2021-03-05 11:28:33 +01:00
B. Petersen 9aa2990e97 update deltachat-core-rust submodule 2021-03-01 17:09:57 +01:00
Hocuri 84313bdf4f Call stop_io()/start_io() before/after backup export
should ideally be merged before https://github.com/deltachat/deltachat-core-rust/pull/2255, but that's not too important

I tested key import/export and backup import/export, all work fine.
2021-03-01 14:10:53 +01:00
B. Petersen 9b893a3a1b update translations 2021-02-26 12:43:26 +01:00
B. Petersen 8827c81d49 update translations 2021-02-25 18:11:11 +01:00
B. Petersen c992af8535 update deltachat-core-rust submodule 2021-02-23 17:59:36 +01:00
B. Petersen 85510e4139 update deltachat-core-rust submodule 2021-02-23 12:35:32 +01:00
bjoern 05287b50bf remove dead code (#1820)
the number of blocked contacts is just the size of the array returned by getBlockedContacts()
2021-02-22 16:24:49 +01:00
B. Petersen a2c26295a7 update translations 2021-02-22 10:52:50 +01:00
bjoern c780f00943 Fix ckb (#1819)
* update translations

* use correct iso code 'ckb' to use arabic script, right-to-left ('ku' is kurdish in latin script)
2021-02-21 21:22:13 +01:00
B. Petersen 149c16e68d update translations 2021-02-20 13:19:09 +01:00
B. Petersen 343a6dbb70 add english language names to comments 2021-02-19 22:26:17 +01:00
B. Petersen a19e739d89 update translations 2021-02-19 21:20:42 +01:00
B. Petersen a894351abc update translations 2021-02-19 16:28:52 +01:00
B. Petersen cf75338501 add Khmer language 2021-02-19 16:27:46 +01:00
B. Petersen 4fd12af235 update translations 2021-02-19 15:39:21 +01:00
B. Petersen 78762b0e53 add kurdish language, update translations 2021-02-19 12:20:19 +01:00
B. Petersen 184ba33fa7 update deltachat-core-rust submodule 2021-02-19 12:05:34 +01:00
cyBerta 997040d5d6 Merge pull request #1792 from deltachat/emojis_on_map
show emojis on map
2021-02-17 21:27:14 +01:00
cyBerta 9039997320 Merge pull request #1809 from deltachat/fix_cached_location_fix
Fix cached location fix
2021-02-17 21:26:22 +01:00
cyberta 80ca47fb91 emoji bitmap size depends on passed scale parameter 2021-02-16 13:13:47 +01:00
cyberta 5a5abaffe4 adapt indentation 2021-02-15 22:32:31 +01:00
cyberta 4064f3a30b Don't use AsyncTask class to generate emoji bitmaps, it's deprecated now. Pass emoji scaling factor instead of hard-coding it 2021-02-15 20:04:40 +01:00