Mirror of flipperdevices/flipper-android-app@github.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
LionZXY 900b7f3419
Enable pipeline for queue (#545)
15 hours ago
.github Enable pipeline for queue (#545) 15 hours ago
.idea
build-logic Hide bottombar on keyboard open (#535) 3 weeks ago
components Bump deps (#542) 15 hours ago
config Remove fragements from project (#523) 19 hours ago
docs
gradle Bump deps (#542) 15 hours ago
instances Remove fragements from project (#523) 19 hours ago
metadata/en-US
.gitignore
.gitmodules
CHANGELOG.md Enable pipeline for queue (#545) 15 hours ago
LICENSE
README.md Remove FDroid badge 1 month ago
build.gradle.kts
geminio_config.yaml
gradle.properties
gradlew
gradlew.bat
sentry.properties
settings-gradle.lockfile Bump deps (#542) 15 hours ago
settings.gradle.kts Remove fragements from project (#523) 19 hours ago

README.md

Flipper Android App Flipper App Status Discord

Mobile app to rule all Flipper's family

dolphin-dark dolphin-light

Download

Get it on Google Play

or get the app from the Releases Section.

Module arch

├── instances
│   ├── app
├── components
│   ├── core
│   ├── bridge
│   ├── feature1
│   ├── feature2
  • app - Main application module with UI
  • components/core - Core library with deps and utils
  • components/bridge - Communication between android and Flipper
  • components/* - Features modules, which connect to root application