Skip to content

Commit 7c155fa

Browse files
author
Antonis Tsakiridis
committed
Revert back to minSdkVersion to 16 for Olympus App, since blurring didn't work properly
1 parent fed62e3 commit 7c155fa

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

Examples/restcomm-helloworld/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/restcomm-olympus/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/restcomm-olympus/app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ android {
2626

2727
defaultConfig {
2828
applicationId "org.restcomm.android.olympus"
29-
// Increased from 16 -> 17 to add some blur effects in the App
30-
minSdkVersion 17
29+
minSdkVersion 16
3130
targetSdkVersion 24
3231
versionCode version
3332
versionName "1.0.0-BETA4"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Fri Sep 23 11:39:37 EEST 2016
2-
VERSION_CODE=1492
1+
#Fri Sep 23 11:55:37 EEST 2016
2+
VERSION_CODE=1495

Examples/restcomm-olympus/app/src/main/java/org/restcomm/android/olympus/KeypadFragment.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@ public void setConnection(RCConnection connection)
350350
this.connection = connection;
351351
}
352352

353+
// Bluring didn't work 100% so let's keep it commented out in case we revisit in the future.
354+
// Note that this needs minSdkVersion 17
355+
/*
353356
private Bitmap getScreenShot(View view) {
354357
//View screenView = view.getRootView();
355358
View screenView = view;
@@ -394,5 +397,6 @@ private Bitmap blurBitmap(Bitmap bitmap) {
394397
395398
return outBitmap;
396399
}
400+
*/
397401

398402
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Fri Sep 23 11:39:37 EEST 2016
2-
VERSION_CODE=1515
1+
#Fri Sep 23 11:55:37 EEST 2016
2+
VERSION_CODE=1518

0 commit comments

Comments
 (0)