Commit Graph

34 Commits

Author SHA1 Message Date
0405d9e04f 🤯 Update dependencies, switch to AndroidX 2018-10-15 20:00:52 +02:00
3767d976c8 🔥 Massively simplified how Abit connects to the network
* Removed features "Synchronization" and "Server POW"
* Service isn't foreground anymore (not yet sure this is a good decision)
* "Full node" renamed to "online"
2018-07-05 19:44:04 +02:00
c6e29c056b 🔥 Drop support for API 19 (KitKat)
I'm fed up with all the extra effort for supporting an outdated
Android version. Apologies for the few users that are now excluded,
but I feel like it's just not worth the hassle.
2018-06-13 22:03:06 +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
412180f443 Add batch service for migrating existing messages 2018-04-14 20:27:29 +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
072f732924 Switch to API level 27 and updated libraries 2017-10-31 07:50:57 +01: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
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
f77bbe1a43 Show related messages (parents, replies) 2017-04-16 22:35:26 +02: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
91451b0ce7 Fixed some layouts and updated dependencies 2016-10-06 22:01:33 +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
cc4c16e970 Fixed layout issue 2016-09-22 00:09:59 +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
c3eef5d711 Fixed icon color for pre-lollipop phones 2016-09-02 17:18:04 +02: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
6f6a2e4e6c Minor bug fixes and improvements, added caching to inventory 2016-01-19 07:43:48 +01:00
abd25f4010 Minor bugfixes & renamed 'security' to 'cryptography 2016-01-13 17:28:18 +01:00
e98eefe2cc Added notification for errors and warnings 2015-10-29 16:38:50 +01:00
32a36e57f6 Changed to using vector drawables for action icons 2015-10-18 18:20:58 +02:00
e4d7bf4893 Changed to using vector drawables for action icons 2015-10-18 18:17:57 +02:00
89a5ada48a Initial commit
A.k.a. "I should have done this some time ago"
2015-08-05 19:48:41 +02:00