Transactions in Wallet may not be sorted by transaction time

Issue #33 resolved
Evanova Android repo owner created an issue

User reported that some recent transactions show up on the bottom of the wallet rather than on top.

Please check

Comments (4)

  1. ccleva

    Issue confirmed. According to the EVE API documentation:

    The rows in the result are mostly from "new to old". But CCP doesn't sort the results, so the return order of MSSQL is "undefined". You need to sort it yourself.

    Same issue occurs with wallet journal.

    Proper sorting of wallet journal entries and wallet transactions is in the making.

  2. Log in to comment