Releases: jblanked/FlipSocial
Releases · jblanked/FlipSocial
FlipSocial - v2.0.9
- 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
- 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
- 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
Updated the keyboard key mapping and added auto-completion to the keyboard input
FlipSocial - v2.0.5
- 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
Updated to use the flipper_http folder as intended
FlipSocial - v2.0.3
- 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
Updated to share credentials with the new FlipperHTTP companion app
FlipSocial - v2.0.1
- Fixed the auto-updating to use the official Flipper Catalog API as intended
- Fixed a memory leak
- Updated the
Postview to create thepre_saved_messages.txtfile if not yet created
FlipSocial - v2.0
- 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.