forked from ldeluca/Metawear-SampleAndroidApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Imported version 2.0 of the sample app
- Loading branch information
1 parent
dd11dca
commit 2886563
Showing
129 changed files
with
14,655 additions
and
583 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<level-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:maxLevel="0" android:drawable="@drawable/app_drive" /> | ||
<item android:maxLevel="1" android:drawable="@drawable/app_file_manager" /> | ||
<item android:maxLevel="2" android:drawable="@drawable/app_total_commander" /> | ||
<item android:maxLevel="3" android:drawable="@drawable/app_google_play" /> | ||
</level-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<item android:drawable="@drawable/button_p" android:state_pressed="true"/> | ||
<item android:drawable="@drawable/button_n"/> | ||
|
||
</selector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle" > | ||
|
||
<corners android:radius="10dp" /> | ||
|
||
<solid android:color="#000000" /> | ||
|
||
<stroke | ||
android:width="5dp" | ||
android:color="#00000000" /> | ||
|
||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle" > | ||
|
||
<corners android:radius="10dp" /> | ||
|
||
<solid android:color="#000000" /> | ||
|
||
<stroke | ||
android:width="5dp" | ||
android:color="#99009CDE" /> | ||
|
||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<item android:drawable="@drawable/ic_feature_bg_p" android:state_pressed="true"/> | ||
<item android:drawable="@drawable/ic_feature_bg_n"/> | ||
|
||
</selector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> | ||
<corners android:radius="10dp"/> | ||
|
||
<solid android:color="#0099da"/> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> | ||
<corners android:radius="10dp"/> | ||
|
||
<solid android:color="#0081b7"/> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<item android:drawable="@drawable/ic_feature_small_bg_p" android:state_pressed="true"/> | ||
<item android:drawable="@drawable/ic_feature_small_bg_n"/> | ||
|
||
</selector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> | ||
<corners android:radius="3dp"/> | ||
|
||
<solid android:color="#0099da"/> | ||
|
||
<size android:width="24dp" android:height="24dp"/> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> | ||
<corners android:radius="3dp"/> | ||
|
||
<solid android:color="#0081b7"/> | ||
|
||
<size android:width="24dp" android:height="24dp"/> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:drawable="@drawable/ic_feature_small_bg" /> | ||
<item android:drawable="@drawable/ic_mcp_feature_fg" /> | ||
</layer-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<level-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:maxLevel="10" android:drawable="@drawable/ic_rssi_0_bar" /> | ||
<item android:maxLevel="28" android:drawable="@drawable/ic_rssi_1_bar" /> | ||
<item android:maxLevel="45" android:drawable="@drawable/ic_rssi_2_bars" /> | ||
<item android:maxLevel="100" android:drawable="@drawable/ic_rssi_3_bars" /> | ||
</level-list> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. | ||
The information contained herein is property of Nordic Semiconductor ASA. | ||
Terms and conditions of usage are described in detail in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. | ||
Licensees are granted free, non-transferable use of the information. NO WARRANTY of ANY KIND is provided. | ||
This heading must NOT be removed from the file. | ||
--> | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
||
<item android:drawable="@drawable/item_background_light_p" android:state_pressed="true"/> | ||
<item android:drawable="@drawable/item_background_light_n"/> | ||
|
||
</selector> |
Oops, something went wrong.