Commit Graph

35 Commits

Author SHA1 Message Date
852e38b97d Use 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.
2017-08-19 08:17:52 +02:00
ec3009a257 Some notification improvements
POW progress probably needs some tweaking
2017-08-10 00:39:36 +02:00
e79bfdb244 Exports, some Kotlin stuff, and version 1.0-beta15 2017-08-03 00:00:23 +02:00
898c49802b Some Bugfixes and some Kotlin that helped fixing the bugs 2017-07-28 07:39:57 +02:00
bf52d2f3de Asynchronously load contacts to improve responsiveness 2017-06-29 23:29:56 +02:00
422c7ac803 Remember connection state (so you don't have to start a full node whenever you lost your WiFi connection) 2017-05-07 13:39:30 +02:00
d704a40b66 Regularly call cleanup() 2017-04-22 07:42:20 +02:00
f77bbe1a43 Show related messages (parents, replies) 2017-04-16 22:35:26 +02:00
249c97d4ba Added function to cleanup inventory (mine grew to 1.5GB) but no automatism yet 2016-12-16 07:44:01 +01:00
b34e678c68 Disabled Jack
I'd love to use Java 8 features, but Jack just isn't ready yet.
2016-11-03 23:04:41 +01: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
b3dd53a5df Lint fixes 2016-10-20 05:49:07 +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
af2bfc796b Use the nio network listener. 2016-09-12 11:00:00 +02:00
f705e13d0b Fixed notification and made code slightly simpler 2016-04-27 17:30:05 +02: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
adfb3a920a Fixed problem with proof of work 2016-01-23 23:30:51 +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
abd25f4010 Minor bugfixes & renamed 'security' to 'cryptography 2016-01-13 17:28:18 +01:00
fdc2277324 Implemented option to only use WiFi 2015-12-27 20:04:17 +01:00
41f4571bf6 Server POW should work now 2015-12-21 15:31:48 +01:00
b0828ec1e5 Server POW (work in progress) 2015-11-28 20:28:28 +01:00
9040026965 Select contact and send message 2015-11-11 21:03:03 +01:00
54a319638b Added a service based POW engine, so it shouldn't be killed by the system, at least not that easily. (WIP) 2015-10-31 07:49:03 +01:00
7fe7ee42fc Fixed initialisation, added message/broadcast sending to service 2015-10-25 09:50:40 +01:00
f5bf5c8bca Moving Bitmessage context into a foreground service (work in progress) 2015-10-23 22:40:09 +02:00
13cb804fc2 Added ongoing notification showing network status
- renamed packages to be more consistent
- somewhate refactored the way notifications are made
2015-10-18 13:40:17 +02:00
3c7fd02613 Fixes / Improvements
- some fixes for tablets
- updated API
- removed BitmessageService (I really hope it won't be needed)
2015-10-06 12:51:09 +02:00
a17685fd10 Added some actions 2015-09-06 17:45:21 +02:00
e5b00c7453 Added proper message list, and almost nice notifications 2015-08-28 13:49:53 +02:00
5e2d19df58 DB code rewrite
There's still a problem storing or retreiving messages
2015-08-19 07:01:30 +02:00
89a5ada48a Initial commit
A.k.a. "I should have done this some time ago"
2015-08-05 19:48:41 +02:00