- Add localizations
- Fix a regression that broke article browsing
- Fix Session to be a real singleton. Thanks to everyone who reported this. It was resulting in some random crashes.
- Fill in missing translations.
- Limit idea name to 140 chars, which is what the API will accept.
- Delete saved access token and retry without it if it is invalid.
- Fix reporting of instant answers metrics.
- Store the config in local storage so that if we get evicted from memory, we still have a config.
- 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)
- Add programmatic support for ticket attachments
- Fix issue with stretched images in knowledgebase articles
- 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
- Fix a bug that sent way too much traffic to the UserVoice api
- 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
- First versioned release