Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Releases: Nutomic/ensichat

0.5.2

28 Sep 03:08
Compare
Choose a tag to compare
  • removed exit button, made app always run in background
  • allow copying device ID to clipboard
  • also show QR code for other users
  • reconnect to internet nodes if connection was closed
  • fixed some crashes

0.5.1

23 Sep 12:42
Compare
Choose a tag to compare
  • fixed a crash in the database code

0.5.0

20 Sep 23:07
Compare
Choose a tag to compare
  • fixed Bluetooth scan on Android 6
  • fixed adding device by address
  • changed license to MPLv2
  • use single jar for server release
  • sign message header data

0.4.0

17 Jul 16:17
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • We now use relay nodes for message sending: If the destination is not online, the message is buffered by other nodes, and delivered when the destination comes online.
  • Added message confirmations to protocol

0.3.0

29 May 17:35
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • implemented AODVv2 for message routing

0.2.3

08 Mar 00:46
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Android:

  • disable Bluetooth on exit if it was disabled on start
  • limit number of internet connections
  • added hint to message text box

Server:

  • store files in working directory instead of user home
  • added systemd unit file to distribution

0.2.2

11 Feb 16:18
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
  • significantly decreased CPU usage
  • fixed a potential crash

0.2.1

01 Feb 14:04
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • don't close app when pressing icon in main activity
  • show number of connected devices in notification
  • fixed potential crashes
  • catch exception in InternetConnectionThread
  • fixed bug where the same message was displayed multiple times

0.2.0

25 Jan 21:42
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • messages can be sent over the internet now!
  • added server subproject to forward internet messages
  • added launcher icon
  • use encrypt-then-mac instead of mac-then-encrypt
  • added floating action button to add contacts
  • added option to start on boot
  • made Bluetooth an optional requirement
  • allow adding users by ID or QR code
  • various bug fixes

0.1.7

22 Sep 23:10
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release
  • show connection status in actionbar (clicking this will open the connections activity)
  • fixed username and status not being sent to contacts when changed
  • fixed connections activity possibly missing devices