Notices by AndStatus (andstatus@loadaverage.org), page 9
-
AndStatus (andstatus@loadaverage.org)'s status on Thursday, 04-Oct-2018 03:42:26 UTC
AndStatus
@xrevan86 Yes, this shows that links to Hashtags, which have Cyrillic characters (just like other non-latin characters), work also :-) -
AndStatus (andstatus@loadaverage.org)'s status on Wednesday, 03-Oct-2018 17:33:24 UTC
AndStatus
#AndStatus v.43.00 "Links to mentioned users and to hashtags are opened in AndStatus" released
Plain text notes are linkified:
mentions are linked to User's "Sent" timelines;
hashtags are linked to Search timelines of these hashtags.
Existing links of mentions and hashtags in HTML notes are replaced with in-client links also.
Please note that "CheckAudience" step added to Seetings -> Troubleshooting -> "Check and fix data". Applying this fixing procedure allows to have clicks on mentions opened in AndStatus even for older notes. http://andstatus.org/changelog.html https://loadaverage.org/attachment/4643055 -
Galip (Inactive) (galipesc@bobinas.p4g.club)'s status on Tuesday, 02-Oct-2018 00:58:30 UTC
Galip (Inactive)
La "app" #Andstatus es el mejor cliente de #gnusocial existente jeje. software
-
AndStatus (andstatus@loadaverage.org)'s status on Monday, 01-Oct-2018 14:01:31 UTC
AndStatus
@jayviide@mastodon.social Mentions and Hashtags look like ordinary links, but click on such a link opens a Timeline in #AndStatus :
"Sent" timeline for Mention (with User's profile at the top)
"Search" timeline for a Hashtag https://loadaverage.org/attachment/4635034 -
AndStatus (andstatus@loadaverage.org)'s status on Monday, 01-Oct-2018 10:43:51 UTC
AndStatus
I just implemented creation / rewriting of links in notes and opening them by #AndStatus for #mentions and for #hashtags. This greatly simplifies navigation without leaving the application, leading you through the #fediverse and time in just several clicks.
I was surprised to find out that users, whith whom I talked recently, gave me their feedback years ago already... (I have history of notes for several years, from different social networks, stored on my phone in AndStatus) -
AndStatus (andstatus@loadaverage.org)'s status on Friday, 21-Sep-2018 11:16:29 UTC
AndStatus
@1iceloops123 No no, blame GNU Social server. More details here: https://github.com/andstatus/andstatus/issues/83
@jeff @hj @wowaname @louisoft01 -
adiwan (adiwan@rainbowdash.net)'s status on Tuesday, 11-Sep-2018 15:36:46 UTC
adiwan
@scribus AndStatus is not that bad. It's not very streamlined but it can do the job. -
AndStatus (andstatus@loadaverage.org)'s status on Friday, 07-Sep-2018 05:37:41 UTC
AndStatus
@delores I need to figure this out yet :-) The Source code of #AndStatus is open, so everybody is welcome to help in this investigation.
I also noticed that some unrelated posts are marked as "Replies to me". This bug may be related to this new feature: Actors in different Social networks (having the same Webfinger Id) are logically linked to allow you to see their joined profile page (including notes by these actors, received from different networks).
Stay turned! -
AndStatus (andstatus@loadaverage.org)'s status on Saturday, 25-Aug-2018 04:15:29 UTC
AndStatus
@roka Thank you again for logs provided. This line in a log tells that a Note with an Attachment was sent to a server (in one HTTP post action) and a server responded with OK (200):
08-24 04:19:03.008 V/HttpReadResult: ; statusCode:OK (200); url:'https://pl.smuglo.li/api/statuses/update.json'; authenticated; posted:'{"status":"Messed it up, again.","source":"AndStatus","media_part_name":"media","media_part_uri":"content:\/\/org.andstatus.app.data.FileProvider\/downloadfile\/at_19_0.jpg"}'; response:'{"activity_type":"post","attachments":[…'
The note was sent as a Multipart entity (see https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html ). The entity is built in code here: org.andstatus.app.net.http.HttpConnectionApacheCommon#multiPartFormEntity
The same code is used for GnuSocial, Mastodon and Twitter. And it works there. So I would say that that Pleroma implementation should process the same content correctly also.
Could you get similar logs for a server side to know why the "media" part of the post was silently ignored or failed there?! -
AndStatus (andstatus@loadaverage.org)'s status on Friday, 24-Aug-2018 06:21:37 UTC
AndStatus
@roka Thanks for these logs, I will look at them closer today. Currently I see that for some reason a note, posted to Pleroma, doesn't have an attachment even in its metadata...
Please clarify: do you see attached images in the downloaded posts that have images when looking via web interface? I mean, if only _posting_ images from #AndStatus to Pleroma doesn't work? -
DEATH TO GASTONS DESU~ (roka@pl.smuglo.li)'s status on Friday, 24-Aug-2018 02:43:33 UTC
DEATH TO GASTONS DESU~
@andstatus I didn't have the chance to make an account on another Pleroma instance yet but I did gather some logs. Unfortunately I had to repeat this several times because queue requests leftover from previous attempts at testing (and cross-referencing behaviour with that of a real GNU Social server) kept polluting the log.
I noticed two issues in those past runs, at least one repeats in this batch of logs:
a) AndStatus on OStatus endpoint of Pleroma instance tried to query /api/account/rate_limit_status.json - this fails because https://pl.smuglo.li/api/account/rate_limit_status.json returns the Pleroma Fe UI with empty content part; meanwhile Shitposter.club, a real GS instance, returns a JSON document after auth - thus cc-ing @lain and @kaniini ; this problem pops up in „commands in a queue” view as well
b) it did the same by accessing /api/statuses/show.json?id=X (where X is an ID) - again, Pleroma just serves a webpage
Attached is a zipfile featuring logs of an attempt to send a post with a file attached on AndStatus with data purged beforehand via Apps screen in Android settings - it still seems to have references to my previously setup alt at @takao but it's much easier to read than it was before. Post composition starts in logs/2018-08-24-04-18-41_log.txt
The result is a post with text but no attachments *shrugs*
smugfreshest.zip -
beastie (nico@mastodon.social)'s status on Wednesday, 22-Aug-2018 15:23:28 UTC
beastie
@hypolite Mainly twidere but I'm trying out switching to AndStatus
-
AndStatus (andstatus@loadaverage.org)'s status on Thursday, 23-Aug-2018 06:04:51 UTC
AndStatus
@roka Does this work with any other Pleroma instance? I mean is the problem in compatibility with Pleroma in general or just with your site's setup? In order to figure out a problem from #AndStatus side you could:
1. Lookup errors in Menu -> "Commands in a queue"
2. Turn on verbose logging with saving logs to files, and later analyse logs of a Note with an attachment sending. More on logging in AndStatus is here: https://github.com/andstatus/andstatus/issues/225 -
Nico (nico@social.coop)'s status on Saturday, 18-Aug-2018 14:35:26 UTC
Nico
@andstatus the idea is to free the user from preconceptions about people from their timeline, maybe interact with people they normally don't, to highlight any subconscious prejudice in terms of the attributes you know about the people you follow
-
AndStatus (andstatus@loadaverage.org)'s status on Tuesday, 21-Aug-2018 17:40:04 UTC
AndStatus
@nico Yes, for public testing versions please see https://github.com/andstatus/andstatus/issues/456 -
AndStatus (andstatus@loadaverage.org)'s status on Tuesday, 21-Aug-2018 17:30:21 UTC
AndStatus
@coolboymew You can always lookup the reason for posting failure in the menu -> "Commands in a queue" @hakui https://loadaverage.org/attachment/4531649 -
AndStatus (andstatus@loadaverage.org)'s status on Tuesday, 21-Aug-2018 05:55:29 UTC
AndStatus
@nico Actually, this "Anonymize other users" feature may be an option in the mainstream #AndStatus.
...Although mentioning other users in notes' body should be real (not anonymized usernames) for the interactions to work correctly.
Anyway, I could add a simple implementation of this feature just for starting playing with it?!
@funkpirata @nico @sajith -
AndStatus (andstatus@loadaverage.org)'s status on Saturday, 18-Aug-2018 14:31:21 UTC
AndStatus
@nico Do you have any kind of an overview of what you are planning / dreaming of? -
AndStatus (andstatus@loadaverage.org)'s status on Friday, 17-Aug-2018 16:03:12 UTC
AndStatus
@nico Hi Nico!
Any links to your work on #AndStatus fork?! -
AndStatus (andstatus@loadaverage.org)'s status on Thursday, 16-Aug-2018 17:34:27 UTC
AndStatus
#AndStatus needs good and useful reviews. Could you help?
https://play.google.com/store/apps/details?id=org.andstatus.app