Aucune description

jblanked 09b8431d0f add auto-update folder il y a 10 mois
alloc bd31eaa8c9 FlipSocial v1.0.4 (new server backend) il y a 11 mois
assets bd31eaa8c9 FlipSocial v1.0.4 (new server backend) il y a 11 mois
callback bd31eaa8c9 FlipSocial v1.0.4 (new server backend) il y a 11 mois
easy_flipper 93f57d319c New JSON parasing il y a 1 an
explore bd31eaa8c9 FlipSocial v1.0.4 (new server backend) il y a 11 mois
feed bd31eaa8c9 FlipSocial v1.0.4 (new server backend) il y a 11 mois
flip_storage 6242c05d62 Updated to ensure the flip_social data folder is created when saving settings. il y a 1 an
flipper_http e148e5adb0 Consolidate submenus il y a 1 an
font 34547fd3b6 Add font and switch feed to View module il y a 1 an
friends bd31eaa8c9 FlipSocial v1.0.4 (new server backend) il y a 11 mois
jsmn 6242c05d62 Updated to ensure the flip_social data folder is created when saving settings. il y a 1 an
messages bd31eaa8c9 FlipSocial v1.0.4 (new server backend) il y a 11 mois
text_input a37f0242f5 Update uart_text_input.c il y a 1 an
update 09b8431d0f add auto-update folder il y a 10 mois
.gitattributes e048afa798 Initial commit il y a 1 an
.gitignore 7feac28961 Update Flip Count il y a 1 an
README.md fa0499dbf8 Fixed a freeze that occurred when sending a DM il y a 1 an
app.c d587fa5aac final v1.0 edits il y a 1 an
app_new.png c2033ec4fe New App Icon il y a 1 an
application.fam bd31eaa8c9 FlipSocial v1.0.4 (new server backend) il y a 11 mois
flip_social.c d587fa5aac final v1.0 edits il y a 1 an
flip_social.h bd31eaa8c9 FlipSocial v1.0.4 (new server backend) il y a 11 mois

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.