Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #37 from g-ortuno/prepare-for-launch
Browse files Browse the repository at this point in the history
Change name, add icon, bump up targetSDK
  • Loading branch information
g-ortuno committed Jun 25, 2015
2 parents cb6787f + 47f04eb commit ba0d73f
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ android:
- build-tools-21.1.2

# The SDK version used to compile
- android-21
- android-22

# Use extra android repo locations to find the appcompat-v7:21.0.0 support library
- extra
Expand Down
Binary file added BLE SIM icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/app.iml
Expand Up @@ -84,7 +84,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 21 Platform" jdkType="Android SDK" />
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
6 changes: 3 additions & 3 deletions app/build.gradle
@@ -1,15 +1,15 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
compileSdkVersion 22
buildToolsVersion "21.1.2"

defaultConfig {
applicationId "io.github.webbluetoothcg.bletestperipheral"
minSdkVersion 21
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionCode 2
versionName "2.0"
}
buildTypes {
release {
Expand Down
Binary file modified app/src/main/res/mipmap-hdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-mdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions app/src/main/res/values/strings.xml
Expand Up @@ -14,15 +14,15 @@
limitations under the License.
-->
<resources>
<string name="app_name">BLE Test Peripheral</string>
<string name="app_name">BLE Peripheral Simulator</string>
<string name="title_activity_peripherals">Peripherals</string>
<string name="title_activity_peripheral">Peripheral</string>
<string name="notify">Notify</string>

<!-- Bluetooth -->
<string name="bluetoothNotSupported">BLE Test Peripheral closing: Bluetooth Not Supported</string>
<string name="bluetoothNotEnabled">BLE Test Peripheral closing: Bluetooth is Not Enabled</string>
<string name="bluetoothAdvertisingNotSupported">BLE Test Peripheral closing: BLE Advertising Not Supported</string>
<string name="bluetoothNotSupported">BLE Peripheral Simulator closing: Bluetooth Not Supported</string>
<string name="bluetoothNotEnabled">BLE Peripheral Simulator closing: Bluetooth is Not Enabled</string>
<string name="bluetoothAdvertisingNotSupported">BLE Peripheral Simulator closing: BLE Advertising Not Supported</string>
<string name="bluetoothDeviceNotConnected">Not connected to any Devices</string>

<!-- Adv -->
Expand Down
Binary file added ic_play_store.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ic_play_store_wide.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba0d73f

Please sign in to comment.