Releases: ezhes/Andromeda-iMessage
Beta 1.2.1 -- Faster send support + a bug fix
To get any benefit of this update you'll need to upgrade your server to v1.2.1 as well. Backwards compatible, yada yada. When combined with an updated server you will have essentially instant send times (with essentially 100% success rates) if the conversation has just one recipient. Group messages still need the slow UI automation.
Also, I fixed an issue where every single sent message would be marked as sent the second it was dispatched when I intended for it to be shown as "sending..." and then finally show "sent" when it is actually sent on the server.
Mid week update, found some time to work on this project. Might not get an update this weekend, finals and all that.
Beta 1.2.0.1
It's the same as 1.2.0 just with some less bugs. I broke notification jump to in 1.2.0, this is why I need unit testing. Below is the changelog for 1.2.0:
Fixed a few bugs first: fixed support with message sending so they actually send properly with double quotes and backslashes, fixed the stupidity of having to (and it not even working) of deleting the app to clear settings. Just use a menu button now. I also added chrome custom tabs for a few things so nicer link opening, less jarring?
But really the major thing is that I've added is sockets! With this update (and server 1.2) you can keep an actual conversation just staying there because when configured properly the messages should show up in at most four seconds after they arrive (if this is too long you can modify the interval in the server).
You will need to update the server (and port forward 8736 TCP for the socket). If you are upgrading you'll need to enter just an IP (not a url!) and then your two ports. You token will have been saved.
Beta 1.2 -- The live messaging / socket server update!
If you have already downloaded this update and have gotten another notification please install again. There is a minor bug on the old version and it will crash.
Fixed a few bugs first: fixed support with message sending so they actually send properly with double quotes and backslashes, fixed the stupidity of having to (and it not even working) of deleting the app to clear settings. Just use a menu button now. I also added chrome custom tabs for a few things so nicer link opening, less jarring?
But really the major thing is that I've added is sockets! With this update (and server 1.2) you can keep an actual conversation just staying there because when configured properly the messages should show up in at most four seconds after they arrive (if this is too long you can modify the interval in the server).
You will need to update the server (and port forward 8736 TCP for the socket). If you are upgrading you'll need to enter just an IP (not a url!) and then your two ports. You token will have been saved.
Beta 1.0.1
Fixed a bug in which low API versioned devices (4.4) crash when opening a notification, added an auto update functionality so the app will check this release page and if there's a new update you'll know.
In this release I also create the groundwork for Andromeda to be able to receive notifications directly instead of using IFTTT