Ecosyste.ms: OpenCollective

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

github.com/deltachat/deltachat-android

Email-based instant messaging for Android.
https://github.com/deltachat/deltachat-android

prepare 1.21.1 testrun 🏃 (#2010)

* update changelog for 1.21.1

* bump version to 1.21.1

99963ee605db745edc48bac7dd00660050d2e5da authored over 3 years ago
update deltachat-core-rust submodule

7f09ea237d38b9f259230f3da47e7d0f9343ae61 authored over 3 years ago
prepare 1.21.0 (#2009)

* update changelog to 1.21.0

* bump version to 1.21.0

aa1909e51901242ce1c728ac2f2f17b019e56de3 authored over 3 years ago
unify buttons (#2007)

* use standard button style for block/accept

* make existing buttons a little bit nicer

* ...

09959306363cfd87fca80472b7c2ffce82b5248f authored over 3 years ago
set dynamic theme in welcome activity (#2008)

099f76a90bb7d118275215d1556d4d5a69c5cd01 authored over 3 years ago
avoid showing compose panel when pressing block button (#2004)

* stop observing DC_EVENT_CONTACTS_CHANGED events before blocking chat so the input bar is not m...

13dbb3f87cadf297fc26df6f31cb430f94396975 authored over 3 years ago
update archived chatlist when contact request is blocked, set intent so conversationListFragment can find RELOAD_LIST in extras (#2003)

464c30129f05204ea54d1c80d613c594027996f9 authored over 3 years ago
update help

474a40f6b718fb6868526638c6ef76897233daf0 authored over 3 years ago
update translations

1c2ed86e242131cb297c667aa406c086bea3a411 authored over 3 years ago
update deltachat-core-rust submodule

7e4a94e9aa3b600ad38c8a1ba6a5977c02a657b8 authored over 3 years ago
Merge pull request #1985 from deltachat/use-accounts-api

use dc_accounts_t

6bd46a853213fb6cb46f6c5d04d253abf4f13354 authored over 3 years ago
fix potential race condition in chatlist loading (#2001)

this should fix the race condition mentioned at #2000
and in the source code by synchronizing g...

06353ef64d7df67ed4e8d993408d9dd21935da89 authored over 3 years ago
fix chatlist anr (#2000)

* revert unneeded changed introduced at #1975 - the timer is to update relative timestamps, data...

6de566ac11fa59909eb4e6394858bd7a0320260a authored over 3 years ago
separate request and archive badges (#1997)

72acc5fffcc7627a91f7da8882cf83c6cdba8291 authored over 3 years ago
hide question from request panel for now (#1996)

* hide question from request panel for now, if needed we can do something more specific in the f...

a7d6dda1a32c3702c7a6f043a1ba5e64bc7a7008 authored over 3 years ago
tweak 'Archived Chats' and 'Requests' (#1991)

* add 'Archived Chats' menu entry

the menu entry is at the place where the 'Contact Requests'...

2e9f7e58f21a033c6f9a832ffd4bf0cae836bdc7 authored over 3 years ago
update deltachat-core-rust submodule

2d6459bddf49543d6dbb8d9058ff8048c36b552b authored over 3 years ago
Update src/org/thoughtcrime/securesms/connect/AccountManager.java

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

6d8da0740908b4c6d1690a3ef09152cc6193ab38 authored over 3 years ago
Update src/org/thoughtcrime/securesms/connect/AccountManager.java

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

a6490bf4cb3c756cdd42baad66b3e1e882302c16 authored over 3 years ago
int can't be @Nullable

1c4b06c5014a745414ca3ddb7865470591f848d4 authored over 3 years ago
update deltachat-core-rust submodule

3d4bac8e9a5273e8be1b449cbb6e2ed604636670 authored over 3 years ago
update deltachat-core-rust submodule

129e7e34b8d4727dc01c5b548dffc528d08ca9db authored over 3 years ago
update translations

8006b68c7a65f49a6ee3e45f0d15b0e3bf0f001a authored over 3 years ago
update deltachat-core-rust submodule

531af69c9e04203fc491515fe46822a9a06ab190 authored over 3 years ago
remove superfluous string (that change was lost during rebase)

c94ec3681450830fa2345282efb78bf0ef178413 authored over 3 years ago
process events belonging to current context only

79590534291109bf67472825efa519e2e4802f98 authored over 3 years ago
adapt AccountsManager to DcAccounts

0f7984442a273b1befa74a795c765ea36b81578c authored over 3 years ago
use accounts event emitter

634c8d1e49cc5576eb4f67dba5ccf76d37e31a74 authored over 3 years ago
create DcAccounts object on startup, migrate existing accounts

78cd6cd8e8ee0b45d36491b926b90ae0d29cdd0a authored over 3 years ago
remove unneeded declarations of ApplicationDcContext

c661cc8385366f32ae5a5cae7700e85e2937757f authored over 3 years ago
always get DcContext via DcHelper

1d9a6375be72c4c3d07dba8367c457fd0fe136b8 authored over 3 years ago
remove functions from subclassed DcContext

the functions were part of ApplicationDcContext for no special reason,
however, now standing in ...

b28a62a1ea68826ca75f02b446bea19a23fac4d8 authored over 3 years ago
add dc_accounts_t api to JNI

4c679053b9645f1e5c78db72a7232508306d741c authored over 3 years ago
update translations

974e3b4f4eea689f4d5738f6cf54dee907cbb7ff authored over 3 years ago
update deltachat-core-rust submodule

44a4e7825ef8b1f7b9e4be6ec7e76e435ba8bc10 authored over 3 years ago
Remove Deaddrop chat (Android UI) (#1975)

See deltachat/deltachat-core-rust#2514

Fixes #1963
Fixes #1890

Before deleting a chat the...

f941fd3c535ad30cfec3e3c78de73403d93d4a82 authored over 3 years ago
Speedup first-time app load a bit (#1988)

I couldn't measure whether the app actually loads faster, as it varies a
lot (3.5s-4.5s on my d...

79cad60b8fb457b1577bb8e2497193569961b8e0 authored over 3 years ago
update translations

7dd8bb6bb5ef7d28c0d59d63f40c98de03bd9227 authored over 3 years ago
Speedup returning to chatlist a bit (#1987)

When working on
https://github.com/deltachat/deltachat-android/pull/1975, I noticed that
synch...

b1db770f5fb1f2f7392d0df5b316806885060a3b authored over 3 years ago
update translations

6df933195a0e955327043d020e041939a0b5461e authored over 3 years ago
allow only one line of text in title bar (#1986)

a74d124ee5c723a7b00f8912cf2e59abaf51d360 authored over 3 years ago
use 'Updating…' instead of 'Getting new messages…' (#1984)

- 'Getting new messages…' is not always fitting,
the messages may be old or they are not visi...

3cbaafb437d1907b59ed244d379f653bcac2f880 authored over 3 years ago
update translations

61825a59241661cc244097d0024e887b0e5d3546 authored over 3 years ago
update deltachat-core-rust submodule

a1ae2352024264ea6e0f490bf70258fae2cebbc9 authored over 3 years ago
Fix SELinux build issue with `:z` suffix (#1982)

Podman and docker require the `:z` suffix if running on system where SELinux is enabled (like
F...

36c395633a7b538c6ec2c37253b0afa0ccb49315 authored over 3 years ago
Merge pull request #1980 from deltachat/dotless-domain-support

add yggmail support: allow dotless email address and localhost server

983db8cd312169fbf49817b06ddb72fccaf73dfe authored over 3 years ago
use 'E-Mail' when in a title context

a14a7f4548d937a9165014e94227b76a470198cb authored over 3 years ago
capitalize some strings (#1979)

* capitalize some strings

as discussed several times on different channels,
nowadays, it is ...

4960a2609e490f984b4d1ffe866532f5ecf2f9b8 authored over 3 years ago
update translations

7b99cacde5f80d6f6ae5bcd99bc212b5ca7ab4cf authored over 3 years ago
add yggmail support: allow dotless email address and localhost domain

5e93b89ff48104e9cf61efd6ae420c01804745b6 authored over 3 years ago
Merge pull request #1970 from deltachat/set-clipboard-with-utils

avoid code duplication, use Utils.writeTextToClipboard() everywhere

1f23a5ad1bb53d3b81533fb7972dcd02d5dc8271 authored over 3 years ago
use translated string for 'Video chat instance' (#1978)

7da9d1026fcabb5a0a01931a2198dec0e478c0e5 authored over 3 years ago
udpate translations

07c3623275f490c227b1e5a22b0dee52ec4c7085 authored over 3 years ago
update translations

844ff275189d616b9a5d5d1a230689b82ec77d2d authored over 3 years ago
consider multi-device usage on withdraw/revive QR code wordings (#1977)

in a multi-device-setup,
if deviceB scans a setup-contact QR code shown on deviceA,
it is misl...

2105c500ce2afba32b8a9b7382c7eeb3e0cb1f5b authored over 3 years ago
Merge pull request #1968 from deltachat/adb-issue-1967

avoid NullPointerException in DcMsg.msgSetToIds()

214f11a62f9caccb61553145f12ae90d2b5e5bd4 authored over 3 years ago
Update src/com/b44t/messenger/DcMsg.java

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

f0290649f42bd34c2cfa130b54bc41ac9e8d8f5b authored over 3 years ago
update translations

6c48233005414fcf1f14f2d45829e2a5f3f52e2a authored over 3 years ago
apply app/system theme to WebView (#1972)

4dce3734ff95dc805a6d5a1252bfcf72be83e86f authored over 3 years ago
update deltachat-core-rust submodule

623976424ea18760bc7a62c39566e334a9bee67c authored over 3 years ago
Hide unnecessary controls if you can't send (#1951)

- Imediately hide the compose panel when you left the group and
EVENT_CHAT_CHANGED was sent
- ...

7ad227f789bf588840d948de10ab2ed4573991e6 authored over 3 years ago
allow withdrawing and reviving qr codes, add corresponding strings (#1965)

the code-part of this pr is pretty simple, most work was already done in core at deltachat/delta...

466697c97600362ba90d0377051e6b076e96fd87 authored over 3 years ago
avoid code duplication, use Utils.writeTextToClipboard() everywhere

d455526ca4a6a9a02d8b696ca39970240c3d6fd6 authored over 3 years ago
Implement a basic connectivity view

The non-squashed original commits are available at 243bd3a56:

* First, quick and dirty version
...

b3fea81bed308275425e0136233465f589cf4fe0 authored over 3 years ago
avoid NullPointerException

4480e7c5b0a0e7fabd46396438563a74b47e04f4 authored over 3 years ago
Merge pull request #1956 from deltachat/adb-issue-1908

unbind service in stopLocationEngine()

b75124a38d5f78169481f5aec1e45b802476b45e authored over 3 years ago
update translations

3a4624e6f957c64084845220df906361e2c66145 authored over 3 years ago
fix some typos (#1966)

* prefer e-mail over email, before, that was mixed. cherry-pick from #1960

* fix typos

1ebe04505c7a47d467f9e331c54e435e81b23d45 authored over 3 years ago
removed arabic n_hours/n_minutes as there are issues with them, %d is missing for some quantities, this should be avoided

c6cdba1de83d5488cb2d28409e9ef99614aff444 authored over 3 years ago
Clarify disappearing message hint (#1926)

* Clarify disappearing message hint

I got the user feedback that it's not clear that this set...

bfdddf1567c0f241fd9dfdc79e58dbb7964f7692 authored over 3 years ago
handle URLs starting with OPENPGP4FPR:

a267cdd151ea832cb596c12ec960c3653f768057 authored over 3 years ago
add more case variations

27df7fa943a007f3062f357302705edbca50d690 authored over 3 years ago
update deltachat-core-rust submodule

8e98559723ead9060307f308ebbf17b8e1559622 authored over 3 years ago
update deltachat-core-rust submodule

c9b7b09ab98315a2ac53e88389dfefe62620a24a authored over 3 years ago
add support for openpgp4fpr schema in WebView

c5d04791ec7e1b1168247ac2750321d735a2f544 authored over 3 years ago
Merge pull request #1961 from deltachat/adb-fix-log-scrolling

make log view's scroll to top/bottom work

c31f41d800ca18edbcfb2b85bc3614ada189e0c8 authored over 3 years ago
make scroll to top/bottom work in the log view when the EditText is not focused

48e768bc04ada49b185fca2ae8bc3dabd5fa64f3 authored over 3 years ago
Merge pull request #1955 from deltachat/adb-issue-1937

don't open chat directly if user clicks in blocked addresses

9b4eae45fd1d11d857b1ef75982ab6b2007fb61f authored over 3 years ago
Merge pull request #1959 from deltachat/adb-issue-1939

URL-encode file name in openForViewOrShare()

645f82388629678d060555ed9d00770647e729c2 authored over 3 years ago
update translations

ac3cbb673f2980243c4aa5ccd31fcf3a2879af3b authored over 3 years ago
URL-encode file name

73f7daf11958d50a32914267c1ce3474b7b2473a authored over 3 years ago
cleanup

05de12b58ba0a77186251536ecec2555e4468420 authored over 3 years ago
unbind service in stopLocationEngine()

a83ca0077f93bf9cdd601e73d99a950839ffdb8a authored over 3 years ago
don't open chat directly if user clicks in blocked addresses

a5415ecc14b522bab21dab4c6a86f6a1eba3f271 authored over 3 years ago
use text color for links in signature

ebfc5623454dc3230acb0741aa51e2789244677b authored over 3 years ago
update translations

555544feb2f48f584cea93b52764d8afb4f0c7b1 authored over 3 years ago
send images from 'Image keyboard' as stickers

see https://developer.android.com/guide/topics/text/image-keyboard

d7729b6001087078c37b8e033ee603fd5d972701 authored over 3 years ago
also allow image/webp as sticker format

073c915d24df2b68f86089658f9c7b5d7b0c221e authored over 3 years ago
allow quote-replies for stickers

once the sticker is sent together with the quote,
the quote is cleared.

if there is some draft ...

c873e9c60771d37244a844fe9beb56390a628d4b authored over 3 years ago
bump version to 1.20.5

ccf8ca0a568310686c0bb4b828522405a46fcf04 authored over 3 years ago
update changelog to 1.20.5

d496ebb6699df76883f6dcf9d22cee0db8582d92 authored over 3 years ago
update deltachat-core-rust submodule

3b87c6bea7c636da2dbeee880837ecc01cb5dd5d authored over 3 years ago
update translations

41e4aa4fe262f7eace88c92df8e1ec98f0bde0d6 authored over 3 years ago
update translations

01974ae7ab4728fc090677b1c46e4e9ea17658d1 authored over 3 years ago
update translations

c44f688f7ce141b1f81ad8d388783813f5de2cdf authored over 3 years ago
refine wording of remaining screenlock (#1944)

we keep using the screenlock for "Backup" and "Manage keys";
these dialog always used the wordi...

096cfc81ab12a9ccd5c5c52cdb44a62b02498782 authored over 3 years ago
update translations

6602bb2639e5b7ad30a2b993e06473fbefea6516 authored over 3 years ago
Remove screenlock (#1942)

* Remove screen lock feature, move the two remaining "App access" options into "Advanced"

Loc...

8c0fac43c43956cd5ece80f726d2260082e30cd0 authored over 3 years ago
update translations

058f98c3fcb4f950c61d81455993fd151ad4c66b authored over 3 years ago
Merge pull request #1938 from deltachat/adb-fix-strings

escape apostrophe

652b409beba7f013fcc5ad50e79637059000fb47 authored over 3 years ago