Initial setup and branding changes

This commit is contained in:
Mike Barnes 2020-12-15 11:03:41 +11:00
parent e0fab33f48
commit b5c348e471
2 changed files with 7 additions and 6 deletions

3
.gitignore vendored
View File

@ -6,4 +6,5 @@
/build
/captures
.externalNativeBuild
app/release
app/release
.vscode

View File

@ -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"
ext.SUPPORT_ACCOUNT_URL = "https://social.chinwag.org/@ChinwagNews"