Commit Graph

144 Commits

Author SHA1 Message Date
B. Petersen 35d31d4cfb remove phone icon from chat view 2018-09-28 15:57:43 +02:00
B. Petersen c3b10b0458 show correct end-to-end-encryption icons, closes #56 2018-09-28 15:43:31 +02:00
B. Petersen 8b92bd7a47 set message state for outgoing messages in chatlist 2018-09-28 14:57:10 +02:00
daniel.boehrs 8ad1652cc6 Add toast on screenshot policy changed 2018-09-28 13:03:44 +02:00
daniel.boehrs 08a4e63ea4 Removed unneeded preferences and adjusted the CreateProfileActivity 2018-09-28 12:46:21 +02:00
B. Petersen eda6c04382 wording; change 'conversation' to 'chat', closes #45 2018-09-28 12:38:17 +02:00
B. Petersen 2eeed3d191 tweak some colors, closes #54 2018-09-28 11:58:15 +02:00
daniel.boehrs 75971f7320 Make account settings (name and image) usable #14 2018-09-28 10:28:28 +02:00
B. Petersen a64ebdee04 show avatar in group chats, no message clusters 2018-09-27 23:24:36 +02:00
B. Petersen 539cdb9f89 style message input 2018-09-27 16:16:06 +02:00
B. Petersen e2de9d2ffe use correct send and attach buttons 2018-09-27 14:58:07 +02:00
B. Petersen 884733505a change color to deltagreen, closes #49 2018-09-26 21:57:54 +02:00
Angelo Fuchs 8790d6bd20 Update messenger-backend submodule. 2018-09-26 10:05:01 +02:00
Angelo Fuchs 96a0a346c0 Update messenger-backend submodule. 2018-09-26 09:10:10 +02:00
B. Petersen 5021af8319 add backup functionality 2018-09-26 02:25:18 +02:00
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