From eb51b03d1a7648fe5d8ceafb2526ca2d12fe679e Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 26 Dec 2022 14:30:43 +0100 Subject: [PATCH] change source code links --- README.md | 12 +++++------- conversations.doap | 8 ++++---- src/main/res/values/about.xml | 4 ++-- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bbbc50acc..655dc50db 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Conversations: the very last word in instant messaging

- + Get it on Google Play @@ -11,7 +11,7 @@

-![screenshots](https://raw.githubusercontent.com/inputmice/Conversations/master/screenshots.png) +![screenshots](https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/screenshots.png) ## Design principles @@ -79,7 +79,7 @@ build your apk file. The more convenient way — which not only gives you automatic updates but also supports the further development of Conversations — is to buy the App in the -Google [Play Store](https://play.google.com/store/apps/details?id=eu.siacs.conversations&referrer=utm_source%3Dgithub). +Google [Play Store](https://play.google.com/store/apps/details?id=eu.siacs.conversations&referrer=utm_source%3Dcodeberg). Buying the App from the Play Store will also give you access to our [beta test](#beta). @@ -388,7 +388,7 @@ sdk.dir=Path-To-Sdk Then issue the following commands in order to build the apk. - git clone https://github.com/inputmice/Conversations.git + git clone https://codeberg.org/iNPUTmice/Conversations.git cd Conversations ./gradlew assembleConversationsFreeDebug @@ -429,11 +429,9 @@ directly on your rooted phone. (Search for logcat). However in regards to furthe #### I found a bug -Please report it to our [issue tracker][issues]. If your app crashes please +Please report it to our [issue tracker](https://codeberg.org/iNPUTmice/Conversations/issues). If your app crashes please provide a stack trace. If you are experiencing misbehavior please provide detailed steps to reproduce. Always mention whether you are running the latest Play Store version or the current HEAD. If you are having problems connecting to your XMPP server your file transfer doesn’t work as expected please always include a logcat debug output with your issue (see above). - -[issues]: https://github.com/inputmice/Conversations/issues diff --git a/conversations.doap b/conversations.doap index 93a7df126..7f5e654b2 100644 --- a/conversations.doap +++ b/conversations.doap @@ -15,12 +15,12 @@ - + - + en @@ -53,8 +53,8 @@ - - + + diff --git a/src/main/res/values/about.xml b/src/main/res/values/about.xml index dd5d32a15..d6e064d57 100644 --- a/src/main/res/values/about.xml +++ b/src/main/res/values/about.xml @@ -31,7 +31,7 @@ Conversations • the very last word in instant messaging. - \n\nCopyright © 2014-2022 Daniel Gultsch + \n\nCopyright © 2014-2023 Daniel Gultsch \n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or @@ -42,7 +42,7 @@ GNU General Public License for more details. \n\nYou should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses - \n\nDownload the full source code at https://github.com/iNPUTmice/Conversations + \n\nDownload the full source code at https://codeberg.org/iNPUTmice/Conversations \n\n\nLibraries \n\nhttps://webrtc.org\nCopyright (c) 2011, The WebRTC project authors. All rights reserved. (https://webrtc.org/support/license) \n\nhttps://github.com/ypresto/android-transcoder\n(Apache License, Version 2.0)