No description
6d6c9575c4
* Initial implementation of regex feed filtering Mimics Mastodon web's functionality, but in a simpler form; a single regular expression is shared across the home, local and federated feeds. Strings are currently only provided in English and will need to be translated. * Fix buggy behaviour on filter regex update * Validate regex filter input Fixes buggy behaviour on inputting a regular expression feed filter by testing the expression continuously as the user types, displaying an error and disabling the 'OK' button of the dialog at any time it's not a valid regular expression. Disables spelling suggestions in the input to make the experience less frustrating and error prone. Also fixes some generally buggy behaviour upon preference change, specifically in cases where no Matcher was set prior to a new pattern being set, which would cause the app to crash. * Apply regex filter to spoiler text * Get rid of empty catch block in regex filter code * Make regex filter error string translatable |
||
---|---|---|
app | ||
assets | ||
gradle/wrapper | ||
.gitignore | ||
build.gradle | ||
CONTRIBUTING.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
ISSUE_TEMPLATE.md | ||
LICENSE.txt | ||
README.md | ||
settings.gradle |
Tusky
Tusky is a beautiful Android client for Mastodon. Mastodon is a GNU social-compatible federated social network. That means not one 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.
Features
- Material Design
- Most Mastodon APIs implemented
- Muti-Account support
- Dark and Light theme with the possibility to auto-switch based on the time of day
- Drafts - compose toots and save them for later
- completely Open-source - no non-free dependencies like Google services
Support
If you have any bug reports, feature requests or questions please open an issue or send us a toot at Tusky@mastodon.social!
Head of development
This app was developed by Vavassor@mastodon.social. The current maintainer is ConnyDuck@mastodon.social.