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

UserVoice for Android 1.2.0

Compare
Choose a tag to compare
@austintaylor austintaylor released this 13 Nov 21:10
· 79 commits to master since this release

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)