@dtluna In Java main conversation loading code is this: https://loadaverage.org/url/3167387 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, because messages are loaded from a database one by one. So I plan to introduce ”conversationId" database column and load all messages in one database request...