d88d3c900eBug fixes - fixed check if connection is allowed (metered/unmetered network) - label is actually selected when opening the overview - minor code improvements - dependency version bumpsChristian Basler2017-12-30 19:21:25 +0100
49d87c3c75Fixed bugg where message was still marked as unread after returning from detail screen + bumped kotlin to version 1.1.60Christian Basler2017-11-21 20:12:31 +0100
c1d74e4781Minor fixes - don't show dialog on resume in mobile networks - load more items when deleting without scrollingChristian Basler2017-09-19 17:34:11 +0200
852e38b97dUse JobScheduler to make the "WiFi-only" feature work properly newer Android versions. I'm considering dropping support for KitKat, as we have now double the code for the same feature.Christian Basler2017-08-19 08:17:52 +0200
858651e808Imports basically work now, although there may be some issues if the user switches language between export and import.Christian Basler2017-08-17 17:29:29 +0200
625848bd9dImproved FAB and added translation for showcase buttonChristian Basler2017-08-14 19:51:16 +0200
faa6752b10Replaced fab speed dial with a different library - there is still some tweaking needed, but at least it works againChristian Basler2017-07-24 18:01:40 +0200
422c7ac803Remember connection state (so you don't have to start a full node whenever you lost your WiFi connection)Christian Basler2017-05-07 13:39:30 +0200
d36ffe1939Fixed layout - apparently ConstraintLayout doesn't work properly for dialogs yet, at least in this caseChristian Basler2017-04-25 08:07:33 +0200
cd8192e99cMerge branch 'feature/load-lists-asynchronously' into developChristian Basler2017-02-24 17:34:14 +0100
300da1730dArchive is now handled somewhat differently, so we can distinguish between 'archive' and 'not initialized'.Christian Basler2017-02-24 17:33:59 +0100
96af8e0750Some chan improvements - When replying on a chan, the receiving address isn't used as the sending identity - Chans are listed as contacts as wellChristian Basler2016-11-04 22:03:04 +0100
b34e678c68Disabled Jack I'd love to use Java 8 features, but Jack just isn't ready yet.Christian Basler2016-11-03 23:04:41 +0100
9af80f008d"Up" navigation now brings you back to the selected labelChristian Basler2016-11-02 20:55:56 +0100
edd1124c32Updated Jabit and fixed the update of the "unread messages" badgeChristian Basler2016-11-02 07:32:13 +0100
e249c86b79Minor UI improvements - added outbox label - notification is now always removed when on main activity - send status is now shown in message list and detail viewChristian Basler2016-10-27 17:37:34 +0200
7332886786Added UI for sending broadcasts - UI shouldn't block until the first identity is ready anymoreChristian Basler2016-10-25 07:30:16 +0200
6a8648ca28Added actions to notifications (this required a slight detour)Christian Basler2016-10-20 12:53:35 +0200
2b1fb436a9Fixed the 'full node' switch, activated the jack tools to support some Java 8 features, and fixed some lint issuesChristian Basler2016-10-16 23:16:38 +0200