1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-05 02:29:28 +02:00
Commit graph

121 commits

Author SHA1 Message Date
B. Petersen
604f4d2d4c
remove accuracy from dc_msg_set_location() 2019-04-25 23:52:54 +02:00
B. Petersen
30e2924aa3
rename get_independent() to is_independent() 2019-04-25 23:52:54 +02:00
B. Petersen
bc90da43c9
regard independent-flag 2019-04-25 23:52:54 +02:00
B. Petersen
76250798ba
add function to bind any location to a message object 2019-04-25 23:52:54 +02:00
B. Petersen
858a5e3acf
add a function to check if a given message object is bound to a location 2019-04-24 18:43:09 +02:00
B. Petersen
3384654157
show location-streaming-state in cmdline-util 2019-04-18 14:28:24 +02:00
B. Petersen
3705b2e86d
add dc_array_get_marker() 2019-04-16 18:59:07 +02:00
B. Petersen
b0c5670ed9
add an option to check quickly if location streaming is enabled for any chat 2019-03-29 18:14:53 +01:00
B. Petersen
0921855ae6
get the chat-id belonging to a location 2019-03-29 11:37:16 +01:00
B. Petersen
ef7db1a558
dc_get_locations() can return all locations of all contacts 2019-03-28 12:59:34 +01:00
B. Petersen
4780020ef0
dc_get_locations() takes a timespan 2019-03-23 01:16:50 +01:00
B. Petersen
13ba828638
add location_id to location-object 2019-03-23 01:03:52 +01:00
B. Petersen
ab5f95b790
fix memory leak 2019-03-19 12:43:25 +01:00
B. Petersen
ad878a8c33
add a function to delete all locations 2019-03-19 12:43:25 +01:00
B. Petersen
bfbfb7f33f
signal when location-streaming can be stopped 2019-03-19 12:43:22 +01:00
B. Petersen
1bfbcb7628
read locations 2019-03-19 12:43:22 +01:00
B. Petersen
43b37aeb60
send location together with messages 2019-03-19 12:43:21 +01:00
B. Petersen
68d42c3488
add ui-function to get oauth2 url 2019-02-19 21:39:39 +01:00
B. Petersen
49c9198281
add cli-command to stop ongoing processes 2019-01-29 00:58:01 +01:00
B. Petersen
7938aaf731
add cli-command for housekeeping 2019-01-12 17:18:49 +01:00
B. Petersen
a6ee0c90f0
allow up to three types for a gallery, eg. image/gif/video 2019-01-02 16:43:36 +01:00
B. Petersen
c73893358c
update cmdline tool for new draft-api 2018-11-28 23:13:28 +01:00
B. Petersen
ad4664d05f
add test-command to send an empty message 2018-11-25 21:22:56 +01:00
B. Petersen
445a80f814
add cmdline-command 'maybenetwork' 2018-11-12 01:24:03 +01:00
holger krekel
a5cf20c5a4 remove the boilerplate code again from the c source files 2018-11-01 21:15:35 +02:00
holger krekel
add8629674 also add MPL header to cmdline dir 2018-11-01 20:38:58 +02:00
holger krekel
08e5951562 also remove boilerplate from cmdline dir 2018-11-01 19:49:38 +02:00
B. Petersen
c492c9c394 test compound messages 2018-10-11 15:32:34 +02:00
B. Petersen
5db799efdd remove default-parameter from dc_get_config() and return the correct default value automatically 2018-10-09 13:37:32 +02:00
B. Petersen
5463509062 unify argument order for file-functions 2018-09-02 22:06:43 +02:00
B. Petersen
36ac3a0944 refactor, reserve dc_get_draft() and dc_set_draft() for handling complete messages as drafts 2018-07-15 00:13:58 +02:00
B. Petersen
62c8ad3a2a add explicit event for failed messages 2018-07-11 23:58:15 +02:00
B. Petersen
6cc5cf96c4 fix: marking SELF always as verified 2018-07-06 18:00:05 +02:00
B. Petersen
f7f8f9297a file context functions affecting chats/msgs/contacts in the corresponing files 2018-07-06 17:19:38 +02:00
B. Petersen
c9a9e42ee4 style 2018-07-06 00:28:00 +02:00
B. Petersen
d28d078e65 cleanup 2018-07-05 17:31:13 +02:00
B. Petersen
e0855bf8ff remove prefix from class members; this is not really needed for C and sort of redundant. prefer readability. 2018-07-02 21:43:16 +02:00
B. Petersen
f22e40968a perform import/export from imap-thread 2018-06-30 15:02:04 +02:00
B. Petersen
a5c09d003d remove unneded locks 2018-06-29 16:48:13 +02:00
B. Petersen
c6315fbf58 remove locks around peerstate-functions 2018-06-26 17:36:20 +02:00
B. Petersen
4e9684339e explicity locks around get-/set-loginparam are no longer needed 2018-06-26 14:19:18 +02:00
B. Petersen
9ff00be965 explicity locks about get-/set-config are no longer needed 2018-06-26 13:47:38 +02:00
B. Petersen
af3cf7a6ba simplify sql prepare/execute functions 2018-06-26 13:22:25 +02:00
B. Petersen
ad788ac3d0 refactor constants, rest 2018-06-25 23:23:18 +02:00
B. Petersen
a15a50b383 refactor cmdline, strbuilder, tools 2018-06-25 17:04:15 +02:00
B. Petersen
a44ba1abf7 refactor mailbox variables 2018-06-25 13:24:59 +02:00
B. Petersen
6679f90fbd refactor mrmailbox functions 2018-06-25 12:49:45 +02:00
B. Petersen
54b34edec2 refactor mimefactory, mimeparser, keyring, key, pgp, msg, chatlist, chat, lot and more 2018-06-25 02:41:01 +02:00
B. Petersen
9dce83089c refactor apeerstate, aheader, saxparser, job and others 2018-06-25 02:06:36 +02:00
B. Petersen
ae2b68b225 refactor logging functions 2018-06-25 01:23:50 +02:00