From 0167a631487277344d7ceec0014953174f99caaa Mon Sep 17 00:00:00 2001 From: Matthieu <24-artectrex@users.noreply.shinice.net> Date: Mon, 2 Nov 2020 16:12:39 +0100 Subject: [PATCH] Add attribution for error panda --- README.md | 9 +++------ app/src/main/res/values/strings.xml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 07e52b2f..e5683de6 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,7 @@ Free (as in freedom) Android client for Pixelfed, the federated image sharing pl ## 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](https://developer.android.com/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](https://developer.android.com/studio/debug/dev-options)) and select ___share files___ on it. +If you want to try out PixelDroid on your own device, you can compile the source code yourself. To do that you can install [Android Studio](https://developer.android.com/studio/). -- 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! +## Art attribution +Various works have been used from the pixelfed branding repository ( https://github.com/pixelfed/brand-assets ). In addition, a drawing of a red panda is used for some error messages ( https://thenounproject.com/search/?q=red+panda&i=2877785 ) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 6c15d525..9cb8721c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -137,7 +137,7 @@ Profile picture Open drawer menu DISCOVER - Something went wrong... + Something went wrong… This panda is not happy. Pull to refresh to try again.