Skip to content

Releases: Revertron/Mimir

Android v1.9.1

25 Jan 19:52
Compare
Choose a tag to compare

Images

  • Fixed sending texts :)
  • Allowed sending pictures without description.

Android v1.9.0

25 Jan 15:40
Compare
Choose a tag to compare

Images!

  • Implemented image transfer. Now you can send your favorite memes or photos :)

There is still much to improve here and there, but it is useful already.

Android v1.8.2

20 Jan 15:06
Compare
Choose a tag to compare
  • Optimized message delivery for offline peers. Before client tried to connect to the same IPs it got from tracker after it hasn't connected to them in the first place. Now, if the client can't connect to locally cached IPs and gets the same from tracker it doesn't try to connect again.
  • Message delivery of outgoing message was not updated always. Fixed.
  • Added contact info screen. You can see contact's name and public key, as well copy it.
  • Reworked Mimir's links handling. It is way better now.
  • For my account and contacts accounts added QR-code generation. You can scan friend's QR-code to add their contact easily. (Just use any other scanning app.)

Android v1.8.1

17 Jan 19:40
Compare
Choose a tag to compare

Connectivity improvement

  • Fixed tracker-resolver. Added a timeout code to properly process timeouts.
    It was possible in some situations that sending messages will be stuck in unresolvable state, thinking that it is already connecting to a contact, but not doing it.
  • Fixed some closeable leaks in storage. Properly closing statements and cursors in SQLite is a way to success :)

Android v1.8.0

16 Jan 18:56
Compare
Choose a tag to compare

BREAKING: The last breaking changes to protocol (I hope).

  • Made protocol extendable, and old clients will not be incompatible with new ones.
    New protocol has all the meta-info of the message in JSON format, and it can be extended with whatever we want in the future.

Android v1.7.1

13 Jan 14:22
Compare
Choose a tag to compare
  • Timestamp fixes

Android v1.7.0

12 Jan 21:54
Compare
Choose a tag to compare

BREAKING: More breaking changes to protocol.

  • New message time management - now you will see the time when the message was sent, not delivered.
  • Prepared protocol for sending edit time and edited messages - will implement those soon.
  • Added scroll to the message that was replied (Click on the header of the message, the reply preview).

Android v1.6.0

12 Jan 12:28
Compare
Choose a tag to compare

BREAKING: Another protocol breaking changes. (I will implement extendable protocol soon)

  • Implemented reply to messages
  • Refactored message sending mechanism a lot
  • Fixed duplicates in contacts (You cannot add contact multiple times from now)

Android v1.5.3

07 Jan 22:18
Compare
Choose a tag to compare
  • Fixed resend functionality (again).
  • Fixed start on device boot.
  • Contact list (the main screen) is now sorted by the time of last message. And it is not refreshed and is not scrolled to the start when some new info arrives.

Android v1.5.2

06 Jan 16:46
Compare
Choose a tag to compare
  • Added original sound for notifications.
  • Changed resend automatic algorithm, now it will try for 3 days and then give up. (Will be configurable in the future)
  • Changed time that is saved for messages - it will be in UTC, and automatically converted in UI when viewed. (Old messages may shift after upgrade, I didn't bother to implement migration with conversion)
  • Icons - they are new! Square, round, and adaptive!
  • Added URL-encoding for mimir:// links, so that it will not be cut by spaces.
  • You can now delete messages!