Skip to content

Releases: blurpy/kouchat-android

KouChat for Android v1.1.1

07 Aug 16:43
Compare
Choose a tag to compare
  • Added notification channels for Android Oreo and newer.
  • Added button in settings to open system-provided notification settings on Android Oreo and newer.
  • Added adaptive launcher icon for Android Oreo and newer.
  • Migrated to material design for all versions of Android.
  • Fixed bug where file transfer notifications would get stuck in progress while actually completed.

KouChat for Android v1.1.0

15 Aug 16:30
Compare
Choose a tag to compare
  • Updated to use new white status bar icons.
  • Added material design theme on Lollipop and newer.
  • Added support for runtime permissions on Marshmallow.
  • Added notifications with progress bar and cancel button for file transfers.
  • Added notifications for unread messages.
  • Bug fixes.

KouChat for Android v1.0.2

26 Oct 10:24
Compare
Choose a tag to compare
  • Lots of cleanups regarding singletons and statics.
  • Split code for saving and loading desktop settings out of Android.
  • Added support for sending files from file managers using the file:https:// protocol.
  • Started work on translation support.

KouChat for Android v1.0.1

23 Aug 10:09
Compare
Choose a tag to compare
  • Fixed crash when hiding and showing KouChat without a network connection.
  • Added details about missing connections in the ActionBar.

KouChat for Android v1.0.0

23 Aug 10:08
Compare
Choose a tag to compare
  • Changed default nick name to be "NewUser" instead of a numerical id.
  • The away message of another user, if set, is shown as a subtitle in the ActionBar of the private chat.
  • Added support for away mode.

KouChat for Android v0.14.0

23 Aug 10:07
Compare
Choose a tag to compare
  • The topic, if set, is shown as a subtitle in the ActionBar of the main chat.
  • Fixed bug where it was possible to get new lines in the nick name settings dialog.
  • Added support for setting the topic.
  • Added high performance wifi lock.
  • Added color picker in the settings to choose own color and info color.

KouChat for Android v0.13.0

23 Aug 10:06
Compare
Choose a tag to compare
  • Increased the height of list items in the user list to 48dp, as recommended by Google.
  • Increased the width of the user list on tablets.
  • Added padding around the chat area.
  • Increased the font size on tablets.
  • Fixed issue that caused lines in the chat area with smileys to have extra padding.
  • Updated copyright to include 2014.
  • Fixed several crash issues when rotating.
  • Messages are trimmed before added to the chat, to avoid blank lines.
  • Fixed bug where it was possible to remove KouChat notifications by swiping on some devices.

KouChat for Android v0.12.0

23 Aug 10:05
Compare
Choose a tag to compare
  • Fixed rare bug where quitting would not log off the network right away.
  • Added option to enable a wake lock, to keep the device from sleeping and losing the network connection.
  • Added xxxhdpi launcher icon for the Nexus 5.
  • Fixed bug where the file reception dialog was unable to find the file transfer request.

KouChat for Android v0.11.0

23 Aug 10:04
Compare
Choose a tag to compare
  • Fixed several issues leading to memory leaks.
  • Added basic support for receiving files.
  • Upgraded ActionBarSherlock to version 4.4.0.
  • Changed contact information to use the new kouchat.net domain.

KouChat for Android v0.10.0

23 Aug 10:03
Compare
Choose a tag to compare
  • Updated to use high resolution icons.
  • Updated to target API 16 (Android 4.1), to get a more modern look.
  • Added ActionBar, using ActionBarSherlock for compatibility with API 10 (Android 2.3.3).
  • Upgraded Robolectric to version 2.1.
  • Added check for null in onDestroy of different activities to avoid NullPointerExceptions.
  • Added support for selecting text in the chat. Android 3.0 and newer only.
  • Stopped the software keyboard from going full screen on some phones in landscape mode.
  • Added support for avoiding automatic text scroll when the input field has lost focus.
    Click on some text to remove the focus from the input field. Android 3.0 and newer only.