Skip to content

Monkey-UI-Android 1.4

Latest

Choose a tag to compare

@GAumala GAumala released this 23 Sep 03:24
· 122 commits to master since this release
  • DeliveryStatus enum no longer has read value. MonkeyAdapter now has a lastRead timestamp to display the read checkmark. You can set it with setLastRead().
  • MonkeyHolders are now correctly updated after a download finishes.
  • MonkeyChatFragment's updateDeliveryStatus() now waits for transition to end before reloading al messages, avoiding stutter in the transition animation.
  • You can now display online status in the Chat's toolbar
  • You can now copy, delete, unsend & share a MonkeyItem with a long click.
    • Sent files are now stored in the Internal Storage. There is now an appropiate error handling when the SD card is out of available space for new files.
  • New photo viewer activity.
  • minor bug fixes.