Không có mô tả

jblanked aec10ac389 Use update feed message and fix typos 1 năm trước cách đây
alloc aec10ac389 Use update feed message and fix typos 1 năm trước cách đây
assets 42957793da Consolidate variable item list 1 năm trước cách đây
callback aec10ac389 Use update feed message and fix typos 1 năm trước cách đây
easy_flipper 93f57d319c New JSON parasing 1 năm trước cách đây
explore e148e5adb0 Consolidate submenus 1 năm trước cách đây
feed e148e5adb0 Consolidate submenus 1 năm trước cách đây
flip_storage d54a441339 Move feed posts to a feed folder 1 năm trước cách đây
flipper_http e148e5adb0 Consolidate submenus 1 năm trước cách đây
friends e148e5adb0 Consolidate submenus 1 năm trước cách đây
jsmn 93f57d319c New JSON parasing 1 năm trước cách đây
messages e148e5adb0 Consolidate submenus 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 d34a2a23e5 Init/Deinit FlipperHTTP when needed 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 e148e5adb0 Consolidate submenus 1 năm trước cách đây
flip_social.h e148e5adb0 Consolidate submenus 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