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

fix bench test

github.com/deltachat/deltachat-core-rust - f11c3dd3e39305994daf101c485fcdfc1ecc9650 authored over 2 years ago by holger krekel <[email protected]>
refactor session_liveconfig_producer to become a more geneal testprocess management object

github.com/deltachat/deltachat-core-rust - 394067be63b7c15d6ffe93952d322be0c5be955d authored over 2 years ago by holger krekel <[email protected]>
simplify test setup api by removing pre_generated_keys arguments

github.com/deltachat/deltachat-core-rust - fd5b224ba0bc09a477ddd96b2621771483292a52 authored over 2 years ago by holger krekel <[email protected]>
unify get_unconfigured_account and make_account

github.com/deltachat/deltachat-core-rust - 0e3165d72418db7922c28fea23bee824fc900797 authored over 2 years ago by holger krekel <[email protected]>
some renaming and some docstrings

github.com/deltachat/deltachat-core-rust - f5157392b627f862651c134d8a552aada0496535 authored over 2 years ago by holger krekel <[email protected]>
move large inlined AccountMaker (renamed to ACFactory) to proper class instead of being defined in closure

github.com/deltachat/deltachat-core-rust - c7c1a04c6a4964cd8d7d81eb6b6ffb2f642c4239 authored over 2 years ago by holger krekel <[email protected]>
normalize make_account usage

github.com/deltachat/deltachat-core-rust - 720c1b5ecaded822b68f90a7d59a50180b9b17f5 authored over 2 years ago by holger krekel <[email protected]>
refine waiting for initial startup waiting for "INBOX: Idle" ready

this slows down initialization for tests but provides more stability in my runs

github.com/deltachat/deltachat-core-rust - 5e39a13bf684f21b1f9103f145e529e66d3c47aa authored over 2 years ago by holger krekel <[email protected]>
streamline session_live_config implementation and usage

github.com/deltachat/deltachat-core-rust - 874054148e5877e4ce793bef14577cedd6181dba authored over 2 years ago by holger krekel <[email protected]>
remove unnccesary distinction between offline/online accounts in make_account, simplifying api/usage

github.com/deltachat/deltachat-core-rust - 3e16a47ff273a1691cedeb69ad03c33f653ff80c authored over 2 years ago by holger krekel <[email protected]>
- remove superflous early set_configs to separate config / account making better

- avoid low-level dc_* API access from testplugin

github.com/deltachat/deltachat-core-rust - 87365e4a431857ae951d91bc2f69a2caf22b480a authored over 2 years ago by holger krekel <[email protected]>
remove make_account from get_online_config and rename the latter to get_next_liveconfig to avoid one indirection

github.com/deltachat/deltachat-core-rust - 3e12eab0b5b8f1d719d80ab44a68da3b469cdd69 authored over 2 years ago by holger krekel <[email protected]>
avoid instatiating a full blown Account object just for showing some core info

github.com/deltachat/deltachat-core-rust - 0422d751d82929dccdc89079492152d3b9862578 authored over 2 years ago by holger krekel <[email protected]>
refactor "quiet" parameter away and provide more precise logging-control

github.com/deltachat/deltachat-core-rust - c1b33a66c4295cfcc875cc047aad3da9e76d37e4 authored over 2 years ago by holger krekel <[email protected]>
streamline configuration handling for test accounts, removing one layer of flags

github.com/deltachat/deltachat-core-rust - 5e5710ecce8233354b6c71164ba2c36babbefffb authored over 2 years ago by holger krekel <[email protected]>
trim online account creation to a single get_online_accounts() function

github.com/deltachat/deltachat-core-rust - 04dd2d93d016fff33ef5a117ea8441af6ee43e81 authored over 2 years ago by holger krekel <[email protected]>
refine test support function name

github.com/deltachat/deltachat-core-rust - 77c60e7450c52c5939fe7926b84f0896307bbf3f authored over 2 years ago by holger krekel <[email protected]>
- perform direct_imap init in testplugin instead of global deltachat

plugin, probably also helping to avoid some segfeaults during teardown

- some API renaming on ...

github.com/deltachat/deltachat-core-rust - 2494613583c6a10f6ab1c92c24ed0f0d8a96150a authored over 2 years ago by holger krekel <[email protected]>
improve error messages during live creation of accounts

github.com/deltachat/deltachat-core-rust - e4e02ea3c0be710ed1b0f566c0bb680b3ba7ab46 authored over 2 years ago by holger krekel <[email protected]>
strike setting "displayname" in test plugin and refine two tests which implicitely relied on this

github.com/deltachat/deltachat-core-rust - e070284a09e94c0a2ba7801d9676bd718686d065 authored over 2 years ago by holger krekel <[email protected]>
provide for meaningful names for bringing accounts online for test functions

github.com/deltachat/deltachat-core-rust - d2ca54c1673c946197fcd5fcee74d473c8458eaa authored over 2 years ago by holger krekel <[email protected]>
add --extra-info CLI option (defaults to False for interactive runs)

github.com/deltachat/deltachat-core-rust - 026dd4480e420fa8fb194613469482feadb9854d authored over 2 years ago by holger krekel <[email protected]>
remove _configtracker and write a tested "PendingConfigure" helper class for managing configure/started states for test accounts

github.com/deltachat/deltachat-core-rust - 7fbdb426950b07bae258f8a6c5d8373d4518edb2 authored over 2 years ago by holger krekel <[email protected]>
slight renamings

github.com/deltachat/deltachat-core-rust - a9b2750ec9de5d9683640ee11e1d5c8cec283609 authored over 2 years ago by holger krekel <[email protected]>
shift startio/init machinery into PendingConfigure class

github.com/deltachat/deltachat-core-rust - f631ec3a7cd28a72190d72bd1679c0a817ac2730 authored over 2 years ago by holger krekel <[email protected]>
fix various tests

github.com/deltachat/deltachat-core-rust - 88cbf42c394e1fd6ebd73f92fb721bc7235b0cad authored over 2 years ago by holger krekel <[email protected]>
prevent one strange traceback probably caused by ongoing shutdown

github.com/deltachat/deltachat-core-rust - e44f68db839962c29bfee239c58ce5625e76c028 authored over 2 years ago by holger krekel <[email protected]>
Merge pull request #529 from deltachat/update-help-wrt-archive

explain Pinning/Muting/Archiving in the help

github.com/deltachat/deltachat-pages - c17550bcf217619d58c2d74a377173596d0b7f66 authored over 2 years ago by bjoern <[email protected]>
explain Pinning/Muting/Archiving in the help (this should also go to the offline help of 1.30)

github.com/deltachat/deltachat-pages - a49a76f327fa4b1687149a4f17ad0c10815a1e7d authored over 2 years ago by B. Petersen <[email protected]>
Merge pull request #528 from deltachat/update-translations-2022-05-03

update translations

github.com/deltachat/deltachat-pages - 3ac5c2d35b85f1568b0005edd68b7d8046757296 authored over 2 years ago by bjoern <[email protected]>
update translations

github.com/deltachat/deltachat-pages - c4c58a929ce2808bcc2411d3239d5c251b7db3d2 authored over 2 years ago by B. Petersen <[email protected]>
prepare 1.79.3

another fix for stnadlone context

github.com/deltachat/deltachat-node - e4bf70b5aadf70ad8a503098b8cd4792bbe32fb6 authored over 2 years ago by Simon Laux <[email protected]>
Merge pull request #2289 from adbenitez/adb/issue-2279

webxdc: allow internal pages and open some known schemes externally

github.com/deltachat/deltachat-android - 42d637de2afdc82166d8c8b70ac016c9cabb4a71 authored over 2 years ago by Asiel Díaz Benítez <[email protected]>
reuse same mechanism to enfoce VoiceOver cell selection when returning from multi-select context menu activation

github.com/deltachat/deltachat-ios - 968126ecf111bc1c50b4d4956b682b9c074ed165 authored over 2 years ago by cyberta <[email protected]>
update nauta.cu provider info, situation changed, no need to sacrifice encryption anymore (#237)

github.com/deltachat/provider-db - 38e5787d7c07677e8b39ef2c4e4cc128ce38c36b authored over 2 years ago by Asiel Díaz Benítez <[email protected]>
fix lint complaining about line length

github.com/deltachat/deltachat-ios - c54ba440a0859cd23920863d641961d9d9f68901 authored over 2 years ago by cyberta <[email protected]>
update release-checklist to changed Android Studio menu entries

github.com/deltachat/deltachat-android - 820018d27059619fbfb5ef0631cdc7526c27f726 authored over 2 years ago by B. Petersen <[email protected]>
Update src/org/thoughtcrime/securesms/WebxdcActivity.java

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

github.com/deltachat/deltachat-android - 35a535705bb42d41c50f1bc9f04c356f307a154f authored over 2 years ago by Asiel Díaz Benítez <[email protected]>
add missing call to updateScrollDownButtonVisibility

github.com/deltachat/deltachat-ios - bc469e79635095feaa2db6204dfdc16b20fb2ac8 authored over 2 years ago by cyberta <[email protected]>
improve accessibility label text for the message input view

github.com/deltachat/deltachat-ios - ead96cf010a4d3eb3726c4a1170fae938c1a6344 authored over 2 years ago by cyberta <[email protected]>
webxdc: allow internal pages and open some known schemes externally

github.com/deltachat/deltachat-android - 47190896d2972be83bd4d09754fe237941c99433 authored over 2 years ago by adbenitez <[email protected]>
force VoiceOver to keep focussing the message cell that has been scrolled to

github.com/deltachat/deltachat-ios - 9ed476caa76096239e364cd611f1f6ff654a1e1d authored over 2 years ago by cyberta <[email protected]>
fix "retry" wording, it isn't but a try :)

github.com/deltachat/deltachat-core-rust - 0b80ade3ae68fe7d87920cc0c81b1145573c35f0 authored over 2 years ago by holger krekel <[email protected]>
prepare 1.79.2

fix standalone context:
configure promise would not return, ALL event did not contain event name

github.com/deltachat/deltachat-node - b887df98e2f3a5fae8f480ee1f6d0dd1e368dd9b authored over 2 years ago by Simon Laux <[email protected]>
don't ignore core sourcefiles,

prevented npm installation on architectures with no prebuild

github.com/deltachat/deltachat-node - 7a77bf1c3dd6d4fced3b6e6cf3fa780e43936df3 authored over 2 years ago by Simon Laux <[email protected]>
upgrade core to 1.79 and prepare 1.79.0

github.com/deltachat/deltachat-node - 5035ad79a5dc7a560c93a23624f6a39c7a33e49c authored over 2 years ago by Simon Laux <[email protected]>
update translations

github.com/deltachat/deltachat-ios - 87b56862b287f9438391fa6dcc913bdcc0ba0a59 authored over 2 years ago by B. Petersen <[email protected]>
update translations

github.com/deltachat/deltachat-android - 647ffd3dad9cfb8f7750d0cfff59dd856d21d426 authored over 2 years ago by B. Petersen <[email protected]>
update to core79

github.com/deltachat/deltachat-android - 99b977fea01515bb4bd8d92b52f848385ee2f3d8 authored over 2 years ago by B. Petersen <[email protected]>
avoid repetition

github.com/deltachat/deltachat-android - 6389a4f902208d1269f798d7638bbf6429b41302 authored over 2 years ago by B. Petersen <[email protected]>
fix wording, thanks @gerryfrancis

github.com/deltachat/deltachat-android - 9d0d0d304a1e93d7f1da7636e4818272e5737976 authored over 2 years ago by B. Petersen <[email protected]>
remove old device messages

github.com/deltachat/deltachat-android - ea12916d0162aff70adec825fe896d8973e234aa authored over 2 years ago by B. Petersen <[email protected]>
draft device message

github.com/deltachat/deltachat-android - e91f46ed5df9c1229f1110365f8566e0ce9f14e2 authored over 2 years ago by B. Petersen <[email protected]>
update changelog for 1.30.0

github.com/deltachat/deltachat-android - 27f3375f5fa84036ddf70280d1d1607e0364f384 authored over 2 years ago by B. Petersen <[email protected]>
bump version to 1.30.0

github.com/deltachat/deltachat-android - ca40562669c0719e39ba3946284c251fd4510067 authored over 2 years ago by B. Petersen <[email protected]>
avoid race conditions during ChatViewController initialization: reset isInitial flag in keyboard manager's first didChangeFrame event

github.com/deltachat/deltachat-ios - 54a2b6fb4150f0e0f5ea9abe533a95502a01aaa8 authored over 2 years ago by cyberta <[email protected]>
fix a bunch of other potential memory leaks

github.com/deltachat/deltachat-ios - f4d755ef804b45cfac992feaa7e319adbf6f2e80 authored over 2 years ago by cyberta <[email protected]>
fix formatting

github.com/deltachat/deltachat-node - fb2368a794b844674e99ebe6341c02e7f5a91464 authored over 2 years ago by Simon Laux <[email protected]>
fix changelog for 1.78.0

github.com/deltachat/deltachat-node - 44674959bbae359aafdba03f4cbdc223c2c57e4f authored over 2 years ago by Simon Laux <[email protected]>
Upgrade to deltachat-core version `1.78.0`

fix standalone context events

github.com/deltachat/deltachat-node - 71ecdc40823f8ecf078737bad025d3a6a21cacaa authored over 2 years ago by Simon Laux <[email protected]>
fix memory leak by nil'ing ChatViewController's keyboard manager

github.com/deltachat/deltachat-ios - ced2035196beb170abc6ca3140edff82f5cb5620 authored over 2 years ago by cyberta <[email protected]>
update deltachat-core-rust submodule to 'prepare 1.79 (#3281)'

github.com/deltachat/deltachat-ios - 99555c9295340e8e5f62c388266a39dfb35857b9 authored over 2 years ago by B. Petersen <[email protected]>
fix scroll position for long messages when keyboard appears

github.com/deltachat/deltachat-ios - 01d0ccedb79a4c06e5e481df2edf02078b38ed70 authored over 2 years ago by cyberta <[email protected]>
update deltachat-core-rust submodule to 'prepare 1.79 (#3281)'

github.com/deltachat/deltachat-android - 99feeab2e4796b26aeb0f64d1edb5eae7c4d5378 authored over 2 years ago by B. Petersen <[email protected]>
prepare 1.79 (#3281)

* update changelog for 1.79.0

* bump version to 1.79.0

github.com/deltachat/deltachat-core-rust - e1c3e953071d6c587e782e99161778dd02776080 authored over 2 years ago by bjoern <[email protected]>
handle scrollDownButton visibility in case of scrolling to a message with VoiceOver

github.com/deltachat/deltachat-ios - 25d4f7ac3215828da24cb840c5e10a61726fe2e6 authored over 2 years ago by cyberta <[email protected]>
add accessibility labels to forward and delete buttons in multi-select mode

github.com/deltachat/deltachat-ios - c609775ff7e4f7deccc146ca5b09646b30e11cf5 authored over 2 years ago by cyberta <[email protected]>
set accessibilityViewModal for AudioRecorderController, wakeup voiceOver after returning

github.com/deltachat/deltachat-ios - 955aafc9c84684ffda5f13bbcce95c386240894e authored over 2 years ago by cyberta <[email protected]>
refocus on input text field after attaching a draft or cancelling draft or quote

github.com/deltachat/deltachat-ios - d562d9e2ac610e9163ad004917c86b4f8c588f88 authored over 2 years ago by cyberta <[email protected]>
add voice over hint if send button is not enabled

github.com/deltachat/deltachat-ios - d1dcafd3db483db041dce9c17726fbfa69db3672 authored over 2 years ago by cyberta <[email protected]>
fix accessibilty label for InputTextView

github.com/deltachat/deltachat-ios - 8ecac1b05f878f6a5cdeba425b6203dbf9e9e4b7 authored over 2 years ago by cyberta <[email protected]>
return to selected cell after enabling multi-select over voiceOver

github.com/deltachat/deltachat-ios - c810b52e0136cf7f24273b73f4879ef824ed744e authored over 2 years ago by cyberta <[email protected]>
jump to last message or last seen message or searched message when entering the screen with VoiceOver enabled

github.com/deltachat/deltachat-ios - a4089ec2adfeadd86beb5a6f4636af764d18772c authored over 2 years ago by cyberta <[email protected]>
update electron to `18.0.3`

github.com/deltachat/deltachat-desktop - 78e8b55f66fbd8d55417117a0de2b4775ed281b4 authored over 2 years ago by SimonLaux <[email protected]>
enable debug output for electron builder

github.com/deltachat/deltachat-desktop - d522cd0ca0e04df3c7c487a4ec0b421c09f42e78 authored over 2 years ago by Simon Laux <[email protected]>
replace `npx` with `npm exec` for electron builder

github.com/deltachat/deltachat-desktop - 052aa9f48df67a5546001549e4e68c983f79e16e authored over 2 years ago by Simon Laux <[email protected]>
looks like the syntax of `npm exec` is `npm exec --`

github.com/deltachat/deltachat-desktop - 07b10e08111c85b73aba17c6937ed26e25e0eb74 authored over 2 years ago by Simon Laux <[email protected]>
update to new deltachat node `v1.77.1`,

that is build for node 16

github.com/deltachat/deltachat-desktop - 69e8f249cdce7df593497f66f8aaf441cd25b839 authored over 2 years ago by SimonLaux <[email protected]>
upgrade electron builder to `23.0.4`

github.com/deltachat/deltachat-desktop - f764bb8fea5962c42c72b907fe7026a0e1bb4052 authored over 2 years ago by SimonLaux <[email protected]>
update changelog

github.com/deltachat/deltachat-desktop - a76069cce1ffe62c0b175ae6e912a76a95d7a40e authored over 2 years ago by SimonLaux <[email protected]>
update to nodejs 16

update testcafe version in action to match the one from our package.json

update `package-lock.js...

github.com/deltachat/deltachat-desktop - 5654e1550adb7eaed3e8012267543373ceb635ac authored over 2 years ago by SimonLaux <[email protected]>
Replace location jobs with async location loop

Locations are now sent in the background regardless
of whether SMTP loop is interrupted or not.

github.com/deltachat/deltachat-core-rust - 904e8966c0caa92726dd5bdfdddadb8b01418f1a authored over 2 years ago by link2xt <[email protected]>
redesign secondary button, for light and dark mode

github.com/deltachat/deltachat-android - a334fa5495e4ee8578d23d487e1ac4f90dc4afa7 authored over 2 years ago by B. Petersen <[email protected]>
bigger logo on small screens, while staying nice on big screens

github.com/deltachat/deltachat-android - 4c449535dc44c2bd383b8db08133a5a91a9f9b30 authored over 2 years ago by B. Petersen <[email protected]>
update startup image, layout

github.com/deltachat/deltachat-android - 158d782e26e5efb5db7be8c733b35c757fbbe26e authored over 2 years ago by B. Petersen <[email protected]>
reorder and restyle buttons

github.com/deltachat/deltachat-android - 2f56a2762f639506f7ed36b8228f369c63db0a4f authored over 2 years ago by B. Petersen <[email protected]>
Remove panics from the scheduler and simplify start/stop_io()

Hold scheduler lock during the whole procedure of scheduler starting
and stopping. This ensures ...

github.com/deltachat/deltachat-core-rust - 3a10f0155fc745d95f9853d52a1d709fc945ee95 authored over 2 years ago by link2xt <[email protected]>
Hopefully make test_connectivity() less flaky

github.com/deltachat/deltachat-core-rust - 4c9cc4f3d4840bcd5390e354eeae05993b22f107 authored over 2 years ago by Hocuri <[email protected]>
Correctly escape messages consisting of a dot in SMTP protocol

Actual bugfix is in the async-smtp crate.

github.com/deltachat/deltachat-core-rust - 48f2c4e14b56cebbfa604bcad188a03110d08a55 authored over 2 years ago by link2xt <[email protected]>
add a little bench file -- "pytest tests/bench_empty.py --durations=10" will tell you how much overhead there is

github.com/deltachat/deltachat-core-rust - f41df327a91e828599d4d6d1351d4d70ef9dbd35 authored over 2 years ago by holger krekel <[email protected]>
strike last hard-coded ref to configured_addr

github.com/deltachat/deltachat-core-rust - 3f9e3038b753d6e64c52b4080b831d26bd0823d5 authored over 2 years ago by holger krekel <[email protected]>
update translations

github.com/deltachat/deltachat-android - 8c50509c983db435f0752b3ad15970e8912a2138 authored over 2 years ago by B. Petersen <[email protected]>
update deltachat-core-rust submodule to 'prepare 1.78 (#3261)'

github.com/deltachat/deltachat-android - 6fb4700b8fb6e2970ba7e21cc600382e39e48c76 authored over 2 years ago by B. Petersen <[email protected]>
update deltachat-core-rust submodule to 'prepare 1.78 (#3261)'

github.com/deltachat/deltachat-ios - 922f6fb10d77b76ae56007d3f3c84a1233816d3c authored over 2 years ago by B. Petersen <[email protected]>
prepare 1.78 (#3261)

* update changelog for 1.78.0

* bump version to 1.78.0

github.com/deltachat/deltachat-core-rust - c75c95afa996e87824fce06d7e265c39db6e3111 authored over 2 years ago by bjoern <[email protected]>