Bez popisu

jblanked e8be8abe99 simplify subfolder creation před 10 měsíci
alloc 2dc26a6ae3 add empty_screen module + fix feed bus fault před 10 měsíci
assets c6f48a6cfb bump to 1.1 před 10 měsíci
callback e8be8abe99 simplify subfolder creation před 10 měsíci
easy_flipper 93f57d319c New JSON parasing před 1 rokem
explore e8be8abe99 simplify subfolder creation před 10 měsíci
feed e8be8abe99 simplify subfolder creation před 10 měsíci
flip_storage 12c1abe23a fix return před 10 měsíci
flipper_http b5f90cfd1e lower buffer size před 10 měsíci
font 34547fd3b6 Add font and switch feed to View module před 1 rokem
free 35caf7d2f7 create a global loading view před 10 měsíci
friends e8be8abe99 simplify subfolder creation před 10 měsíci
jsmn 6242c05d62 Updated to ensure the flip_social data folder is created when saving settings. před 1 rokem
messages e8be8abe99 simplify subfolder creation před 10 měsíci
text_input a37f0242f5 Update uart_text_input.c před 1 rokem
update 09b8431d0f add auto-update folder před 10 měsíci
.gitattributes e048afa798 Initial commit před 1 rokem
.gitignore 7feac28961 Update Flip Count před 1 rokem
README.md fa0499dbf8 Fixed a freeze that occurred when sending a DM před 1 rokem
app.c 3fd69c758e rename/move flip_social_app_free to free před 10 měsíci
app_new.png c2033ec4fe New App Icon před 1 rokem
application.fam c6f48a6cfb bump to 1.1 před 10 měsíci
flip_social.c c5c6c59eae create flip_social_subfolder_mkdir před 10 měsíci
flip_social.h c5c6c59eae create flip_social_subfolder_mkdir před 10 měsíci

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.