Skip to content

Releases: Criptext/Monkey-UI-Android

Monkey-UI-Android 1.4.1

04 Jan 14:04

Choose a tag to compare

Pre-release

Latest stable release
New classes for storing data MessagesList and ConversationsList

Monkey-UI-Android 1.4

23 Sep 03:24

Choose a tag to compare

  • 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.

Monkey-UI-Android 1.3.1

07 Sep 21:50

Choose a tag to compare

update README

Monkey-UI-Android 1.3

02 Sep 23:15

Choose a tag to compare

  • Better support for conversations
  • Fixed sync issues
  • Better support for groups

Monkey-UI-Android 1.2.1

23 Aug 18:20

Choose a tag to compare

  • Better support for groups

Monkey-UI-Android 1.2

22 Aug 22:27

Choose a tag to compare

  • Small changes in DefaultVoiceNotePlayer, InputView and MonkeyAdapter. You must now set voiceNotePlayer manually to MonkeyAdapter.
  • Support for conversations
  • Use fragments to display the chat and the list of conversations.

Monkey-UI-Android 1.1.1

11 Aug 16:31

Choose a tag to compare

Pre-release
  • circularAudioView module has been deleted and all of its contents where moved to
    monkeykitui package com.criptext.monkeykitui.cav. This should make it easier to
    publish with jitpack.
  • Fixed many compiler warnings.

Monkey-UI-Android 1.1

09 Aug 22:12

Choose a tag to compare

  • Avoided overdrawing Chat bubbles for better performance
  • Improved support for customization and localization
  • Attachment popup can be dismissed when clicking anywhere outside the popup instead of using a cancel button.
  • support for transferring files and error files, which the user should be able to retry to download
  • Fixed a bug in CircularAudioView in devices running Marshmallow
  • Fixed a bug in AlertDialog showing a weird background on some pre-Lollipop devices
  • text bubble corners are more rounded and no longer have shadows.
  • changed voice note audio format to m4a
  • OutgoingMessageStatus class refactored to DeliveryStatus. Incoming messages also use this class now.
  • fixed issues with audio playback
  • concurrently process images sent from EditPhoto activity for shorter processing time. During that time a progress wheel is displayed and all buttons are disabled.

MonkeyKit UI for Android 1.0

16 Jun 19:45

Choose a tag to compare

MonkeyKit User Interface for chats.
Supports messages with text, audio and photos