Commit Graph

194 Commits

Author SHA1 Message Date
f27f438998 Minor fixes and improvements 2017-09-22 20:29:23 +02:00
c1d74e4781 Minor fixes
- don't show dialog on resume in mobile networks
- load more items when deleting without scrolling
2017-09-19 17:34:11 +02:00
34e2e0673b Fixed the timeout issue with the JobScheduler 2017-09-16 06:57:59 +02:00
f4b6bcb8d9 Some fixes around deleting/trashing messages 2017-09-15 15:25:32 +02:00
1e8b71e43b Some performance improvements 2017-09-12 21:28:56 +02:00
9dd1b457e3 Fixed crash 2017-09-08 07:36:54 +02:00
287de9deb5 Added repository tests and fixed some bugs 2017-09-04 20:35:41 +02:00
696cd6c0a6 Removed most '!!' 2017-09-01 07:29:44 +02:00
415107a6c8 Minor code improvements and bug fixes 2017-08-29 21:14:50 +02:00
cc18f34161 Fully migrated to Kotlin 2017-08-25 20:34:38 +02:00
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
858651e808 Imports basically work now, although there may be some issues if the user switches language between export and import. 2017-08-17 17:31:06 +02:00
625848bd9d Improved FAB and added translation for showcase button 2017-08-14 19:51:16 +02:00
d05f1f98e5 Renamed "store" to "promo" and added mastodon header graphics 2017-08-11 17:34:07 +02:00
973e4a0dca Fake POW notification progress tweaks 2017-08-11 17:25:35 +02:00
3a98cc115a Option to turn off acknowledgements 2017-08-11 17:24:36 +02:00
e2aa0e8b1d Fixed FAB 2017-08-10 00:40:44 +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
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
ccfeb5b479 (Hopefully) fixed crash when user moved on after loading the labels took too long 2017-07-22 08:16:06 +02:00
8057980f6c Minor bugfixes 2017-07-22 06:37:06 +02:00
433c757107 UI improvements and fixes for older Android versions 2017-07-10 06:21:29 +02:00
1c284eba26 Asynchronously load messages to improve responsiveness 2017-06-30 00:07:54 +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
bf070da20a Fixed NullPointerException when accessing outbox items 2017-05-17 12:24:13 +02:00
73944b5883 Fixed issues with new full node behaviour 2017-05-08 20:28:43 +02:00
263fc8893f Some improvements suggested by Codacy 2017-05-07 16:17:43 +02:00
6540df4fc9 Some improvements suggested by Codacy 2017-05-07 16:13:20 +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
5bc1bc2a47 Some improvements suggested by Codacy 2017-05-05 07:27:24 +02:00
c7200d06bc Some improvements suggested by Codacy 2017-04-25 23:00:31 +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
d704a40b66 Regularly call cleanup() 2017-04-22 07:42:20 +02:00
d3f1e6abd2 Minor layout improvements 2017-04-21 15:20:50 +02:00
91cc90ec04 Fix unread badge for archive 2017-04-21 07:23:39 +02:00
30c5bf6b90 Open related messages on click 2017-04-20 23:24:28 +02:00
572ecf1577 Some minor fixes for working with extended encoding 2017-04-20 07:39:08 +02:00
a8dada6c89 Alternative key exchange by providing the public key in the URI (bugfixes) 2017-04-19 00:20:51 +02:00
911dfa7a27 Show QR code when clicking on profile image 2017-04-18 16:38:45 +02:00
26fca259bc Alternative key exchange by providing the public key in the URI 2017-04-16 22:38:11 +02:00
55746743c4 Updated dependencies, enabled multidex 2017-04-16 22:36:23 +02:00
f77bbe1a43 Show related messages (parents, replies) 2017-04-16 22:35:26 +02:00
8770575c95 Fixed NullPointerException 2017-04-07 14:36:16 +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
6be31c9f4e Fixed "add identity" dialog, updated dependencies 2017-03-20 07:28:41 +01:00
42cf18445c Bumped Jabit version to prepare for conversations 2017-03-18 07:09:03 +01:00
300da1730d Archive is now handled somewhat differently, so we can distinguish between 'archive' and 'not initialized'. 2017-02-24 17:33:59 +01:00
65c03bd638 Load lists asynchronously 2017-02-23 17:38:00 +01:00
18d72d727c Fixed notification title for when there are more than 5 messages 2017-02-23 17:37:15 +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
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
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
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
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