AndStatus@Quitter.no on quitter.no
This remote profile is registered on another site; see andstatus's original profile page on quitter.no.
-
AndStatus@Quitter.no (andstatus)'s status on Sunday, 09-Aug-2015 08:28:49 EDT AndStatus@Quitter.no @blumenkraft@gnusocial.de Yes, currently AndStatus stores timeline positions, but they are not synced between devices. This is why some users ask for an option to start from a top of a Timeline, see and discuss at https://github.com/andstatus/andstatus/issues/255
@fbohlke@gnusocial.de -
AndStatus@Quitter.no (andstatus)'s status on Saturday, 04-Apr-2015 17:06:08 EDT AndStatus@Quitter.no @knuthollund@quitter.no You surely noticed that some of my posts are duplicated. As I see logs at a client side, the quitter . no server returned "HTTP 500" error on a first attempt. Maybe this is due to "Use legacy HTTP protocol" set to "Auto" at my side now...
You may test this using the latest !andstatus commit at GitHub
@moshpirit@quitter.es @mmn@social.umeahackerspace.se @lnxw48@fresh.federati.net -
AndStatus@Quitter.no (andstatus)'s status on Thursday, 02-Apr-2015 01:57:08 EDT AndStatus@Quitter.no I succeeded in posting a message with an attachment to http://status.hackerposse.com/url/7013. This required two changes: 1. Set apache HttpPost request to HTTP 1.0 protocol: HttpPost request; ... request.setProtocolVersion(HttpVersion.HTTP_1_0); When creating Multipart post request I'm providing as an input for an attachment not a InputStream (as for HTTP 1.1, which causes chunked… -
AndStatus@Quitter.no (andstatus)'s status on Wednesday, 01-Apr-2015 02:16:39 EDT AndStatus@Quitter.no As I understand now, lack of chunked encoding support is a real cause of this incompatibility. Chunked encoding is used exactly when content length is unknown beforehand. As suggested here: http://status.hackerposse.com/url/7005 , switching to HTTP 1.0 protocol reliably turns this feature off, and this will ensure compatibility with different legacy/"simple" server implementations. … -
AndStatus@Quitter.no (andstatus)'s status on Tuesday, 31-Mar-2015 09:27:07 EDT AndStatus@Quitter.no @mmn@social.umeahackerspace.se @hannes2peer@quitter.se As I see you didn't notice that according to both error @knuthollund@quitter.no saw in server logs and to the link to nginx documentation I sent today "411 content length" is _not_ a real problem - this is just an HTTP error chosen by developers to report to a User about another problem :-) Please look at this info: http://statu… -
AndStatus@Quitter.no (andstatus)'s status on Thursday, 26-Feb-2015 11:19:07 EST AndStatus@Quitter.no @perro In short: f-droid doesn't have a notion of a "Developer" whereas Google Play has Developers Console with different and easily understandable feedback and statistics, see https://support.google.com/googleplay/android-developer/topic/3450942
I use crash reports and statistics constantly, see e.g. https://github.com/andstatus/andstatus/wiki/Statistics