Geen omschrijving

jblanked bf33bd2160 fix bus fault 10 maanden geleden
alloc c59c154bd8 use the app's fhttp + make/use new loading_task 10 maanden geleden
assets c6f48a6cfb bump to 1.1 10 maanden geleden
callback bf33bd2160 fix bus fault 10 maanden geleden
easy_flipper 93f57d319c New JSON parasing 1 jaar geleden
explore 3bb8291441 rename other allocs to alloc_xxx 10 maanden geleden
feed c59c154bd8 use the app's fhttp + make/use new loading_task 10 maanden geleden
flip_storage 12c1abe23a fix return 10 maanden geleden
flipper_http 2a2adf56bd add latest FlipperHTTP library 10 maanden geleden
font 34547fd3b6 Add font and switch feed to View module 1 jaar geleden
free c59c154bd8 use the app's fhttp + make/use new loading_task 10 maanden geleden
friends 3bb8291441 rename other allocs to alloc_xxx 10 maanden geleden
jsmn 6242c05d62 Updated to ensure the flip_social data folder is created when saving settings. 1 jaar geleden
messages 3bb8291441 rename other allocs to alloc_xxx 10 maanden geleden
text_input a37f0242f5 Update uart_text_input.c 1 jaar geleden
update 09b8431d0f add auto-update folder 10 maanden geleden
.gitattributes e048afa798 Initial commit 1 jaar geleden
.gitignore 7feac28961 Update Flip Count 1 jaar geleden
README.md fa0499dbf8 Fixed a freeze that occurred when sending a DM 1 jaar geleden
app.c bf33bd2160 fix bus fault 10 maanden geleden
app_new.png c2033ec4fe New App Icon 1 jaar geleden
application.fam c6f48a6cfb bump to 1.1 10 maanden geleden
flip_social.c 5c26375bb6 slight include cleanup 10 maanden geleden
flip_social.h 5c26375bb6 slight include cleanup 10 maanden geleden

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.