Skip to content

Commit

Permalink
Bump to 1.6.1. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
skykelsey committed Sep 28, 2014
1 parent cfea3ce commit 1805f41
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 2014-09-28 skykelsey 1.6.1

#### Bugs fixed

* Fix enable Message Center setting.
* Use proper extension when uploading Attachment files.

# 2014-09-17 skykelsey 1.5.2

#### Major changes

* Don't check for messages while Message Center is disabled.
* If no network connection is present, network worker threads will go back to sleep instead of exit.

# 2014-09-12 skykelsey 1.6.0

#### Major changes
Expand All @@ -10,7 +24,7 @@
* Added Parse push notification support.
* Added ability to set initial user name through API.

#### Bugs fixed:
#### Bugs fixed

* Fixed Eclipse project files.
* Fixed JsonDiffer to handle zero value float diffing.
Expand All @@ -26,7 +40,7 @@ If you were using a previous version, see [Migrating to 1.6.0](https://github.co
* Added Apache Ant build scripts for the SDK, dev app, and tests.
* Added support to hide Apptentive branding for enterprise accounts.

#### Bugs fixed:
#### Bugs fixed

* Fixed a rare crash that can occur when a user's database is stored on an SD card and that card is removed.
* Fixed a potential memory leak.
Expand All @@ -45,7 +59,7 @@ We've refactored [Surveys](http://www.apptentive.com/docs/android/features/#surv

See [Migrating to 1.5.0](https://github.com/apptentive/apptentive-android/blob/master/docs/migrating_to_1.5.0.md)

#### Bugs fixed:
#### Bugs fixed

* Fixed a potential crash in the Feedback Dialog if submitted with blank feedback.

Expand Down
4 changes: 2 additions & 2 deletions apptentive/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.apptentive.android.sdk"
android:versionCode="4"
android:versionName="1.6.0">
android:versionCode="6"
android:versionName="1.6.1">
<uses-sdk android:minSdkVersion="7"/>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
public class Constants {

public static final String APPTENTIVE_SDK_VERSION = "1.6.0";
public static final String APPTENTIVE_SDK_VERSION = "1.6.1";


public static final int REQUEST_CODE_PHOTO_FROM_MESSAGE_CENTER = 1000;
Expand Down

0 comments on commit 1805f41

Please sign in to comment.