Change a few items

main
koyu 3 years ago
parent cf363059d3
commit df36988659
  1. 28
      README.md
  2. 10
      instance-build.gradle
  3. 10
      scripts/import_translations.sh

@ -1,31 +1,14 @@
# Husky
[![Build Status](https://api.travis-ci.org/FWGS/Husky.svg?branch=develop)](https://travis-ci.org/FWGS/Husky)\
[![Download F-Droid](https://img.shields.io/badge/download-fdroid-blue)](https://f-droid.org/repository/browse/?fdid=su.xash.husky)\
[![Download Google Play](https://img.shields.io/badge/download-googleplay-blue)](https://play.google.com/store/apps/details?id=su.xash.husky)\
[![Download Testing](https://img.shields.io/badge/downloads-testing-green)](https://github.com/FWGS/Husky/releases/tag/continuous)
# koyu.space for Android
![icon](https://git.mentality.rip/FWGS/Husky/raw/branch/develop/assets/splash.xcf)
![icon](https://koyu.space/img/pb-icon.svg)
Husky is a fork of [Tusky](https://github.com/tuskyapp/Tusky) that aimed to support [Pleroma's Mastodon API extensions](https://git.pleroma.social/pleroma/pleroma/blob/develop/docs/API/differences_in_mastoapi_responses.md) and some ideas that I may come up with.
koyu.space for Android is based on Husky. Husky is a fork of [Tusky](https://github.com/tuskyapp/Tusky) that aimed to support [Pleroma's Mastodon API extensions](https://git.pleroma.social/pleroma/pleroma/blob/develop/docs/API/differences_in_mastoapi_responses.md) and some ideas that I may come up with.
Tusky is quote, unquote, `... a beautiful Android client for [Mastodon](https://github.com/tootsuite/mastodon). Mastodon is an ActivityPub federated social network. That means no single entity controls the whole network, rather, like e-mail, volunteers and organisations operate their own independent servers, users from which can all interact with each other seamlessly.`
## Main changes so far
- Emoji reactions support
- Removed attachment limits for Pleroma
- Support for attaching anything on Pleroma
- Support for changing OAuth application name
- Markdown support with WYSIWYG editor
- Support for extended accounts fields, so you can see who is admin or moderator on your instance
- Subscribing support to annoy you with incoming notification from every post (upstreamed to Tusky)
- Support for seen notifications to less annoy you
- "Reply to" feature that allows to jump to replied status, useful for hellthreading ;)
- Bigger emojis!
- "Preview" feature on Pleroma
### Support
If you have any bug reports, feature requests or questions please open an issue or send us a post at [husky@huskyapp.dev](https://huskyapp.dev/users/husky)!
If you have any bug reports, feature requests or questions please open an issue or send us an e-mail to support@koyu.space.
For translating Tusky into your language, visit https://weblate.tusky.app.
For translating Husky, visit https://l10n.mentality.rip.
@ -34,4 +17,5 @@ For translating Husky, visit https://l10n.mentality.rip.
This app was developed by [Vavassor@mastodon.social](https://mastodon.social/@Vavassor).
The Tusky's maintainer is [ConnyDuck@chaos.social](https://chaos.social/@ConnyDuck).
The fork main developer is [a1batross@expired.mentality.rip](https://expired.mentality.rip/users/a1batross).
The Husky's main developer is [a1batross@expired.mentality.rip](https://expired.mentality.rip/users/a1batross).
This app was forked by koyu.space.

@ -4,16 +4,16 @@ Note: Publishing a custom build on Google Play may violate the Google Play devel
*/
// The app name
ext.APP_NAME = "Husky"
ext.APP_NAME = "koyu.space"
// The application id. Must be unique, e.g. based on your domain
ext.APP_ID = "su.xash.husky"
ext.APP_ID = "com.Sommerlichter.social"
// 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://koyu.space/img/pb-icon.svg"
// e.g. mastodon.social. Keep empty to not suggest any instance on the signup screen
ext.CUSTOM_INSTANCE = ""
ext.CUSTOM_INSTANCE = "koyu.space"
// link to your support account. Will be linked on the about page when not empty.
ext.SUPPORT_ACCOUNT_URL = "https://huskyapp.dev/users/husky"
ext.SUPPORT_ACCOUNT_URL = "https://koyu.space/@koyu"

@ -37,11 +37,11 @@ do
mkdir -p ../../husky/res/$DIRECTORY/
# add <resources>, some strings
$SOURCE_ROOT/scripts/xq.py "$FIXUP_TUSKY" $i | prologue | sed -E 's|Tusky|Husky|g' > ../../husky/res/$DIRECTORY/husky_generated.xml
$SOURCE_ROOT/scripts/xq.py "$FIXUP_WEBSITE" $i | logue | sed -E 's|https://tusky.app|https://huskyapp.dev|g' >> ../../husky/res/$DIRECTORY/husky_generated.xml
$SOURCE_ROOT/scripts/xq.py "$FIXUP_BUGTRACKER" $i | logue | sed -E 's|https://github.com/tuskyapp/Tusky/issues|https://git.mentality.rip/FWGS/Husky/issues|g' >> ../../husky/res/$DIRECTORY/husky_generated.xml
$SOURCE_ROOT/scripts/xq.py "$FIXUP_MASTODON" $i | logue | sed -E 's|Mastodon|Pleroma|g' >> ../../husky/res/$DIRECTORY/husky_generated.xml
$SOURCE_ROOT/scripts/xq.py "$FIXUP_INSTANCES" $i | epilogue | sed -E 's|mastodon.social|shitposter.club|g' | sed -E 's|icosahedron.website|blob.cat|g' | sed -E 's|social.tchncs.de|expired.mentality.rip|g' | sed -E 's|https://instances.social|https://fediverse.network/pleroma?count=peers|g' >> ../../husky/res/$DIRECTORY/husky_generated.xml
$SOURCE_ROOT/scripts/xq.py "$FIXUP_TUSKY" $i | prologue | sed -E 's|Tusky|koyu.space|g' > ../../husky/res/$DIRECTORY/husky_generated.xml
$SOURCE_ROOT/scripts/xq.py "$FIXUP_WEBSITE" $i | logue | sed -E 's|https://tusky.app|https://koyu.space|g' >> ../../husky/res/$DIRECTORY/husky_generated.xml
$SOURCE_ROOT/scripts/xq.py "$FIXUP_BUGTRACKER" $i | logue | sed -E 's|https://github.com/tuskyapp/Tusky/issues|https://github.com/koyuspace/android-native/issues|g' >> ../../husky/res/$DIRECTORY/husky_generated.xml
$SOURCE_ROOT/scripts/xq.py "$FIXUP_MASTODON" $i | logue | sed -E 's|Mastodon|koyu.space|g' >> ../../husky/res/$DIRECTORY/husky_generated.xml
$SOURCE_ROOT/scripts/xq.py "$FIXUP_INSTANCES" $i | epilogue | sed -E 's|mastodon.social|koyu.space|g' | sed -E 's|icosahedron.website|blob.cat|g' | sed -E 's|social.tchncs.de|cdrom.tokyo|g' | sed -E 's|https://instances.social|https://web.koyu.space/instance-recommendations/|g' >> ../../husky/res/$DIRECTORY/husky_generated.xml
done
popd

Loading…
Cancel
Save