1
0
mirror of https://gitlab.shinice.net/pixeldroid/PixelDroid synced 2024-12-19 19:56:52 +01:00
Un client Android libero per Pixelfed, la piattaforma di condivisione di immagini federata. https://pixelfed.uno
Go to file
Ulysse Widmer 34f3d12dbc
Offline mode part 2 - Store posts in the DB (#209)
* store posts base idea

* switch to nullable types in Status object

* store posts first try + switch to nullable types for Attachment objects

* fix some tests, add converters

* update gradle

* wip: display stored post

* first draft of functional offline post

* added likes and shares to offline data

* fully functional

* clear activity correctly

* clear correctly activities

* refactored some tests and added offline feed test

* Distinguish between users, and only store home timeline

* count better

* Sort when getting statuses

* disable buttons, since we're offline anyways

Co-authored-by: Matthieu <61561059+Wv5twkFEKh54vo4tta9yu7dHa3@users.noreply.github.com>
2020-06-05 20:14:57 +02:00
.github/ISSUE_TEMPLATE Add issue template for bugs (#189) 2020-05-20 18:20:58 +02:00
app Offline mode part 2 - Store posts in the DB (#209) 2020-06-05 20:14:57 +02:00
fastlane/metadata/android/en-US fastlane init (#186) 2020-05-19 20:20:24 +02:00
gradle/wrapper Improve upload flow performance & visual feedback (#224) 2020-06-03 16:32:02 +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 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 Improve upload flow performance & visual feedback (#224) 2020-06-03 16:32:02 +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 Update README.md (#181) 2020-05-19 21:42:03 +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!