Skip to content

Releases: lucas-marianno/flutter_social_network_the_bottle

Version 1.14.4

30 Sep 20:55
Compare
Choose a tag to compare
Version 1.14.4 Pre-release
Pre-release

Version 1.14.4

New features:

  • About Page added;
  • Added support for text links;
  • Users can now add/remove images from existing posts;

Bugfixes:

  • Glitch when marking a conversation as seen;
  • Full screen image visualization scale glitches;
  • Overflow when editing post texts longer than 350 characters;

Version 1.14.3

29 Sep 21:10
Compare
Choose a tag to compare
Version 1.14.3 Pre-release
Pre-release

Version 1.14.3

New features:

  • Users can now download any image directly into device gallery;
  • Users can now like messages by double tapping them;

Bugfixes

  • It wasn't possible to forward image messages with no text;
  • When forwarding image messages, if the op deleted the message, the image would be deleted in all conversations;
  • A glitch was preventing conversations to be deleted;

Version 1.14.2

28 Sep 22:31
Compare
Choose a tag to compare
Version 1.14.2 Pre-release
Pre-release

Version 1.14.2

Message new features:

  • Users can now forward messages and images between active conversations;
  • Gesture shortcut added: swipe right over a message balloon to reply to it;
  • Floating button to scroll page to most recent message appears on screen when viewing old messages;

Bugfixes:

  • Fixed a glitch, on mobile version, when displaying a message that is a reply to a message that contains a picture.
  • Username getter is called only once in a conversation (saves data, database requests, and reduces stuttering).

Version 1.14.1

27 Sep 02:16
Compare
Choose a tag to compare
Version 1.14.1 Pre-release
Pre-release

Version 1.14.1

New Features:

Post new features:

  • Users can now see who likes their comments by long pressing the like button;
  • Users can now copy a post’s text by tapping the ‘more’ button or long pressing over a post text;

Message new features:

  • Users now have access to message options by long pressing any message;
  • Users can now reply to specific messages by tapping the ‘reply’ button in message options;
  • Users can now copy a specific message text by tapping the ‘copy’ button in message options;
  • Users can now see the entire edit history of a message by taping the ‘info’ button in message options;

UI/UX:

  • InputField buttons redesigned;
  • Users can navigate to the conversation participant profile page by taping the conversation participant name;

Developer:

  • Code readability improved with refactoring and OOP techniques;
  • ConversationController implemented;

Bugfix:

  • ‘Edited’ tag overflow fixed

Security:

  • Flutter Archive bump from 3.3.7 to 3.3.8 to avoid ‘path traversal’ and ‘filename spoofing’ attacks;

Version 1.13.0

29 Aug 04:23
Compare
Choose a tag to compare
Version 1.13.0 Pre-release
Pre-release

Version 1.13.0

New features:

  • Users can now delete conversations.
  • Users can view who liked a post by long pressing like button.
  • It's now possible to send image messages
  • Selecting messages and viewing options is now possible (WIP).
  • Users can now edit sent messages.
  • It's possible to see the edit history of messages (WIP).

User experience:

  • Splash screen added.
  • Username limited to 35 characters.
  • 'Edited' tag added to edited messages.
  • Comment preview now displayed when clicking anywhere on the post.

Bugfixes

  • 'Delete account' button with overflow.
  • After deleting a post, comments continued to use space in the database.
  • Users are notified about a new conversation only when a conversation receives its first message.
  • After sending an image, the field now properly unloads the memory.
  • Post image displayed a loading widget with incorrect dimensions.
  • Comments were not displaying correctly on some devices.
  • Glitch during account creation was preventing user profile creation.
  • Glitch during login was preventing users from changing their settings.
  • Glitch in screen transition animations when clicking on the user profile.