@rmbl Sometimes I need the same, and I also feel that it is inconvenient to keep "unread" all notifications in order not to forget one of them. Recently I started implementation of Group/Lists support in #AndStatus. And I see that creation of some personal "ToDo" group and adding any note/ activity to that group could help in such cases. Unfortunately AFAIK only #ActivityPub supports such actions, meaning that such custom groups of notes could be automatically synced between User's devices or even shared... Moreover, each "Social network" in #AndStatus logically should have its own group... So it seems that I will start from some device-local groups (like tags...) that can be easily viewed... @fedilab
@moonman There are two dimentions in the support of different protocols of Social networks, which I'm facing during development : 1. Implementation of different API calls and parsing responses of every API of every supported protocol. I cope with this problem simply by implementing only some of available APIs (features)... 2. Trying to adapt internal data/actions model so that it could fit into conceptual differencies of different systems. This is a lot more time consuming and difficult to do right. In #AndStatus we started ten years ago with Twitter-like model. For the last two years I'm gradually converting it into #ActivityPub based model...
@andstatus Sadly it does not work, the limit still shows up as 500. I am on a Pleroma instance though, as I understand it exposes max post length with max_toot_chars property accessible from /api/v1/instance (which is what glitch-soc used.)
@roka As I remember, #AndStatus gets the limit from Mastodon's configuration... Please try to go to AndStatus Settings -> Accounts -> Manage Accounts -> Select your account and then Reverify credentials. Do you see updated toot length limit?
@legion Try to sync manually, see if "Synced some seconds ago..." message appears in the Timeline header. 2. Switch to the Public timeline and sync it... 3, Read the answetin the FAQ: https://github.com/andstatus/andstatus/issues/295
@colegota As I understand, all these "inputType" options are just hints for a keyboard application. It can ignore them or interpret differently. I suspect that you could solve your problem by using some alternative Keyboard app...
@andstatus > I need logged JSON responses of your server to the #AndStatus requests of the Home timeline...
Do you mean from my server's log or from AndStatus debug files?
> Tip: In order to fix a Timeline's syncing problem, try to go to "Manage Timelines" and select "Forget sync events and dates" in the Timeline's context menu.
@colegota "Sync 10 minutes ago. Sync since June 22" means that although the Timeline was successfully (without errors) synced some minutes ago, the latest activity/note ever downloaded via this server API, was sent on June 22. More recent activities that you see could be downloaded via other Server APIs (endpoints, URLs...) and this is why you see some more recent posts. In order to understand the problem better, I need logged JSON responses of your server to the #AndStatus requests of the Home timeline...
Tip: In order to fix a Timeline's syncing problem, try to go to "Manage Timelines" and select "Forget sync events and dates" in the Timeline's context menu. https://loadaverage.org/attachment/5477161
@colegota "Can't synchronize" for "Everything" Timeline is normal (for now...) meaning that there is no such timeline to sync. But we could interprete syncing "Everything" Timeline as "Sync all timelines"... Maybe this will be more natural?!
@baloouriza Currently #AndStatus uses Android's native way to handle the stack of activities thus allowing a user to move backwards just like in any other Android app. Changing this would surprise a user... I think that what you really want is that a Timeline in the stack would be automatically updated and re-positioned to the latest viewed position on its opening during the User's navigation "back" - currently a Tímeline from the backstack usually shows outdated information. ?! Please note that navigation to the Default Tímeline currently clears the whole activities stack thus allowing you to return to the beginning in one tap. I usually do this exactly to avoid long return using the Android stack. Just set the Default Tímeline properly...
@FuzboleroXV I think that #NomadicIdentity is primarily about moving your identity _between_ accounts and corresponding hosts/providers. Being able to access several "nomadic identities" via one account is a byproduct for me, not so important. Main point here though is separation between a User (person or organization...), an Account and the "identity" (called an Actor in #ActivityPub).
@colegota In short: Notifications section in #AndStatus settings lists some other things; not timelines. Longer answer: "Unread notifications" timeline includes activities: "create(post) note", "announce (retweet/repost/reblog) note", etc. which were recognized by AndStatus app as belonging to at least one of checked "Notification event types". No matter how the activity was received for some of them (e.g. for mentions) but one-to-one for others: "Home timeline" notification corresponds to the Home API timeline for all Twitter-like APIs (i.e. Twitter, GNU Social and Mastodon) and Inbox API timeline for #ActivityPub client to server API. Meaning of some AndStatus Timelines are changing over time. E.g. even for me it's unclear yet, if "Unread notifications" timeline notifies "the account" (as it was implemented quite long ago) or it should rather notify My Actor who happens to be linked to an account on some server... I clarify this for myself also, and make corresponding changes in the app...