Skip to content

Releases: hazzelnuts/ntfy-for-delphi

v2.0.0

08 Sep 02:56
Compare
Choose a tag to compare

Sorry guys, is been a long time but I finally got the chance to continue the project. This is not an example of how to follow deadlines. Anyhow, it seems that NetHTTP is now fully operational and maintaining long polling requests without issues. As from my investigation the last year, I had several problems to perform this and even the "Cancel Request" method wasn't behaving as should. I'm not sure if Embarcadero did changes to the NetHTTP this last version but it seems very stable now. I was able to maintain more than 20hs of long poll connection without timeout or hang. When I saw that working for the first time it was like melody to my ears and I could finally perform the tests I needed to Android. I prepared an example under samples folder containing the boilerplate to make foreground services run in Android. I didn't have any issues in my tests. The issue concerning reconnection has also been addressed in this version. It was "a hack" but killed the bug with one shot.

Long story short, I'm happy to merge the PR with main and delete this branch once for all.

v1.0.2

10 Jan 02:41
b39b8f8
Compare
Choose a tag to compare

💬 v1.0.2

  • The routine used to fire the messages array when polling option was used wasn't working correctly. A small adjustment was made to split the server response string into a string array and then fire a new message for each array item.
  • New fields on VCLSubscriber's grid
  • Reorganization of binaries release directories
  • Icons appearance

v1.0.1

09 Jan 00:35
ea25c8e
Compare
Choose a tag to compare

💬 v1.0.1

  • Credential fields on demos VCL
  • Fixed a small subscription bug on receiving messages void of attachments
  • Subscription routines now supports credential parameters
  • Screen hiding functionalities were added in the VCL Subscriber

I was not able to test gpg decrypt on the attached binaries. For the moment, I am sharing them without encryption but this will be fixed sooner in future releases. Be aware of spammers! Do not accept any binaries from external links.

v1.0.0

04 Jan 13:57
6463943
Compare
Choose a tag to compare
🔍 Readme updates

v1.0.0-alpha

02 Dec 00:26
Compare
Choose a tag to compare