Không có mô tả

jblanked da9297b0e2 Update FlipperHTTP and EasyFipper 1 năm trước cách đây
alloc 31482c752c Start v1.0 1 năm trước cách đây
assets ba0518364e Update READMEs 1 năm trước cách đây
callback b0dc8d12ba Update token count 1 năm trước cách đây
easy_flipper da9297b0e2 Update FlipperHTTP and EasyFipper 1 năm trước cách đây
explore b0dc8d12ba Update token count 1 năm trước cách đây
feed b0dc8d12ba Update token count 1 năm trước cách đây
flip_storage 3c8b188d64 FlipSocial - v0.8 new features 1 năm trước cách đây
flipper_http da9297b0e2 Update FlipperHTTP and EasyFipper 1 năm trước cách đây
friends 9bb3b3d9ae Fix Out of Memory error (thanks Derek) 1 năm trước cách đây
jsmn 7b35afef88 FlipSocial - v0.6 1 năm trước cách đây
messages 9bb3b3d9ae Fix Out of Memory error (thanks Derek) 1 năm trước cách đây
text_input a37f0242f5 Update uart_text_input.c 1 năm trước cách đây
.gitattributes e048afa798 Initial commit 1 năm trước cách đây
.gitignore 7feac28961 Update Flip Count 1 năm trước cách đây
README.md ba0518364e Update READMEs 1 năm trước cách đây
app.c da9297b0e2 Update FlipperHTTP and EasyFipper 1 năm trước cách đây
app_new.png c2033ec4fe New App Icon 1 năm trước cách đây
application.fam 31482c752c Start v1.0 1 năm trước cách đây
flip_social.c b0dc8d12ba Update token count 1 năm trước cách đây
flip_social.h 31482c752c Start v1.0 1 năm trước cách đây

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.

FlipSocial uses the FlipperHTTP flash for the WiFi Devboard, first introduced in the WebCrawler app: https://github.com/jblanked/WebCrawler-FlipperZero/tree/main/assets/FlipperHTTP

Requirements

Features

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

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 up to 50 of 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.

Roadmap

v0.2

  • Stability Patch

v0.3

  • Explore Page
  • Friends

v0.4

  • Direct Messaging

v0.5

  • Improve memory allocation
  • Improve Feed Page
  • Raspberry Pi Pico W Support

v0.6

  • Improve memory allocation
  • Update the Direct Messaging View
  • Update the Pre-Save View

v0.7

  • Improve memory allocation
  • Loading screens.

v0.8

  • Improve User Profile
  • Improve Explore Page

v1.0

  • Official Release