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

Releases: uservoice/uservoice-ios-sdk

3.2.2 (2015-01-06)

06 Jan 22:09
Compare
Choose a tag to compare
  • Fix implementation of navigationBarTextShadowColor
  • Set default navigationBarTintColor from UIAppearance
  • Fix implementation of navigationBarBackgroundColor
  • Fill in missing translations
  • Show post idea in portal view if forum is disabled but post idea is not
  • Fix a bug where instant answer results were blank
  • Fix implementation of preferredStatusBarStyle
  • Fix incorrect casing of an import statement, which would prevent building on a case-sensitive file system

3.2.1 (2014-09-30)

30 Sep 16:06
Compare
Choose a tag to compare
  • Fix issue where comments would not appear in the comments list after being posted
  • Fix crash related to instant answer results that are displayed by rank
  • Fix a rotation-related visual artifact that some people experienced on sdk launch
  • Unescape html entities in forum names
  • Fix missing "more" text on iOS 8

3.2.0 (2014-09-03)

03 Sep 21:32
Compare
Choose a tag to compare
  • iOS 8 fixes
  • Simplified behavior of search boxes when inside a form sheet
  • Updated Chinese translation

3.1.2 (2014-08-10)

01 Aug 21:19
Compare
Choose a tag to compare
  • Updated Portuguese translation
  • Added support for displaying ideas by rank

3.1.1 (2014-07-24)

24 Jul 17:42
Compare
Choose a tag to compare
  • Fix a bug where certain back buttons would be missing on iOS 6
  • Add an API for adding attachments to tickets (thanks to nighthawk)
  • Fix a bug where the nav bar gets lost on the iPad on iOS 7 after searching
  • Fix an issue where tapping a "Loading..." cell would load the same data multiple times
  • Fix perf issue related to truncated (expandable) labels
  • Handle inconsistent suggestion counts from API more gracefully
  • Fix background of Load More cells on iOS 6

3.1.0 (2014-04-29)

29 Apr 21:01
Compare
Choose a tag to compare
  • Fix a bug where the comment form submit button would be incorrectly disabled
  • Show an error message when the user tries to submit a comment with no text
  • Fix a bug where the post idea form submit button would be incorrectly hidden
  • Add navigationBarActivityIndicatorColor customization option
  • Show cancel button rather than back button while user is submitting an idea or ticket
  • Add NSURLErrorNetworkConnectionLost to list of errors treated as connectivity errors
  • Add email format validation
  • Trim whitespace before enabling Next button on contact and post idea forms
  • Reload ideas after user posts an idea
  • Clean up idea pagination code
  • Fix a bug related to text area wrapping
  • Work around an iOS bug related to using UISearchDisplayController with UIModalPresentationStyleFormSheet
  • Add a stylesheet option for status bar style
  • Fix a bug where "knowledge base" heading would be repeated
  • Fix a bug that sent way too much traffic to the UserVoice API

UserVoice for iOS 3.0.3

25 Feb 20:51
Compare
Choose a tag to compare
  • Fix a bug where kb-only portal view would not display topic names
  • Add resource bundle support for cocoapods
  • Fix some pedantic Xcode warnings
  • Remove some unused resources
  • Fix a crash related to saving external ids

UserVoice for iOS 3.0.2

16 Jan 15:51
Compare
Choose a tag to compare
  • Fix a crash caused by selecting a search result on the portal screen
  • Fix a bug in the metrics code
  • Fix a crash related to launching the sdk without a network connection

UserVoice for iOS 3.0.1

16 Jan 15:46
Compare
Choose a tag to compare
  • Fix an autolayout error related to textviews
  • Fix a bug with overlapping text on a dialog in landscape mode
  • Clean up some inconsistencies related to dismissal behavior
  • Fix a bug related to forum search
  • Fix a problem with deflection reporting

UserVoice for iOS 3.0

16 Jan 15:44
Compare
Choose a tag to compare

Changes

  • Revamp UI for iOS 7
  • Replace idea voting mechanism with subscribing
  • Redesign stylesheet API
  • Update metric reporting
  • New success screens
  • Numerous bug fixes

Upgrading from 2.0.x

  • You should pass your UVConfig to +[UserVoice initialize:] shortly after app launch so that we can provide you with accurate usage reports.
  • If you are using a custom stylesheet, you will need to update your code as both the set of options and the method of setting them have changed. See the section below on Customizing Colors.
  • You no longer need to pass a client key pair to UVConfig unless you have restricted access enabled on your UserVoice site.
  • We are dropping support for versions of iOS prior to 6.0.