adbenitez
db37b93c7e
update release.yml
2021-03-01 20:35:57 -05:00
adbenitez
f1985d71f6
update submodule
2021-03-01 19:56:07 -05:00
adbenitez
08a0baaf1d
Merge remote-tracking branch 'upstream/master'
2021-03-01 19:52:03 -05: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
adbenitez
6a6efde411
tweak AudioCodec
2021-03-01 00:54:29 -05:00
adbenitez
adb55fdd68
Merge remote-tracking branch 'upstream/master'
2021-02-26 10:37:51 -05: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
adbenitez
e5c191c6e8
Merge remote-tracking branch 'upstream/master'
2021-02-22 00:18:08 -05: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
adbenitez
aeb73350a1
Merge remote-tracking branch 'upstream/master'
2021-02-16 15:54:59 -05: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
cyberta
cae1c82a7f
avoid that POI emoji icon disappears if info window appears
2021-02-15 16:03:35 +01:00
cyberta
ac88aa2419
rename parameter to contextualize input in DataCollectionTask
2021-02-15 14:40:31 +01:00
cyberta
363d92cedb
make reference to running collection tasks thread safe
2021-02-15 14:40:31 +01:00
cyberta
d68095eca7
show emojis on map
2021-02-15 14:40:31 +01:00
cyberta
9b42940dea
handle null location more gracefully
2021-02-15 12:08:13 +01:00
cyberta
c17e7f87a7
don't use cached first location fixes that are older than 2 minutes
2021-02-15 12:02:01 +01:00
B. Petersen
95b605e331
mark overridden names by a "~" in the bubbles
...
this is just a very simple approach to move forward.
to mark overridden names, a "~" is prefixed.
the idea with using a dedicated color for these names:
as we do not really know
if the address is a generic sender address or belongs to the user,
it makes sense to keep the color used for the name and do not use a
dedicated grey or so.
i think, it is not even worth to detect that better:
it is pretty nice to have senders in mailinglist marked nicely,
all the time.
currently, the "~" is only added to the bubbles - it is not there
in the chatlist-summary (that would needed to be done in core)
and also not in forwarded by, notifications, clipboard etc. i'd say currently,
this is not needed, however, with the current approach it would be doable
(if we mark possible impersonation by colors or icons that may be
much more complicated)
adaption on other uis would also be pretty simple with this approach,
and imho, this `~Max Mustermann` looks pretty nicely
and even intuitive in a way.
drawback of the approach is that user may user `~`
as the first character of their names, we could target that by
adapting dc_msg_get_displayname() in the core, if we want to keep this approach,
however, maybe it is also not worth, the "~" is more a flaw than a feature,
also that would result to "~~Name" in the bubbles.
i do not see how that can be used to trick users when beeing added.
names as "foo 🔒 " might be more dangerous here, when it comes to trick users.
2021-02-14 22:52:33 +01:00
adbenitez
9fd37033b4
Merge remote-tracking branch 'upstream/master'
2021-02-12 18:59:00 -05:00
B. Petersen
7003fcb018
update deltachat-core-rust submodule
2021-02-11 16:18:26 +01:00
adbenitez
a10ae76ab7
update submodule
2021-02-11 01:29:37 -05:00
adbenitez
e3b4775c73
Merge remote-tracking branch 'upstream/master'
2021-02-11 01:28:38 -05:00
Hocuri
3b8f3e7628
Show the correct sender name in mailing list messages
2021-02-10 21:33:18 +01:00
adbenitez
7228413088
Merge remote-tracking branch 'upstream/master'
2021-02-10 14:33:26 -05:00
B. Petersen
406bb9a6ee
update translations
2021-02-10 15:54:55 +01:00
B. Petersen
097da7c165
show name of forwarded in groups, keep title of forwarded messages in grey
2021-02-10 15:50:10 +01:00
B. Petersen
ee33cdb7bc
update deltachat-core-rust submodule
2021-02-10 15:48:22 +01:00
adbenitez
ccee7adeb2
Merge remote-tracking branch 'upstream/master'
2021-02-08 14:54:57 -05:00
B. Petersen
bc35150125
update translations
2021-02-08 14:44:00 +01:00
B. Petersen
e1029eaeb9
update deltachat-core-rust submodule
2021-02-08 12:06:18 +01:00
adbenitez
791a756a4f
update version number
2021-02-08 01:22:46 -05:00
adbenitez
0777ffc503
Merge remote-tracking branch 'upstream/master'
2021-02-07 23:31:00 -05:00