Skip to content

Releases: MangoCubes/remotrix

v0.8-alpha

11 Oct 03:16

Choose a tag to compare

  • Now uses Room for storing Matrix credentials. You may need to log back in.
  • Supports sending longer messages by splitting them into multiple parts.
image image
  • Old icon got removed for some reason, it is back.
  • Added option to enable debug log, which is currently not viewable. But it will be soon.
  • Proper error handling; Client should die much less frequently.

v0.7-alpha

08 Apr 17:16

Choose a tag to compare

v0.7-alpha Pre-release
Pre-release

Changes

  • Added an "On send" option, which determines what should happen if the message is sent (or not sent) successfully
    • Options are: None, Reply (message mentioning you), Thread (a new thread to your message), and Reaction (check underneath your message)
  • Updated every dependencies, rewrote the gradle

Minor tweaks

29 Apr 12:25

Choose a tag to compare

Minor tweaks Pre-release
Pre-release
  • Added scroll support for small devices
  • Room ID validation has been updated to increase compatibility

Note: Previous app signing key got lost. You may see conflicts during install.

Log Improvements

11 Jul 13:14
19ecfb6

Choose a tag to compare

Log Improvements Pre-release
Pre-release

Note: This update changes the database schema. While the migration code has been tested and confirmed to be working, I cannot make guarantees. If you install this version and the app crashes immediately after UI shows up, the only way to get it working again is uninstalling and reinstalling. Sorry.

Changes:
Encryption enabled by default (Upon creating room, the bot will send RoomEncryptionEvent which makes all messages in that room to be encrypted. Originally, the only way to get encryption working was having the server enable encryption by default, which is why this feature got overlooked because my server has this enabled.)
Better log messages (You can tap on the log messages to view them in detail)

Major Update: Commands (Fixed)

07 Jul 13:00
336a9c1

Choose a tag to compare

Pre-release

New features: Commands

(This is the output of the command !help)
These are the currently available commands:
!close: Close a room in a messaging space. Useful if you received an OTP SMS.
!ping: Check if your phone service is running.
!reload: Reloads Matrix clients on your phone.
!say <Reply>: Sends a message as a reply in a SMS room. By default, you can exclude this to send SMS back.
!new <Phone number>: Create a new chatroom on Matrix that sends messages to the given phone number. You will be invited into that room.

(Yes, v0.4 has been previously posted then deleted. Further testing showed some major issues that resulted in unresponsive bot, and has now been fixed.)

0.3 Alpha

24 Jun 12:30
019b3ca

Choose a tag to compare

0.3 Alpha Pre-release
Pre-release
  • Fixed setup screen steps
  • Updated keywords to clear ambiguous wording
  • New icon
  • Room name and picture is automatically set if the sender is in your contacts

Improvements

15 Jun 11:01
c35c06f

Choose a tag to compare

Improvements Pre-release
Pre-release

Improved onboarding process and log view

Alpha

11 Jun 12:32
5b918c1

Choose a tag to compare

Alpha Pre-release
Pre-release

You need to set:

  • Unrestricted background activity
  • SMS permission

in the settings in order to get this app working.