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

2538 commits

Author SHA1 Message Date
holger krekel
9421200ada
Merge pull request #361 from deltachat/noundefined
remove DC_MSG_UNDEFINED from API
2018-10-08 13:10:29 +02:00
B. Petersen
aecffe773c remove DC_MSG_UNDEFINED from API, closes #359 2018-10-08 12:59:03 +02:00
holger krekel
007b1eeded
Merge pull request #360 from deltachat/comment
comment some behaviours or NULL arguments and NULL return values
2018-10-08 11:08:43 +02:00
B. Petersen
ec910f8443 comment some behaviours or NULL arguments and NULL return values 2018-10-08 10:41:58 +02:00
Lars-Magnus Skog
6065df87ef
Merge pull request #358 from csb0730/patch-1
Update README.md
2018-10-08 00:44:23 +02:00
Christian Schneider
67291d9056
Update README.md
Correct required Python version for meson. 3.5 is required, not 3.4
2018-10-08 00:39:23 +02:00
holger krekel
4356eab3b5
Merge pull request #357 from deltachat/message_api
Refine Message api, fix calls to new core API wrt messages/view_type
2018-10-07 15:48:53 +02:00
holger krekel
c565269d1c adapt to new API 2018-10-07 15:39:11 +02:00
holger krekel
073fb4c09a
Merge pull request #355 from deltachat/viewtype
slightly rework message sending
2018-10-07 15:38:43 +02:00
holger krekel
1329f4d546 Merge branch 'viewtype' into message_api 2018-10-07 15:34:54 +02:00
holger krekel
b709adddcf finalize new internal Messaging API, now not using wrappers anymore 2018-10-07 15:30:42 +02:00
holger krekel
aaf37821c4 move towards message creation API, refactor constructors for messages 2018-10-07 15:07:14 +02:00
B. Petersen
ad8acfe1e3 renaming msg.type to msg.viewtype in external api 2018-10-07 14:42:25 +02:00
B. Petersen
2594fd6494 remove the function to set the view type 2018-10-07 14:31:55 +02:00
B. Petersen
5f0bca24aa make dc_send_X_msg() as deprecated 2018-10-07 14:27:21 +02:00
holger krekel
e45acb17a3 shift message classes to own file 2018-10-07 14:20:24 +02:00
B. Petersen
c08f3add55 force a view_type for message objects created by dc_msg_new() 2018-10-07 14:02:44 +02:00
björn petersen
6e0b836344
Merge pull request #354 from ralphtheninja/tweak-dc-get-info
Normalize output from dc_get_info()
2018-10-07 12:35:59 +02:00
Lars-Magnus Skog
3375a79ff2 Print fingerprint string without format 2018-10-07 12:25:31 +02:00
Lars-Magnus Skog
6539228226 Remove dated comments 2018-10-07 12:21:29 +02:00
björn petersen
083e229ab6
Merge pull request #353 from deltachat/pymsg
add some more methods around sending and receive messages
2018-10-07 11:27:09 +02:00
holger krekel
d18fc8ebf9 add msg.basename and a few assertions 2018-10-07 08:23:26 +02:00
Lars-Magnus Skog
10870fbb1c Normalize output from dc_get_info()
* use key=value format
* all keys are lower case
* one key/value pair per line
* better naming of some keys
2018-10-07 01:46:27 +02:00
holger krekel
5c3e41fcb5 - bump version
- add forgotten data file
- rename Chat.send_text_message to Chat.send_text
- add optional mime-type param to Chat.send_file
- properly install the package instead of "usedevelop" mode
2018-10-06 21:37:05 +02:00
holger krekel
b6355176de add chat.delete(), chat.send_image, msg.filename, msg.filemime and msg.type.is_* 2018-10-06 19:11:48 +02:00
holger krekel
60240ce507
Merge pull request #351 from deltachat/styling-py1
play around with styling: larger font-size and more page width -- the…
2018-10-06 17:50:40 +02:00
Lars-Magnus Skog
9c7d1bb112
Neppgp ssl mac (#347)
* Do not set HAVE_*_H defines for disabled features

It seems the mac build fails if we set the defines like this so
let's try avoiding including the header file alltogether.  I didn't
expect ssl to look at that define but there you go.

Maybe fixes #337

* Try to silence a few more warnings

Spotted on mac:
435493605

* Do not set HAVE_*_H defines for disabled features

It seems the mac build fails if we set the defines like this so
let's try avoiding including the header file alltogether.  I didn't
expect ssl to look at that define but there you go.

Maybe fixes #337

* Try to silence a few more warnings

Spotted on mac:
435493605

* booleans, how do they work
2018-10-06 17:41:54 +02:00
holger krekel
8aaa7fd791 fix link 2018-10-06 17:30:39 +02:00
holger krekel
03507356c6 play around with styling: larger font-size and more page width -- these docs, i assume, are mostly watched on laptops, not mobile's 2018-10-06 17:24:15 +02:00
holger krekel
73a8826e28
Merge pull request #349 from deltachat/simplify
remove unnecessary assumptions about configured-state
2018-10-06 13:56:00 +02:00
B. Petersen
85381b5215 remove unnecessary (@ralphtheninja also hate spelling this word :) and possibly wrong assumptions about that imap-connected implies configured 2018-10-05 23:21:17 +02:00
holger krekel
79ab1600da
Merge pull request #345 from deltachat/fixdescribe
this seems to be needed for git describe to ignore "py" tags which re…
2018-10-05 09:33:16 +02:00
holger krekel
f8019af4f6 this seems to be needed for git describe to ignore "py" tags which relate to python bindings not core 2018-10-04 22:10:30 +02:00
holger krekel
41c4f1c911
Merge pull request #344 from deltachat/simplify
remove settings cache, and cast-settings-functions
2018-10-04 21:21:04 +02:00
holger krekel
20f0c93ba6 don't use removed set_config_int from python bindings 2018-10-04 21:11:37 +02:00
B. Petersen
fcff3f795b remove potentially problematic cache for e2ee setting 2018-10-04 19:32:48 +02:00
B. Petersen
814df2d72a a padlock beside a message simply says that the message is e2e-encrypted; we'll add a separate function for a send-button-padlock later 2018-10-04 19:30:42 +02:00
B. Petersen
662f165a53 remove dc_set|get_config_int(), closes #342 2018-10-04 18:51:53 +02:00
holger krekel
33d89e267e
Merge pull request #341 from deltachat/selfavatar
handle avatar image of user
2018-10-04 16:25:42 +02:00
B. Petersen
8946b6c0f8 fix memory leak, documentation 2018-10-04 15:47:48 +02:00
B. Petersen
e50b883b36 handle selfavatar file through dc_get_config() and dc_set_config() 2018-10-04 13:42:14 +02:00
B. Petersen
30754c83b5 check for invalid pointer on config update. 2018-10-04 13:07:26 +02:00
B. Petersen
4aa658f51f route dc_set_config_int() over dc_set_config() to ensure the same behavoiour on applying some setting 2018-10-04 12:57:31 +02:00
björn petersen
cf5de87d11
Merge pull request #332 from flub/soversion
Version the libdeltachat.so file
2018-10-04 09:26:39 +02:00
Lars-Magnus Skog
2daf49d8de
Merge pull request #336 from flub/how-to-spell
Fix typo
2018-10-01 10:34:23 +02:00
Floris Bruynooghe
9f986025d5 Fix typo
Fixes #335
2018-09-30 16:11:28 -07:00
holger krekel
c92b0b5c4c
Merge pull request #334 from deltachat/null-checks
check for some NULL-pointers in netpgp
2018-09-30 09:18:29 +02:00
B. Petersen
d7ab3446d7 check for some NULL-pointers, tackles #333 2018-09-29 14:27:40 +02:00
Floris Bruynooghe
27352104f3 Fix typos and simplify else clauses
Thanks @ralphtheninja for the review.
2018-09-27 20:22:21 -05:00
Floris Bruynooghe
a0310ff42e Version the libdeltachat.so file
This creates a version scheme extracted from the existing git tagging
schema being used.  It therefore relies on this schema not changing.

Since there appear no way to do all of this reading things from git
before the project() call we can sadly not use the correct version
in the project itself.
2018-09-27 19:16:45 -05:00