Commit Graph

151 Commits

Author SHA1 Message Date
18d72d727c Fixed notification title for when there are more than 5 messages 2017-02-23 17:37:15 +01:00
37371a0e94 Moved dependency so it isn't groupt with the test dependencies 2017-01-27 08:25:40 +01:00
2c41aff3af Merge remote-tracking branch 'origin/develop' into develop 2017-01-01 15:01:01 +01:00
e74b18ed3f Fixed bug where network notification couldn't be dismissed
and updated build tools
2017-01-01 15:00:46 +01:00
d5407b7b01 Minor improvement 2016-12-24 00:15:56 +01:00
249c97d4ba Added function to cleanup inventory (mine grew to 1.5GB) but no automatism yet 2016-12-16 07:44:01 +01:00
6f26e84f71 Some code quality improvements 2016-12-06 06:40:58 +01:00
0a8459750a Fixed/added translation 2016-12-05 12:59:37 +01:00
4be1f1e505 Added code to send messages with extended encoding 2016-12-05 12:37:32 +01:00
96af8e0750 Some chan improvements
- When replying on a chan, the receiving address isn't used as the sending identity
- Chans are listed as contacts as well
2016-11-04 22:03:04 +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
9af80f008d "Up" navigation now brings you back to the selected label 2016-11-02 20:55:56 +01:00
edd1124c32 Updated Jabit and fixed the update of the "unread messages" badge 2016-11-02 07:32:13 +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
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
a5b3c33394 Improved identicon 2016-10-16 22:15:41 +02:00
dc3bfce9a2 Fixed identicon rendering in identity view 2016-10-10 21:57:46 +02:00
4ab64c0ed1 Version 1.0-beta9 bump 2016-10-10 21:56:31 +02:00
b94e48e544 Updated Jabit version to fix exception on import 2016-10-07 23:23:01 +02:00
30bb407bbf Merge remote-tracking branch 'origin/develop' into feature/support-info
# Conflicts:
#	app/src/main/res/values-de/strings.xml
#	app/src/main/res/values/strings.xml
2016-10-07 23:13:06 +02:00
a1fb11357b Fixed NPEs in identity creation dialogs 2016-10-07 23:06:47 +02:00
91451b0ce7 Fixed some layouts and updated dependencies 2016-10-06 22:01:33 +02:00
da6cd43a46 Added missing libraries for AboutLibraries dialog 2016-10-05 15:59:24 +02:00
bfd5a72b52 Identity creation dialog improvements 2016-10-02 16:27:01 +02:00
dea9231fcf Fixed bug where two items were removed from view with one swipe 2016-10-02 14:19:50 +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
246649d028 Added info on supporting development to preferences screen 2016-09-23 16:33:19 +02:00
c1d5af0034 Updated support library versions 2016-09-23 16:30:17 +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
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
141c17a28c Bumped Jabit version 2016-09-21 20:39:53 +02:00
c8a0301402 GUI, layout and style improvements, updated dependencies 2016-09-16 17:35:24 +02:00
af2bfc796b Use the nio network listener. 2016-09-12 11:00:00 +02:00
dd9539aa3f Added UI for chans 2016-09-12 09:55:48 +02:00
c3eef5d711 Fixed icon color for pre-lollipop phones 2016-09-02 17:18:04 +02:00
e102908acf Fixed sending messages 2016-08-13 23:24:42 +02:00
f0e03f15a3 Fixed layout for composing messages 2016-08-13 12:06:41 +02:00
709e333e78 Updated libraries, most notably Jabit to develop-SNAPSHOT
Also, finally added proper icon
Known issue: the client seems to sever all connections after some time, I'll need to look into this. This might happen when 8 connections are reached for the first time.
2016-08-12 23:54:01 +02:00
f705e13d0b Fixed notification and made code slightly simpler 2016-04-27 17:30:05 +02:00
0ecfbd3fb8 Implemented methods needed for chan support (no GUI yet, though) 2016-04-25 09:27:36 +02:00
59f0bc7b74 Added export option for identities (import will follow) 2016-03-03 16:43:05 +01: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
563085ed79 Added badge for unread messages 2016-02-23 07:06:34 +01:00
df121b25c6 Version 1.0-beta7 bump 2016-02-23 07:05:38 +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
a3c3fc082d Fixed error when responding to messages with a very short subject 2016-02-06 13:24:25 +01:00
d682df4cdb Updated Jabit, which should fix a bug where you can't send messages 2016-02-03 07:42:21 +01:00
3d7c1a504e Never delete the private key 2016-01-31 23:13:35 +01:00
6bcb7fc50e Updated Jabit version (there were some bugs) 2016-01-31 18:20:12 +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
adfb3a920a Fixed problem with proof of work 2016-01-23 23:30:51 +01:00
491a8a0ccb Version 1.0-beta v2
fixed sync
2016-01-22 09:22:43 +01:00
4a854045e0 Version 1.0-beta bump 2016-01-21 20:42:20 +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
6ec25cfae7 Minor improvements 2016-01-17 07:11:39 +01:00
b4c5d8cc21 Jabit Domain was renamed to Jabit Core 2016-01-17 07:10:44 +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
eb322d94a2 Minor improvements and preparations for the release 2016-01-01 15:35:16 +01:00
694fa97dce About Libraries 2015-12-27 22:07:44 +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
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
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
e98eefe2cc Added notification for errors and warnings 2015-10-29 16:38:50 +01:00
2a17bbe34b Synchronization works, at least basically 2015-10-25 11:29:46 +01:00
7fe7ee42fc Fixed initialisation, added message/broadcast sending to service 2015-10-25 09:50:40 +01:00
725089c604 Fixed NullPointerException and minor improvements 2015-10-24 20:59:24 +02:00
f5bf5c8bca Moving Bitmessage context into a foreground service (work in progress) 2015-10-23 22:40:09 +02:00
9b1bf6bdb3 Moving Bitmessage context into a foreground service (work in progress) 2015-10-21 16:43:13 +02:00
f19996f79c Removed unused icons 2015-10-21 16:15:57 +02:00
e149efcfff Changed string resource 2015-10-20 21:17:52 +02:00
ed5fb69eaf Bugfixes 2015-10-18 21:47:07 +02:00
e8de311d7e Merge remote-tracking branch 'origin/develop' into feature/SyncAdapter
Conflicts:
	app/src/main/java/ch/dissem/apps/abit/AbstractItemListFragment.java
	app/src/main/java/ch/dissem/apps/abit/MessageListActivity.java
	app/src/main/java/ch/dissem/apps/abit/MessageListFragment.java
	app/src/main/res/values-de/strings.xml
	app/src/main/res/values/strings.xml
2015-10-18 19:00:51 +02: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
64e0479a37 Changed notification icon and updated library versions 2015-10-18 16:42:41 +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
fd415b9c8c Merge branch 'develop' into feature/SyncAdapter 2015-10-12 16:06:30 +02:00
1659aaa1ee Added label "Archive" 2015-10-12 16:00:43 +02:00
67c06b9884 Some sync adapter fixes and changes - still doesn't work 2015-10-12 14:44:01 +02:00
348fa8daed Some sync adapter code and bugfixes around it - not yet functional 2015-10-08 14:11:45 +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
a7ebfefdbc tool updates 2015-09-29 07:14:19 +02:00
dd8ac629b2 Show subscriptions (actually, all contacts) 2015-09-11 07:59:39 +02:00
a17685fd10 Added some actions 2015-09-06 17:45:21 +02:00
496fffe6ee Notifications could still use some fine tuning, but should work fine for now 2015-09-04 08:19:07 +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
cb2040b0ce Receiving almost works, unfortunately, JDBC doesn't so I have to rewrite the whole damn repository code. 2015-08-14 17:25:05 +02:00