Skip to content

Commit 0c1c2d3

Browse files
author
Antonis Tsakiridis
committed
Working on #399: Improve the Olympus UI
1 parent a0428f1 commit 0c1c2d3

File tree

94 files changed

+445
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+445
-170
lines changed

.DS_Store

2 KB
Binary file not shown.

Examples/.DS_Store

8 KB
Binary file not shown.

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/app.iml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-media-compat/24.2.1/jars" />
9898
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/24.2.1/jars" />
9999
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-vector-drawable/24.2.1/jars" />
100-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/testfairy/testfairy-android-sdk/1.3.5/jars" />
100+
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/testfairy/testfairy-android-sdk/1.3.8/jars" />
101101
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
102102
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-classes" />
103103
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-runtime-classes" />
@@ -106,7 +106,6 @@
106106
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" />
107107
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
108108
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
109-
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
110109
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/reload-dex" />
111110
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
112111
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/restart-dex" />
@@ -135,9 +134,9 @@
135134
<orderEntry type="library" exported="" name="prov-1.54.0.0" level="project" />
136135
<orderEntry type="library" exported="" name="pkix-1.54.0.0" level="project" />
137136
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-core-1.3" level="project" />
138-
<orderEntry type="library" exported="" name="testfairy-android-sdk-1.3.5" level="project" />
139137
<orderEntry type="library" exported="" scope="TEST" name="junit-4.12" level="project" />
140138
<orderEntry type="library" exported="" name="design-24.2.1" level="project" />
139+
<orderEntry type="library" exported="" name="testfairy-android-sdk-1.3.8" level="project" />
141140
<orderEntry type="module" module-name="restcomm.android.sdk" exported="" />
142141
</component>
143142
</module>

Examples/restcomm-olympus/app/build.gradle

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

2727
defaultConfig {
2828
applicationId "org.restcomm.android.olympus"
29-
minSdkVersion 16
29+
// Increased from 16 -> 17 to add some blur effects in the App
30+
minSdkVersion 17
3031
targetSdkVersion 24
3132
versionCode version
3233
versionName "1.0.0-BETA4"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Mon Sep 19 16:11:00 EEST 2016
2-
VERSION_CODE=1283
1+
#Thu Sep 22 12:25:47 EEST 2016
2+
VERSION_CODE=1460

Examples/restcomm-olympus/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<application
2626
android:allowBackup="true"
27-
android:icon="@mipmap/ic_launcher"
27+
android:icon="@mipmap/ic_launcher_new9"
2828
android:label="@string/app_name"
2929
android:supportsRtl="true"
3030
android:theme="@style/AppTheme">
-938 Bytes
Loading
20.7 KB
Loading
31 KB
Loading

0 commit comments

Comments
 (0)