60 Commits

Author SHA1 Message Date
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
6a311a0346 Fix minor lint warning 2018-04-03 22:14:00 +02:00
46e5bb7ece Improve conversation view 2018-03-18 07:00:21 +01:00
8004865e01 Nicer labels 2018-03-12 21:18:10 +01:00
0d1cfff883 Fix lint issues 2018-02-27 12:54:30 +01:00
9eefbad7d6 Fix lint issues 2018-02-20 16:40:03 +01:00
39ad5e8baf Improve scrolling behaviour for the compose view 2018-02-19 23:38:40 +01:00
1da0674857 Add option to select identity when composing a message 2018-02-14 17:49:39 +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
cc18f34161 Fully migrated to Kotlin 2017-08-25 20:34:38 +02:00
625848bd9d Improved FAB and added translation for showcase button 2017-08-14 19:51:16 +02:00
e064012551 Improved fab speed dial 2017-07-26 21:01:07 +02:00
faa6752b10 Replaced fab speed dial with a different library - there is still some tweaking needed, but at least it works again 2017-07-24 18:01:40 +02:00
433c757107 UI improvements and fixes for older Android versions 2017-07-10 06:21:29 +02:00
bf52d2f3de Asynchronously load contacts to improve responsiveness 2017-06-29 23:29:56 +02:00
a67560c28b Fixed and improved the UI for starting a full node 2017-05-18 07:29:16 +02:00
d36ffe1939 Fixed layout - apparently ConstraintLayout doesn't work properly for dialogs yet, at least in this case 2017-04-25 08:07:33 +02:00
d3f1e6abd2 Minor layout improvements 2017-04-21 15:20:50 +02:00
572ecf1577 Some minor fixes for working with extended encoding 2017-04-20 07:39:08 +02:00
f77bbe1a43 Show related messages (parents, replies) 2017-04-16 22:35:26 +02:00
e93dc43f89 Tiny code improvement 2017-03-24 07:35:57 +01:00
a203af654b Add labels to message detail view 2017-03-23 16:59:36 +01:00
4be1f1e505 Added code to send messages with extended encoding 2016-12-05 12:37:32 +01:00
e249c86b79 Minor UI improvements
- added outbox label
- notification is now always removed when on main activity
- send status is now shown in message list and detail view
2016-10-27 17:37:34 +02:00
7332886786 Added UI for sending broadcasts
- UI shouldn't block until the first identity is ready anymore
2016-10-25 07:30:16 +02:00
6a8648ca28 Added actions to notifications (this required a slight detour) 2016-10-20 12:53:35 +02:00
2b1fb436a9 Fixed the 'full node' switch, activated the jack tools to support some Java 8 features, and fixed some lint issues 2016-10-16 23:16:38 +02:00
91451b0ce7 Fixed some layouts and updated dependencies 2016-10-06 22:01:33 +02:00
bfd5a72b52 Identity creation dialog improvements 2016-10-02 16:27:01 +02:00
34000e7b79 Some layout improvements and fixes 2016-10-01 17:40:38 +02:00
a18ef1ac29 Refactored adding new identities
- add deterministic identities
- import existing identities
2016-10-01 10:33:11 +02:00
5ea317c295 Fixed garbage shown on older devices when the ellipsized value had line breaks in them 2016-09-23 07:51:04 +02:00
1c226a6a5b Added swipe actions for messages.
- there is a minor layout problem on pre-Lollipop devices
2016-09-21 23:46:57 +02:00
dd9539aa3f Added UI for chans 2016-09-12 09:55:48 +02:00
f0e03f15a3 Fixed layout for composing messages 2016-08-13 12:06:41 +02:00
5db5442064 Improvements for Contacts
- create contacts by manually entering the address (or pasting it)
- share address
2016-02-24 19:50:25 +01:00
17a99b6562 Added showcase explaining full node 2016-02-12 00:19:15 +01:00
a4f6642f6a Added option to scan QR codes directly from the app 2016-02-06 13:25:04 +01:00
d682df4cdb Updated Jabit, which should fix a bug where you can't send messages 2016-02-03 07:42:21 +01:00
9275f5ca9c Address related improvements
- QR code is now shown in contact details and 'manage identity' view
- Contacts and identities can now be deleted
2016-01-29 18:05:43 +01:00
c4d76fc8ce Code cleanup - most notably BitmessageService was cleaned up and doesn't use messaging anymore 2016-01-19 20:50:58 +01:00
6f6a2e4e6c Minor bug fixes and improvements, added caching to inventory 2016-01-19 07:43:48 +01:00
2d2916f498 Added some quick & dirty activity to show addresses and the network state 2016-01-14 16:41:10 +01:00
eb322d94a2 Minor improvements and preparations for the release 2016-01-01 15:35:16 +01:00
73383aa2c2 Renamed MessageListActivity to MainActivity
(it is the main activity, after all)
2015-11-22 12:28:31 +01:00
055bd39a42 Linkify URLs and Bitmessage addresses 2015-11-17 22:19:11 +01:00
9040026965 Select contact and send message 2015-11-11 21:03:03 +01:00
725089c604 Fixed NullPointerException and minor improvements 2015-10-24 20:59:24 +02:00