Yuito è un fork di Tusky, Tusky è un bellissimo client Android per Mastodon. Mastodon è una rete sociale federata. Ciò significa che nessuna singola entità controlla l'intera rete. https://mastodon.uno
Go to file
HellPie 4759783d10 Add support for collapsible statuses when they exceed 500 characters (#825)
* Update Gradle plugin to work with Android Studio 3.3 Canary

Android Studio 3.1.4 Stable doesn't render layout previews in this project
for whatever reason. Switching to the latest 3.3 Canary release fixes the
issue without affecting Gradle scripts but requires the new Android Gradle
plugin to match the new Android Studio release.

This commit will be reverted once development on the feature is done.

* Update gradle build script to allow installing debug builds alongside store version

This will allow developers, testers, etc to work on Tusky will not having to worry
about overwriting, uninstalling, fiddling with a preinstalled application which would
mean having to login again every time the development cycle starts/finishes and
manually reinstalling the app.

* Add UI changes to support collapsing statuses

The button uses subtle styling to not be distracting like the CW button on the timeline
The button is toggleable, full width to match the status textbox hitbox width and also
is shorter to not be too intrusive between the status text and images, or the post below

* Update status data model to store whether the message has been collapsed

* Update status action listener to notify of collapsed state changing

Provide stubs in all implementing classes and mark as TODO the stubs that
require a proper implementation for the feature to work.

* Add implementation code to handle status collapse/expand in timeline

Code has not been added elsewhere to simplify testing.
Once the code will be considered stable it will be also included in other
status action listener implementers.

* Add preferences so that users can toggle the collapsing of long posts

This is currently limited to a simple toggle, it would be nice to implement
a more advanced UI to offer the user more control over the feature.

* Update Gradle plugin to work with latest Android Studio 3.3 Canary 8

Just like the other commit, this will be reverted once the feature is working.
I simply don't want to deal with what changes in my installation of Android
Studio 3.1.4 Stable which breaks the layout preview rendering.

* Update data models and utils for statuses to better handle collapsing

I forgot that data isn't available from the API and can't really be built
from scratch using existing data due to preferences.
A new, extra boolean should fix the issue.

* Fix search breaking due to newly introduced variables in utils classes

* Fix timeline breaking due to newly introduced variables in utils classes

* Fix item status text for collapsed toggle being shown in the wrong state

* Update timeline fragment to refresh the list when collapsed settings change

* Add support for status content collapse in timeline viewholder

* Fix view holder truncating posts using temporary debug settings at 50 chars

* Add toggle support to notification layout as well

* Add support for collapsed statuses to search results

* Add support for expandable content to notifications too

* Update codebase with some suggested changes by @charlang

* Update more code with more suggestions and move null-safety into view data

* Update even more code with even more suggested code changes

* Revert a0a41ca and 0ee004d (Android Studio 3.1 to Android Studio 3.3 updates)

* Add an input filter utility class to reuse code for trimming statuses

* Update UI of statuses to show a taller collapsible button

* Update notification fragment logging to simplify null checks

* Add smartness to SmartLengthInputFilter such as word trimming and runway

* Fix posts with show more button even if bad ratio didn't collapse

* Fix thread view showing button but not collapsing by implementing the feature

* Fix spannable losing spans when collapsed and restore length to 500 characters

* Remove debug build suffix as per request

* Fix all the merging happened in f66d689, 623cad2 and 7056ba5

* Fix notification button spanning full width rather than content width

* Add a way to access a singleton to smart filter and use clearer code

* Update view holders using smart input filters to use more singletons

* Fix code style lacking spaces before boolean checks in ifs and others

* Remove all code related to collapsibility preferences, strings included

* Update style to match content warning toggle button

* Update strings to give cleaner differentiation between CW and collapse

* Update smart filter code to use fully qualified names to avoid confusion
2018-09-19 19:51:20 +02:00
.circleci try to fix Circle CI (#727) 2018-08-12 20:22:37 +02:00
app Add support for collapsible statuses when they exceed 500 characters (#825) 2018-09-19 19:51:20 +02:00
assets Add titel, description and images for fastlane (and F-Droid) (#564) 2018-04-09 12:37:56 +02:00
fastlane/metadata/android/en-US update screenshot 2018-08-24 19:42:48 +02:00
gradle/wrapper Add support for collapsible statuses when they exceed 500 characters (#825) 2018-09-19 19:51:20 +02:00
.gitignore update gitignore 2018-03-03 13:26:08 +01:00
CONTRIBUTING.md README and CONTRIBUTING capitalization and typo (#565) 2018-04-09 08:45:27 +03:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2018-03-10 16:43:34 +01:00
LICENSE.txt License change back to GPL 3 2017-04-09 20:12:31 -04:00
README.md Update bitrise badge (#833) 2018-09-03 16:24:39 +02:00
build.gradle update dependencies 2018-08-07 21:02:45 +02:00
gradle.properties try to fix Circle CI (#727) 2018-08-12 20:22:37 +02:00
gradlew Restore mode +x no gradelw (#556) 2018-03-31 16:27:09 +02:00
gradlew.bat Add Dagger (#554) 2018-03-27 19:47:00 +02:00
settings.gradle added README.md and missing files 2017-01-02 20:37:38 -05:00

README.md

Translate - with Stringlate Build Status CircleCI

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.

Get it on F-Droid Get it on Google Play Get it on Amazon

Features

  • Material Design
  • Most Mastodon APIs implemented
  • Multi-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
  • Choose between different emoji styles
  • Optimized for all screen sizes
  • Completely open-source - no non-free dependencies like Google services

Testing

The nightly build from master is available on Google Play.

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.

Development chatroom

https://riot.im/app/#/room/#Tusky:matrix.org