diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cd1dc71 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: android +android: + components: + - build-tools-21.1.1 + - android-17 +script: + - echo "Travis branch is $TRAVIS_BRANCH" + - echo "Travis branch is in pull request $TRAVIS_PULL_REQUEST" + - ant debug diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2d3e46d..a03df26 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -14,7 +14,7 @@ android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" - android:theme="@style/AppTheme" > + android:theme="@android:style/Theme.Holo" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ic_launcher-web.png b/ic_launcher-web.png old mode 100644 new mode 100755 index a18cbb4..445844a Binary files a/ic_launcher-web.png and b/ic_launcher-web.png differ diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..a3ee5ab --- /dev/null +++ b/project.properties @@ -0,0 +1,14 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-17 diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png old mode 100644 new mode 100755 index 288b665..1af7545 Binary files a/res/drawable-hdpi/ic_launcher.png and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png old mode 100644 new mode 100755 index 6ae570b..472a9a9 Binary files a/res/drawable-mdpi/ic_launcher.png and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png old mode 100644 new mode 100755 index d4fb7cd..0d29a92 Binary files a/res/drawable-xhdpi/ic_launcher.png and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png old mode 100644 new mode 100755 index 85a6081..bd2b514 Binary files a/res/drawable-xxhdpi/ic_launcher.png and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/drawable-xxxhdpi/ic_launcher.png b/res/drawable-xxxhdpi/ic_launcher.png new file mode 100755 index 0000000..b91f984 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_launcher.png differ diff --git a/res/layout/activity_discover.xml b/res/layout/activity_discover.xml index 770c82a..e78fe84 100644 --- a/res/layout/activity_discover.xml +++ b/res/layout/activity_discover.xml @@ -1,7 +1,9 @@ - + + + + + android:text="@string/selectChildDevice" + android:textSize="20sp" /> + android:layout_weight="0.32" + android:padding="10dp" > - \ No newline at end of file + \ No newline at end of file diff --git a/res/layout/activity_listen.xml b/res/layout/activity_listen.xml index 16c783a..a16e2db 100644 --- a/res/layout/activity_listen.xml +++ b/res/layout/activity_listen.xml @@ -1,70 +1,58 @@ - - + android:gravity="center" + android:text="@string/parentDevice" + android:textSize="25sp" /> - - - - - - - - - - - + + android:text="@string/connectedTo" + android:textSize="20sp" /> + android:text="" + android:textSize="20sp" /> - \ No newline at end of file + + + + + + + \ No newline at end of file diff --git a/res/layout/activity_monitor.xml b/res/layout/activity_monitor.xml index b202fe5..566286e 100644 --- a/res/layout/activity_monitor.xml +++ b/res/layout/activity_monitor.xml @@ -1,7 +1,9 @@ - + + + + + android:text="@string/serviceTitle" + android:textSize="20sp" /> - + android:text="@string/loading" + android:textSize="20sp" /> - + - + - + - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/res/layout/activity_start.xml b/res/layout/activity_start.xml index ea9ee7f..902a38a 100644 --- a/res/layout/activity_start.xml +++ b/res/layout/activity_start.xml @@ -1,7 +1,9 @@ -