Skip to content

Releases: Linloir/Simple-TCP-Client

First Android Adapted Release

23 Oct 03:47
Compare
Choose a tag to compare
Merge branch 'android_dev' of github.com:Linloir/Simple-TCP-Client in…

…to android_dev

Usability Update

20 Oct 16:23
Compare
Choose a tag to compare

New features:

  • Login / Register page submit button debounce
  • Set user avatar on profile page
  • Send pictures and gifs
  • Pending contacts in contact list ( contacts that you'd sent a request to )
  • Requesting contacts in contact list ( contacts that had sent you a request )
  • Better appearance on search page
  • Constraint only one window instance at a time

Bug fix:

  • Prevent users from adding themselves as a contact

Known issues:

  • Avatar glitches in contact page
  • Close chat page when sending a message/file cause unexpected result
  • Right shift crashes the app ( seems like a bug of flutter's )

Planned features:

  • Unread message notification dot
  • Push message
  • Android/iOS platform package
  • Pre-offered stickers ( maybe capoo )

Important to know:

  • The installer.exe is packed by inno, and does no harm to your computer, it'll clean itself up when you uninstall it
  • The packed exe is dedicated to host at 127.0.0.1, for other host address, you might need to compile from the source code

Bug Fix

19 Oct 09:04
Compare
Choose a tag to compare

Add directories & sqlite.dll in inno setup file.

Core Functions

19 Oct 04:06
Compare
Choose a tag to compare

Core functions functioning.