1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00
Commit graph

241 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
77a714a1d3
add utf8-len function 2019-04-16 18:36:30 +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
d8202337e3
hack around floating point atof() and printf(%f) 2019-03-27 12:26:31 +01:00
Nico de Haen
48cb18c1b6
Merge pull request #618 from deltachat/setlocale
call setlocale() to force point as decimal separator for floats
2019-03-26 14:37:06 +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
950194f874
test setlocale() 2019-03-22 23:59:03 +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
6b37e7eb96
parse locations, stress testing 2019-03-19 12:43:24 +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
1f4d4f9113
format #define's 2019-03-12 21:44:27 +01:00
B. Petersen
e2b9190f4c
fix encrypt/decrypt test 2019-03-12 20:25:10 +01:00
dignifiedquire
f293ac0b5e
rpgp: implement decryption 2019-03-12 20:25:08 +01:00
B. Petersen
4403d548f4
tweak refreshing 2019-02-21 16:25:34 +01:00
B. Petersen
a5907d6e0a
configurable redirect-url 2019-02-19 21:39:39 +01:00
B. Petersen
68d42c3488
add ui-function to get oauth2 url 2019-02-19 21:39:39 +01:00
B. Petersen
1c5ab7444d
add DC_EVENT_HTTP_POST, needed to regenerate OAuth2 tokens 2019-02-16 01:18:41 +01:00
holger krekel
2fd1d2b727
Merge pull request #526 from deltachat/quotes
crop ">" only for other muas
2019-02-10 08:48:37 +01:00
B. Petersen
38130b2570 parameter --stress given to delta-cmdline-app only does the stresstext and exists with 0 on success 2019-02-05 11:54:44 -03:00
B. Petersen
49c9198281
add cli-command to stop ongoing processes 2019-01-29 00:58:01 +01:00
B. Petersen
7d9a81f21a
remove full-quotes at the beginning/end of the text only for non-delta-messages 2019-01-16 22:48:12 +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
074be7946f
cmdline test utility: start 4th thread to watch the sentbox 2018-12-22 00:30:56 +01:00
B. Petersen
8e4b79999b
exit threads in cmdline-util using join() 2018-12-20 13:37:13 +01:00
B. Petersen
cc02c38020
add test routines to cmdline app 2018-12-14 01:08:17 +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
df5a5beb29
print new events in cmdline-tool 2018-11-20 00:53:14 +01:00
B. Petersen
7e05409113
test config-keys 2018-11-14 02:06:36 +01:00
B. Petersen
445a80f814
add cmdline-command 'maybenetwork' 2018-11-12 01:24:03 +01:00
B. Petersen
e3ca3e1f0c
add functions to explode/implode strings 2018-11-07 14:07:44 +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
62ad5c952b address comment from @flub
- simplify licensing files by having one in the root directory
  with a qualifier (especially noting that 3rd party libs have
  their own copyright)
2018-11-01 20:36:48 +02:00
holger krekel
08e5951562 also remove boilerplate from cmdline dir 2018-11-01 19:49:38 +02:00
holger krekel
eee711159e add license file to subdirs and to rootdir pointing to the various
involved licenses. see https://github.com/deltachat/deltachat-core/issues/403
for the contributor discussions on this change.
2018-11-01 19:44:35 +02:00
B. Petersen
7ae17de8c9 simplify DC_EVENT_GET_STRING 2018-10-28 15:59:49 +01:00