Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Delta Chat collective

Developing and releasing Delta Chat apps and experimenting with the future of e-mail: e2e-encrypted and anonymous. Supporting people in repressive situations.
Collective - Host: opensource - https://opencollective.com/delta-chat - Website: https://delta.chat - Code: https://github.com/deltachat

JSON-RPC stdio server

It speaks JSON-RPC serialized into JSON Lines over stdio.

github.com/deltachat/deltachat-core-rust - 75ed4fe3983bfbfe7fe38b72cd719c116d069c3f authored almost 2 years ago by link2xt <[email protected]>
Prepare core release 1.99.0

github.com/deltachat/deltachat-core-rust - d29b0baa2551e920699f0d49ddcf335309224cc4 authored almost 2 years ago by link2xt <[email protected]>
Add DC_EVENT_INCOMING_MSG_BUNCH event (#3643)

* Add DC_EVENT_INCOMING_MSG event

* Fix lots of compile errors

* Docs

* Changelog

* ...

github.com/deltachat/deltachat-core-rust - ffd57772e9415f04e56eb9130545b76df10a3530 authored almost 2 years ago by Hocuri <[email protected]>
DKIM-Checking: Don't disallow keychanges for now (#3728)

github.com/deltachat/deltachat-core-rust - e648e4fb29e5bb7da57f90d1d4b875dd7e5a905a authored almost 2 years ago by link2xt <[email protected]>
fix scan account creation qr code scanned from MainScreen (#2983)

Co-authored-by: Jikstra <[email protected]>

github.com/deltachat/deltachat-desktop - 60f3fabc3682b95f7f541447f429be9c59e6b67f authored almost 2 years ago by Simon Laux <[email protected]>
Fix flaky test_block_mailing_list() (#3733)

Seems like consume_events() didn't work properly, i.e. in some cases it
didn't see the latest e...

github.com/deltachat/deltachat-core-rust - ecab62a56b3d27d986830416fec31dafa6026166 authored almost 2 years ago by Hocuri <[email protected]>
Ignore now-failing test

github.com/deltachat/deltachat-core-rust - e21ea739d9bc998b6b6065c3c1f5dfc17fe2aeef authored almost 2 years ago by Hocuri <[email protected]>
Also don't disallow going back to cleartext

github.com/deltachat/deltachat-core-rust - 659bb0838903afa85167c381779ce5cefa1c58c7 authored almost 2 years ago by Hocuri <[email protected]>
DKIM-Checking: Don't disallowing keychanges for now

To get back to a releaseable state - the info stays accessible in the
Message-info.

We can re-e...

github.com/deltachat/deltachat-core-rust - db84317be0d5ec56eb5f1187f607aec4669e574e authored almost 2 years ago by Hocuri <[email protected]>
Do not allow peerstate reset if DKIM check failed

The problem was that a message without Autocrypt key or with a wrong
signature resets peerstate ...

github.com/deltachat/deltachat-core-rust - e93dc33ef89b38653fd0959bbb79bcc1e970223a authored almost 2 years ago by link2xt <[email protected]>
Accept ToString instead of AsRef<str> in Params.set() (#3732)

github.com/deltachat/deltachat-core-rust - cb1a4291d0e0c1fb3d895ebb66deb1eca3541503 authored almost 2 years ago by link2xt <[email protected]>
Merge branch 'unwrap-mailinglistaddr-in-cffi'

https://github.com/deltachat/deltachat-core-rust/pull/3706

github.com/deltachat/deltachat-core-rust - 1a745b24d79888d89cc5d47122cd04e2bfbee3e6 authored almost 2 years ago by link2xt <[email protected]>
Fix mailinglist test

github.com/deltachat/deltachat-core-rust - 9bc525f579e7fc0994ed6f82dcb405cf6f40047b authored almost 2 years ago by link2xt <[email protected]>
fix formatting and most of the test

github.com/deltachat/deltachat-core-rust - 3fcbc03759c163fc1cc2221664adf187c43067b4 authored almost 2 years ago by Simon Laux <[email protected]>
unwrap mailinglist addr option in cffi

so rust api and jsonrpc return the option

github.com/deltachat/deltachat-core-rust - 1bd53de1f773024d000d06faff20809990061ce0 authored almost 2 years ago by Simon Laux <[email protected]>
fix contact requests button to run block function and show right label (Group: delete, DM: block) (#2980)

closes #2877

github.com/deltachat/deltachat-desktop - e0034a4d35b96686723b45d0d1807dd1d1392c3f authored almost 2 years ago by Simon Laux <[email protected]>
mimeparser: do not allow key reset if DKIM check failed

github.com/deltachat/deltachat-core-rust - 037739c6342dd2c80bf6c9b0f28ee1bb957aaf9f authored almost 2 years ago by link2xt <[email protected]>
sort and rename some ViewControllers (#1739)

- sort ViewControllers to "Settings" dir (new)
and to "AccountSetup" (already existant)

- ...

github.com/deltachat/deltachat-ios - 741b8df968f4202fe019cbb67a60ea7c949c8f24 authored almost 2 years ago by bjoern <[email protected]>
Introduce a ContextBuilder struct (#3698)

The way to create a Context is now rather burdensome, users have to
create and import a bunch o...

github.com/deltachat/deltachat-core-rust - 3150d2b94beaff5dd0173ec9575341deaab73a46 authored almost 2 years ago by Floris Bruynooghe <[email protected]>
Make error reproducible with sleep()

github.com/deltachat/deltachat-core-rust - 91ab10084a5b5c8b9fed4bdd589b6db008c4af11 authored almost 2 years ago by link2xt <[email protected]>
Assert that encryption preference is still mutual

github.com/deltachat/deltachat-core-rust - 96d2a7f0bfb26d36a03975306b4ca7a4acbad5af authored almost 2 years ago by link2xt <[email protected]>
peerstate: use named columns for SELECT statements

This ensures wrong column is not accidentally used.

github.com/deltachat/deltachat-core-rust - 053c9372cb4302a8ee50b7e4fb756afaaff8c20e authored almost 2 years ago by link2xt <[email protected]>
jsonrpc: add `SystemMessageType` to `Message` and cffi: add missing `DC_INFO_` constants (#3707)

* jsonrpc: add `SystemMessageType` to `Message`
and cffi: add missing `DC_INFO_` constants

*...

github.com/deltachat/deltachat-core-rust - 0bb231ad0062ea47b6aa903ed8b62557f8fd0a99 authored almost 2 years ago by Simon Laux <[email protected]>
Merge branch 'flub/unoptimised-debug'

https://github.com/deltachat/deltachat-core-rust/pull/3699

github.com/deltachat/deltachat-core-rust - 15db5adc7e230535cfff07ef9a8b7e78670023c4 authored almost 2 years ago by link2xt <[email protected]>
Optimize debug builds, but not tests

github.com/deltachat/deltachat-core-rust - 146478e450766c74aae20991e5874f57d2e7e5d3 authored almost 2 years ago by link2xt <[email protected]>
Seems the npm stuff manages to avoid the cargo config file

github.com/deltachat/deltachat-core-rust - 38efde6c98aa1097e9cb38510b9c0100a5267aa5 authored almost 2 years ago by Floris Bruynooghe <[email protected]>
Set RUST_MIN_STACK in JSON-RPC tests

github.com/deltachat/deltachat-core-rust - 772514940cf8ab7c7fe142615495da45b000dc57 authored almost 2 years ago by link2xt <[email protected]>
Set RUST_MIN_STACK for Python tests

github.com/deltachat/deltachat-core-rust - 97192a8055b4f834301f89e662cdac22b69ac73e authored almost 2 years ago by link2xt <[email protected]>
Do not use optimised debug builds

Optimised debug builds result in an extremely slow code-build-test
cycle. The reason we do this...

github.com/deltachat/deltachat-core-rust - ccd4d46391c75a94337c5a22a4848e28d516fa06 authored almost 2 years ago by Floris Bruynooghe <[email protected]>
link tokio issue, remove opt-level line

opt-level relies on the default instead

github.com/deltachat/deltachat-core-rust - 056b8ba1e84981254b6e0571015043f3f6619ad6 authored almost 2 years ago by Floris Bruynooghe <[email protected]>
Recently seen loop

github.com/deltachat/deltachat-core-rust - e3bf8265c4d7c2a53bfe644d37205c782ed6c312 authored almost 2 years ago by link2xt <[email protected]>
Enable tray icon by default and make feature stable (#2979)

* - Move tray icon settings to SettingsAdvanced
- enable tray icon by default

* Fix formatti...

github.com/deltachat/deltachat-desktop - 3e8bb2ea759345953f82424bc6f0217159cabe2f authored almost 2 years ago by Jikstra <[email protected]>
Make chat name/avatar in navbar take full width (#2978)

* Make the chat name/avatar in navbar take the whole width

* Fix formatting

* Update chang...

github.com/deltachat/deltachat-desktop - 4e22a94b18b9483f395a299fdc02006f4ad82770 authored almost 2 years ago by Jikstra <[email protected]>
Fix clippy warnings (#3726)

github.com/deltachat/deltachat-core-rust - f4ee86282e260fb60961ff27db2fb556e20c66d0 authored almost 2 years ago by Hocuri <[email protected]>
New hosts for hermes.radio provider added.

github.com/deltachat/provider-db - d24c935abd124e2326bfc54361356523c9de09f5 authored almost 2 years ago by Rafael Diniz <[email protected]>
Add --- at the end of 163.md

Otherwise autotest.py crashes

github.com/deltachat/provider-db - c7d609b29de8bb8f632c47eca41f06460a616a6c authored almost 2 years ago by link2xt <[email protected]>
Merge pull request #3719 from deltachat/dependabot/cargo/uuid-1.2.1

github.com/deltachat/deltachat-core-rust - 7b66eb8b9c7fa85311d18fa76618d309ee0b584d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix readme (#3725)

Update README.md

github.com/deltachat/deltachat-core-rust - a7861c2ea50d535668cc8b5d74eb71c5eae21fec authored almost 2 years ago by Simon Laux <[email protected]>
fix setting color chat background color (#2972)

closes #2659

also instantly react to changing chat background color,
though we should double...

github.com/deltachat/deltachat-desktop - 9e98fdbd9971bcf2dd535eb9f2e2bf754561c927 authored almost 2 years ago by Simon Laux <[email protected]>
fix videochat const naming

github.com/deltachat/deltachat-desktop - 0a1ef9cbc062645e277cf0a5d9be1403abd13936 authored almost 2 years ago by SimonLaux <[email protected]>
type the return value in a variable,

and fix a bug that became visible that way

github.com/deltachat/deltachat-desktop - f5b36fd51e4cf5d68a21b934b6563a73d1751328 authored almost 2 years ago by SimonLaux <[email protected]>
make naming consistent of:

`newestFetchedMessageListItemIndex` and
`oldestFetchedMessageListItemIndex`

github.com/deltachat/deltachat-desktop - 65333fd1d34dd60a9689131a004b9ceb659f7a14 authored almost 2 years ago by SimonLaux <[email protected]>
Refactor chat_scroll to be immutable (#2968)

* Refactor chat_scroll to be immutable

* Fix modifiedState having wrong property in appendMes...

github.com/deltachat/deltachat-desktop - e9a5835387d5712ebe98298e4ede8e7c85063b01 authored almost 2 years ago by Jikstra <[email protected]>
Merge pull request #3715 from deltachat/dependabot/cargo/axum-0.5.17

github.com/deltachat/deltachat-core-rust - 163678dfe32a1528e269fbce003d1ffee6596a57 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3717 from deltachat/dependabot/cargo/anyhow-1.0.66

github.com/deltachat/deltachat-core-rust - e32b1341f8e893679bbd09c85e5c9690f49c706c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3710 from deltachat/dependabot/cargo/syn-1.0.103

github.com/deltachat/deltachat-core-rust - f579ad79a2f29816b791d97c83e24fbfa6678d4f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump anyhow from 1.0.65 to 1.0.66

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66.
- [Release notes](https...

github.com/deltachat/deltachat-core-rust - a6d1b8b975e265540ae8258c69bfd15a4f08f8d5 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump syn from 1.0.102 to 1.0.103

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.102 to 1.0.103.
- [Release notes](https://g...

github.com/deltachat/deltachat-core-rust - 890c5596a9714822d83c66a845faffa19c51e83b authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3712 from deltachat/dependabot/cargo/futures-0.3.25

github.com/deltachat/deltachat-core-rust - 7797580c7f92a2abcba37210eac11130d2fc50c4 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
bump android version to 1.34.3

see https://github.com/deltachat/deltachat-android/pull/2412
and https://github.com/deltachat/de...

github.com/deltachat/deltachat-pages - c31061edf04235e3f002db96774e8ad6ca9aebff authored almost 2 years ago by B. Petersen <[email protected]>
prepare 1.34.3 (#2412)

* update changelog for 1.34.3

* bump version to 1.34.3

github.com/deltachat/deltachat-android - f9ce0baea1d9d84688976dff924a12371e572258 authored almost 2 years ago by bjoern <[email protected]>
cargo: bump futures from 0.3.24 to 0.3.25

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.24 to 0.3.25.
- [Release notes...

github.com/deltachat/deltachat-core-rust - e559c467c62f68c898b6405732fd0cab96cd0b40 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump axum from 0.5.16 to 0.5.17

Bumps [axum](https://github.com/tokio-rs/axum) from 0.5.16 to 0.5.17.
- [Release notes](https://...

github.com/deltachat/deltachat-core-rust - 7f4abc5285d457cb0ae7038b76f560924726fa12 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump tokio-stream from 0.1.10 to 0.1.11

Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.10 to 0.1.11.
- [Release notes]...

github.com/deltachat/deltachat-core-rust - 916915d430bb393f5c2ba17082ada53274bf239f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump base64 from 0.13.0 to 0.13.1

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.13.1.
- [Release ...

github.com/deltachat/deltachat-core-rust - 46d3889b63dcf03c39db7f655cbfea5781242b87 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump libc from 0.2.134 to 0.2.137

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.134 to 0.2.137.
- [Release notes](https...

github.com/deltachat/deltachat-core-rust - e39dc25e2a12b864215f8bff01fb8b45641d0dbb authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump serde from 1.0.145 to 1.0.147

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147.
- [Release notes](http...

github.com/deltachat/deltachat-core-rust - 1a022d8905cef8822247765d38091790956cec90 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump kamadak-exif from 0.5.4 to 0.5.5

Bumps [kamadak-exif](https://github.com/kamadak/exif-rs) from 0.5.4 to 0.5.5.
- [Release notes](...

github.com/deltachat/deltachat-core-rust - 3dc8888c6aa2c784dcfcc7e8933c0fd0ec2507bd authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3718 from deltachat/dependabot/cargo/native-tls-0.2.11

github.com/deltachat/deltachat-core-rust - 3ff3046b6899d8d7e4da0bcc60e5d44c047ec5a9 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3720 from deltachat/dependabot/cargo/smallvec-1.10.0

github.com/deltachat/deltachat-core-rust - 910a5dd96a7f11179245647b440041f21220c73f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3724 from deltachat/dependabot/cargo/url-2.3.1

github.com/deltachat/deltachat-core-rust - 6b521c4c43d90aad8640454465c53ddec114d2a2 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump native-tls from 0.2.10 to 0.2.11

Bumps [native-tls](https://github.com/sfackler/rust-native-tls) from 0.2.10 to 0.2.11.
- [Releas...

github.com/deltachat/deltachat-core-rust - fe909fbe92756f69118e3277eaf9cf9ec2195fc3 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3713 from deltachat/dependabot/cargo/serde_json-1.0.87

github.com/deltachat/deltachat-core-rust - 98c9139f3a85373f14adafc5853528ae7a3e0ef3 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #3711 from deltachat/dependabot/cargo/once_cell-1.16.0

github.com/deltachat/deltachat-core-rust - 03d9ee31ec259d80409b70a56648bc5b180a813b authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump smallvec from 1.9.0 to 1.10.0

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.9.0 to 1.10.0.
- [Release notes]...

github.com/deltachat/deltachat-core-rust - ef1cc564390f42eef050b5dae776f14f7d1bfe22 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo update -p mio

mio 0.8.5 does not use libc epoll_create1() function on Android anymore,
so it will be possible ...

github.com/deltachat/deltachat-core-rust - 47fcdef88c7762fec1db57db4d65f4e1964b41d4 authored almost 2 years ago by link2xt <[email protected]>
cargo: bump url from 2.3.0 to 2.3.1

Bumps [url](https://github.com/servo/rust-url) from 2.3.0 to 2.3.1.
- [Release notes](https://gi...

github.com/deltachat/deltachat-core-rust - a1c2260f9bd061608f496d3b1a963f2b83fe187d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump uuid from 1.1.2 to 1.2.1

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.2 to 1.2.1.
- [Release notes](https://git...

github.com/deltachat/deltachat-core-rust - a4b01b83e73363fc94c7a95323237068f9e2b7a7 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump serde_json from 1.0.85 to 1.0.87

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.87.
- [Release notes](ht...

github.com/deltachat/deltachat-core-rust - b9e8edb3efd730567e28958d60edc622df26324c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo: bump once_cell from 1.15.0 to 1.16.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.15.0 to 1.16.0.
- [Release notes]...

github.com/deltachat/deltachat-core-rust - b95861c378173c36ab92880c10c125a74e59a4c5 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1714 from deltachat/account_switch_siri_shortcuts

switch accounts if nececssary for direct share shortcuts

github.com/deltachat/deltachat-ios - a7e168fda77e81a227bcb1255a9de5b2c7c8f75e authored almost 2 years ago by cyBerta <[email protected]>
Merge pull request #1734 from deltachat/mailto_in_webview

handle mailto addresses in WebViewControllers

github.com/deltachat/deltachat-ios - 33bbe633117d1e79f70264849b456966e85f7188 authored almost 2 years ago by cyBerta <[email protected]>
improve syntax

Co-authored-by: bjoern <[email protected]>

github.com/deltachat/deltachat-ios - 2250626226001dcf231665fd48f40902540c7dc2 authored almost 2 years ago by cyBerta <[email protected]>
Update deltachat-ios/Controller/WebViewViewController.swift

Co-authored-by: bjoern <[email protected]>

github.com/deltachat/deltachat-ios - 596f0fc3b825f1cf01032a24ac2428d61af4a6c0 authored almost 2 years ago by cyBerta <[email protected]>
add account avatar to the share dialog so that it becomes clear from which account we're sending

github.com/deltachat/deltachat-ios - 4d3b57d51d75feb3eca2a4f0be3fce05aebb1508 authored almost 2 years ago by cyberta <[email protected]>
fix fallback initials to account address

github.com/deltachat/deltachat-ios - a629b394efb19600b96006b06b6c0c25882f69de authored almost 2 years ago by cyberta <[email protected]>
switch accounts if nececssary for direct share shortcuts

github.com/deltachat/deltachat-ios - fdbf8a285a800bcb77ef964f5967236187dea069 authored almost 2 years ago by cyberta <[email protected]>
Merge pull request #1736 from deltachat/account_switch_layout_improvements

AccountSwitchViewController layout improvements

github.com/deltachat/deltachat-ios - 2a9cb009432f10462bbfb7a0805c925197fd2c74 authored almost 2 years ago by cyBerta <[email protected]>
Merge pull request #1735 from deltachat/remove_old_account_switch

remove account switch from settings

github.com/deltachat/deltachat-ios - 9aeab158d82ccc087b0ade7fc1f6c8a05a0b26b4 authored almost 2 years ago by cyBerta <[email protected]>
allow overscroll in case the content size height of the AccountSwitchViewController's table view is bigger than the visible area

github.com/deltachat/deltachat-ios - a62b1b602a0f15021c2400420c1886277a5ed785 authored almost 2 years ago by cyberta <[email protected]>
avoid scrolling content in AccountSwitchViewController if not necessary, disable bouncing for its tableView

github.com/deltachat/deltachat-ios - 07e8dc2aeabe292f15af5f1e54ebe74cad0ece07 authored almost 2 years ago by cyberta <[email protected]>
remove account switch from settings

github.com/deltachat/deltachat-ios - 74655077875919d62adbb025e3a35dc6a672b0ad authored almost 2 years ago by cyberta <[email protected]>
fix crash in share-to-delta and similar issues (#2411)

* fix crash in share-to-delta

the crash was introduced by 1.34.2 that was released for testin...

github.com/deltachat/deltachat-android - c28c72511ea642650e84bafba8fa779bca93a176 authored almost 2 years ago by bjoern <[email protected]>
don't show dash in mailinlist title,

if there is no mailinglist address
closes #2965

github.com/deltachat/deltachat-desktop - e415c196047a046c21e4c00aa84dd0c1610f3add authored almost 2 years ago by SimonLaux <[email protected]>
fix chat audit log

closes #2967

github.com/deltachat/deltachat-desktop - 7fa905e6009861226df613a5e4022a55ac7fe1e0 authored almost 2 years ago by SimonLaux <[email protected]>
handle mailto addresses in WebViewControllers

github.com/deltachat/deltachat-ios - 260628a1a0b1ea8710b7f275f09514b6bbf289fa authored almost 2 years ago by cyberta <[email protected]>
jsonrpc: change method naming (#3678)

* jsonrpc: change method naming

* re-gen types

* cargo fmt

github.com/deltachat/deltachat-core-rust - 758ae185ba1ec5ac1bdb7beef043f3f6f1495d47 authored almost 2 years ago by Simon Laux <[email protected]>
update bindings section in readme (#3696)

* update bindings section in readme

* Update README.md

Co-authored-by: Floris Bruynooghe <...

github.com/deltachat/deltachat-core-rust - f60d9a51d46b286c323430d1f7e3cf9bdd5c143d authored almost 2 years ago by Simon Laux <[email protected]>
Merge pull request #1731 from deltachat/fix-cancel-multiedit

fix chatlist's multi-edit 'Cancel' button

github.com/deltachat/deltachat-ios - e3eab8da4cc51b52daab45f87a37e21f559f39e1 authored almost 2 years ago by cyBerta <[email protected]>
prepare 1.34.2 (#2406)

* update changelog for 1.34.2

* bump version to 1.34.2

github.com/deltachat/deltachat-android - 33bbfaf951392d95e89d02f570a55c0a39a94bbb authored almost 2 years ago by bjoern <[email protected]>
Merge pull request #567 from deltachat/update-translations-2022-10-29

update translations

github.com/deltachat/deltachat-pages - 9e5271ca5ae6796d615c4afb62f2e7b70b3f0392 authored almost 2 years ago by bjoern <[email protected]>
fix message bubble corner for RTL languages (#2410)

github.com/deltachat/deltachat-android - 856b2d3cdfae85c25bd007aa9f643816406747e6 authored almost 2 years ago by Asiel Díaz Benítez <[email protected]>
bump targetSdkVersion to 32 (#2407)

* bump targetSdkVersion to 32

* explicitly set `android:exported` for `indent-filter`

this...

github.com/deltachat/deltachat-android - 443ea0cd3612055cb63288507f255788bfe3fc6b authored almost 2 years ago by bjoern <[email protected]>
Allow sender timestamp to be in the future

This can happen due to unsynchronized clocks or
when "smeared" timestamp is used as the sender s...

github.com/deltachat/deltachat-core-rust - d81579730e6e2a91aeef5fef1c76808a570574ed authored almost 2 years ago by link2xt <[email protected]>
update local help

github.com/deltachat/deltachat-android - c29013eda29624869b805ea47b98ab6c179f91ee authored almost 2 years ago by B. Petersen <[email protected]>
update translations

github.com/deltachat/deltachat-pages - 6a4b31abde6e8f37dd35907e793946b42cb17a84 authored almost 2 years ago by B. Petersen <[email protected]>
update translations

github.com/deltachat/deltachat-android - b77528c9ef608b3330de9c3d485d0c9a9a31e65f authored almost 2 years ago by B. Petersen <[email protected]>
use more modern methods to track connectivity changes (#2403)

* use registerDefaultNetworkCallback() instead of deprecated CONNECTIVITY_ACTION

CONNECTIVITY...

github.com/deltachat/deltachat-android - f9286975d60b7aa2cb6bf317683045e05ef9c0be authored almost 2 years ago by bjoern <[email protected]>