AndStatus on loadaverage.org
This remote profile is registered on another site; see andstatus's original profile page on loadaverage.org.
-
AndStatus (andstatus)'s status on Saturday, 29-Apr-2017 13:20:16 EDT AndStatus
@colegota By default, AndStatus downloads attachments over WiFi only... -
AndStatus (andstatus)'s status on Thursday, 27-Apr-2017 01:24:32 EDT AndStatus
@rolarizpe Tip: AndStatus does have "View image" context menu item, where you can use any image viewer that you like -
Yuri Volkov (yvolk)'s status on Wednesday, 26-Apr-2017 01:52:12 EDT Yuri Volkov
@wakest Most important features of Mastodon support are implemented in AndStatus, but I need some more checks and additions before Beta release. Especially regarding image attachment...
Current state is reflected at the bottom of this ticket:
https://github.com/andstatus/andstatus/issues/419 -
AndStatus (andstatus)'s status on Monday, 24-Apr-2017 03:20:45 EDT AndStatus
@maiyannah For me the main criterion on a server-to-clent protocol selection is an answer to the question: will this new protocol allow us to see the whole GNU Social federation as ONE social network with globally unique identifiers of all entities, including posts and users. The only actually used client API that support this, is Pump.io's one that is a flavor of ActivityStreams...
@thefaico -
AndStatus (andstatus)'s status on Monday, 24-Apr-2017 02:52:35 EDT AndStatus
@maiyannah As you saw, the Micropub specification refers to its alternative - ActivityPub: http://status.hackerposse.com/url/14896 Based on my current knowledge, ActivityPub based on ActivityStreams would be more fun for developers :-) ... although I would need to learn more about them in order to make a choice. My experience with Android client shows that implementation of a … -
AndStatus (andstatus)'s status on Monday, 24-Apr-2017 02:06:28 EDT AndStatus
@maiyannah Thank you for the link to the Micropub specification. Seeing verbose descriptions and references to test suites is a real pleasure after a couple of days fighting with ad-hoc Mastodon client API and its server HTTP 500 errors without any clues... The main question here is if real Social networks will _really_ support the specification. I mean support in the sense tha… -
AndStatus (andstatus)'s status on Saturday, 22-Apr-2017 10:56:43 EDT AndStatus
@roamer I just tried to login to LoadAverage from a fresh copy of AndStatus: it works now... -
AndStatus (andstatus)'s status on Saturday, 22-Apr-2017 10:28:20 EDT AndStatus
I implemented basic support of the "Mastodon" type Social network in AndStatus application. Currently a User can create an account and read Home and Public timelines. Unfortunately, posting doesn't work due to a problem with authorization. For some reason, authorization works for OAUTH "read" scope only. @gargron or maybe somebody else, Could you look, why e.g. uncommenting the… -
AndStatus (andstatus)'s status on Saturday, 22-Apr-2017 07:35:35 EDT AndStatus
@roamer An error in the "Commands in a queue" can be _Shared_ e.g. to Clipboard (I downloaded Copy to Clipboard application for this...) -
AndStatus (andstatus)'s status on Saturday, 22-Apr-2017 07:32:48 EDT AndStatus
@colegota Tip: How to make any Timeline the default one: https://github.com/andstatus/andstatus/issues/454 -
AndStatus (andstatus)'s status on Wednesday, 19-Apr-2017 01:41:08 EDT AndStatus
@nestort I saw download statistics in F-droid a couple of years ago. But it looks like F-droid team turned it off since that time.
I found this discussion today: https://f-droid.org/forums/topic/statistics-of-download/ -
AndStatus (andstatus)'s status on Tuesday, 18-Apr-2017 23:37:05 EDT AndStatus
@mararm Yes, I compared installs on Google Play and F-droid: number of daily installs via F-droid was about three times more than via Google Play.
This is specific to GNU Social / Pump.io audiences, I think.
@maiyannah -
AndStatus (andstatus)'s status on Tuesday, 18-Apr-2017 16:06:46 EDT AndStatus
According to Google Play statistics, number of AndStatus "installs on active devices" from Japan tripled during the last two weeks and is 90 now.
Compare with installs in Germany, which increased by 2% only up to 160.
Total number of "installs on active devices" is 769 -
AndStatus (andstatus)'s status on Tuesday, 18-Apr-2017 12:02:38 EDT AndStatus
@hobbsc What would be more intuitive for you? -
nestort ura ????✅ (nestort)'s status on Monday, 17-Apr-2017 03:45:08 EDT nestort ura ????✅
@andstatus Yes, I do see older (previous) messages, but I can't see how to acces the messages between latest 20 downloaded and the ones I already had. To me, it would be nice if, between older messages and newest 20 there was a button which allowed to download more messages. Also I'd be great if this amount of 20 was configurable. Many thanks! -
AndStatus (andstatus)'s status on Monday, 17-Apr-2017 02:03:01 EDT AndStatus
@hobbsc Your messages (both replies, that you created, and first messages of conversations) are in the "Sent" Timeline. Replies _to you_ are in the Mentions Timeline. Both of them are in the Home Timeline.
?! -
AndStatus (andstatus)'s status on Monday, 17-Apr-2017 02:02:59 EDT AndStatus
@nestort I see why this behavior changed: in the v.32 I introduced ”Sync older messages" feature and simultaneously decreased number of messages to load during the first sync from 200 to 20, as I remember...
I guess"Sync older messages" doesn't work for you, because you have older messages?! -
AndStatus (andstatus)'s status on Saturday, 15-Apr-2017 23:50:35 EDT AndStatus
@erien @pztrn@f.pztrn.name It looks like Friendica sends HTML-escaped text in a field, which AndStatus expects to be a plain text field. This is why AndStatus shows it as is. AndStatus tries to figure out if the message body is HTML-formatted by searching for presence of both "less than" and "greater than" signs , but it doesn't recognize the text as HTML is this case.
Try to add any html tag to your post ;-) -
AndStatus (andstatus)'s status on Saturday, 15-Apr-2017 23:33:46 EDT AndStatus
@megver83 I don't know this. In AndStatus I do this using syncable Search by a hash tag. -
AndStatus (andstatus)'s status on Friday, 14-Apr-2017 23:54:38 EDT AndStatus
@megver83 Currently you should follow a "group" via web interface of the GNU Social instance, to which the group belongs.
AndStatus has custom syncable Search timelines, so in order to have a separate timeline for a GNU Social group, you can create e.g. a Search ”!gnusocial" timeline and make it syncable. The same for hash tags.
More on this here: https://github.com/andstatus/andstatus/issues/248