Skip to content

Releases: jblanked/FlipSocial

FlipSocial - v2.0.9

19 Feb 14:00
1959768

Choose a tag to compare

  • Added support for loading a custom dictionary for the keyboard auto-complete functionality (stored in "apps_data/flip_social/dictionary.txt" with each word/phrase separated by a newline).
  • Updated the Explore view to allow users to click on a user to either add them as a friend or send them a message.
  • Updated the Profile view to allow users to click on their friend count to view a list of their friends and then click on a friend to optionally remove them.
  • Updated the Profile view to allow users to click on their bio to edit it.

FlipSocial - v2.0.8

20 Jan 02:25
8d8c001

Choose a tag to compare

  • Updated auto-complete functionality to accept and return multi-word suggestions.
  • Moved the keyboard class to its own folder for better organization.
  • Added more suggestions to the auto-complete dictionary.
  • Fixed some minor bugs in file saving/loading.

FlipSocial - v2.0.7

03 Jan 15:22
2f530a3

Choose a tag to compare

  • Fixed crashes that occurred in menu navigation when trying to access an item that was out of bounds.
  • Updated the keyboard input: pressing BACK now deletes the current character instead of exiting the keyboard (hold BACK to exit the keyboard).

FlipSocial - v2.0.6

01 Jan 04:00
5af9e12

Choose a tag to compare

Updated the keyboard key mapping and added auto-completion to the keyboard input

FlipSocial - v2.0.5

13 Dec 22:54
1e6a487

Choose a tag to compare

  • Updated the display of feed posts to show the comment count for each post.
  • Added more detailed handling for registration errors to provide better feedback to users during the sign-up process.

FlipSocial - v2.0.4

17 Oct 02:23
78b181e

Choose a tag to compare

Updated to use the flipper_http folder as intended

FlipSocial - v2.0.3

26 Sep 01:43
a8042ee

Choose a tag to compare

  • Fixed an issue with loading credentials from the "flipper_http" folder, ensuring that Wi-Fi and user credentials are correctly retrieved.
  • Updated the feed to change to "Flip" and "UnFlip" after flipping or unflipping a post, respectively, to reflect the current state.

FlipSocial - v2.0.2

18 Sep 20:08
bf01dc9

Choose a tag to compare

Updated to share credentials with the new FlipperHTTP companion app

FlipSocial - v2.0.1

31 Aug 00:50
7e8d88a

Choose a tag to compare

  • Fixed the auto-updating to use the official Flipper Catalog API as intended
  • Fixed a memory leak
  • Updated the Post view to create the pre_saved_messages.txt file if not yet created

FlipSocial - v2.0

03 Aug 01:53
5b74713

Choose a tag to compare

  • Switched to C++ for better performance and maintainability.
  • Added support for comments on feed posts (press DOWN to view comments on the current post).
  • Simplified login and registration processes.