SubwayTooter
SubwayTooter copied to clipboard
Mastodon client app for Android
Hey, thanks for this great app, my favourite fedi client by far! I want to make a couple suggestions/feature requests to improve the UI for typing up media descriptions. Currently...
SubwayTooterがMisskeyのi/notificationsエンドポイントを無限に叩こうとするため、Misskeyインスタンスの負荷を極端に高めています。 MisskeyのAPI制限が緩いのも問題なのですが、SubwayTooterにおいてもご対応いただきたくお願い致します。
https://qdon.space/users/jarm/statuses/108413714163875811 > I got this error when i tried to post with poll ``` Error IllecalFormatConversionException d != [Ljava.lang.Object ```
Using Subway Tooter and at times being left in environments without stable network access, it would be great if the app could keep whatever kind of data it downloaded before...
People are confusing this. because they set their posting language to "XX" on web setting, But ST keep posting "YY" language. Currently ST don't have language code option in posting...
ハイライト機能で音が鳴っても、複数あるカラムからそれを探し出すのが困難。 ハイライト対象が見つかった時にDBに保存して後から一覧表示する機能があると便利なのではないか…?
https://gist.github.com/tateisu/42a0b9e2b823a46e8758530639a1d785 https://stackoverflow.com/questions/25317659/how-to-fix-android-app-remoteserviceexception-bad-notification-posted-from-pac 直せなさそう
サーバ側のバグらしい https://github.com/tootsuite/mastodon/issues/5747
https://mstdn.jp/@miraicorp/100648311238532465 のクレーム
---- (1) 認証トークン無しでuser@host のアカウントIDを調べる APIはない。 WebFingerを使えば一応可能 - get https://mstdn.maud.io/.well-known/webfinger?resource=acct:[email protected] - parse the number in salmon URL. ``` ,{ "rel":"salmon" ,"href":"https://mstdn.maud.io/api/salmon/7337" } ``` 関連 issue https://github.com/tootsuite/mastodon/issues/4588 ---- (2) 認証トークン無しで アカウント情報/TL/フォローリスト/フォロワーリストを取得 APIはない。WebFingerでは取得できる情報が少ない。...