1
0
mirror of https://gitlab.shinice.net/pixeldroid/PixelDroid synced 2024-12-19 11:43:36 +01:00
Un client Android libero per Pixelfed, la piattaforma di condivisione di immagini federata. https://pixelfed.uno
Go to file
Wv5twkFEKh54vo4tta9yu7dHa3 ca307abcde
multiAccount functionnality (#168)
* multiAccount functionnality

* remove sharedpreferences usages

* start fixing tests to work with changes

* remove test of removed functionality

* more fiddling with tests

* fix instance insert being broken

* clean up some more preferences usage

* close db

* try to fix a bunch of issues

* move db close

* add instance to user drawer item

* remove rule that is no longer needed

* correct mock server to fix test

* removed unused stuff

* fix domains not being validated correctly

* update test

* Delete q

* Move image filter application to a thread

* remove unused imports

* remove unused strings

* remove unused strings

* fix buttons (sometimes)

* solve some linter issues, fix saturation brightness contrast not being shown properly

* remove unused strings

* add tests for drawer

* remove unused imports, other linter suggestions

* fix broken auto linter fix
2020-05-19 09:49:34 +02:00
app multiAccount functionnality (#168) 2020-05-19 09:49:34 +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
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
LICENSE travis config, license and readme 2020-02-28 00:41:05 +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
README.md Added compiling instructions to the readme (#174) 2020-05-18 17:03:05 +02:00
settings.gradle init project files 2020-02-28 00:36:26 +01:00

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!