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 Thursday, 11-Aug-2016 15:52:46 EDT AndStatus
@hikerus The problem with crashes on Pump.io or Twitter account creation is fixed. I will try to release it ASAP. For possible workarounds please see https://github.com/andstatus/andstatus/issues/406
Thank you again for helping to find a root cause. -
AndStatus (andstatus)'s status on Thursday, 11-Aug-2016 15:11:19 EDT AndStatus
@hikerus Indeed, and you know, the problem is not with pump.io, it's with some incompatibility with Android embedded Web view, used by !AndStatus: adding Twitter account suffers from the same problem, see https://github.com/andstatus/andstatus/issues/406
As now I can reproduce this, I can start fixing the problem.
Thank you for your help! -
AndStatus (andstatus)'s status on Thursday, 11-Aug-2016 14:07:48 EDT AndStatus
@hikerus Tested on Emulator with Android 4.1 - again successfully. This means that the problem is in your device's configuration. Reinstallation of AndStatus may help also. You may backup data before reinstalling. And also try to install from Google Play. -
AndStatus (andstatus)'s status on Thursday, 11-Aug-2016 03:32:21 EDT AndStatus
@hikerus Thank you, I was able to add this account on my both devices. Will check on emulator in the evening.
BTW, what Android version do you have? -
AndStatus (andstatus)'s status on Thursday, 11-Aug-2016 03:06:38 EDT AndStatus
@hikerus No, please send me an email AndStatus@gmail.com -
AndStatus (andstatus)'s status on Thursday, 11-Aug-2016 02:37:39 EDT AndStatus
@hikerus OK, if you don't want to give me credentials of the account, with which you have a problem, just create another for test purposes, test yourself first, and then please send its credentials to me. -
AndStatus (andstatus)'s status on Thursday, 11-Aug-2016 02:14:12 EDT AndStatus
@hikerus Please send me credentials of an account to test. So we could talk about the same case. -
AndStatus (andstatus)'s status on Thursday, 11-Aug-2016 01:12:42 EDT AndStatus
@hikerus This looks like a current problem with specific Pump.io server. I just successfully added account from identi.ca -
AndStatus (andstatus)'s status on Tuesday, 09-Aug-2016 13:22:44 EDT AndStatus
@dtluna Cool. I heard people are longing for a GNU Social desktop client... -
AndStatus (andstatus)'s status on Tuesday, 09-Aug-2016 13:13:51 EDT AndStatus
@dtluna Are you planning a remote Web client to GNU Social or another server-side UI (replacement for "classic UI" and for "Qvitter")? Any details about its architecture? -
AndStatus (andstatus)'s status on Tuesday, 09-Aug-2016 02:19:26 EDT AndStatus
@dtluna Yes, I plan to add support of this API call, specific to GNU Social, and maybe support similar APIs for other types of Social Networks.
But internal data model of AndStatus is universal for all social networks and it can reconstruct conversation using links between individual messages even without usage of external ”conversation Id". So this is a separate task https://github.com/andstatus/andstatus/issues/328 -
AndStatus (andstatus)'s status on Tuesday, 09-Aug-2016 02:18:13 EDT AndStatus
@dtluna Maybe what you really want is to add something new to AndStatus: new cool features or support new Social network/API?! This could be beneficial for everyone. BTW, in 2009 I joined AndTweet project and started to contribute to it. Only more than a year later, when previous project maintainer abandoned it, I had to create AndStatus as a new community project, not tied to… -
AndStatus (andstatus)'s status on Tuesday, 09-Aug-2016 01:52:21 EDT AndStatus
@camus @dtluna Yes, the "load" method, which consists of calls to other methods, actually gives a list of steps done to load and properly organise a list of messages for the Conversation view. -
AndStatus (andstatus)'s status on Tuesday, 09-Aug-2016 01:47:21 EDT AndStatus
@camus @dtluna Yes, something like this :-) GitHub platform is used both for community and for corporate needs.
I'm writing Java code at work also, so practicing in using ubiquitous tools/platforms always helps in life... -
AndStatus (andstatus)'s status on Monday, 08-Aug-2016 12:49:03 EDT AndStatus
@dtluna In Java main conversation loading code is this: http://status.hackerposse.com/url/11616 It would be easy to understand it, if you open the project in Android Studio - easy navigation to declarations and usages... or better launch AndStatus in Debug mode and go step by step, seeing how internal data is being filled... Current conversation loading code is very inefficient… -
AndStatus (andstatus)'s status on Monday, 08-Aug-2016 12:31:11 EDT AndStatus
@dtluna I implemented ”multiple levels of comments” in PHP for a Jumla plugin some years ago. You may lookup code there?!
http://yurivolkov.com/Joomla/yvComment/index_en.html
You see: the same colored vertical lines as in AndStatus :-) https://loadaverage.org/attachment/3167361 -
AndStatus (andstatus)'s status on Saturday, 06-Aug-2016 05:19:26 EDT AndStatus
"Interactions" timeline in Twidere is the same or close to existing "Mentions" timeline in AndStatus -
AndStatus (andstatus)'s status on Saturday, 06-Aug-2016 04:16:03 EDT AndStatus
I decided to implement in AndStatus a Timeline with all Interactions http://status.hackerposse.com/url/11574 As I see, Twidere has a timeline called "Interactions": it contains mentions / replies of my account(s). Actually "Mentions of me" and "Replies to me" are not the only types of messages, which comprise "Interactions". In AndStatus we are creating "Interactions" timelin… -
AndStatus (andstatus)'s status on Friday, 05-Aug-2016 13:09:55 EDT AndStatus
@dtluna Like this: I'm replying to the message, for which my reply is, not to the latest message in the conversation. Thus a tree of messages is being growing, nor a linear list...
Or you are asking how I code this in Java? -
AndStatus (andstatus)'s status on Friday, 05-Aug-2016 12:13:18 EDT AndStatus
AndStatus bug fix release v.27.04 (184) published to the Open Beta testing channel https://play.google.com/apps/testing/org.andstatus.app
Fixed "GNU social account doesn't work - no timelines" issue https://github.com/andstatus/andstatus/issues/399