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.
|
15 hours ago | |
---|---|---|
.github | 15 hours ago | |
.idea | ||
build-logic | 3 weeks ago | |
components | 15 hours ago | |
config | 19 hours ago | |
docs | ||
gradle | 15 hours ago | |
instances | 19 hours ago | |
metadata/en-US | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG.md | 15 hours ago | |
LICENSE | ||
README.md | 1 month ago | |
build.gradle.kts | ||
geminio_config.yaml | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
sentry.properties | ||
settings-gradle.lockfile | 15 hours ago | |
settings.gradle.kts | 19 hours ago |
README.md
Flipper Android App

Mobile app to rule all Flipper's family
Download
or get the app from the Releases Section.
Module arch
├── instances
│ ├── app
├── components
│ ├── core
│ ├── bridge
│ ├── feature1
│ ├── feature2
app
- Main application module with UIcomponents/core
- Core library with deps and utilscomponents/bridge
- Communication between android and Flippercomponents/*
- Features modules, which connect to root application