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

show correct end-to-end-encryption icons, closes #56

c3b10b04589825ba4c999d627d988e0d346c2603 authored over 6 years ago
set message state for outgoing messages in chatlist

8b92bd7a47a0bf154297d773b312e801ed580e63 authored over 6 years ago
Add toast on screenshot policy changed

8ad1652cc6e4f7c98342a5132cdb2c333e32f6df authored over 6 years ago
Removed unneeded preferences and adjusted the CreateProfileActivity

08a4e63ea411d091e95777feaca8c1ca408947e5 authored over 6 years ago
wording; change 'conversation' to 'chat', closes #45

eda6c0438225c9218fb504aa36fc12e5a23fac02 authored over 6 years ago
tweak some colors, closes #54

2eeed3d191e55e2a461648ed85440079d2cd86fa authored over 6 years ago
Make account settings (name and image) usable #14

75971f7320d970d95afcbe655a80e2447b964792 authored over 6 years ago
show avatar in group chats, no message clusters

a64ebdee04a902d221c3c43e19b0c4b408645a13 authored over 6 years ago
style message input

539cdb9f892dd5279c56d024035175593daa0e98 authored over 6 years ago
use correct send and attach buttons

e2de9d2ffedf835d794b80faab1a87e67531916d authored over 6 years ago
change color to deltagreen, closes #49

884733505a5859bcfb77ac531c1d1d604a9caeb8 authored over 6 years ago
Update messenger-backend submodule.

8790d6bd207ab50b6caba3de76b82ace00673f0e authored over 6 years ago
Update messenger-backend submodule.

96a0a346c0e02ebd0c815dc38369fae0e82a49ed authored over 6 years ago
add backup functionality

5021af8319490546dfd750cfabb4e69f4d47b6fe authored over 6 years ago
use @Override annotations for event handlers

5e98634ae5ff8b3d7aa552f120dab4c3df7782ae authored over 6 years ago
implement copy-to-clipboard

fb2d2427796e1256cf244c39e868af3ed68d5dbe authored over 6 years ago
implement messages deletion

0da4fa1530f309cb8fd27fd87cd4b97bd0486e1d authored over 6 years ago
priorize smtp threads

aac3d0d9049b6fbd109ae1c746bd82f8ba3bf9f0 authored over 6 years ago
cleanup after sending message

90ea23e472931d92792fdbcfb15a272df0f8a4c4 authored over 6 years ago
use default snackbar colors; no need to leave the system-guidelines here

9c89353098e959d3b0a350f699887d014235a494 authored over 6 years ago
remove service-outage- and unauthorized-reminders

87f3a35e7cd4f60b08fdd2451c9cd29ebbd19fb7 authored over 6 years ago
remove cmdline functionality, see https://github.com/deltachat/deltachat-android/issues/215

61482de5a50c031cd5449bd2d8f3447f85230b3f authored over 6 years ago
play around with messags list loading

d9c316c8a66bb4f3a5ad7eb908990b0864781ad6 authored over 6 years ago
remove unused views

f9d040abc712edb8fa418f48dd7b3a4d82fb230e authored over 6 years ago
remove special handling of avatar clicks; they're too easy to be confused with the normal clicks on a chat or a title bar

683d94012cd189330af71bbacaf69e95c194ba30 authored over 6 years ago
remove unneded play-services and sms code

fc096d42beafa654bb53c8f0c570d59abd3286c4 authored over 6 years ago
remove some sms and dead code

bff4adb1f37c98f804b8b4a2d15152ea72a8a24a authored over 6 years ago
remove DeviceActivity and GCM, closes #20

45f88c05da847a2ecf970b916e673ccf90af0d51 authored over 6 years ago
simplify app started to NORMAL und NEEDS_CONFIGURE

85724d5cd63b26f33c722384d261e7da82617939 authored over 6 years ago
allow pulsing positions in ConversationList

dad9d469e182dac8019190f5dfeee1262f3b6e53 authored over 6 years ago
make the ConversationList IDs stable again, fixes #41

2156236abe7d2e39116e8c2eec96e92cd003409a authored over 6 years ago
add a dev-tagged-logo for the development time, closes #22

3fe51ceab882be661c443672e8a48e36579a6eba authored over 6 years ago
show a-z letters in the leftmost column of the ContactActivities

c734a79ef1459906fd1f04965b255977f07551de authored over 6 years ago
cache DcMsg objects in ConversationAdapter, tackles #29

64f6e9a5f704eb450d709b7a781bff53274c536e authored over 6 years ago
show day in non-scrolling headers, tackles #29

6729c099cd6669362a2dbad3bc5e894c01333eb6 authored over 6 years ago
style, make some @NunNull annotations

c2c7a3173bb6435ce858b2c542ab4b060c1b5c99 authored over 6 years ago
let getTimestamp() functions return usual timestamp that are compatibe with the standard Date() object (by converting s to ms)

26947bb8659a763a9545cf4d76898aa68df10ab5 authored over 6 years ago
make selection toolbar work, tackles #29

8f28640d283b12bc36f4745e18c7a8d0af430d1b authored over 6 years ago
disable some basic things that are no longer neeed

6af76ecf961a6a02cb3f81c224090bb67430266a authored over 6 years ago
add message-update events explicitly in the conversation-fragment, not in the -activity

22aaeef47f04404ce8bb06c357be1dfbadf58c16 authored over 6 years ago
update conversation and contact-list on the corresponding events

29946d90bcd8081dd23a428aac514de9fe56b8ad authored over 6 years ago
remove some 'registered'-checks

5fbc6d7282b2b0d8863b2e94be48929f0945efc5 authored over 6 years ago
show info-messages as such

d2fca389a42f5d5a4f4cefe144cce6013ec4e932 authored over 6 years ago
correct message sorting

1391c187a57e549c6011491a93050daeca23a963 authored over 6 years ago
Merge pull request #40 from deltachat/conversation2

[WIP] Conversation2

53b6c6648d6e14da275c1985d989734e2ebcdfcb authored over 6 years ago
make ConversationAdapter basically work

3091f299263d2db2956698e3e520d7ef5609acde authored over 6 years ago
replace MessageRecord by DcMsg

b86da2555a42365d13979c98161c92f215e05161 authored over 6 years ago
worked over Conversation Item, is now without compiler errors.

65077f1e7d92a651856bb92aedf0815baafa3e31 authored over 6 years ago
Conversation Adapter worked over, ConversationItem in progress.

41ccf739de6be5120fb9f9401fa2720316c5b73a authored over 6 years ago
do contact creation after confirmed by the user

03f50a1b7c6729bef8f936a4666959db2b74cdb1 authored over 6 years ago
tweak group-create navigation, tackles #28

b16c80f6c5009499dd5e51b46f4ff3cfafef900d authored over 6 years ago
allow new creation of conacts directly from the add-member activity, tackles #28

99ae3f1f6a108a8787864cca2a2a281499f4b0a8 authored over 6 years ago
avoid loading an object for just saving the id to the Address object

686e3ebbc63f11b2374539bf984204bdcb5885de authored over 6 years ago
add a simple button to add members to group; this can be easily enhanced by a 'show qr invite' code button

9d7dedeb8f9e205ea3fd7fa565b44a182af36fec authored over 6 years ago
update strings

6b5de90ddfc2d10cdbcd34506082b92b16c64fba authored over 6 years ago
remove rating manager

95af8636270d675cd4bdaedf4a554a14d8245168 authored over 6 years ago
Merge pull request #39 from deltachat/wip

create groups and verified groups

4c0b7b141ac420868150dc87d7c39b7a2e339292 authored over 6 years ago
create groups and verified groups

create groups and verified groups

c5786488e8f1b5135bad5ee4038d511fd9cbe62e authored over 6 years ago
Merge pull request #38 from deltachat/create-groups

adapt group creation

aa0c4b57ea2a1e06b28ce8d0e1bb23bdf818f254 authored over 6 years ago
adapt group creation

display selected group members correctly

add items to create groups/verified-groups/contacts di...

ffb14ec0882d381492e76382c4f0c07ba118690e authored over 6 years ago
remove some unneeded push-only-code

157f3498f91721e3df2197c3080d8501a1c7a9e8 authored over 6 years ago
override standard Object methods of DcContact

e10fe6ede0df26db8b20d5de7bcfcbc5ba756d0f authored over 6 years ago
wording

674ad7861cacb021d29c3268aabf89dc85eecb0b authored over 6 years ago
style Dc-native classes, leaving out DcMsg as this is pending with other changes in the 'conversation' branch

ac6e1a23daa37e770a94e4ba02b9b11015c7d23c authored over 6 years ago
start a new chats from the contact list, tackles #28

ae63b6113294ec2d6a4a76a53abf4a33336f940d authored over 6 years ago
Update messenger-backend submodule.

d6dc707b602db749ee0674bfe436b7662d6d1ef7 authored over 6 years ago
if sth. is entered in the contact list, add a link to create a new contact at the end of the contact list

9829f4fbd26a34296fefe2b16e1e4ca914599d38 authored over 6 years ago
add core-functions to lookup contacts

b05fe8b377aee19f40e6bdd14c64bc7035da3c54 authored over 6 years ago
adapt invite activity and some strings, tackles #28

53a7fcf0bf809bd19a06e4749916989afe04e095 authored over 6 years ago
forward DcContact object to ContactSelectionListItem, draw correctly colored avatar for contacts

a62146985de6e670d0759120d7ea78f80cf545c7 authored over 6 years ago
add missing get-contact-id function

2f91d956e680c7f0be38c6408dcd99385d54db2b authored over 6 years ago
show contacts in contacts list, tackles #28

c447e74b29f64b09b7d3cd0c7d470bfc6115ba53 authored over 6 years ago
change app name to 'Delta Chat dev', for now. closes #22

a3a7b0103cf867adf71075f3613863cae4b07ef4 authored over 6 years ago
show 'clear contact search' button only if there is a search, closes #27

7f6195eea1eafd566d0c7d0b51924f92e553f5fc authored over 6 years ago
some adaptions to ConversationAdapter

2fb6da8100c389ab2b0870df5a771f8f4f178bc5 authored over 6 years ago
comment

73e6d7d76884cd17cee8688029dea914b90a1faa authored over 6 years ago
Merge pull request #26 from deltachat/hack-on-ConversationActivity

remove sms-, invite- and register-reminders, cleanup Chatlist elements

3ed44b50505c12cbcfd4b1d2fe02718a0a30881b authored over 6 years ago
remove sms-, invite- and register-reminders, cleanup Chatlist elements

19cf5884c92b10b6d34fa39e8b39b3ef8b14dfce authored over 6 years ago
Update messenger-backend submodule.

3a384d6b6d7b9ba8814ae757599390b0439d3f56 authored over 6 years ago
implement 'mark all as seen' in ConversationList

eb47c047397230dad40350f32bf8a9d0caade80b authored over 6 years ago
pass queryFilter to DcChatlistLoader, if set

9a52e5cf6565296b2f4a13300004a58926c5e966 authored over 6 years ago
implement archive-selected and delete-selected in ConversationList

4489a80fb669e3f0eaf3be6134e6962993300390 authored over 6 years ago
update ConversationList on changes, closes #23

85bcd9b9f381d4871e6f28f9dff134eb24a904d5 authored over 6 years ago
refactor and unify JNI names

e457a4d2f6712dc9c80e6a198a921a25167a8ca4 authored over 6 years ago
style

b54e6e7625091a56e1977f9d05e5777393670fde authored over 6 years ago
implement function to (un)archive chats and to view archived chats

c8525734a1138e6f6ed4f1e2b8be71ba1af47971 authored over 6 years ago
Update messenger-backend submodule.

675516bff8aac1fce5db22685092557c5dd08a5a authored over 6 years ago
add DcContext.sendMsg() and related functions to bindings

3870d8c67474fd2874ecf9f9a827c6664c74696b authored over 6 years ago
minor fixes, debugging.

d895d19418afe0a806de0e032d629cb103387087 authored over 6 years ago
if message is DC, send via DC.

16d44bc5767a17eeb09b42051740023ef4e87e55 authored over 6 years ago
creating addresses from dc chat information, primitively.

c0d384a4498cbb553ef3ff0392cbc6f47b1ca6c5 authored over 6 years ago
show name in ConversationList, tackles #21

211217dc55b203d96ecc143099a880e0a53e3ca5 authored over 6 years ago
Update README.md

bd06b778a69e992da5de39b42e66c14cde81359a authored over 6 years ago
use correct app icon, remove adaptive icon (we do not have an adaptive icon for Delta Chat yet)

721b08bcacaa964b220cd2f43a6b5349a30a0f7f authored over 6 years ago
update app name in strings using grep -rl Signal */strings.xml | xargs sed -i 's/\bSignal\b/Delta Chat/g', tackles #22

7e1e9b3248a2b7cfed7dfcd744f844b91788558f authored over 6 years ago
use default font appearance in ConversationList

2848997a042941b8569a917c1365d32b8d173d8a authored over 6 years ago
remove signal icon from conversion list, adapt title bar font size

e9df8aaf409386f1b12fdea956e359d1d1ca9ec8 authored over 6 years ago
Merge branch 'master' of https://github.com/deltachat/deltachat-android-ii

07585352d423df6151df2bf3d6399c9b87f7bf16 authored over 6 years ago
change app name

1cbfab14147ce5645fc354375af13501b8d75405 authored over 6 years ago
Update README.md

febe72855e441b67ecdb97f1d3a876e9ede56af9 authored over 6 years ago