Un client Android libero per Pixelfed, la piattaforma di condivisione di immagini federata. https://pixelfed.uno
Go to file
Matthieu ede4a2ffbf Merge branch 'dependency_injection' into 'master'
dependency injection

See merge request pixeldroid/PixelDroid!236
2020-07-26 20:56:01 +02:00
.github/ISSUE_TEMPLATE Add issue template for bugs (#189) 2020-05-20 18:20:58 +02:00
app Dependency injection 2020-07-26 20:56:01 +02:00
fastlane/metadata/android/en-US fastlane init (#186) 2020-05-19 20:20:24 +02:00
gradle/wrapper Dependency injection 2020-07-26 20:56:01 +02:00
.cirrus.yml WIP: Loading (#76) 2020-04-01 19:38:21 +02:00
.gitignore Fixes #180 (#182) 2020-05-20 18:38:59 +02:00
.gitlab-ci.yml Improve CI 2020-06-24 15:34:14 +02:00
LICENSE travis config, license and readme 2020-02-28 00:41:05 +01:00
README.md Improve CI 2020-06-24 15:34:14 +02:00
android-wait-for-emulator.sh Commenting & seeing comments on a post ( issues: #37 #77 ) (#87) 2020-04-11 12:55:06 +02:00
build.gradle Dependency injection 2020-07-26 20:56:01 +02:00
gradle.properties WIP: Loading (#76) 2020-04-01 19:38:21 +02:00
gradlew Switch to Kotlin 2020-02-28 17:08:54 +01:00
gradlew.bat init project files 2020-02-28 00:36:26 +01:00
pixeldroid_logo.png Add translation badge, add logo to readme (#146) 2020-05-03 14:32:35 +02:00
pixeldroid_logo.svg Add translation badge, add logo to readme (#146) 2020-05-03 14:32:35 +02:00
settings.gradle init project files 2020-02-28 00:36:26 +01:00

README.md

PixelDroid

Pixeldroid project logo
Free (as in freedom) Android client for Pixelfed, the federated image sharing platform.

Build Status Maintainability Translation status

Compiling the code yourself

If you want to try out PixelDroid on your own device, you can try to compile the source code yourself. To do that you will need to install Android Studio.

  • Open the gradle project inside of Android Studio. Then you should plug your Android device into your computer (make sure that your device is in developer mode) and select share files on it.

  • You should see that Android studio has detected your device and its name should appear next to a small play button on the top right corner of Android Studio. If that is the case, then you can click said play button and, after Android studio will have built the project, you'll be able to use PixelDroid on your device!

At this point PixelDroid will be installed on your phone, so it won't have to be plugged in anymore!