* Make less copies, detect if no changes are made for a fast path, give some feedback while processing the image * avoid NPE on camera, use more generic inputstream so that file picking works again * stop using resource in test * stop using resource in test * fix uri issue and add test * Test dialog, stringify strings * click error button, for fun * test error button in post creation * check retry of upload works * Remove wrong button click in test * add some tests for followers list * test edit profile button * test back button * try to get all callbacks to be called * Fix typo * Make sure crop is not ignored
PixelDroid
Free (as in freedom) Android client for Pixelfed, the federated image sharing platform.
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!