Commit Graph

175 Commits

Author SHA1 Message Date
90bb538692 🚀 Improve performance 2018-05-25 20:48:42 +02:00
9cc07f73ae 🐛 Prevent ANR 2018-05-24 21:08:06 +02:00
0b432b6a67 🔃 Switch showcase library
Which, unfortunately, pulls along a lot of other
changes (mostly for the better)
2018-05-23 19:04:27 +02:00
6585876b25 🚸 Add number of messages to conversation list item 2018-04-22 11:29:39 +02:00
b1fd9d9ef9 😴 Minor code style improvements 2018-04-20 17:51:14 +02:00
e05d27bfbc 🎨 Conversation rendering improvements 2018-04-20 07:04:31 +02:00
be7a7f1af6 🎨 Identicon rendering improvements 2018-04-20 07:00:55 +02:00
61e579c0d4 🚸 Improve settings structure 2018-04-17 19:55:56 +02:00
4c213d3e9c Merge branch 'develop' into feature/conversations 2018-04-14 20:44:19 +02:00
76cb5df998 🚸 Improved network notification 2018-04-14 20:42:53 +02:00
3026ae8505 🐛 Fixed bug 2018-04-14 20:42:10 +02:00
412180f443 Add batch service for migrating existing messages 2018-04-14 20:27:29 +02:00
78f9621afa 🚧 Add code to migrate existing conversations
Work in progress: does work, but usually doesn't finish. This needs to be
moved into some proper batch processing.
2018-04-13 12:39:59 +02:00
a89f80f400 🎨 minor multi-identicon improvements/fixes 2018-04-13 07:45:31 +02:00
1426b786e8 Add message grouping by subject 2018-04-03 22:14:46 +02:00
4e5ba4401a Improved multi identicon background colour 2018-04-03 22:12:13 +02:00
49e77199b0 Improve utilities 2018-03-23 17:50:43 +01:00
46e5bb7ece Improve conversation view 2018-03-18 07:00:21 +01:00
8004865e01 Nicer labels 2018-03-12 21:18:10 +01:00
101913a531 Show messages in inbox and archive as conversations
Work in progress - detail view not yet adapted, and needs extended encoding
for sensible results.
2018-03-05 09:48:49 +01:00
40f8bc87a2 Bump dependencies 2018-03-05 09:43:40 +01:00
0d1cfff883 Fix lint issues 2018-02-27 12:54:30 +01:00
d7b7b11cdf Fix deleting messages from archive 2018-02-27 06:43:45 +01:00
ad3af929d7 Hotfix: properly select recipient 2018-02-25 23:35:03 +01:00
fb72356467 Retain content of compose view on orientation change 2018-02-24 07:45:33 +01:00
3509082d30 Remove redundant semicolon; 2018-02-21 16:55:22 +01:00
9e59187ae0 Handle invalid WIF files 2018-02-21 15:05:38 +01:00
61e0a12a50 Don't show addresses without alias as contacts
Those normally aren't of interest, and can now be retrieved via message.
2018-02-20 22:48:39 +01:00
9eefbad7d6 Fix lint issues 2018-02-20 16:40:03 +01:00
21abdbd720 Add link to detail view of the sender 2018-02-19 23:55:48 +01:00
1da0674857 Add option to select identity when composing a message 2018-02-14 17:49:39 +01:00
f481914a65 Implemented basic draft functionality 2018-02-13 07:24:24 +01:00
1906a2e13c Fixed crash on Oreo and issue on mobile network 2018-01-27 21:10:43 +01:00
35249a0145 Improved some repository code in search for an unclosed cursor
(that I didn't find)
2018-01-18 22:37:40 +01:00
2a1aa736cc Fixed newly introduced bugs 2018-01-18 22:33:07 +01:00
30d9d72133 Fixed bug where deleted items didn't disappear from list 2018-01-16 17:34:42 +01:00
df581f4c51 Use observer pattern for label change 2018-01-13 21:59:20 +01:00
4c89bfe1cf Bug fixes & code improvements
- simplified access to MainActivity
- fixed bug where the 'unread' tag wasn't updated
- aboutlibraries version bump
2018-01-11 17:25:26 +01:00
d88d3c900e Bug fixes
- fixed check if connection is allowed (metered/unmetered network)
- label is actually selected when opening the overview
- minor code improvements
- dependency version bumps
2017-12-30 19:21:25 +01:00
f6ebd62c8d Code style improvements (thanks to codebeat.co) 2017-11-27 22:26:30 +01:00
760e423b9b Split LabelRepository off the MessageRepository 2017-11-27 22:06:25 +01:00
f45f6c3919 Code style improvements (thanks to codebeat.co)
+ bumped Jabit to the feature/refactoring branch
2017-11-23 20:33:00 +01:00
dd22caaa50 Code style improvements (thanks to codebeat.co) 2017-11-22 21:07:09 +01:00
49d87c3c75 Fixed bugg where message was still marked as unread after returning from detail screen
+ bumped kotlin to version 1.1.60
2017-11-21 20:12:31 +01:00
b825b33250 Fixed swipe gesture 2017-11-14 07:48:21 +01:00
33e932e630 Improved node registry so it should provide better nodes 2017-11-14 07:47:34 +01:00
072f732924 Switch to API level 27 and updated libraries 2017-10-31 07:50:57 +01:00
f27f438998 Minor fixes and improvements 2017-09-22 20:29:23 +02:00
c1d74e4781 Minor fixes
- don't show dialog on resume in mobile networks
- load more items when deleting without scrolling
2017-09-19 17:34:11 +02:00
34e2e0673b Fixed the timeout issue with the JobScheduler 2017-09-16 06:57:59 +02:00