Willy-JL cd832b8db6 Merge flip_social from https://github.com/jblanked/FlipSocial 9 месяцев назад
..
alloc cd832b8db6 Merge flip_social from https://github.com/jblanked/FlipSocial 9 месяцев назад
assets cd832b8db6 Merge flip_social from https://github.com/jblanked/FlipSocial 9 месяцев назад
callback cd832b8db6 Merge flip_social from https://github.com/jblanked/FlipSocial 9 месяцев назад
easy_flipper fae750dea4 Revert all formatting of FlipperHTTP apps 1 год назад
explore cd832b8db6 Merge flip_social from https://github.com/jblanked/FlipSocial 9 месяцев назад
feed cd832b8db6 Merge flip_social from https://github.com/jblanked/FlipSocial 9 месяцев назад
flip_storage 0ea58eb96e Merge flip_social from https://github.com/jblanked/FlipSocial 1 год назад
flipper_http b4b358a181 Merge flip_social from https://github.com/jblanked/FlipSocial 1 год назад
font b4b358a181 Merge flip_social from https://github.com/jblanked/FlipSocial 1 год назад
friends cd832b8db6 Merge flip_social from https://github.com/jblanked/FlipSocial 9 месяцев назад
jsmn 0ea58eb96e Merge flip_social from https://github.com/jblanked/FlipSocial 1 год назад
messages cd832b8db6 Merge flip_social from https://github.com/jblanked/FlipSocial 9 месяцев назад
text_input 25d2df0fb6 Merge flip_social from https://github.com/jblanked/FlipSocial 1 год назад
.gitattributes 8164b80b3a Add flip_social from https://github.com/jblanked/FlipSocial 1 год назад
.gitignore 8164b80b3a Add flip_social from https://github.com/jblanked/FlipSocial 1 год назад
.gitsubtree 8164b80b3a Add flip_social from https://github.com/jblanked/FlipSocial 1 год назад
README.md b4b358a181 Merge flip_social from https://github.com/jblanked/FlipSocial 1 год назад
app.c b4b358a181 Merge flip_social from https://github.com/jblanked/FlipSocial 1 год назад
app_new.png 8164b80b3a Add flip_social from https://github.com/jblanked/FlipSocial 1 год назад
application.fam cd832b8db6 Merge flip_social from https://github.com/jblanked/FlipSocial 9 месяцев назад
flip_social.c fae750dea4 Revert all formatting of FlipperHTTP apps 1 год назад
flip_social.h cd832b8db6 Merge flip_social from https://github.com/jblanked/FlipSocial 9 месяцев назад

README.md

FlipSocial

The first social media app for Flipper Zero. Connect with other users directly on your device through WiFi.

The highlight of this app is customizable pre-saves, which, as explained below, aim to address the challenges of typing with the directional pad.

Requirements

Features

  • Login/Logout
  • Registration
  • Feed
  • Profile
  • Customizable Pre-Saves
  • Explore
  • Friends
  • Direct Messaging

Login/Logout: Log in to your account to view and post on the Feed. You can also change your password and log out when needed.

Registration: Create an account with just a username and password—no email or personal information required or collected.

Feed: View the latest posts, create your own posts, and "Flip" a post—FlipSocial’s version of liking or favoriting a post.

Customizable Pre-Saves: The biggest challenge with a social media app on the Flipper Zero is using only the directional pad for input. To address this, I implemented a pre-saved text system. The pre-saves are stored in a pre_saved_messages.txt file on your SD card. You can edit the pre-saves by opening qFlipper, downloading the file from the /apps_data/flip_social/ folder, adding your pre-saves (separated by new lines), and then copying it back to your SD card. You can also create pre-saves directly within the app.

Explore: Discover other users and add them as friends.

Friends: View and remove friends.

Direct Messaging: Send direct messages to other Flipper users and view your conversations.