Commit Graph

19 Commits

Author SHA1 Message Date
dignifiedquire
22868abe0e refactor: rename dc_context to context 2019-05-27 09:32:50 +02:00
Friedel Ziegelmayer
f0cfcef864 refactor: use reqwest to handle http-get requests
Closes #82
2019-05-27 09:06:55 +02:00
Friedel Ziegelmayer
a247e5b143 refactor(oauth): safe oauth2 and remove custom json parser (#80)
* refactor(oauth): safe oauth2 and remove custom json parser

Closes #46,#53
2019-05-26 22:49:52 +02:00
Lars-Magnus Skog
8678813051 fix: regressions in dc_msg_get_duration() and dc_delete_contact() (#73)
* fix: regression in dc_msg_get_duration, should return int

* fix: regression in dc_delete_contact()
2019-05-16 19:06:14 +02:00
dignifiedquire
ddbb8bd756 fix(ffi): rename generated lib to libdeltachat
Closes #68
2019-05-16 17:32:06 +02:00
Friedel Ziegelmayer
342e416b4e Ci updates & closer to windows builds
* chore: update some ci

* feat: no more libiconv

* refactor: updates for updated mmime api

* fixup: correct mmime path

* cleanup

* use newer visual studio

* Update appveyor.yml

* unify libc imports and improve windows situation

* refactor: use rust based sleep

* improve cross platform state of types

* docs: update readme badges
2019-05-16 17:16:07 +02:00
Lars-Magnus Skog
259f19ca5d refactor: cast bool functions to libc::c_int instead of if-else (#60) 2019-05-11 18:44:57 +02:00
Hocuri
569c924a0c Replace types that use only 0 and 1 with bool (#18) (#58)
* Start replacing int with bool where possible (#18)

* Continue replacing int with bool where possible (#18)

* Continue replacing int with bool where possible (#18)

* Run fmt
2019-05-11 12:07:09 +02:00
dignifiedquire
b1249b7bb7 fix(ffi): add dc_array_is_independent 2019-05-10 11:08:09 +01:00
dignifiedquire
31d50e7016 fix: ffi interface updates 2019-05-02 11:31:35 +02:00
dignifiedquire
6e931d3e7b more fixes for android builds 2019-04-28 21:41:08 +03:00
dignifiedquire
2acaf54f69 stop autogenerating the header 2019-04-28 18:06:26 +03:00
dignifiedquire
b3041c0c5c ffi: fixup types 2019-04-28 15:22:33 +03:00
dignifiedquire
e8a79f220e refactor: use architecture dependent sizes 2019-04-28 15:18:30 +03:00
B. Petersen
401bddf61a add dc_context_t and more to ffi 2019-04-28 13:10:31 +02:00
B. Petersen
3ecb122ee1 add dc_msg_t to ffi 2019-04-28 01:38:32 +02:00
B. Petersen
a153f915d5 add dc_chat_t to ffi 2019-04-28 01:38:32 +02:00
B. Petersen
5b4111922e add dc_chatlist_t to ffi 2019-04-27 22:38:24 +02:00
dignifiedquire
956609f565 feat: reorg code, and prepare for c bindings 2019-04-27 21:48:22 +03:00