Commit Graph

129 Commits

Author SHA1 Message Date
B. Petersen 5e98634ae5 use @Override annotations for event handlers 2018-09-26 01:02:01 +02:00
B. Petersen fb2d242779 implement copy-to-clipboard 2018-09-23 18:59:58 +02:00
B. Petersen 0da4fa1530 implement messages deletion 2018-09-23 16:33:10 +02:00
B. Petersen aac3d0d904 priorize smtp threads 2018-09-23 13:16:26 +02:00
B. Petersen 90ea23e472 cleanup after sending message 2018-09-23 00:06:05 +02:00
B. Petersen 9c89353098 use default snackbar colors; no need to leave the system-guidelines here 2018-09-22 23:06:00 +02:00
B. Petersen 87f3a35e7c remove service-outage- and unauthorized-reminders 2018-09-22 14:45:21 +02:00
B. Petersen 61482de5a5 remove cmdline functionality, see https://github.com/deltachat/deltachat-android/issues/215 2018-09-22 14:01:41 +02:00
B. Petersen d9c316c8a6 play around with messags list loading 2018-09-22 00:34:21 +02:00
B. Petersen f9d040abc7 remove unused views 2018-09-22 00:11:00 +02:00
B. Petersen 683d94012c remove special handling of avatar clicks; they're too easy to be confused with the normal clicks on a chat or a title bar 2018-09-21 23:50:14 +02:00
B. Petersen fc096d42be remove unneded play-services and sms code 2018-09-21 23:41:16 +02:00
B. Petersen bff4adb1f3 remove some sms and dead code 2018-09-21 23:22:11 +02:00
B. Petersen 45f88c05da remove DeviceActivity and GCM, closes #20 2018-09-21 23:06:38 +02:00
B. Petersen 85724d5cd6 simplify app started to NORMAL und NEEDS_CONFIGURE 2018-09-21 22:33:21 +02:00
B. Petersen dad9d469e1 allow pulsing positions in ConversationList 2018-09-21 21:27:28 +02:00
B. Petersen 2156236abe make the ConversationList IDs stable again, fixes #41 2018-09-21 21:03:14 +02:00
B. Petersen 3fe51ceab8 add a dev-tagged-logo for the development time, closes #22 2018-09-21 18:32:44 +02:00
B. Petersen c734a79ef1 show a-z letters in the leftmost column of the ContactActivities 2018-09-21 17:14:19 +02:00
B. Petersen 64f6e9a5f7 cache DcMsg objects in ConversationAdapter, tackles #29 2018-09-21 15:47:27 +02:00
B. Petersen 6729c099cd show day in non-scrolling headers, tackles #29 2018-09-21 15:20:33 +02:00
B. Petersen c2c7a3173b style, make some @NunNull annotations 2018-09-21 14:25:39 +02:00
B. Petersen 26947bb865 let getTimestamp() functions return usual timestamp that are compatibe with the standard Date() object (by converting s to ms) 2018-09-21 11:25:18 +02:00
B. Petersen 8f28640d28 make selection toolbar work, tackles #29 2018-09-21 00:57:20 +02:00
B. Petersen 6af76ecf96 disable some basic things that are no longer neeed 2018-09-21 00:07:31 +02:00
B. Petersen 22aaeef47f add message-update events explicitly in the conversation-fragment, not in the -activity 2018-09-20 16:35:25 +02:00
B. Petersen 29946d90bc update conversation and contact-list on the corresponding events 2018-09-20 16:04:22 +02:00
B. Petersen 5fbc6d7282 remove some 'registered'-checks 2018-09-20 11:51:59 +02:00
B. Petersen d2fca389a4 show info-messages as such 2018-09-20 11:30:56 +02:00
B. Petersen 1391c187a5 correct message sorting 2018-09-20 01:11:01 +02:00
björn petersen 53b6c6648d Merge pull request #40 from deltachat/conversation2
[WIP] Conversation2
2018-09-20 00:55:42 +02:00
B. Petersen 3091f29926 make ConversationAdapter basically work 2018-09-20 00:31:18 +02:00
B. Petersen b86da2555a replace MessageRecord by DcMsg 2018-09-19 18:07:28 +02:00
Angelo Fuchs 65077f1e7d worked over Conversation Item, is now without compiler errors. 2018-09-19 14:35:14 +02:00
Angelo Fuchs 41ccf739de Conversation Adapter worked over, ConversationItem in progress. 2018-09-19 14:35:14 +02:00
B. Petersen 03f50a1b7c do contact creation after confirmed by the user 2018-09-19 13:29:26 +02:00
B. Petersen b16c80f6c5 tweak group-create navigation, tackles #28 2018-09-18 17:13:46 +02:00
B. Petersen 99ae3f1f6a allow new creation of conacts directly from the add-member activity, tackles #28 2018-09-18 16:07:18 +02:00
B. Petersen 686e3ebbc6 avoid loading an object for just saving the id to the Address object 2018-09-18 15:35:53 +02:00
B. Petersen 9d7dedeb8f add a simple button to add members to group; this can be easily enhanced by a 'show qr invite' code button 2018-09-18 15:08:55 +02:00
B. Petersen 6b5de90ddf update strings 2018-09-18 14:02:39 +02:00
B. Petersen 95af863627 remove rating manager 2018-09-18 13:42:30 +02:00
björn petersen 4c0b7b141a Merge pull request #39 from deltachat/wip
create groups and verified groups
2018-09-18 01:31:00 +02:00
B. Petersen c5786488e8 create groups and verified groups
create groups and verified groups
2018-09-18 01:29:39 +02:00
björn petersen aa0c4b57ea Merge pull request #38 from deltachat/create-groups
adapt group creation
2018-09-17 15:52:19 +02:00
B. Petersen ffb14ec088 adapt group creation
display selected group members correctly

add items to create groups/verified-groups/contacts directly to the contact list

adapt main menu, create chat, help

forward from chat to group creation
2018-09-17 14:38:25 +02:00
B. Petersen 157f3498f9 remove some unneeded push-only-code 2018-09-17 00:32:28 +02:00
B. Petersen e10fe6ede0 override standard Object methods of DcContact 2018-09-17 00:14:43 +02:00
B. Petersen 674ad7861c wording 2018-09-16 12:09:54 +02:00
B. Petersen ac6e1a23da style Dc-native classes, leaving out DcMsg as this is pending with other changes in the 'conversation' branch 2018-09-16 11:49:08 +02:00