Releases: Revertron/Mimir
Releases Β· Revertron/Mimir
Android v1.9.1
Android v1.9.0
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
- 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
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
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
- Timestamp fixes
Android v1.7.0
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
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
- 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
- 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!