From b5c348e47172d1b72dce89aaf8c9653f7b969239 Mon Sep 17 00:00:00 2001 From: Mike Barnes Date: Tue, 15 Dec 2020 11:03:41 +1100 Subject: [PATCH] Initial setup and branding changes --- .gitignore | 3 ++- instance-build.gradle | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 80cd3ef9..79132d48 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ /build /captures .externalNativeBuild -app/release \ No newline at end of file +app/release +.vscode diff --git a/instance-build.gradle b/instance-build.gradle index eec6fcac..faea306e 100644 --- a/instance-build.gradle +++ b/instance-build.gradle @@ -4,16 +4,16 @@ Note: Publishing a custom build on Google Play may violate the Google Play devel */ // The app name -ext.APP_NAME = "Tusky" +ext.APP_NAME = "Chinwag Social" // The application id. Must be unique, e.g. based on your domain -ext.APP_ID = "com.keylesspalace.tusky" +ext.APP_ID = "org.chinwag.socialapp" // url of a custom app logo. Recommended size at least 600x600. Keep empty to use the Tusky elephant friend. -ext.CUSTOM_LOGO_URL = "" +ext.CUSTOM_LOGO_URL = "https://static.chinwag.org/chinwag-logo-simple-1024.png" // e.g. mastodon.social. Keep empty to not suggest any instance on the signup screen -ext.CUSTOM_INSTANCE = "" +ext.CUSTOM_INSTANCE = "social.chinwag.org" // link to your support account. Will be linked on the about page when not empty. -ext.SUPPORT_ACCOUNT_URL = "https://mastodon.social/@Tusky" \ No newline at end of file +ext.SUPPORT_ACCOUNT_URL = "https://social.chinwag.org/@ChinwagNews" \ No newline at end of file