Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Releases: uservoice/uservoice-android-sdk

UserVoice for Android 1.2.0

13 Nov 21:10
Compare
Choose a tag to compare

Breaking change

Previous releases had the UserVoice UI inherit the theme of the host app automatically. There are a couple of problems with this coupling, so starting in this release, UserVoice defines its own theme. You can customize the UserVoice UI by overriding UserVoiceTheme in your own styles.xml.

Changes

  • Pull in appcompat-v7 to provide an ActionBar on older OS versions
  • Fix loading indicator dimensions on older OS versions
  • Unescape html entities in topic and forum names
  • Hide post idea item on forum view if post idea is disabled
  • Use a theme separate from the host app
  • Add Spanish translation
  • Bump compileSdkVersion to 21 (Android 5)

UserVoice for Android 1.1.2

18 Sep 15:46
Compare
Choose a tag to compare
  • Add programmatic support for ticket attachments
  • Fix issue with stretched images in knowledgebase articles

UserVoice for Android 1.1.1

07 Aug 15:25
Compare
Choose a tag to compare
  • Translation updates
  • Fix a bug where the sdk could not be used if an admin email address was passed to identifyUser()
  • Fix a few crash sources related to Activity state
  • Add support for displaying suggestion rank

UserVoice for Android 1.1.0

29 Apr 21:09
Compare
Choose a tag to compare
  • Fix a bug that sent way too much traffic to the UserVoice api

UserVoice for Android 1.0.1

17 Mar 21:54
Compare
Choose a tag to compare
  • Add portuguese translation
  • fix a bug where UserVoice.init() would show an error message to the user if the server was unreachable
  • Prevent duplicated ideas or tickets if the user taps submit multiple times
  • Add email validation
  • Force soft keyboard to hide when tapping Next in form views

UserVoice for Android 1.0

16 Jan 18:38
Compare
Choose a tag to compare

This is the first versioned release of the UserVoice Android SDK.