Skip to content

Commit 48af8a6

Browse files
committed
Version 5.8.8
1 parent 8e3055a commit 48af8a6

File tree

9 files changed

+33
-20
lines changed

9 files changed

+33
-20
lines changed

DevicePhotoPicker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ android {
3232
dependencies {
3333
implementation fileTree(dir: 'libs', include: ['*.jar'])
3434

35-
implementation project(':ImagePicker')
36-
// implementation 'ly.kite:image-picker:5.8.7'
35+
// implementation project(':ImagePicker')
36+
implementation 'ly.kite:image-picker:5.8.8'
3737
}
3838

3939
// Uncomment before uploading archives

FacebookPhotoPicker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ dependencies {
3535

3636
implementation 'com.facebook.android:facebook-android-sdk:4.7.0'
3737

38-
implementation project(':ImagePicker')
39-
// implementation 'ly.kite:image-picker:5.8.7'
38+
// implementation project(':ImagePicker')
39+
implementation 'ly.kite:image-picker:5.8.8'
4040
}
4141

4242
// Uncomment before uploading archives

InstagramPhotoPicker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
dependencies {
2828
implementation fileTree(dir: 'libs', include: ['*.jar'])
2929

30-
api project(':ImagePicker')
31-
// api 'ly.kite:image-picker:5.8.7'
30+
// api project(':ImagePicker')
31+
api 'ly.kite:image-picker:5.8.8'
3232
}
3333

3434
// Uncomment before uploading archives

KitePrintSDK-GCM/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dependencies {
3737

3838
implementation 'com.google.android.gms:play-services-gcm:15.0.1'
3939

40-
api project(':KitePrintSDK')
41-
// api 'ly.kite:kite-print-sdk:5.8.7'
40+
// api project(':KitePrintSDK')
41+
api 'ly.kite:kite-print-sdk:5.8.8'
4242
}
4343

4444
// Uncomment before uploading archives

KitePrintSDK/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
### 5.8.8 (2018-06-18)
2+
- Added: Counter for multi-image selection (squares/collages etc) to help the user keep track of how many images have been selected so far
3+
- Updated: minSDK is now 16, due to PayPal requirements
4+
- Updated: Facebook selection is now an integral part of the SDK offering
5+
- Updated: Camera folder is now localised
6+
- Removed: The QR code image picker journey from the sample app, the integration still exists for special integrations that use it, but the journey is incomplete and unnecessary for mobile
7+
- Fixed: Images now filter by png/jpeg/jpg, previously other file types would show up (such as gifs) in the image pickers and cause a crash when used (Picasso does not support)
8+
- Fixed: Default image pickers are Device/Instagram/Facebook, if credentials are not provided for any of them, the option does not appear an no longer needs to be set manually
9+
- Fixed: Fragment crash that sometimes still occurs when the app is put into the background during checkout
10+
- Fixed: Payment screen reloads properly again on orientation change
11+
- Fixed: On certain phones, sometimes the product editor would become unresponsive when adding the product to the basket, now it should process fine
12+
- Fixed: OOM crash that occurs on the review and edit screen when using a low memory device
13+
114
### 5.8.7 (2018-06-10)
215
- Added: Hungarian and Polish!
316
- Added: Resources are now prefixed with kitesdk_ to avoid translation conflicts in the app

KitePrintSDK/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
minSdkVersion 16
2424
targetSdkVersion 27
2525
versionName '1.0'
26-
versionCode 107
26+
versionCode 108
2727
}
2828

2929
sourceSets {
@@ -54,12 +54,12 @@ dependencies {
5454
api 'com.paypal.sdk:paypal-android-sdk:2.15.3'
5555
api 'com.stripe:stripe-android:7.0.0'
5656

57-
api project(':DevicePhotoPicker')
58-
// api 'ly.kite:device-photo-picker:5.8.7'
59-
implementation project(':InstagramPhotoPicker' )
60-
// implementation 'ly.kite:instagram-photo-picker:5.8.7'
61-
implementation project(':FacebookPhotoPicker')
62-
// implementation 'ly.kite:facebook-photo-picker:5.8.7'
57+
// api project(':DevicePhotoPicker')
58+
api 'ly.kite:device-photo-picker:5.8.8'
59+
// implementation project(':InstagramPhotoPicker' )
60+
implementation 'ly.kite:instagram-photo-picker:5.8.8'
61+
// implementation project(':FacebookPhotoPicker')
62+
implementation 'ly.kite:facebook-photo-picker:5.8.8'
6363
}
6464

6565
// Exclude PayPal card scanning libs from package

KitePrintSDK/src/main/java/ly/kite/KiteSDK.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class KiteSDK
110110
static public final boolean DISPLAY_PRODUCTS = false;
111111

112112

113-
static public final String SDK_VERSION = "5.8.7";
113+
static public final String SDK_VERSION = "5.8.8";
114114

115115
static public final String IMAGE_CATEGORY_APP = "app";
116116
static public final String IMAGE_CATEGORY_PRODUCT_ITEM = "product_item";

SampleApp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ dependencies {
6767
// Uncomment *one* of these depending on whether you want push messaging support
6868
implementation project(':KitePrintSDK')
6969
//implementation project(':KitePrintSDK-GCM')
70-
//implementation 'ly.kite:kite-print-sdk:5.8.7'
71-
//implementation 'ly.kite:kite-print-sdk-gcm:5.8.7'
70+
//implementation 'ly.kite:kite-print-sdk:5.8.8'
71+
//implementation 'ly.kite:kite-print-sdk-gcm:5.8.8'
7272

7373
// Uncomment these if you want leak detection (and it works for you)
7474
//debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=5.8.7
2-
VERSION_CODE=107
1+
VERSION_NAME=5.8.8
2+
VERSION_CODE=108
33
GROUP=ly.kite
44
POM_PACKAGING=aar
55
POM_URL=https://github.com/OceanLabs/Android-Print-SDK

0 commit comments

Comments
 (0)