Un client Android libero per Pixelfed, la piattaforma di condivisione di immagini federata. https://pixelfed.uno
Go to file
Andrea Clement 4b66d62930 can post with boolean replaced by int 2020-05-22 11:59:13 +02:00
app can post with boolean replaced by int 2020-05-22 11:59:13 +02:00
fastlane/metadata/android/en-US fastlane init (#186) 2020-05-19 20:20:24 +02:00
gradle/wrapper Switch to Kotlin 2020-02-28 17:08:54 +01:00
.cirrus.yml WIP: Loading (#76) 2020-04-01 19:38:21 +02:00
.gitignore init project files 2020-02-28 00:36:26 +01:00
.gitlab-ci.yml Reconnect button (#108) 2020-04-17 15:07:04 +02:00
LICENSE travis config, license and readme 2020-02-28 00:41:05 +01:00
README.md Update README.md (#181) 2020-05-19 21:42:03 +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 Feature/post creation (#83) 2020-04-24 12:44:12 +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 Test Coverage 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!