diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7bdba0fe..ac049b92 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,12 +1,11 @@ #### General information -* **Device:** -* **Android Version:** -* **App version:** -* **App source:** -* **Pod:** -* **Diaspora pod version:** +* **Android Device:** +* **Android API Version:** +* **App version:** +* **App source:** +* **Pod version:** diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ddec4e9..bf621919 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ We are always open for any kind of contribution. (PR's, bug reports, feature requests, translations, ..) -If you got any questions feel free to join our IRC conference at `#dandelion @irc.freenode.net` or [Gitter](https://gitter.im/Diaspora-for-Android/diaspora-android). +If you got any questions feel free to join our IRC conference at `#diaspora-android @irc.freenode.net`. Note that the main project members are mostly busy with their job/university/school and may not react or start coding immediately. We use Crowdin to translate dandelion\*. Join our project here: diff --git a/app/src/main/java/com/github/dfa/diaspora_android/service/FetchPodsService.java b/app/src/main/java/com/github/dfa/diaspora_android/service/FetchPodsService.java index f5ffad03..f9619f67 100644 --- a/app/src/main/java/com/github/dfa/diaspora_android/service/FetchPodsService.java +++ b/app/src/main/java/com/github/dfa/diaspora_android/service/FetchPodsService.java @@ -41,7 +41,7 @@ import info.guardianproject.netcipher.NetCipher; public class FetchPodsService extends Service { public static final String EXTRA_PODLIST = "pods"; public static final String MESSAGE_PODS_RECEIVED = "com.github.dfa.diaspora.podsreceived"; - public static final String PODDY_PODLIST_URL = "https://raw.githubusercontent.com/Diaspora-for-Android/diaspora-android/master/app/src/main/res/raw/podlist.json"; + public static final String PODDY_PODLIST_URL = "https://raw.githubusercontent.com/Diaspora-for-Android/dandelion/master/app/src/main/res/raw/podlist.json"; public FetchPodsService() { }