Commit bd120dc4 by Lee Jaebin

テスト用

parent 55aeeca4
...@@ -171,8 +171,11 @@ public class Constant { ...@@ -171,8 +171,11 @@ public class Constant {
// 連携機器の区分 // 連携機器の区分
public interface DeviceType { public interface DeviceType {
int thermomete = 1; // 中心温度計 int centerThermomete = 1; // 中心温度計
int sensor = 2; // 置くだけセンサー int sensor = 2; // 置くだけセンサー
int barcode = 3; // バーコード int barcode = 3; // バーコード
int radiationThermomete = 4; // 放射温度計
int weighingMachine = 5; // 放射温度計
int nfc = 6; // nfc機器
} }
} }
package jp.agentec.abook.abv.bl.dto;
/**
* bluetoothペアリング情報を扱うDto
* デバイス名、デバイスアドレス
*/
public class BluetoothPairingDeviceInfoDto {
/** デバイス名 */
public String deviceName;
/** デバイスアドレス*/
public String deviceAddress;
/** デバイスタイプ*/
public Integer deviceType;
}
...@@ -327,9 +327,11 @@ public class ContractLogic extends AbstractLogic { ...@@ -327,9 +327,11 @@ public class ContractLogic extends AbstractLogic {
boolean result; boolean result;
try { try {
result = acmsDao.isTodayLastAnnounceChangePasswordDate(); result = acmsDao.isTodayLastAnnounceChangePasswordDate();
Logger.d("--------------------result : " + result);
if (!result) { if (!result) {
acmsDao.beginTransaction(); acmsDao.beginTransaction();
acmsDao.updateLastAnnounceChangePasswordDate(); acmsDao.updateLastAnnounceChangePasswordDate();
Logger.d("--------------------updateLastAnnounceChangePasswordDate");
acmsDao.commit(); acmsDao.commit();
} }
} catch (Exception e) { } catch (Exception e) {
......
...@@ -680,4 +680,8 @@ public class StringUtil { ...@@ -680,4 +680,8 @@ public class StringUtil {
return str.startsWith(target); return str.startsWith(target);
} }
// public static a(String str) {
// str = str.replace(Space, "").replace(CarriageReturn, "").replace(LineFeed, "");
// }
} }
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.NFC" />
<!-- GCM --> <!-- GCM -->
<uses-permission android:name="android.permission.GET_ACCOUNTS" /> <uses-permission android:name="android.permission.GET_ACCOUNTS" />
...@@ -34,6 +35,9 @@ ...@@ -34,6 +35,9 @@
<!-- BLE --> <!-- BLE -->
<uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/> <uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/>
<!-- NFC -->
<uses-feature android:name="android.hardware.nfc" android:required="true"/>
<permission <permission
android:name="${applicationId}.permission.C2D_MESSAGE" android:name="${applicationId}.permission.C2D_MESSAGE"
android:protectionLevel="signature" /> android:protectionLevel="signature" />
...@@ -224,9 +228,13 @@ ...@@ -224,9 +228,13 @@
<activity android:name="jp.agentec.abook.abv.ui.viewer.activity.CheckOZDViewActivity" android:configChanges="orientation|screenSize"/> <activity android:name="jp.agentec.abook.abv.ui.viewer.activity.CheckOZDViewActivity" android:configChanges="orientation|screenSize"/>
<!-- ABookCheck1.0.0 Sato --> <!-- ABookCheck1.0.0 Sato -->
<activity android:name="jp.agentec.abook.abv.ui.home.activity.PairingSettingActivity" <activity android:name="jp.agentec.abook.abv.ui.home.activity.BlePairingSettingActivity"
android:theme="@style/AppTheme"/> android:theme="@style/AppTheme"
android:configChanges="keyboardHidden|orientation|screenSize"/>
<activity android:name="jp.agentec.abook.abv.ui.home.activity.BarCodeReaderActivity" <activity android:name="jp.agentec.abook.abv.ui.home.activity.BarCodeReaderActivity"
android:theme="@style/AppTheme" android:configChanges="keyboardHidden|orientation|screenSize"/> android:theme="@style/AppTheme"
android:configChanges="keyboardHidden|orientation|screenSize"/>
<activity android:name="jp.agentec.abook.abv.ui.home.activity.BluetoothPairingSettingActivity"
android:theme="@style/AppTheme"/>
</application> </application>
</manifest> </manifest>
\ No newline at end of file
...@@ -1399,23 +1399,36 @@ ...@@ -1399,23 +1399,36 @@
<!-- ABookCheck Sato 1.0.0 --> <!-- ABookCheck Sato 1.0.0 -->
<string name="set_title_pairing">ペアリング</string> <string name="set_title_pairing">ペアリング</string>
<string name="set_pairing_central_thermometer">中心温度計</string> <string name="center_thermometer">中心温度計</string>
<string name="pairing_search_scan">スキャン</string> <string name="pairing_search_scan">スキャン</string>
<string name="pairing_search_scaning">スキャン中..</string> <string name="pairing_search_scaning">スキャン中..</string>
<string name="pairing_search_stop">中止</string> <string name="pairing_search_stop">中止</string>
<string name="pairing_save_thermometer">登録された温度計</string> <string name="pairing_save_thermometer">登録された温度計</string>
<string name="pairing_other_thermometer">その他温度計</string> <string name="pairing_other_thermometer">その他温度計</string>
<string name="pairing_other_thermometer_searching">その他温度計(検索中..)</string> <string name="ble_connecting">接続中...</string>
<string name="ble_connecting">接続中..</string>
<string name="msg_no_device_info">登録された中心温度計情報がありません。\n設定画面のペアリングの中心温度計から登録できます。</string>
<string name="title_okudake_sensor">おくだけセンサー</string> <string name="title_okudake_sensor">おくだけセンサー</string>
<string name="msg_ble_connect_error">登録した中心温度計と接続することができません。中心温度計の電源を確認した後、再度お試しください。(%s)</string> <string name="msg_ble_connect_success">%1$sと接続になりました。%1$sを操作してください。</string>
<string name="msg_ble_connect_success">中心温度計と接続になりました。中心温度計を操作してください。</string> <string name="msg_scan_bluetooth_no_allow">BlueToothの利用を「許可」しないと、%1$sのスキャンができません。</string>
<string name="msg_scan_bluetooth_no_allow">BlueToothの利用を「許可」しないと、中心温度計のスキャンができません。</string> <string name="msg_connect_bluetooth_no_allow">BlueToothの利用を「許可」しないと、%1$sと接続できません。</string>
<string name="msg_thermometer_connect_bluetooth_no_allow">BlueToothの利用を「許可」しないと、中心温度計と接続できません。</string>
<string name="msg_okudake_connect_bluetooth_no_allow">BlueToothの利用を「許可」しないと、おくだけセンサーと接続できません。</string>
<string name="msg_location_device_no_allow">端末の設定から位置情報をONにしてください。</string> <string name="msg_location_device_no_allow">端末の設定から位置情報をONにしてください。</string>
<string name="bluetooth_is_not_supported">Bluetooth機能が利用できない端末です。</string> <string name="bluetooth_is_not_supported">Bluetooth機能が利用できない端末です。</string>
<string name="barcode">コードリーダー</string> <string name="barcode">コードリーダー</string>
<!-- ABookCheck Sato 1.0.2 -->
<string name="chino_machine">CHINO機器</string>
<string name="yamato_machine">大和機器</string>
<string name="radiation_thermometer">放射温度計</string>
<string name="weighing_machine">定量計量器</string>
<string name="pairing_save_machine">登録された%s</string>
<string name="pairing_other_machine">その他%s</string>
<string name="pairing_other_machine_searching">その他%s(検索中...)</string>
<string name="msg_bluetooth_connect_error">登録した%1$sと接続することができません。%1$sの電源を確認した後、再度お試しください。</string>
<string name="msg_pairing_device_no_info">登録された%s情報がありません。\n設定画面のペアリング設定から登録できます。</string>
<string name="msg_not_found_parameter">パラメータが存在しません。</string>
<string name="msg_fraud_parameter">パラメータに数値以外の文字列が含まれています。</string>
<string name="msg_dis_connect_error">接続することができません。電源を確認した後、再度お試しください。</string>
<string name="msg_okudake_fraud_parameter">おくだけセンサーのパラメータに数値以外の文字列が含まれています。</string> <string name="msg_okudake_fraud_parameter">おくだけセンサーのパラメータに数値以外の文字列が含まれています。</string>
<string name="msg_nfc_value_error">濃度のエラーが発生しました。(%s)</string>
<string name="msg_no_support_nfc">NFC機能が利用できない端末です。</string>
<string name="msg_no_nfc_setting">端末の設定からNFCを有効にする必要があります。\n端末の設定画面へ遷移しますか?</string>
</resources> </resources>
...@@ -1407,23 +1407,31 @@ ...@@ -1407,23 +1407,31 @@
<!-- ABookCheck Sato 1.0.0 --> <!-- ABookCheck Sato 1.0.0 -->
<string name="set_title_pairing">패어링</string> <string name="set_title_pairing">패어링</string>
<string name="set_pairing_central_thermometer">중심 온도계</string> <string name="center_thermometer">중심 온도계</string>
<string name="pairing_search_scan">스캔</string> <string name="pairing_search_scan">스캔</string>
<string name="pairing_search_scaning">스캔중..</string> <string name="pairing_search_scaning">스캔중..</string>
<string name="pairing_search_stop">중지</string> <string name="pairing_search_stop">중지</string>
<string name="pairing_save_thermometer">등록된 온도계</string> <string name="ble_connecting">접속 시도 중...</string>
<string name="pairing_other_thermometer">그 밖에 온도계</string>
<string name="pairing_other_thermometer_searching">그 밖에 온도계(검색중..)</string>
<string name="ble_connecting">접속 시도 중..</string>
<string name="msg_no_device_info">등록된 중심 온도계 정보가 없습니다.\n 설정 화면의 페어링의 중심 온도계에서 등록 가능합니다.</string>
<string name="title_okudake_sensor">오쿠다케 센서</string> <string name="title_okudake_sensor">오쿠다케 센서</string>
<string name="msg_ble_connect_error">등록한 중심 온도계와 연결 할 수 없습니다. 중심 온도계의 전원을 확인후 다시 시도해 주시기 바랍니다.(%s)</string> <string name="msg_ble_connect_success">%1$s와 연결되었습니다. %1$s를 조작 해 주세요.</string>
<string name="msg_ble_connect_success">중심 온도계와 연결되었습니다. 중심 온도계를 조작 해 주세요.</string> <string name="msg_scan_bluetooth_no_allow">블루투스 사용를 [허용] 하지 않으면, %1$s 스캔이 불가능 합니다. </string>
<string name="msg_scan_bluetooth_no_allow">블루투스 사용를 [허용] 하지 않으면, 중심 온도계 스캔이 불가능 합니다. </string> <string name="msg_connect_bluetooth_no_allow">블루투스 사용를 [허용] 하지 않으면, %1$s와 연결이 불가능 합니다.</string>
<string name="msg_thermometer_connect_bluetooth_no_allow">블루투스 사용를 [허용] 하지 않으면, 중심 온도계와 연결이 불가능 합니다.</string>
<string name="msg_okudake_connect_bluetooth_no_allow">블루투스 사용를 [허용] 하지 않으면, 오쿠다케 센서와 연결이 불가능 합니다.</string>
<string name="msg_location_device_no_allow">단말기의 설정에서 위치정보를 ON으로 설정해 주세요.</string> <string name="msg_location_device_no_allow">단말기의 설정에서 위치정보를 ON으로 설정해 주세요.</string>
<string name="bluetooth_is_not_supported">블루투스는 지원되지 않습니다.</string> <string name="bluetooth_is_not_supported">블루투스는 지원되지 않습니다.</string>
<string name="barcode">코드 리더</string> <string name="barcode">코드 리더</string>
<string name="msg_okudake_fraud_parameter">오쿠다케 센서의 파라미터에 숫자가 아닌 문자열이 포합되어 있습니다.</string> <!-- ABookCheck Sato 1.0.2 -->
<string name="chino_machine">CHINO機器</string>
<string name="yamato_machine">大和機器</string>
<string name="radiation_thermometer">放射温度計</string>
<string name="weighing_machine">定量計量器</string>
<string name="pairing_save_machine">등록된 %s</string>
<string name="pairing_other_machine">그 밖에 %s</string>
<string name="pairing_other_machine_searching">그 밖에 %s(검색중...)</string>
<string name="msg_bluetooth_connect_error">登録した%1$sと接続することができません。%1$sの電源を確認した後、再度お試しください。</string>
<string name="msg_pairing_device_no_info">登録された%s情報がありません。\n設定画面のペアリング設定から登録できます。</string>
<string name="msg_not_found_parameter">파라미터가 존재하지 않습니다.</string>
<string name="msg_fraud_parameter">파라미터에 숫자가 아닌 문자열이 포합되어 있습니다.</string>
<string name="msg_dis_connect_error">接続することができません。電源を確認した後、再度お試しください。</string>
<string name="msg_no_support_nfc">NFC機能が利用できない端末です。</string>
<string name="msg_no_nfc_setting">端末の設定からNFCを有効にする必要があります。\n端末の設定画面へ遷移しますか?</string>
</resources> </resources>
\ No newline at end of file
...@@ -1405,24 +1405,32 @@ ...@@ -1405,24 +1405,32 @@
<!-- ABookCheck Sato 1.0.0 --> <!-- ABookCheck Sato 1.0.0 -->
<string name="set_title_pairing">Pairing</string> <string name="set_title_pairing">Pairing</string>
<string name="set_pairing_central_thermometer">Central thermometer</string> <string name="center_thermometer">Central thermometer</string>
<string name="pairing_search_scan">Scan</string> <string name="pairing_search_scan">Scan</string>
<string name="pairing_search_scaning">Scaning..</string> <string name="pairing_search_scaning">Scaning...</string>
<string name="pairing_search_stop">Stop</string> <string name="pairing_search_stop">Stop</string>
<string name="pairing_save_thermometer">Saved thermometer</string> <string name="ble_connecting">Connection...</string>
<string name="pairing_other_thermometer">Other thermometer</string>
<string name="pairing_other_thermometer_searching">Other thermometer(Searching..)</string>
<string name="ble_connecting">Connection..</string>
<string name="msg_no_device_info">There is no registered central thermometer information. \n You can register in the center thermometer of the pairing of setting screen.</string>
<string name="title_okudake_sensor">OKUDAKE SENSOR</string> <string name="title_okudake_sensor">OKUDAKE SENSOR</string>
<string name="msg_ble_connect_error">You can not connect to the registered center thermometer. Check the power supply of the central thermometer and try again.(%s)</string> <string name="msg_ble_connect_success">Connected with %1$s. Please control %1$s.</string>
<string name="msg_ble_connect_success">Connected with the center thermometer. Please control the central thermometer.</string> <string name="msg_scan_bluetooth_no_allow">If Bluetooth is not allow, %1$s scan is disabled.</string>
<string name="msg_scan_bluetooth_no_allow">If Bluetooth is not allow, the center thermometer scan is disabled.</string> <string name="msg_connect_bluetooth_no_allow">If Bluetooth is not allow, %1$s connect is disabled.</string>
<string name="msg_thermometer_connect_bluetooth_no_allow">If Bluetooth is not allow, the center thermometer connect is disabled.</string>
<string name="msg_okudake_connect_bluetooth_no_allow">If Bluetooth is not allow, the center okudake sensor connect is disabled.</string>
<string name="msg_location_device_no_allow">Please set the location information to ON in the device setting.</string> <string name="msg_location_device_no_allow">Please set the location information to ON in the device setting.</string>
<string name="bluetooth_is_not_supported">Bluetooth is not supported.</string> <string name="bluetooth_is_not_supported">Bluetooth is not supported.</string>
<string name="barcode">Code Reader</string> <string name="barcode">Code Reader</string>
<string name="msg_okudake_fraud_parameter">The okudake sensor parameter contains a non-numeric string.</string> <!-- ABookCheck Sato 1.0.2 -->
<string name="chino_machine">CHINO機器</string>
<string name="yamato_machine">大和機器</string>
<string name="radiation_thermometer">放射温度計</string>
<string name="weighing_machine">定量計量器</string>
<string name="pairing_save_machine">Saved %s</string>
<string name="pairing_other_machine">Other %s</string>
<string name="pairing_other_machine_searching">Other %s(Searching...)</string>
<string name="msg_bluetooth_connect_error">登録した%1$sと接続することができません。%1$sの電源を確認した後、再度お試しください。</string>
<string name="msg_pairing_device_no_info">登録された%s情報がありません。\n設定画面のペアリング設定から登録できます。</string>
<string name="msg_not_found_parameter">パラメータが存在しません。</string>
<string name="msg_fraud_parameter">The parameter contains a non-numeric string.</string>
<string name="msg_dis_connect_error">接続することができません。電源を確認した後、再度お試しください。</string>
<string name="msg_no_support_nfc">NFC機能が利用できない端末です。</string>
<string name="msg_no_nfc_setting">端末の設定からNFCを有効にする必要があります。\n端末の設定画面へ遷移しますか?</string>
</resources> </resources>
\ No newline at end of file
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.GET_ACCOUNTS" /> <uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.NFC" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
......
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root_layout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/operation_bg"
android:minWidth="500dp"
android:orientation="vertical">
<RelativeLayout
android:id="@+id/toolbar_layout"
style="@style/OperationSearchToolBar"
android:layout_width="match_parent"
android:layout_height="50dp">
<TextView
android:id="@+id/title"
style="@style/DialogToolBarTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:text="@string/search"
android:textColor="@color/edt_text"
android:textSize="@dimen/opeartion_title_text_size" />
<Button
android:id="@+id/closeBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:background="@drawable/ic_operation_close"
android:contentDescription="@string/cont_desc" />
</RelativeLayout>
<ListView
android:id="@+id/listView1"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
</ListView>
</LinearLayout>
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
tools:context="jp.agentec.abook.abv.ui.home.activity.PairingSettingActivity"> tools:context="jp.agentec.abook.abv.ui.home.activity.BlePairingSettingActivity">
<!--android:background="@drawable/setting_bg"--> <!--android:background="@drawable/setting_bg"-->
<!--android:layout_height="0dp"--> <!--android:layout_height="0dp"-->
<!--android:background="@drawable/setting_bg"--> <!--android:background="@drawable/setting_bg"-->
......
...@@ -60,8 +60,12 @@ ...@@ -60,8 +60,12 @@
</PreferenceCategory> </PreferenceCategory>
<PreferenceCategory android:title="@string/set_title_pairing" android:key="set_pairing"> <PreferenceCategory android:title="@string/set_title_pairing" android:key="set_pairing">
<PreferenceScreen <PreferenceScreen
android:key="setPairing" android:key="setChinoPairing"
android:title="@string/set_pairing_central_thermometer" > android:title="CHINO機器" >
</PreferenceScreen>
<PreferenceScreen
android:key="setSppPairing"
android:title="SPP通信機器" >
</PreferenceScreen> </PreferenceScreen>
</PreferenceCategory> </PreferenceCategory>
</PreferenceScreen> </PreferenceScreen>
\ No newline at end of file
...@@ -18,8 +18,10 @@ import java.nio.ByteOrder; ...@@ -18,8 +18,10 @@ import java.nio.ByteOrder;
import java.util.List; import java.util.List;
import java.util.UUID; import java.util.UUID;
import jp.agentec.abook.abv.bl.common.Constant.DeviceType;
import jp.agentec.abook.abv.bl.common.log.Logger; import jp.agentec.abook.abv.bl.common.log.Logger;
import jp.agentec.abook.abv.launcher.android.R; import jp.agentec.abook.abv.launcher.android.R;
import jp.agentec.adf.util.StringUtil;
import static android.bluetooth.BluetoothDevice.TRANSPORT_LE; import static android.bluetooth.BluetoothDevice.TRANSPORT_LE;
import static org.chromium.base.ThreadUtils.runOnUiThread; import static org.chromium.base.ThreadUtils.runOnUiThread;
...@@ -33,22 +35,21 @@ public class BleManagerUtil { ...@@ -33,22 +35,21 @@ public class BleManagerUtil {
// 定数(Bluetooth LE Gatt UUID) // 定数(Bluetooth LE Gatt UUID)
// Private Service // Private Service
private static final UUID UUID_SERVICE_PRIVATE = UUID.fromString("05fd8c58-9d23-11e7-abc4-cec278b6b50a"); private UUID UUID_SERVICE_PRIVATE;
private static final UUID UUID_CHARACTERISTIC_PRIVATE1 = UUID.fromString("05fd8f5a-9d23-11e7-abc4-cec278b6b50a"); private UUID UUID_CHARACTERISTIC_PRIVATE;
private static final UUID UUID_CHARACTERISTIC_PRIVATE2 = UUID.fromString("05fd8f5a-9d23-11e7-abc4-cec278b6b50a");
// for Notification // for Notification
private static final UUID UUID_NOTIFY = UUID.fromString("05fd8f5a-9d23-11e7-abc4-cec278b6b50a"); private UUID UUID_NOTIFY;
private static final UUID UUID_NOTIRY_DESCRIPTOR = UUID.fromString("00002902-0000-1000-8000-00805f9b34fb");
// battery
private static final UUID UUID_BATTERY_LEVEL = UUID.fromString("00002A19-0000-1000-8000-00805f9b34fb");
// メンバー変数 // メンバー変数
public BluetoothAdapter mBluetoothAdapter; // BluetoothAdapter : Bluetooth処理で必要 public BluetoothAdapter mBluetoothAdapter; // BluetoothAdapter : Bluetooth処理で必要
public String mDeviceAddress = ""; // デバイスアドレス public BluetoothGatt mBluetoothGatt = null; // Gattサービスの検索、キャラスタリスティックの読み書き
public String mDeviceName = ""; // ディバイス名 private int mBleConnectDeviceType;
public BluetoothGatt mBluetoothGatt = null; // Gattサービスの検索、キャラスタリスティックの読み書き
public BleManagerUtil(Context context, BleManagerUtilListener listener) {
this.context = context;
this.listener = listener;
}
// BluetoothGattコールバック // BluetoothGattコールバック
private final BluetoothGattCallback mGattcallback = new BluetoothGattCallback() { private final BluetoothGattCallback mGattcallback = new BluetoothGattCallback() {
...@@ -56,19 +57,12 @@ public class BleManagerUtil { ...@@ -56,19 +57,12 @@ public class BleManagerUtil {
@Override @Override
public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState ) { public void onConnectionStateChange(BluetoothGatt gatt, int status, int newState ) {
super.onConnectionStateChange(gatt, status, newState); super.onConnectionStateChange(gatt, status, newState);
// if( BluetoothGatt.GATT_SUCCESS != status ) {
// runOnUiThread( new Runnable() {
// public void run() {
// listener.onGetDeviceInfoFailed();
// }
// });
// return;
// }
final int fStatus = status; final int fStatus = status;
// デバイスと接続されていない場合のメッセージコード:133, 62 // デバイスと接続されていない場合のメッセージコード:133, 62
// デバイスと接続が切れた場合のメッセージコード:19 // デバイスと接続が切れた場合のメッセージコード:19
if (status == 133 || status == 62) { // 接続失敗 if (status == 133 || status == 62) { // 接続失敗
runOnUiThread( new Runnable() { runOnUiThread( new Runnable() {
@Override
public void run() { public void run() {
Logger.e("onConnectionStateChange status = " + fStatus); Logger.e("onConnectionStateChange status = " + fStatus);
listener.onConnectionError(fStatus); listener.onConnectionError(fStatus);
...@@ -82,6 +76,7 @@ public class BleManagerUtil { ...@@ -82,6 +76,7 @@ public class BleManagerUtil {
if (!mBluetoothGatt.discoverServices()) { // サービス検索 if (!mBluetoothGatt.discoverServices()) { // サービス検索
runOnUiThread( new Runnable() { // 接続失敗 runOnUiThread( new Runnable() { // 接続失敗
@Override
public void run() { public void run() {
listener.onGetDeviceInfoFailed(fStatus); listener.onGetDeviceInfoFailed(fStatus);
Logger.e("onConnectionStateChange2 status = " + fStatus); Logger.e("onConnectionStateChange2 status = " + fStatus);
...@@ -89,6 +84,7 @@ public class BleManagerUtil { ...@@ -89,6 +84,7 @@ public class BleManagerUtil {
}); });
} }
runOnUiThread( new Runnable() { runOnUiThread( new Runnable() {
@Override
public void run() { public void run() {
// 接続成功 // 接続成功
listener.onConnectionState(); listener.onConnectionState();
...@@ -98,9 +94,6 @@ public class BleManagerUtil { ...@@ -98,9 +94,6 @@ public class BleManagerUtil {
} }
if( BluetoothProfile.STATE_DISCONNECTED == newState ) { // 切断完了(接続可能範囲から外れて切断された) if( BluetoothProfile.STATE_DISCONNECTED == newState ) { // 切断完了(接続可能範囲から外れて切断された)
// 接続可能範囲に入ったら自動接続することが必要場合、mBluetoothGatt.connect()を呼び出す。
// mBluetoothGatt.connect();
// 切断が発生する場合、Bluetoothと接続を切断する。 // 切断が発生する場合、Bluetoothと接続を切断する。
disconnect(); disconnect();
return; return;
...@@ -117,7 +110,7 @@ public class BleManagerUtil { ...@@ -117,7 +110,7 @@ public class BleManagerUtil {
// 発見されたサービスのループ // 発見されたサービスのループ
for( BluetoothGattService service : gatt.getServices() ) { for( BluetoothGattService service : gatt.getServices() ) {
// サービスごとに個別の処理 // サービスごとに個別の処理
if( ( null == service ) || ( null == service.getUuid() ) ) { if((service == null) || (service.getUuid() == null)) {
continue; continue;
} }
...@@ -131,13 +124,8 @@ public class BleManagerUtil { ...@@ -131,13 +124,8 @@ public class BleManagerUtil {
// プライベートサービス // プライベートサービス
if( UUID_SERVICE_PRIVATE.equals( service.getUuid() ) ) { if( UUID_SERVICE_PRIVATE.equals( service.getUuid() ) ) {
// 最初の読み取り // 最初の読み取り
readCharacteristic(UUID_SERVICE_PRIVATE, UUID_CHARACTERISTIC_PRIVATE1); readCharacteristic(UUID_SERVICE_PRIVATE, UUID_CHARACTERISTIC_PRIVATE);
runOnUiThread( new Runnable() {
public void run() {
// 渡すデータがある場合
}
});
continue; continue;
} }
} }
...@@ -149,10 +137,11 @@ public class BleManagerUtil { ...@@ -149,10 +137,11 @@ public class BleManagerUtil {
if( BluetoothGatt.GATT_SUCCESS != status ) { if( BluetoothGatt.GATT_SUCCESS != status ) {
return; return;
} }
if( UUID_CHARACTERISTIC_PRIVATE1.equals( characteristic.getUuid() ) ) { if( UUID_CHARACTERISTIC_PRIVATE.equals( characteristic.getUuid() ) ) {
final String strTemperature = byteToString(characteristic.getValue()); final String strTemperature = byteToString(characteristic.getValue());
runOnUiThread( new Runnable() { runOnUiThread( new Runnable() {
@Override
public void run() { public void run() {
// 芯温計の温度を渡す。 // 芯温計の温度を渡す。
// 端末と接続時に呼ばれるのでコメント処理 // 端末と接続時に呼ばれるのでコメント処理
...@@ -161,7 +150,7 @@ public class BleManagerUtil { ...@@ -161,7 +150,7 @@ public class BleManagerUtil {
}); });
// 通知設定 // 通知設定
setCharacteristicNotification(UUID_SERVICE_PRIVATE, UUID_NOTIFY, true); setCharacteristicNotification(UUID_SERVICE_PRIVATE, UUID_CHARACTERISTIC_PRIVATE, true);
return; return;
} }
} }
...@@ -169,7 +158,7 @@ public class BleManagerUtil { ...@@ -169,7 +158,7 @@ public class BleManagerUtil {
// キャラクタリスティック変更が通知されたときの処理 // キャラクタリスティック変更が通知されたときの処理
@Override @Override
public void onCharacteristicChanged( BluetoothGatt gatt, BluetoothGattCharacteristic characteristic ) { public void onCharacteristicChanged( BluetoothGatt gatt, BluetoothGattCharacteristic characteristic ) {
if( UUID_NOTIFY.equals( characteristic.getUuid() ) ) { if( UUID_CHARACTERISTIC_PRIVATE.equals( characteristic.getUuid() ) ) {
final String strTemperature = byteToString(characteristic.getValue()); final String strTemperature = byteToString(characteristic.getValue());
runOnUiThread( new Runnable() { runOnUiThread( new Runnable() {
...@@ -188,9 +177,12 @@ public class BleManagerUtil { ...@@ -188,9 +177,12 @@ public class BleManagerUtil {
} }
}; };
public BleManagerUtil(Context context, BleManagerUtilListener listener) { /**
this.context = context; * 接続してるデバイスタイプを取得
this.listener = listener; * @return
*/
public int getBluetoothDeviceType() {
return mBleConnectDeviceType;
} }
/** /**
...@@ -206,18 +198,25 @@ public class BleManagerUtil { ...@@ -206,18 +198,25 @@ public class BleManagerUtil {
void onConnectionError(int status); // ディバイス接続エラー void onConnectionError(int status); // ディバイス接続エラー
} }
// 接続 /**
public void connect() { * 接続
if( mDeviceAddress.equals( "" ) ) { // DeviceAddressが空の場合は処理しない * @param connectTargetDeviceType bluetoothDeviceType 接続するデバイスタイプ
* @param deviceAddress デバイスアドレス
*/
public void connect(int connectTargetDeviceType, String deviceAddress) {
// デバイスタイプセット
mBleConnectDeviceType = connectTargetDeviceType;
setUUID();
if(StringUtil.isNullOrEmpty(deviceAddress)) { // deviceAddressが空の場合は処理しない
return; return;
} }
if( null != mBluetoothGatt ) { // mBluetoothGattがnullでないなら接続済みか、接続中。 if(mBluetoothGatt != null) { // mBluetoothGattがnullでないなら接続済みか、接続中。
return; return;
} }
// mBluetoothGattのサービスと接続 // mBluetoothGattのサービスと接続
BluetoothDevice device = mBluetoothAdapter.getRemoteDevice( mDeviceAddress ); BluetoothDevice device = mBluetoothAdapter.getRemoteDevice( deviceAddress );
// GATT BLEを利用する時Androidのバージョン「23」をチェックしてGATTと接続する。 // GATT BLEを利用する時Androidのバージョン「23」をチェックしてGATTと接続する。
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
...@@ -225,12 +224,11 @@ public class BleManagerUtil { ...@@ -225,12 +224,11 @@ public class BleManagerUtil {
} else { } else {
mBluetoothGatt = device.connectGatt( context, false, mGattcallback ); mBluetoothGatt = device.connectGatt( context, false, mGattcallback );
} }
} }
// 切断 // 切断
public void disconnect() { public void disconnect() {
if( null == mBluetoothGatt ) { if( mBluetoothGatt == null ) {
return; return;
} }
...@@ -245,6 +243,7 @@ public class BleManagerUtil { ...@@ -245,6 +243,7 @@ public class BleManagerUtil {
mBluetoothGatt = null; mBluetoothGatt = null;
runOnUiThread( new Runnable() { runOnUiThread( new Runnable() {
@Override
public void run() { public void run() {
// 切断トーストメッセージを表示する。 // 切断トーストメッセージを表示する。
listener.onDisConnectionState(); listener.onDisConnectionState();
...@@ -275,7 +274,7 @@ public class BleManagerUtil { ...@@ -275,7 +274,7 @@ public class BleManagerUtil {
BluetoothGattCharacteristic blechar = service.getCharacteristic( uuid_characteristic ); BluetoothGattCharacteristic blechar = service.getCharacteristic( uuid_characteristic );
mBluetoothGatt.setCharacteristicNotification( blechar, enable ); mBluetoothGatt.setCharacteristicNotification( blechar, enable );
BluetoothGattDescriptor descriptor = blechar.getDescriptor(UUID_NOTIRY_DESCRIPTOR); BluetoothGattDescriptor descriptor = blechar.getDescriptor(UUID.fromString("00002902-0000-1000-8000-00805f9b34fb"));
descriptor.setValue( BluetoothGattDescriptor.ENABLE_INDICATION_VALUE ); descriptor.setValue( BluetoothGattDescriptor.ENABLE_INDICATION_VALUE );
mBluetoothGatt.writeDescriptor(descriptor); mBluetoothGatt.writeDescriptor(descriptor);
} }
...@@ -292,10 +291,29 @@ public class BleManagerUtil { ...@@ -292,10 +291,29 @@ public class BleManagerUtil {
public void startDeviceInfo() { public void startDeviceInfo() {
// Bluetoothアダプタの取得 // Bluetoothアダプタの取得
BluetoothManager bluetoothManager = (BluetoothManager) context.getSystemService( Context.BLUETOOTH_SERVICE ); BluetoothManager bluetoothManager = (BluetoothManager) context.getSystemService( Context.BLUETOOTH_SERVICE );
mBluetoothAdapter = bluetoothManager.getAdapter(); if (bluetoothManager != null) {
if( null == mBluetoothAdapter ) { // Android端末がBluetoothをサポートしていない mBluetoothAdapter = bluetoothManager.getAdapter();
Toast.makeText( context, R.string.bluetooth_is_not_supported, Toast.LENGTH_SHORT ).show(); if( mBluetoothAdapter == null ) { // Android端末がBluetoothをサポートしていない
return; Toast.makeText( context, R.string.bluetooth_is_not_supported, Toast.LENGTH_SHORT ).show();
return;
}
} else {
Logger.e(TAG, "bluetoothManager is null");
}
}
/**
* UUIDセット
*/
private void setUUID() {
if (mBleConnectDeviceType == DeviceType.centerThermomete) {
// 中心温度計のUUIDセット
UUID_SERVICE_PRIVATE = UUID.fromString("05fd8c58-9d23-11e7-abc4-cec278b6b50a");
UUID_CHARACTERISTIC_PRIVATE = UUID.fromString("05fd8f5a-9d23-11e7-abc4-cec278b6b50a");
} else if (mBleConnectDeviceType == DeviceType.radiationThermomete) {
// 放射温度計のUUIDセット
UUID_SERVICE_PRIVATE = UUID.fromString("462026f6-cfe1-11e7-abc4-cec278b6b50a");
UUID_CHARACTERISTIC_PRIVATE = UUID.fromString("46202b74-cfe1-11e7-abc4-cec278b6b50a");
} }
} }
} }
package jp.agentec.abook.abv.cl.util;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.util.Log;
import java.io.IOException;
import java.util.Set;
import java.util.UUID;
import jp.agentec.abook.abv.bl.common.log.Logger;
public class BluetoothConnectThread extends Thread {
protected String TAG = "BluetoothConnectThread";
// "00001101-0000-1000-8000-00805f9b34fb" = SPP (シリアルポートプロファイル) の UUID.
public static final UUID SPP_UUID = UUID.fromString("00001101-0000-1000-8000-00805f9b34fb");
private BluetoothSocket mSocket;
private bluetoothConnectThreadListener mListener;
public interface bluetoothConnectThreadListener {
void onConnect(BluetoothSocket socket); // 接続リスナ
void onFail();
}
public BluetoothConnectThread(BluetoothDevice device, bluetoothConnectThreadListener listener) {
BluetoothSocket tmp = null;
mListener = listener;
try {
tmp = device.createRfcommSocketToServiceRecord(SPP_UUID);
} catch (IOException e) {
e.printStackTrace();
// NOP.
}
mSocket = tmp;
}
@Override
public void run() {
if (mSocket == null) {
Logger.e(TAG, "socket is null");
return;
}
try {
mSocket.connect();
} catch (IOException e) {
Logger.e(TAG, e);
try {
mSocket.close();
} catch (IOException e1) {
Logger.e(TAG, e);
}
mListener.onFail();
return;
}
mListener.onConnect(mSocket);
Log.i(TAG, "Bluetooth connecting.");
}
public boolean isConnecting() {
return mSocket.isConnected();
}
}
\ No newline at end of file
package jp.agentec.abook.abv.cl.util;
import android.bluetooth.BluetoothSocket;
import android.content.Context;
import android.util.Log;
import android.widget.Toast;
import java.io.IOException;
import java.io.InputStream;
import jp.agentec.abook.abv.bl.common.log.Logger;
import jp.agentec.abook.abv.launcher.android.R;
import jp.agentec.abook.abv.ui.common.activity.ABVCheckContentViewActivity;
import jp.agentec.abook.abv.ui.common.util.ABVToastUtil;
public class BluetoothReceiveTask extends Thread {
public static final String TAG = "BluetoothReceiveTask";
protected InputStream mInputStream;
protected BluetoothSocket mSocket;
private int mStartIndex;
private int mEndIndex;
private Context mContext;
private static final int STX = 2;
private static final int ETX = 3;
private BluetoothReceiveTaskListener mListener;
public interface BluetoothReceiveTaskListener {
void onGetData(String result); // 値取得時のリスナ
void onFail(); // 失敗リスナ
}
public BluetoothReceiveTask(Context context, BluetoothSocket socket, int startIndex, int endIndex, BluetoothReceiveTaskListener listener) {
mContext = context;
mSocket = null;
mInputStream = null;
mStartIndex = startIndex;
mEndIndex = endIndex;
mListener = listener;
if (socket == null) {
Logger.e(TAG, "parameter socket is null.");
mListener.onFail();
return;
}
try {
mSocket = socket;
mInputStream = socket.getInputStream();
} catch (IOException e) {
Logger.e(TAG, e);
mListener.onFail();
return;
}
}
@Override
public void run() {
Logger.i(TAG, "bluetoothReciveTask run");
byte[] buffer = new byte[1024];
int readSize = 0;
while (mInputStream != null) {
Logger.i(TAG, "start read mInputStream.");
if (mSocket == null) {
Logger.e(TAG, "mSocket is null.");
break;
}
try {
readSize = mInputStream.read(buffer);
String str = new String(buffer, 0, readSize);
Logger.i("str : " + str);
if (str.indexOf(new Character((char)STX).toString()) > -1 && str.indexOf(new Character((char)ETX).toString()) > -1) {
Logger.i("----------------------------------str : " + str);
String dataStr = str.substring(str.indexOf(new Character((char)STX).toString()) + 1, str.indexOf(new Character((char)ETX).toString()));
String result = dataStr.substring(mStartIndex - 1, mEndIndex - 1).replaceAll(" ","");
ABVToastUtil.showMakeText(mContext, "実際のデータ:" + dataStr + "\n切り分け文字開始時点:" + mStartIndex + " 終了時点 : " + mEndIndex + "\n 切り分けしたデータ:" + result , Toast.LENGTH_LONG);
mListener.onGetData(result);
}
Thread.sleep(500);
} catch (Exception e) {
Logger.e(TAG, e);
mListener.onFail();
break;
}
}
Logger.i(TAG, "exit read task.");
}
/**
* ソケットを初期化処理
*/
public void finish() {
if (mSocket == null) {
return;
}
try {
mSocket.close();
mSocket = null;
} catch (IOException e) {
e.printStackTrace();
}
}
}
\ No newline at end of file
...@@ -2,8 +2,10 @@ package jp.agentec.abook.abv.launcher.android; ...@@ -2,8 +2,10 @@ package jp.agentec.abook.abv.launcher.android;
import java.util.ArrayList; import java.util.ArrayList;
import jp.agentec.abook.abv.bl.common.Constant.DeviceType;
import jp.agentec.abook.abv.bl.common.Constant.ReportType; import jp.agentec.abook.abv.bl.common.Constant.ReportType;
import jp.agentec.abook.abv.bl.common.log.Logger; import jp.agentec.abook.abv.bl.common.log.Logger;
import jp.agentec.abook.abv.bl.dto.BluetoothPairingDeviceInfoDto;
import jp.agentec.abook.abv.cl.util.PreferenceUtil; import jp.agentec.abook.abv.cl.util.PreferenceUtil;
import jp.agentec.abook.abv.ui.common.appinfo.AppDefType; import jp.agentec.abook.abv.ui.common.appinfo.AppDefType;
import jp.agentec.abook.abv.ui.common.appinfo.AppDefType.DefPrefKey; import jp.agentec.abook.abv.ui.common.appinfo.AppDefType.DefPrefKey;
...@@ -111,6 +113,10 @@ public class ABVUIDataCache { ...@@ -111,6 +113,10 @@ public class ABVUIDataCache {
} }
} }
/**
* フィルターのタイプIDの値セット
* @param operationReportTypes
*/
public void setOperationReportTypes(ArrayList<Integer> operationReportTypes) { public void setOperationReportTypes(ArrayList<Integer> operationReportTypes) {
this.mReportTypes = operationReportTypes; this.mReportTypes = operationReportTypes;
String val = null; String val = null;
...@@ -126,6 +132,10 @@ public class ABVUIDataCache { ...@@ -126,6 +132,10 @@ public class ABVUIDataCache {
PreferenceUtil.putUserPref(context, UserPrefKey.OPERATION_REPORT_TYPES, val); PreferenceUtil.putUserPref(context, UserPrefKey.OPERATION_REPORT_TYPES, val);
} }
/**
* フィルターID情報リスト取得
* @return フィルター用のタイプIDリスト
*/
public ArrayList<Integer> getOperationReportTypes() { public ArrayList<Integer> getOperationReportTypes() {
String operationReportTypesStr = PreferenceUtil.getUserPref(context, UserPrefKey.OPERATION_REPORT_TYPES, null); String operationReportTypesStr = PreferenceUtil.getUserPref(context, UserPrefKey.OPERATION_REPORT_TYPES, null);
...@@ -147,4 +157,123 @@ public class ABVUIDataCache { ...@@ -147,4 +157,123 @@ public class ABVUIDataCache {
return mReportTypes; return mReportTypes;
} }
/**
* アプリ内で保存されてるbluetoothのペアリング情報の
* BluetoothPairingDeviceInfoDtoで返す。
*
* 情報が存在しない場合はnullで返す。
*
* @param bluetoothDeviceType 取得するbluetoothのデバイスタイプ
* @return BluetoothPairingDeviceInfoDto ペアリング情報
*/
public BluetoothPairingDeviceInfoDto getPairingBluetoothDeviceInfo(int bluetoothDeviceType) {
BluetoothPairingDeviceInfoDto dto = new BluetoothPairingDeviceInfoDto();
String deviceName = null;
String deviceAddress = null;
if (bluetoothDeviceType == DeviceType.centerThermomete) {
// 中心温度計
deviceName = PreferenceUtil.getUserPref(context, UserPrefKey.BLE_DEVICE_CENTER_TEMPERATURE_NAME, "");
deviceAddress = PreferenceUtil.getUserPref(context, UserPrefKey.BLE_DEVICE_CENTER_TEMPERATURE_ADDRESS, "");
} else if (bluetoothDeviceType == DeviceType.radiationThermomete) {
// 放射温度計
deviceName = PreferenceUtil.getUserPref(context, UserPrefKey.BLE_DEVICE_RADIATION_TEMPERATURE_NAME, "");
deviceAddress = PreferenceUtil.getUserPref(context, UserPrefKey.BLE_DEVICE_RADIATION_TEMPERATURE_ADDRESS, "");
} else if (bluetoothDeviceType == DeviceType.weighingMachine) {
// 定量計量器
deviceName = PreferenceUtil.getUserPref(context, UserPrefKey.BLUETOOTH_DEVICE_WEIGHING_MACHINE_NAME, "");
deviceAddress = PreferenceUtil.getUserPref(context, UserPrefKey.BLUETOOTH_DEVICE_WEIGHING_MACHINE_ADDRESS, "");
}
// deviceNameとdeviceAddressがセットなので、どっちかの値が存在しないとnullで返す。
if (StringUtil.isNullOrEmpty(deviceName) || StringUtil.isNullOrEmpty(deviceAddress)) {
return null;
}
dto.deviceName = deviceName;
dto.deviceAddress = deviceAddress;
dto.deviceType = bluetoothDeviceType;
return dto;
}
/**
* 引数のデバイスタイプでローカルに保存されてるbluetoothのデバイスアドレス取得
* @param bluetoothDeviceType
* @return
*/
public String getPairingBluetoothDeviceAddress(int bluetoothDeviceType) {
String deviceAddressKey = null;
if (bluetoothDeviceType == DeviceType.centerThermomete) {
deviceAddressKey = UserPrefKey.BLE_DEVICE_CENTER_TEMPERATURE_ADDRESS;
} else if (bluetoothDeviceType == DeviceType.radiationThermomete) {
deviceAddressKey = UserPrefKey.BLE_DEVICE_RADIATION_TEMPERATURE_ADDRESS;
} else if (bluetoothDeviceType == DeviceType.weighingMachine) {
deviceAddressKey = UserPrefKey.BLUETOOTH_DEVICE_WEIGHING_MACHINE_ADDRESS;
}
if (deviceAddressKey == null) {
// 引数のデバイスタイプが定義した以外の値が入った場合
return null;
}
return PreferenceUtil.getUserPref(context, deviceAddressKey, "");
}
/**
* 引数であるデバイスタイプリストに対するアプリ内で保存されてる
* bluetoothのペアリング情報リストを返す。
* @param deviceTypeList
* @return List<BluetoothPairingDeviceInfoDto> ペアリング情報リスト
*/
public List<BluetoothPairingDeviceInfoDto> getPairingBluetoothDeviceInfoList(List<Integer> deviceTypeList) {
List<BluetoothPairingDeviceInfoDto> bluetoothPairingDeviceInfoDtoList = new ArrayList<BluetoothPairingDeviceInfoDto>();
for (Integer deviceType : deviceTypeList) {
BluetoothPairingDeviceInfoDto dto = getPairingBluetoothDeviceInfo(deviceType);
if (dto != null) {
bluetoothPairingDeviceInfoDtoList.add(dto);
}
}
return bluetoothPairingDeviceInfoDtoList;
}
/**
* ペアリング情報をローカルに保存する
* deviceType毎に保存するキーが異なる
* @param pairingDeviceInfoDto
*/
public void setPairingBluetoothDeviceInfo(BluetoothPairingDeviceInfoDto pairingDeviceInfoDto) {
if (pairingDeviceInfoDto.deviceType.equals(DeviceType.centerThermomete)) {
// 中心温度計
PreferenceUtil.putUserPref(context, UserPrefKey.BLE_DEVICE_CENTER_TEMPERATURE_NAME, pairingDeviceInfoDto.deviceName);
PreferenceUtil.putUserPref(context, UserPrefKey.BLE_DEVICE_CENTER_TEMPERATURE_ADDRESS, pairingDeviceInfoDto.deviceAddress);
} else if (pairingDeviceInfoDto.deviceType.equals(DeviceType.radiationThermomete)) {
// 放射温度計
PreferenceUtil.putUserPref(context, UserPrefKey.BLE_DEVICE_RADIATION_TEMPERATURE_NAME, pairingDeviceInfoDto.deviceName);
PreferenceUtil.putUserPref(context, UserPrefKey.BLE_DEVICE_RADIATION_TEMPERATURE_ADDRESS, pairingDeviceInfoDto.deviceAddress);
} else if (pairingDeviceInfoDto.deviceType.equals(DeviceType.weighingMachine)) {
// 定量軽量器
PreferenceUtil.putUserPref(context, UserPrefKey.BLUETOOTH_DEVICE_WEIGHING_MACHINE_NAME, pairingDeviceInfoDto.deviceName);
PreferenceUtil.putUserPref(context, UserPrefKey.BLUETOOTH_DEVICE_WEIGHING_MACHINE_ADDRESS, pairingDeviceInfoDto.deviceAddress);
}
}
/**
* 引数であるデバイスタイプの
* ペアリング情報を削除する
* @param deviceType
*/
public void removePairingBluetoothDeviceInfo(int deviceType) {
if (deviceType == DeviceType.centerThermomete) {
// 中心温度計
PreferenceUtil.removeUserPref(context, UserPrefKey.BLE_DEVICE_CENTER_TEMPERATURE_NAME);
PreferenceUtil.removeUserPref(context, UserPrefKey.BLE_DEVICE_CENTER_TEMPERATURE_ADDRESS);
} else if (deviceType == DeviceType.radiationThermomete) {
// 放射温度計
PreferenceUtil.removeUserPref(context, UserPrefKey.BLE_DEVICE_RADIATION_TEMPERATURE_NAME);
PreferenceUtil.removeUserPref(context, UserPrefKey.BLE_DEVICE_RADIATION_TEMPERATURE_ADDRESS);
} else if (deviceType == DeviceType.weighingMachine) {
// 定量軽量器
PreferenceUtil.removeUserPref(context, UserPrefKey.BLUETOOTH_DEVICE_WEIGHING_MACHINE_NAME);
PreferenceUtil.removeUserPref(context, UserPrefKey.BLUETOOTH_DEVICE_WEIGHING_MACHINE_ADDRESS);
}
}
} }
package jp.agentec.abook.abv.ui.common.activity; package jp.agentec.abook.abv.ui.common.activity;
import android.app.Activity; import android.app.Activity;
import android.app.AlertDialog;
import android.app.PendingIntent;
import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.DialogInterface; import android.content.DialogInterface;
import android.content.Intent; import android.content.Intent;
import android.content.IntentFilter; import android.content.IntentFilter;
...@@ -9,10 +13,12 @@ import android.content.res.AssetFileDescriptor; ...@@ -9,10 +13,12 @@ import android.content.res.AssetFileDescriptor;
import android.location.LocationManager; import android.location.LocationManager;
import android.media.AudioManager; import android.media.AudioManager;
import android.media.MediaPlayer; import android.media.MediaPlayer;
import android.nfc.NdefMessage;
import android.nfc.NfcAdapter;
import android.os.Build; import android.os.Build;
import android.os.Bundle; import android.os.Bundle;
import android.os.Parcelable;
import android.provider.Settings; import android.provider.Settings;
import android.widget.Toast;
import com.nttdocomo.android.sdaiflib.BeaconData; import com.nttdocomo.android.sdaiflib.BeaconData;
import com.nttdocomo.android.sdaiflib.BeaconReceiverBase; import com.nttdocomo.android.sdaiflib.BeaconReceiverBase;
...@@ -21,20 +27,27 @@ import com.nttdocomo.android.sdaiflib.Define; ...@@ -21,20 +27,27 @@ import com.nttdocomo.android.sdaiflib.Define;
import org.json.adf.JSONObject; import org.json.adf.JSONObject;
import java.io.ByteArrayOutputStream;
import java.io.IOException; import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.text.SimpleDateFormat; import java.text.SimpleDateFormat;
import java.util.Date; import java.util.Date;
import java.util.Locale; import java.util.Locale;
import java.util.Map; import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import jp.agentec.abook.abv.bl.common.Constant; import jp.agentec.abook.abv.bl.common.CommonExecutor;
import jp.agentec.abook.abv.bl.common.Constant.ABookPermissionType;
import jp.agentec.abook.abv.bl.common.constant.ABookKeys; import jp.agentec.abook.abv.bl.common.constant.ABookKeys;
import jp.agentec.abook.abv.bl.common.Constant.DeviceType;
import jp.agentec.abook.abv.bl.common.log.Logger; import jp.agentec.abook.abv.bl.common.log.Logger;
import jp.agentec.abook.abv.cl.util.BleManagerUtil; import jp.agentec.abook.abv.cl.util.BleManagerUtil;
import jp.agentec.abook.abv.cl.util.BluetoothConnectThread;
import jp.agentec.abook.abv.cl.util.BluetoothReceiveTask;
import jp.agentec.abook.abv.launcher.android.R; import jp.agentec.abook.abv.launcher.android.R;
import jp.agentec.abook.abv.ui.common.appinfo.AppDefType; import jp.agentec.abook.abv.ui.common.appinfo.AppDefType.UserPrefKey;
import jp.agentec.abook.abv.ui.common.dialog.ABookAlertDialog; import jp.agentec.abook.abv.ui.common.dialog.ABookAlertDialog;
import jp.agentec.abook.abv.ui.common.util.ABVToastUtil;
import jp.agentec.abook.abv.ui.common.util.AlertDialogUtil; import jp.agentec.abook.abv.ui.common.util.AlertDialogUtil;
import jp.agentec.abook.abv.ui.home.activity.BarCodeReaderActivity; import jp.agentec.abook.abv.ui.home.activity.BarCodeReaderActivity;
import jp.agentec.abook.abv.ui.home.helper.ABookPermissionHelper; import jp.agentec.abook.abv.ui.home.helper.ABookPermissionHelper;
...@@ -62,12 +75,13 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -62,12 +75,13 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
private static final int OKUDAKE_SERVICE_ID_HUMIDITY = 2; private static final int OKUDAKE_SERVICE_ID_HUMIDITY = 2;
// 定数 // 定数
public static final int REQUEST_CODE_ENABLEBLUETOOTH_TEMPERATURE = 2001; // Bluetooth機能の有効化要求時の識別コード private static final int REQUEST_CODE_ENABLEBLUETOOTH_CENTER_TEMPERATURE = 2001; // Bluetooth機能の有効化要求時の識別コード(中心温度計)
public static final int REQUEST_CODE_ENABLEBLUETOOTH_OKUDAKE = 2002; // Bluetooth機能の有効化要求時の識別コード private static final int REQUEST_CODE_ENABLEBLUETOOTH_OKUDAKE = 2002; // Bluetooth機能の有効化要求時の識別コード
public final static int REQUEST_CODE_BARCODE_READER = 2003; // バーコードリーダの職別コード private static final int REQUEST_CODE_BARCODE_READER = 2003; // バーコードリーダの職別コード
private static final int REQUEST_CODE_ENABLEBLUETOOTH_RADIATION_TEMPERATURE = 2004; // Bluetooth機能の有効化要求時の識別コード(放射温度計)
private static final int REQUEST_CODE_ENABLEBLUETOOTH_WEIGHING_MACHINE = 2005; // Bluetooth機能の有効化要求時の識別コード(定量計量器)
// メンバー変数 // メンバー変数
public String mDeviceAddress = ""; // デバイスアドレス
private BleManagerUtil bleManagerUtil; // Bluetoothの接続 private BleManagerUtil bleManagerUtil; // Bluetoothの接続
// 機器連携のコマンドの設問ID // 機器連携のコマンドの設問ID
...@@ -82,11 +96,20 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -82,11 +96,20 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
//置くだけセンサースキャンするデバイス情報タイプ(1:温度、2:湿度) //置くだけセンサースキャンするデバイス情報タイプ(1:温度、2:湿度)
private int mScaningServiceId; private int mScaningServiceId;
//デバイスタイプ(1:中心温度計、2:置くだけセンサー、3:バーコード //デバイスタイプ(1:中心温度計、2:)
private int mDeviceType; private int mDeviceType;
// メディアプレイヤー // メディアプレイヤー
private MediaPlayer mMediaPlayer; private MediaPlayer mMediaPlayer;
private BluetoothAdapter mBluetoothAdapter;
private BluetoothReceiveTask mReceiveTask;
private BluetoothConnectThread mBluetoothConnectThread;
// アダプタを扱うための変数
private NfcAdapter mNfcAdapter;
/** /**
* Beaconスキャン結果受信Receiver. * Beaconスキャン結果受信Receiver.
*/ */
...@@ -150,6 +173,8 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -150,6 +173,8 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
@Override @Override
protected void onCreate(Bundle savedInstanceState) { protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
/** 置くだけセンサーデバイス関連 開始 **/ /** 置くだけセンサーデバイス関連 開始 **/
//ビーコンスキャナー //ビーコンスキャナー
mScanner = new BeaconScanner(this); mScanner = new BeaconScanner(this);
...@@ -169,45 +194,80 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -169,45 +194,80 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
/** 中心温度計デバイス関連 開始 **/ /** 中心温度計デバイス関連 開始 **/
bleManagerUtil = new BleManagerUtil(this, new BleManagerUtil.BleManagerUtilListener() { bleManagerUtil = new BleManagerUtil(this, new BleManagerUtil.BleManagerUtilListener() {
@Override @Override
public void onConnectionError(int status) { //中心温度計接続エラー public void onConnectionError(int status) { //bluetooth接続エラー
Logger.e(TAG, "onConnectionError"); Logger.e(TAG, "onConnectionError");
errorAfterAbookCheckAip(String.format(getString(R.string.msg_ble_connect_error), String.valueOf(status)));
bleThermometerDisconnect(); int bluetoothDeviceType = bleManagerUtil.getBluetoothDeviceType();
if (bluetoothDeviceType == DeviceType.centerThermomete) {
errorAfterAbookCheckAip(String.format(getString(R.string.msg_bluetooth_connect_error), getString(R.string.center_thermometer)));
} else if (bluetoothDeviceType == DeviceType.radiationThermomete) {
errorAfterAbookCheckAip(String.format(getString(R.string.msg_bluetooth_connect_error), getString(R.string.radiation_thermometer)));
}
bleManagerDisconnect();
} }
@Override @Override
public void onConnectionState() { // 中心温度計接続成功 public void onConnectionState() { // bluetooth接続成功
Logger.d(TAG, "onConnectionState"); Logger.d(TAG, "onConnectionState");
//ダイアログが非表示になっても、何回呼ばれることがあるので、ダイアログのnullチェックする。 //ダイアログが非表示になっても、何回呼ばれることがあるので、ダイアログのnullチェックする。
if (mWaitingDialog != null) { if (mWaitingDialog != null) {
mWaitingDialog.setMessage(getString(R.string.msg_ble_connect_success)); String message = null;
int bluetoothDeviceType = bleManagerUtil.getBluetoothDeviceType();
if (bluetoothDeviceType == DeviceType.centerThermomete) {
message = String.format(getString(R.string.msg_ble_connect_success), getString(R.string.center_thermometer));
} else if (bluetoothDeviceType == DeviceType.radiationThermomete) {
message = String.format(getString(R.string.msg_ble_connect_success), getString(R.string.radiation_thermometer));
}
if (StringUtil.isNullOrEmpty(message)) {
// 接続するデバイスが存在しないと見做し、接続を切る
bleManagerDisconnect();
} else {
mWaitingDialog.setMessage(message);
}
} }
} }
@Override @Override
public void onDisConnectionState() { // 中心温度計接続切断 public void onDisConnectionState() { // bluetooth接続切断
Logger.d(TAG, "onDisConnectionState"); Logger.d(TAG, "onDisConnectionState");
setThermometerData(""); // setThermometerData("");
dismissWaitngDialog(); dismissWaitngDialog();
} }
@Override @Override
public void onGetDeviceInfo(String strTemp) { // 中心温度計からデータ取得成功 public void onGetDeviceInfo(String strTemp) { // bluetooth機器からデータ取得成功
Logger.d(TAG, "onGetDeviceInfo temperature [%s]", strTemp); Logger.d(TAG, "onGetDeviceInfo temperature [%s]", strTemp);
setThermometerData(strTemp); setThermometerData(strTemp);
bleThermometerDisconnect(); bleManagerDisconnect();
} }
@Override @Override
public void onGetDeviceInfoFailed(int status) { // 中心温度計からデータ取得エラー public void onGetDeviceInfoFailed(int status) { // bluetooth機器からデータ取得エラー
Logger.e(TAG, "onGetDeviceInfoFailed"); Logger.e(TAG, "onGetDeviceInfoFailed");
errorAfterAbookCheckAip(String.format(getString(R.string.msg_ble_connect_error), String.valueOf(status))); errorAfterAbookCheckAip(String.format(getString(R.string.msg_bluetooth_connect_error), getString(R.string.center_thermometer)));
dismissWaitngDialog(); dismissWaitngDialog();
bleThermometerDisconnect(); bleManagerDisconnect();
} }
}); });
bleManagerUtil.startDeviceInfo(); bleManagerUtil.startDeviceInfo();
/** 中心温度計デバイス関連 終了 **/ /** 中心温度計デバイス関連 終了 **/
// アダプタのインスタンスを取得
mNfcAdapter = NfcAdapter.getDefaultAdapter(this);
mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter();
if (mBluetoothAdapter == null) {
// エラー: Bluetooth なし.
}
}
@Override
protected void onResume() {
super.onResume();
} }
@Override @Override
...@@ -228,22 +288,111 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -228,22 +288,111 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
@Override @Override
public void onPause() { public void onPause() {
super.onPause(); super.onPause();
if (mNfcAdapter != null) {
// Activityがバックグラウンドになったときは、受け取らない
mNfcAdapter.disableForegroundDispatch(this);
}
}
/**
* onNewIntentよりonPauseメソッドが先に呼ばれて、
* onPause処理でnfc検知を受け取らない処理が入っているため、
* nfc検知処理を受け取らない処理を入れなくてもいい
*
* @param intent
*/
@Override
protected void onNewIntent(Intent intent) {
super.onNewIntent(intent);
String action = intent.getAction();
// nfcのみ対応、それ以外は無視
if (NfcAdapter.ACTION_TAG_DISCOVERED.equals(action)
|| NfcAdapter.ACTION_TECH_DISCOVERED.equals(action)
|| NfcAdapter.ACTION_NDEF_DISCOVERED.equals(action)) {
String txt = readFromIntent(intent);
if (txt != null) {
String[] a = txt.split("\r\n");
String[] b = a[a.length - 1].split(",");
// "date, concentration, temperature"
String result = b[1].replaceAll(" ", "");
Pattern p = Pattern.compile("^[0-9]+$");
Matcher m = p.matcher(result);
if (m.find()) {
// 数値の値
setData(result);
} else {
// 数値以外の場合、エラーと見做す
Logger.i(String.format(getString(R.string.msg_nfc_value_error), result));
errorAfterAbookCheckAip(String.format(getString(R.string.msg_nfc_value_error), result));
}
} else {
// 取得したデータがない場合、エラー表示
}
dismissWaitngDialog();
}
}
/**
* インテントからデータを読み込み、データを取得
* @param intent
* @return 変換したデータ
*/
private String readFromIntent(Intent intent) {
String action = intent.getAction();
if (NfcAdapter.ACTION_TAG_DISCOVERED.equals(action)
|| NfcAdapter.ACTION_TECH_DISCOVERED.equals(action)
|| NfcAdapter.ACTION_NDEF_DISCOVERED.equals(action)) {
Parcelable[] rawMsgs = intent.getParcelableArrayExtra(NfcAdapter.EXTRA_NDEF_MESSAGES);
NdefMessage[] msgs = null;
if (rawMsgs != null) {
msgs = new NdefMessage[rawMsgs.length];
for (int i = 0; i < rawMsgs.length; i++) {
msgs[i] = (NdefMessage) rawMsgs[i];
}
return parseNdfMessageString(msgs);
}
}
return null;
}
/**
* Ndfメッセージを文字列に変換
* @param msgs
* @return 変換したデータ
*/
private String parseNdfMessageString(NdefMessage[] msgs) {
if (msgs == null || msgs.length == 0) return null;
String text = "";
byte[] payload = msgs[0].getRecords()[0].getPayload();
String textEncoding = ((payload[0] & 128) == 0) ? "UTF-8" : "UTF-16"; // Get the Text Encoding
int languageCodeLength = payload[0] & 0063; // Get the Language Code, e.g. "en"
// String languageCode = new String(payload, 1, languageCodeLength, "US-ASCII");
try {
// Get the Text
text = new String(payload, languageCodeLength + 1, payload.length - languageCodeLength - 1, textEncoding);
} catch (UnsupportedEncodingException e) {
Logger.e("UnsupportedEncoding", e.toString());
}
return text;
} }
@Override @Override
protected void onActivityResult( int requestCode, int resultCode, Intent data ) { protected void onActivityResult( int requestCode, int resultCode, Intent data ) {
switch(requestCode) { switch(requestCode) {
case REQUEST_CODE_ENABLEBLUETOOTH_TEMPERATURE: // 中心温度計Bluetooth有効化要求 case REQUEST_CODE_ENABLEBLUETOOTH_CENTER_TEMPERATURE: // 中心温度計Bluetooth有効化要求
if( Activity.RESULT_CANCELED == resultCode ) { // 有効にされなかった if( Activity.RESULT_CANCELED == resultCode ) { // 有効にされなかった
errorAfterAbookCheckAip(getString(R.string.msg_thermometer_connect_bluetooth_no_allow)); errorAfterAbookCheckAip(String.format(getString(R.string.msg_connect_bluetooth_no_allow), getString(R.string.center_thermometer)));
return; return;
} else { } else {
setThermometerDeviceInfo(); setCenterThermometerDeviceInfo();
} }
break; break;
case REQUEST_CODE_ENABLEBLUETOOTH_OKUDAKE: // 置くだけセンサーBluetooth有効化要求 case REQUEST_CODE_ENABLEBLUETOOTH_OKUDAKE: // 置くだけセンサーBluetooth有効化要求
if( Activity.RESULT_CANCELED == resultCode ) { // 有効にされなかった if( Activity.RESULT_CANCELED == resultCode ) { // 有効にされなかった
errorAfterAbookCheckAip(getString(R.string.msg_okudake_connect_bluetooth_no_allow)); errorAfterAbookCheckAip(String.format(getString(R.string.msg_connect_bluetooth_no_allow), getString(R.string.title_okudake_sensor)));
return; return;
} else { } else {
startOkudakeBeaconScan(); startOkudakeBeaconScan();
...@@ -255,6 +404,22 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -255,6 +404,22 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
successAfterAbookCheckAip(value); successAfterAbookCheckAip(value);
} }
break; break;
case REQUEST_CODE_ENABLEBLUETOOTH_RADIATION_TEMPERATURE: // 放射温度計
if( Activity.RESULT_CANCELED == resultCode ) { // 有効にされなかった
errorAfterAbookCheckAip(String.format(getString(R.string.msg_connect_bluetooth_no_allow), getString(R.string.radiation_thermometer)));
return;
} else {
setRadiationThermometerDeviceInfo();
}
break;
case REQUEST_CODE_ENABLEBLUETOOTH_WEIGHING_MACHINE: // 定量計量器
if( Activity.RESULT_CANCELED == resultCode ) { // 有効にされなかった
errorAfterAbookCheckAip(String.format(getString(R.string.msg_connect_bluetooth_no_allow), getString(R.string.weighing_machine)));
return;
} else {
// setWeighingDeviceInfo();
}
break;
} }
super.onActivityResult( requestCode, resultCode, data ); super.onActivityResult( requestCode, resultCode, data );
} }
...@@ -263,30 +428,47 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -263,30 +428,47 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
* ABVContentViewActivityからの呼ばれるメッソドで各種デバイスとの連携 * ABVContentViewActivityからの呼ばれるメッソドで各種デバイスとの連携
* @param abookCheckParam HTML側からのパラメーター情報 * @param abookCheckParam HTML側からのパラメーター情報
*/ */
@Override
protected void getDeviceInfo(Map<String, String> abookCheckParam) { protected void getDeviceInfo(Map<String, String> abookCheckParam) {
if (abookCheckParam.containsKey(ABookKeys.TASK_DEVICE_TYPE)) { if (abookCheckParam.containsKey(ABookKeys.TASK_DEVICE_TYPE)) {
mDeviceType = Integer.valueOf(abookCheckParam.get(ABookKeys.TASK_DEVICE_TYPE)); // ディバイスのタイプ取得 mDeviceType = Integer.valueOf(abookCheckParam.get(ABookKeys.TASK_DEVICE_TYPE)); // ディバイスのタイプ取得
mQid = abookCheckParam.get(ABookKeys.TASK_QUESTION_ID); // 設問ID取得 mQid = abookCheckParam.get(ABookKeys.TASK_QUESTION_ID); // 設問ID取得
// 1:中心温度計 2:置くだけセンサー 3:バーコード // 1:中心温度計 2:置くだけセンサー 3:バーコード 4:放射温度計
if (mDeviceType == Constant.DeviceType.thermomete) { // 中心温度計 if (mDeviceType == DeviceType.centerThermomete) { // 中心温度計
setThermometerDeviceInfo(); setCenterThermometerDeviceInfo();
} else if (mDeviceType == Constant.DeviceType.sensor) { // 置くだけセンサー } else if (mDeviceType == DeviceType.sensor) { // 置くだけセンサー
String param1 = abookCheckParam.get(ABookKeys.TASK_DEVICE_TYPE_PARAM1);
String param2 = abookCheckParam.get(ABookKeys.TASK_DEVICE_TYPE_PARAM2);
if (StringUtil.isNullOrEmpty(param1) || StringUtil.isNullOrEmpty(param2)) {
// パラメータが存在しない場合
errorAfterAbookCheckAip(getString(R.string.msg_not_found_parameter));
return;
}
try { try {
mScaningDeviceId = Integer.valueOf(abookCheckParam.get(ABookKeys.TASK_DEVICE_TYPE_PARAM1)); // デバイスID取得 mScaningDeviceId = Integer.valueOf(param1); // デバイスID取得
mScaningServiceId = Integer.valueOf(abookCheckParam.get(ABookKeys.TASK_DEVICE_TYPE_PARAM2)); // ServiceId ID取得 mScaningServiceId = Integer.valueOf(param2); // ServiceId ID取得
} catch (NumberFormatException e) { } catch (NumberFormatException e) {
Logger.e("param is not Int", e); Logger.e("param is not Int", e);
errorAfterAbookCheckAip(getString(R.string.msg_okudake_fraud_parameter)); errorAfterAbookCheckAip(getString(R.string.msg_fraud_parameter));
return; return;
} }
startOkudakeBeaconScan(); startOkudakeBeaconScan();
} else if (mDeviceType == Constant.DeviceType.barcode) { // バーコード } else if (mDeviceType == DeviceType.barcode) { // バーコード
setBarcodeDeviceInfo(); setBarcodeDeviceInfo();
} else if (mDeviceType == DeviceType.radiationThermomete) { // 放射温度計
setRadiationThermometerDeviceInfo();
} else if (mDeviceType == DeviceType.weighingMachine) { // 定量計量機
String param1 = abookCheckParam.get(ABookKeys.TASK_DEVICE_TYPE_PARAM1);
String param2 = abookCheckParam.get(ABookKeys.TASK_DEVICE_TYPE_PARAM2);
setWeighingDeviceInfo(param1, param2);
} else if (mDeviceType == DeviceType.nfc) {
setNfcDeviceInfo();
} else { } else {
Logger.e("外部デバイスタイプ不正 deviceType = " + mDeviceType); Logger.e("外部デバイスタイプ不正 deviceType = " + mDeviceType);
} }
...@@ -296,6 +478,19 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -296,6 +478,19 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
} }
/** /**
* HTML側に中心温度計からのデータを転送する
* @param strTemp デバイスから受信された値
*/
public void setData(final String strTemp) {
Logger.i("setData");
JSONObject nfcDataJson = new JSONObject();
nfcDataJson.put(ABookKeys.TASK_QUESTION_ID, mQid);
nfcDataJson.put("value", strTemp);
afterABookCheckApi(mCmd, "", 0, "", nfcDataJson.toString());
}
/**
* 置くだけセンサースキャン開始 * 置くだけセンサースキャン開始
*/ */
private void startOkudakeBeaconScan() { private void startOkudakeBeaconScan() {
...@@ -309,7 +504,7 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -309,7 +504,7 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
//端末側の位置情報許可チェック //端末側の位置情報許可チェック
if (gpsEnabled || secureLocationGpsEnabled) { if (gpsEnabled || secureLocationGpsEnabled) {
ABookPermissionHelper helper = new ABookPermissionHelper(this, Constant.ABookPermissionType.AccessFineLocation, null); ABookPermissionHelper helper = new ABookPermissionHelper(this, ABookPermissionType.AccessFineLocation, null);
//アプリ側の位置情報許可チェック(置くだけセンサーとLinkingアプリの通信できないため) //アプリ側の位置情報許可チェック(置くだけセンサーとLinkingアプリの通信できないため)
if (helper.checkMultiPermissions(true)) { if (helper.checkMultiPermissions(true)) {
...@@ -352,12 +547,22 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -352,12 +547,22 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
@Override @Override
public void onClick(DialogInterface dialog, int which) { public void onClick(DialogInterface dialog, int which) {
switch (mDeviceType) { switch (mDeviceType) {
case Constant.DeviceType.thermomete: case DeviceType.centerThermomete:
bleThermometerDisconnect(); // 中心温度計接続切断 case DeviceType.radiationThermomete:
bleManagerDisconnect(); // 中心温度計接続切断
break; break;
case Constant.DeviceType.sensor: case DeviceType.sensor:
stopOkudakeBeaconScan(); // 置くだけセンサースキャン中止 stopOkudakeBeaconScan(); // 置くだけセンサースキャン中止
break; break;
case DeviceType.weighingMachine:
if (mReceiveTask != null) {
mReceiveTask.finish();
}
break;
case DeviceType.nfc: // nfc
// Activityがバックグラウンドになったときは、受け取らない
mNfcAdapter.disableForegroundDispatch(ABVCheckContentViewActivity.this);
break;
} }
successAfterAbookCheckAip(""); successAfterAbookCheckAip("");
mWaitingDialog = null; mWaitingDialog = null;
...@@ -378,24 +583,180 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -378,24 +583,180 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
/** /**
* BLEディバイスの中心温度計の情報取得 * BLEディバイスの中心温度計の情報取得
*/ */
private void setThermometerDeviceInfo() { private void setCenterThermometerDeviceInfo() {
if (requestBluetoothFeature(REQUEST_CODE_ENABLEBLUETOOTH_TEMPERATURE)) { //端末のBluetooth設定を確認 if (requestBluetoothFeature(REQUEST_CODE_ENABLEBLUETOOTH_CENTER_TEMPERATURE)) { //端末のBluetooth設定を確認
String deviceAddress = getUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_ADDRESS, "");
String deviceAddress = getABVUIDataCache().getPairingBluetoothDeviceAddress(DeviceType.centerThermomete);
if (deviceAddress.length() > 0) { //登録されている中心温度計がある if (StringUtil.isNullOrEmpty(deviceAddress)) {
showWaitingDialog(getString(R.string.set_pairing_central_thermometer), getString(R.string.ble_connecting)); // 登録されている中心温度計がない場合
bleManagerUtil.mDeviceAddress = deviceAddress; errorAfterAbookCheckAip(String.format(getString(R.string.msg_pairing_device_no_info), getString(R.string.center_thermometer)));
// 接続
bleManagerUtil.connect(); return; // 以下の処理にかからないようにreturnする
} else { //登録されている中心温度計がない
errorAfterAbookCheckAip(getString(R.string.msg_no_device_info));
setThermometerData("");
} }
// 登録されている中心温度計がある
showWaitingDialog(getString(R.string.center_thermometer), getString(R.string.ble_connecting));
// 接続
bleManagerUtil.connect(DeviceType.centerThermomete, deviceAddress);
} }
} }
/** /**
* BLEディバイスの放射温度計の情報取得
*/
private void setRadiationThermometerDeviceInfo() {
if (requestBluetoothFeature(REQUEST_CODE_ENABLEBLUETOOTH_RADIATION_TEMPERATURE)) { //端末のBluetooth設定を確認
String deviceAddress = getABVUIDataCache().getPairingBluetoothDeviceAddress(DeviceType.radiationThermomete);
if (StringUtil.isNullOrEmpty(deviceAddress)) {
// 登録されている放射温度計がない場合
errorAfterAbookCheckAip(String.format(getString(R.string.msg_pairing_device_no_info), getString(R.string.radiation_thermometer)));
return; // 以下の処理にかからないようにreturnする
}
// 登録されている放射温度計がある
showWaitingDialog(getString(R.string.radiation_thermometer), getString(R.string.ble_connecting));
// 接続
bleManagerUtil.connect(DeviceType.radiationThermomete, deviceAddress);
}
}
private void setWeighingDeviceInfo(String param1, String param2) {
if (StringUtil.isNullOrEmpty(param1) || StringUtil.isNullOrEmpty(param2)) {
// パラメータが存在しない場合
errorAfterAbookCheckAip(getString(R.string.msg_not_found_parameter));
return;
}
Integer intParam1;
Integer intParam2;
try {
// intergerに変換
intParam1 = Integer.valueOf(param1);
intParam2 = Integer.valueOf(param2);
} catch (NumberFormatException e) {
// 変換時、数字フォーマットではない場合エラー
Logger.e("param is not Int", e);
errorAfterAbookCheckAip(getString(R.string.msg_fraud_parameter));
return;
}
// BluetoothReceiveTaskで使用するためにfinalに代入
final Integer startIndex = intParam1;
final Integer endIndex = intParam2;
if (requestBluetoothFeature(REQUEST_CODE_ENABLEBLUETOOTH_WEIGHING_MACHINE)) { //端末のBluetooth設定を確認
// final String deviceAddress = getABVUIDataCache().getPairingBluetoothDeviceAddress(DeviceType.weighingMachine);
// if (StringUtil.isNullOrEmpty(deviceAddress)) {
// // 登録されている定量計量器がない場合
// errorAfterAbookCheckAip(String.format(getString(R.string.msg_pairing_device_no_info), getString(R.string.weighing_machine)));
// return; // 以下の処理にかからないようにreturnする
// }
// 登録されている定量計量器がある
showWaitingDialog(getString(R.string.weighing_machine), getString(R.string.ble_connecting));
// 接続
CommonExecutor.execute(new Runnable() {
@Override
public void run() {
BluetoothDevice bluetoothDevice = mBluetoothAdapter.getRemoteDevice(deviceAddress);
if (bluetoothDevice != null) {
mBluetoothConnectThread = new BluetoothConnectThread(bluetoothDevice, new BluetoothConnectThread.bluetoothConnectThreadListener() {
@Override
public void onConnect(BluetoothSocket socket) {
// 接続完了後、処理
if (mWaitingDialog != null) {
handler.post(new Runnable() {
@Override
public void run() {
mWaitingDialog.setMessage(String.format(getString(R.string.msg_ble_connect_success), getString(R.string.weighing_machine)));
}
});
}
mReceiveTask = new BluetoothReceiveTask(getApplicationContext(), socket, startIndex, endIndex, new BluetoothReceiveTask.BluetoothReceiveTaskListener() {
@Override
public void onGetData(String result) {
Logger.i(TAG, "result : " + result);
setWeighingMachineData(result);
}
@Override
public void onFail() {
errorWeighingMachine();
}
});
mReceiveTask.start();
}
@Override
public void onFail() {
errorWeighingMachine();
}
});
// bluetooth接続スレッド処理開始
mBluetoothConnectThread.start();
}
}
});
}
}
/**
* nfcデータ受信できるようにセット
*/
private void setNfcDeviceInfo() {
if (mNfcAdapter == null) {
// 登録されている定量計量器がない場合
errorAfterAbookCheckAip(String.format(getString(R.string.msg_no_support_nfc), getString(R.string.weighing_machine)));
return; // 以下の処理にかからないようにreturnする
}
// 端末のNFC設定が無効の場合
if (!mNfcAdapter.isEnabled()) {
// nfc設定画面へ遷移確認ダイアログ表示
showNfcSettingDialog();
return;
}
// NFCがかざされたときの設定
Intent intent = new Intent(this, this.getClass());
intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
// ほかのアプリを開かないようにする
PendingIntent pendingIntent = PendingIntent.getActivity(getApplicationContext(), 0, intent, 0);
// nfcアダプタのフォアグラウンドディスパッチを有効(onNewIntentメソッドからnfc検知を行う)
mNfcAdapter.enableForegroundDispatch(this, pendingIntent, null, null);
showWaitingDialog("aa", "bb");
}
/**
* 端末のNFC設定確認
*/
private void showNfcSettingDialog() {
ABookAlertDialog alertDialog = AlertDialogUtil.createAlertDialog(this, "NFC");
alertDialog.setMessage(getString(R.string.msg_no_nfc_setting));
alertDialog.setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int whichButton) {
startActivity(new Intent(Settings.ACTION_NFC_SETTINGS));
}
});
alertDialog.setNegativeButton(R.string.cancel, null);
alertDialog.show();
}
private void errorWeighingMachine() {
if (mReceiveTask != null) {
mReceiveTask.finish();
}
errorAfterAbookCheckAip(getString(R.string.msg_dis_connect_error));
mWaitingDialog.dismiss();
}
/**
* Android端末のBluetooth機能の有効化要求 * Android端末のBluetooth機能の有効化要求
* @return true:bluetooth ON, false:bluetooth OFF * @return true:bluetooth ON, false:bluetooth OFF
*/ */
...@@ -426,10 +787,27 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -426,10 +787,27 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
Logger.v(TAG, "thermometer JSON [%s]", thermometerDataJson.toString()); Logger.v(TAG, "thermometer JSON [%s]", thermometerDataJson.toString());
} }
/**
* HTML側に定量計量器からのデータを転送する
* @param strData デバイスから受信された値
*/
public void setWeighingMachineData(final String strData) {
Logger.v(TAG, "WeighingMachine [%s]", strData);
JSONObject weighingMachineDataJson = new JSONObject();
weighingMachineDataJson.put(ABookKeys.TASK_QUESTION_ID, mQid);
weighingMachineDataJson.put("value", strData);
afterABookCheckApi(mCmd, "", 0, "", weighingMachineDataJson.toString());
mReceiveTask.finish();
// 閉じる
dismissWaitngDialog();
}
/** /**
* 中心温度計の接続を切る * 中心温度計の接続を切る
*/ */
protected void bleThermometerDisconnect() { protected void bleManagerDisconnect() {
bleManagerUtil.disconnect(); bleManagerUtil.disconnect();
} }
...@@ -438,7 +816,7 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity { ...@@ -438,7 +816,7 @@ public class ABVCheckContentViewActivity extends ABVContentViewActivity {
*/ */
private void setBarcodeDeviceInfo() { private void setBarcodeDeviceInfo() {
//カメラパーミッションチェック //カメラパーミッションチェック
ABookPermissionHelper helper = new ABookPermissionHelper(ABVCheckContentViewActivity.this, Constant.ABookPermissionType.Camera, null); ABookPermissionHelper helper = new ABookPermissionHelper(ABVCheckContentViewActivity.this, ABookPermissionType.Camera, null);
if (!helper.checkMultiPermissions(true)) { if (!helper.checkMultiPermissions(true)) {
Logger.w(TAG,"startCameraIntent Camera Permission false"); Logger.w(TAG,"startCameraIntent Camera Permission false");
return; return;
......
...@@ -57,8 +57,17 @@ public interface AppDefType { ...@@ -57,8 +57,17 @@ public interface AppDefType {
String RESOURCE_PATTERN_TYPE = "resourcePatternType"; // 文言リソースパターン String RESOURCE_PATTERN_TYPE = "resourcePatternType"; // 文言リソースパターン
String BLUETOOTH_DEVICE_TEMPERATURE_NAME = "bleDeviceTemperatureName"; // 温度計機器の名 // 中心温度計
String BLUETOOTH_DEVICE_TEMPERATURE_ADDRESS = "bleDeviceTemperatureAddress"; // 温度計機器のアドレス String BLE_DEVICE_CENTER_TEMPERATURE_NAME = "bleDeviceCenterTemperatureName"; // 中心温度計機器の名
String BLE_DEVICE_CENTER_TEMPERATURE_ADDRESS = "bleDeviceCenterTemperatureAddress"; // 中心温度計機器のアドレス
// 放射温度計
String BLE_DEVICE_RADIATION_TEMPERATURE_NAME = "bleDeviceRadiationTemperatureName"; // 放射温度計機器の名
String BLE_DEVICE_RADIATION_TEMPERATURE_ADDRESS = "bleDeviceRadiationTemperatureAddress"; // 放射温度計機器のアドレス
// 定量計量器
String BLUETOOTH_DEVICE_WEIGHING_MACHINE_NAME = "bluetoothDeviceWeighingMachineName"; // 定量軽量器の名
String BLUETOOTH_DEVICE_WEIGHING_MACHINE_ADDRESS = "bluetoothDeviceWeighingMachineAddress"; // 定量軽量器のアドレス
String MASTER_DATA_FETCH_DATE = "masterDataFetchDate"; // マスタデータのFetchDate String MASTER_DATA_FETCH_DATE = "masterDataFetchDate"; // マスタデータのFetchDate
} }
......
...@@ -35,7 +35,6 @@ import jp.agentec.abook.abv.bl.acms.type.AcmsApis; ...@@ -35,7 +35,6 @@ import jp.agentec.abook.abv.bl.acms.type.AcmsApis;
import jp.agentec.abook.abv.bl.common.ABVEnvironment; import jp.agentec.abook.abv.bl.common.ABVEnvironment;
import jp.agentec.abook.abv.bl.common.CommonExecutor; import jp.agentec.abook.abv.bl.common.CommonExecutor;
import jp.agentec.abook.abv.bl.common.Constant; import jp.agentec.abook.abv.bl.common.Constant;
import jp.agentec.abook.abv.bl.common.constant.ABookKeys;
import jp.agentec.abook.abv.bl.common.log.Logger; import jp.agentec.abook.abv.bl.common.log.Logger;
import jp.agentec.abook.abv.bl.data.ABVDataCache; import jp.agentec.abook.abv.bl.data.ABVDataCache;
import jp.agentec.abook.abv.bl.dto.MemberInfoDto; import jp.agentec.abook.abv.bl.dto.MemberInfoDto;
...@@ -49,12 +48,10 @@ import jp.agentec.abook.abv.launcher.android.OnAppDownloadReceiver; ...@@ -49,12 +48,10 @@ import jp.agentec.abook.abv.launcher.android.OnAppDownloadReceiver;
import jp.agentec.abook.abv.launcher.android.R; import jp.agentec.abook.abv.launcher.android.R;
import jp.agentec.abook.abv.ui.common.appinfo.AppDefType; import jp.agentec.abook.abv.ui.common.appinfo.AppDefType;
import jp.agentec.abook.abv.ui.common.appinfo.AppDefType.UserPrefKey; import jp.agentec.abook.abv.ui.common.appinfo.AppDefType.UserPrefKey;
import jp.agentec.abook.abv.ui.common.appinfo.options.Options;
import jp.agentec.abook.abv.ui.common.dialog.ABookAlertDialog; import jp.agentec.abook.abv.ui.common.dialog.ABookAlertDialog;
import jp.agentec.abook.abv.ui.common.helper.ProgressDialogHelper; import jp.agentec.abook.abv.ui.common.helper.ProgressDialogHelper;
import jp.agentec.abook.abv.ui.common.util.ABVToastUtil; import jp.agentec.abook.abv.ui.common.util.ABVToastUtil;
import jp.agentec.abook.abv.ui.common.util.AlertDialogUtil; import jp.agentec.abook.abv.ui.common.util.AlertDialogUtil;
import jp.agentec.abook.abv.ui.common.util.PatternStringUtil;
import jp.agentec.abook.abv.ui.home.helper.ABookPermissionHelper; import jp.agentec.abook.abv.ui.home.helper.ABookPermissionHelper;
import jp.agentec.adf.util.DateTimeFormat; import jp.agentec.adf.util.DateTimeFormat;
import jp.agentec.adf.util.DateTimeUtil; import jp.agentec.adf.util.DateTimeUtil;
...@@ -91,7 +88,8 @@ public class ABookSettingFragment extends PreferenceFragment { ...@@ -91,7 +88,8 @@ public class ABookSettingFragment extends PreferenceFragment {
private SharedPreferences pref; private SharedPreferences pref;
// 機器連携 // 機器連携
private static final String SET_PAIRING = "setPairing"; private static final String SET_CHINO_PAIRING = "setChinoPairing";
private static final String SET_SPP_PAIRING = "setSppPairing";
@Override @Override
public void onCreate(Bundle savedInstanceState) { public void onCreate(Bundle savedInstanceState) {
...@@ -475,16 +473,32 @@ public class ABookSettingFragment extends PreferenceFragment { ...@@ -475,16 +473,32 @@ public class ABookSettingFragment extends PreferenceFragment {
// 機器連携のペアリング設定 // 機器連携のペアリング設定
private void setPairingSetting() { private void setPairingSetting() {
PreferenceGroup devicePairing = (PreferenceGroup) findPreference(SET_PAIRING); PreferenceGroup chinoDevicePairing = (PreferenceGroup) findPreference(SET_CHINO_PAIRING);
devicePairing.setOnPreferenceClickListener(new OnPreferenceClickListener() { chinoDevicePairing.setOnPreferenceClickListener(new OnPreferenceClickListener() {
@Override @Override
public boolean onPreferenceClick(Preference preference) { public boolean onPreferenceClick(Preference preference) {
try { try {
// ペアリング設定画面 // ペアリング設定画面
Intent intent = new Intent(); Intent intent = new Intent();
intent.setClass(getActivity(), PairingSettingActivity.class); intent.setClass(getActivity(), BlePairingSettingActivity.class);
intent.putExtra("beforeView", SET_PAIRING); startActivity(intent);
} catch (Exception e) {
Logger.e(TAG, e);
}
return true;
}
});
PreferenceGroup yamotoDevicePairing = (PreferenceGroup) findPreference(SET_SPP_PAIRING);
yamotoDevicePairing.setOnPreferenceClickListener(new OnPreferenceClickListener() {
@Override
public boolean onPreferenceClick(Preference preference) {
try {
// ペアリング設定画面
Intent intent = new Intent();
intent.setClass(getActivity(), BluetoothPairingSettingActivity.class);
startActivity(intent); startActivity(intent);
} catch (Exception e) { } catch (Exception e) {
Logger.e(TAG, e); Logger.e(TAG, e);
......
package jp.agentec.abook.abv.ui.home.activity;
import android.app.Activity;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.le.BluetoothLeScanner;
import android.bluetooth.le.ScanCallback;
import android.bluetooth.le.ScanResult;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.location.LocationManager;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.provider.Settings;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Button;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import jp.agentec.abook.abv.bl.common.Constant;
import jp.agentec.abook.abv.bl.common.Constant.DeviceType;
import jp.agentec.abook.abv.bl.common.log.Logger;
import jp.agentec.abook.abv.bl.dto.BluetoothPairingDeviceInfoDto;
import jp.agentec.abook.abv.cl.util.BleManagerUtil;
import jp.agentec.abook.abv.launcher.android.R;
import jp.agentec.abook.abv.ui.common.activity.ABVUIActivity;
import jp.agentec.abook.abv.ui.common.util.ABVToastUtil;
import jp.agentec.abook.abv.ui.home.adapter.BleListAdapter;
import jp.agentec.abook.abv.ui.home.adapter.BleListRowData;
import jp.agentec.abook.abv.ui.home.adapter.common.SectionHeaderData;
import jp.agentec.abook.abv.ui.home.helper.ABookPermissionHelper;
import jp.agentec.adf.util.CollectionUtil;
public class BlePairingSettingActivity extends ABVUIActivity {
private static final String TAG = "BlePairingSettingActivity";
// 定数
private static final int REQUEST_ENABLEBLUETOOTH = 1; // Bluetooth機能の有効化要求時の識別コード
private static final long SCAN_PERIOD = 20000; // スキャン時間。単位はミリ秒。
// メンバー変数
private Handler mHandler; // UIスレッド操作ハンドラ : 「一定時間後にスキャンをやめる処理」で必要
private boolean mScanning = false; // スキャン中かどうかのフラグ
private Button mButton_Scan;
private BleManagerUtil bleManagerUtil;
private BleListAdapter mBleListAdapter; // Adapter
private List<BluetoothDevice> mScanDeviceInfoList = new ArrayList<BluetoothDevice>();
private List<String> mSavedDeviceAddressList = new ArrayList<String>(); //登録した端末アドレス
// デバイススキャンコールバック
private ScanCallback mLeScanCallback = new ScanCallback() {
// スキャンに成功(アドバタイジングは一定間隔で常に発行されているため、本関数は一定間隔で呼ばれ続ける)
@Override
public void onScanResult( int callbackType, final ScanResult result ) {
super.onScanResult( callbackType, result );
runOnUiThread( new Runnable() {
@Override
public void run() {
BluetoothDevice device = result.getDevice();
Logger.d("mScanCallback device.getName() = " + device.getName());
// 識別商品名に絞る
if(device.getName() != null && (device.getName().startsWith("MF500") || device.getName().startsWith("IR-TB"))) {
if (!mSavedDeviceAddressList.contains(device.getAddress())) { //登録されたデバイスの場合、スキャン情報から除外する。
boolean isAdd = true;
for (BluetoothDevice savedDevice : mScanDeviceInfoList) {
if (savedDevice.getAddress().equals(device.getAddress())) {
// スキャンされたデバイス情報リストから一つでも一致する場合、既にスキャンされたと見做し追加しない。
isAdd = false;
}
}
if (isAdd) {
mScanDeviceInfoList.add(device);
}
reloadListView();
}
Logger.d("device.getName() = " + device.getName() + "device.getAddress() = " + device.getAddress() );
}
}
} );
}
// スキャンに失敗
@Override
public void onScanFailed( int errorCode ) {
super.onScanFailed( errorCode );
}
};
@Override
protected void onCreate(Bundle savedInstanceState) {
Logger.i(TAG, "onCreate");
super.onCreate(savedInstanceState);
setContentView(R.layout.pairing_setting);
TextView deviceTitle = (TextView) findViewById(R.id.device_toolbar_title);
deviceTitle.setText(getString(R.string.chino_machine));
// 戻り値の初期化
setResult( Activity.RESULT_CANCELED );
List<SectionHeaderData> sectionList = getSectionListInfo();
List<List<BleListRowData>> rowList = getRowListInfo();
mBleListAdapter = new BleListAdapter( this, sectionList, rowList, new BleListAdapter.BleListAdapterListener() { // ビューアダプターの初期化
@Override
public void onDeleteConnectInfo(BleListRowData rowData) { // 登録されたデバイス情報削除
Logger.i(rowData.deviceAddress);
Integer deviceType = null;
if (rowData.title.startsWith("MF500")) {
deviceType = DeviceType.centerThermomete;
} else if (rowData.title.startsWith("IR-TB")) {
deviceType = DeviceType.radiationThermomete;
}
if (deviceType != null) {
// 機器連携の情報をローカルに削除する。
getABVUIDataCache().removePairingBluetoothDeviceInfo(deviceType);
}
// 保存済みのアドレスを管理するメンバー変数も削除
mSavedDeviceAddressList.remove(rowData.deviceAddress);
reloadListView();
//スキャン実行中ではない場合はスキャン実行
if (!mScanning) {
startScan();
}
}
});
// Bluetoothと接続処理する
bleManagerUtil = new BleManagerUtil(this, null);
bleManagerUtil.startDeviceInfo();
// bleManagerUtil.mBluetoothAdapter.startDiscovery();
ListView listView = (ListView) findViewById(R.id.devicelist); // リストビューの取得
listView.setAdapter(mBleListAdapter); // リストビューにビューアダプターをセット
listView.setOnItemClickListener(new AdapterView.OnItemClickListener() {
@Override
public void onItemClick(AdapterView<?> parent, View view, int position,
long id) {
Logger.d(TAG, "position = " + position);
BleListRowData bleListRowData = (BleListRowData)parent.getItemAtPosition(position);
// 既に保存されてる場合は何もしない
if (!bleListRowData.isSaved) {
localSaveDeviceInfo(bleListRowData);
}
}
});
// Reload Button
mButton_Scan = (Button)findViewById( R.id.btn_reload );
mButton_Scan.setAllCaps(false);
mButton_Scan.setText(getString(R.string.pairing_search_scan));
mButton_Scan.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
if (mScanning) {
stopScan();
} else {
startScan();
}
}
});
// UIスレッド操作ハンドラの作成(「一定時間後にスキャンをやめる処理」で使用する)
mHandler = new Handler();
}
// 初回表示時、および、ポーズからの復帰時
@Override
protected void onResume() {
super.onResume();
//画面表示時にスキャン実行
startScan();
}
// 別のアクティビティ(か別のアプリ)に移行したことで、バックグラウンドに追いやられた時
@Override
protected void onPause() {
super.onPause();
// スキャンの停止
stopScan();
}
// 機能の有効化ダイアログの操作結果
// 機能の有効化ダイアログの操作結果
@Override
protected void onActivityResult( int requestCode, int resultCode, Intent data ) {
switch (requestCode) {
case REQUEST_ENABLEBLUETOOTH: // Bluetooth有効化要求
if( Activity.RESULT_CANCELED == resultCode ) { // 有効にされなかった
ABVToastUtil.showMakeText(getApplicationContext(), getString(R.string.msg_scan_bluetooth_no_allow), Toast.LENGTH_SHORT);
return;
}
break;
}
super.onActivityResult( requestCode, resultCode, data );
}
// スキャンの開始
private void startScan() {
//BlueTooth許可チェック
if (!requestBluetoothFeature()) return;
LocationManager lm = (LocationManager) this.getSystemService(this.LOCATION_SERVICE);
boolean gpsEnabled = false;
if (lm != null) {
gpsEnabled = lm.isProviderEnabled(LocationManager.GPS_PROVIDER);
} else {
Logger.w(TAG, "LocationManager is null");
}
// GPSの状態を取得(getSystemtServiceからのGPS ON/OFF取得が取れない場合があるため、secureで取得したgpsも判定するため)
final boolean secureLocationGpsEnabled = android.provider.Settings.Secure.getString(getContentResolver(), Settings.Secure.LOCATION_PROVIDERS_ALLOWED).contains("gps");
//端末側の位置情報許可チェック
if (!(gpsEnabled || secureLocationGpsEnabled)) {
showSimpleAlertDialog(R.string.chino_machine, R.string.msg_location_device_no_allow);
return;
}
ABookPermissionHelper helper = new ABookPermissionHelper(this, Constant.ABookPermissionType.AccessFineLocation, null);
//アプリ側の位置情報許可チェック(置くだけセンサーとLinkingアプリの通信できないため)
if (!helper.checkMultiPermissions(true)) return;
// BluetoothLeScannerの取得
// ※Runnableオブジェクト内でも使用できるようfinalオブジェクトとする。
BluetoothLeScanner scanner = null;
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.LOLLIPOP) {
scanner = bleManagerUtil.mBluetoothAdapter.getBluetoothLeScanner();
}
if (scanner == null) {
return;
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
scanner.startScan(mLeScanCallback);
}
// スキャン開始(一定時間後にスキャン停止する)
mHandler.postDelayed( new Runnable() {
@Override
public void run() {
stopScan();
Logger.d(TAG, "scan in 20 sec");
}
}, SCAN_PERIOD );
mScanning = true;
mButton_Scan.setText(getString(R.string.pairing_search_stop));
reloadListView();
Logger.d(TAG, "start scan !!");
}
// スキャンの停止
private void stopScan() {
// 一定期間後にスキャン停止するためのHandlerのRunnableの削除
mHandler.removeCallbacksAndMessages( null );
// BluetoothLeScannerの取得
BluetoothLeScanner scanner = null;
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.LOLLIPOP) {
scanner = bleManagerUtil.mBluetoothAdapter.getBluetoothLeScanner();
}
if(scanner == null) {
return;
}
mScanning = false;
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
scanner.stopScan( mLeScanCallback );
}
mButton_Scan.setText(getString(R.string.pairing_search_scan));
reloadListView();
Logger.d(TAG, "stop scan !!");
}
private void localSaveDeviceInfo(BleListRowData bleListRowData) {
// アドレスが保存されてる場合無視
if (!mSavedDeviceAddressList.contains(bleListRowData.deviceAddress)) {
mSavedDeviceAddressList.add(bleListRowData.deviceAddress);
BluetoothPairingDeviceInfoDto pairingDeviceInfo = new BluetoothPairingDeviceInfoDto();
if (bleListRowData.title.startsWith("MF500")) {
// デバイス名がMF500から始まると中心温度計と見做す。
pairingDeviceInfo.deviceType = DeviceType.centerThermomete;
} else if (bleListRowData.title.startsWith("IR-TB")) {
// デバイス名がIR-TBから始まると放射温度計と見做す。
pairingDeviceInfo.deviceType = DeviceType.radiationThermomete;
}
// 上記のdeviceTypeがセットされた場合のみ、ローカルのxmlに保存する
if (pairingDeviceInfo.deviceType != null) {
pairingDeviceInfo.deviceName = bleListRowData.title;
pairingDeviceInfo.deviceAddress = bleListRowData.deviceAddress;
// 機器連携の情報をローカルに保存する。
getABVUIDataCache().setPairingBluetoothDeviceInfo(pairingDeviceInfo);
}
// スキャンされた情報から保存されたのでdeviceは削除
for (BluetoothDevice savedScanDevice : mScanDeviceInfoList) {
if (savedScanDevice.getAddress().equals(bleListRowData.deviceAddress)) {
mScanDeviceInfoList.remove(savedScanDevice);
break;
}
}
//画面リロード
reloadListView();
}
}
// 閉じるボタンの処理
public void onClickCloseView(View v) {
finish();
}
/**
* ListViewのSectionデータを作成する。
* @return Rowデータリスト
*/
private List<SectionHeaderData> getSectionListInfo() {
List<SectionHeaderData> sectionList = new ArrayList<>();
List<BluetoothPairingDeviceInfoDto> bluetoothPairingInfoDtoList = getABVUIDataCache().getPairingBluetoothDeviceInfoList(Arrays.asList(DeviceType.centerThermomete, DeviceType.radiationThermomete));
if (CollectionUtil.isNotEmpty(bluetoothPairingInfoDtoList)) {
for (BluetoothPairingDeviceInfoDto bluetoothPairingDeviceInfoDto : bluetoothPairingInfoDtoList) {
// ペアリング情報が既に保存されてる場合はヘッダー情報を各機器毎に追加する
if (bluetoothPairingDeviceInfoDto.deviceType.equals(DeviceType.centerThermomete)) {
sectionList.add(new SectionHeaderData(String.format(getString(R.string.pairing_save_machine), getString(R.string.center_thermometer))));
} else if (bluetoothPairingDeviceInfoDto.deviceType.equals(DeviceType.radiationThermomete)) {
sectionList.add(new SectionHeaderData(String.format(getString(R.string.pairing_save_machine), getString(R.string.radiation_thermometer))));
}
}
}
// その他のヘッダー情報追加
sectionList.add(new SectionHeaderData(String.format(getString(mScanning ? R.string.pairing_other_machine_searching : R.string.pairing_other_machine), getString(R.string.chino_machine))));
return sectionList;
}
/**
* ListViewのRowデータを作成する。
* @return Rowデータリスト
*/
private List<List<BleListRowData>> getRowListInfo() {
List<List<BleListRowData>> rowList = new ArrayList<List<BleListRowData>>();
// 引数で指定したタイプリストのペアリング情報を取得
List<BluetoothPairingDeviceInfoDto> bluetoothPairingInfoDtoList = getABVUIDataCache().getPairingBluetoothDeviceInfoList(Arrays.asList(DeviceType.centerThermomete, DeviceType.radiationThermomete));
if (CollectionUtil.isNotEmpty(bluetoothPairingInfoDtoList)) {
for (BluetoothPairingDeviceInfoDto bluetoothPairingDeviceInfoDto : bluetoothPairingInfoDtoList) {
List<BleListRowData> rowDataList = new ArrayList<BleListRowData>();
BleListRowData rowData = new BleListRowData(bluetoothPairingDeviceInfoDto.deviceName, bluetoothPairingDeviceInfoDto.deviceAddress, true);
rowDataList.add(rowData);
rowList.add(rowDataList);
// 保存された情報であれば、メンバー変数で管理するため、listに追加、既に存在する場合は何もしない
if (!mSavedDeviceAddressList.contains(bluetoothPairingDeviceInfoDto.deviceAddress)) {
mSavedDeviceAddressList.add(bluetoothPairingDeviceInfoDto.deviceAddress);
}
}
}
if (mScanDeviceInfoList.size() == 0) {
List<BleListRowData> scanRowDataList = new ArrayList<BleListRowData>();
BleListRowData scanRowData = new BleListRowData("" , "" );
scanRowDataList.add(scanRowData);
rowList.add(scanRowDataList);
} else {
List<BleListRowData> scanRowDataList = new ArrayList<BleListRowData>();
for (BluetoothDevice bleDevice : mScanDeviceInfoList) {
BleListRowData scanRowData = new BleListRowData(bleDevice.getName(), bleDevice.getAddress(), false);
scanRowDataList.add(scanRowData);
}
rowList.add(scanRowDataList);
}
return rowList;
}
/**
* ListViewをリロードする。
*/
private void reloadListView() {
List<SectionHeaderData> sectionList = getSectionListInfo();
List<List<BleListRowData>> rowList = getRowListInfo();
mBleListAdapter.setItem(sectionList, rowList);
}
// デバイスのBluetooth機能の有効化要求
private boolean requestBluetoothFeature() {
if(bleManagerUtil.mBluetoothAdapter.isEnabled()) {
return true;
}
// デバイスのBluetooth機能が有効になっていないときは、有効化要求(ダイアログ表示)
Intent enableBtIntent = new Intent( BluetoothAdapter.ACTION_REQUEST_ENABLE );
startActivityForResult( enableBtIntent, REQUEST_ENABLEBLUETOOTH );
return false;
}
}
...@@ -6,7 +6,8 @@ import android.bluetooth.BluetoothDevice; ...@@ -6,7 +6,8 @@ import android.bluetooth.BluetoothDevice;
import android.bluetooth.le.BluetoothLeScanner; import android.bluetooth.le.BluetoothLeScanner;
import android.bluetooth.le.ScanCallback; import android.bluetooth.le.ScanCallback;
import android.bluetooth.le.ScanResult; import android.bluetooth.le.ScanResult;
import android.content.DialogInterface; import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent; import android.content.Intent;
import android.location.LocationManager; import android.location.LocationManager;
import android.os.Build; import android.os.Build;
...@@ -21,47 +22,39 @@ import android.widget.TextView; ...@@ -21,47 +22,39 @@ import android.widget.TextView;
import android.widget.Toast; import android.widget.Toast;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Arrays;
import java.util.List; import java.util.List;
import jp.agentec.abook.abv.bl.common.Constant; import jp.agentec.abook.abv.bl.common.Constant;
import jp.agentec.abook.abv.bl.common.Constant.DeviceType;
import jp.agentec.abook.abv.bl.common.log.Logger; import jp.agentec.abook.abv.bl.common.log.Logger;
import jp.agentec.abook.abv.bl.dto.BluetoothPairingDeviceInfoDto;
import jp.agentec.abook.abv.cl.util.BleManagerUtil; import jp.agentec.abook.abv.cl.util.BleManagerUtil;
import jp.agentec.abook.abv.cl.util.PreferenceUtil;
import jp.agentec.abook.abv.launcher.android.R; import jp.agentec.abook.abv.launcher.android.R;
import jp.agentec.abook.abv.ui.common.activity.ABVUIActivity; import jp.agentec.abook.abv.ui.common.activity.ABVUIActivity;
import jp.agentec.abook.abv.ui.common.appinfo.AppDefType;
import jp.agentec.abook.abv.ui.common.dialog.ABookAlertDialog;
import jp.agentec.abook.abv.ui.common.util.ABVToastUtil; import jp.agentec.abook.abv.ui.common.util.ABVToastUtil;
import jp.agentec.abook.abv.ui.common.util.AlertDialogUtil;
import jp.agentec.abook.abv.ui.home.adapter.BleListAdapter; import jp.agentec.abook.abv.ui.home.adapter.BleListAdapter;
import jp.agentec.abook.abv.ui.home.adapter.BleListRowData; import jp.agentec.abook.abv.ui.home.adapter.BleListRowData;
import jp.agentec.abook.abv.ui.home.adapter.common.SectionHeaderData; import jp.agentec.abook.abv.ui.home.adapter.common.SectionHeaderData;
import jp.agentec.abook.abv.ui.home.helper.ABookPermissionHelper; import jp.agentec.abook.abv.ui.home.helper.ABookPermissionHelper;
import jp.agentec.adf.util.CollectionUtil;
public class PairingSettingActivity extends ABVUIActivity { public class BlePairingSettingActivity extends ABVUIActivity {
private static final String TAG = "PairingSettingActivity"; private static final String TAG = "BlePairingSettingActivity";
// 定数 // 定数
private static final int REQUEST_ENABLEBLUETOOTH = 1; // Bluetooth機能の有効化要求時の識別コード private static final int REQUEST_ENABLEBLUETOOTH = 1; // Bluetooth機能の有効化要求時の識別コード
private static final long SCAN_PERIOD = 20000; // スキャン時間。単位はミリ秒。 private static final long SCAN_PERIOD = 20000; // スキャン時間。単位はミリ秒。
public static final String EXTRAS_DEVICE_NAME = "DEVICE_NAME";
public static final String EXTRAS_DEVICE_ADDRESS = "DEVICE_ADDRESS";
public static final String DEVICE_CONNECTED = "DEVICE_CONNECTED"; // ディバイスと接続可否
public static final String DEVICE_LIST = "DEVIVE_LIST"; // リストビュー
// メンバー変数 // メンバー変数
private Handler mHandler; // UIスレッド操作ハンドラ : 「一定時間後にスキャンをやめる処理」で必要 private Handler mHandler; // UIスレッド操作ハンドラ : 「一定時間後にスキャンをやめる処理」で必要
private boolean mScanning = false; // スキャン中かどうかのフラグ private boolean mScanning = false; // スキャン中かどうかのフラグ
private Button mButton_Scan; private Button mButton_Scan;
private Button mButton_Stop;
private String mBeforeView; // 以前画面の情報
private BleManagerUtil bleManagerUtil; private BleManagerUtil bleManagerUtil;
private BleListAdapter mBleListAdapter; // Adapter private BleListAdapter mBleListAdapter; // Adapter
private int selectedDeviceListPostion; private List<BluetoothDevice> mScanDeviceInfoList = new ArrayList<BluetoothDevice>();
private List<BluetoothDevice> mScanDeviceInfoList;
private String mSavedDeviceAddress; //登録した端末アドレス private List<String> mSavedDeviceAddressList = new ArrayList<String>(); //登録した端末アドレス
private boolean mConnecting; //デバイス接続中
// デバイススキャンコールバック // デバイススキャンコールバック
private ScanCallback mLeScanCallback = new ScanCallback() { private ScanCallback mLeScanCallback = new ScanCallback() {
...@@ -73,19 +66,21 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -73,19 +66,21 @@ public class PairingSettingActivity extends ABVUIActivity {
@Override @Override
public void run() { public void run() {
BluetoothDevice device = result.getDevice(); BluetoothDevice device = result.getDevice();
Logger.d("mLeScanCallback device.getName() = " + device.getName()); Logger.d("mScanCallback device.getName() = " + device.getName());
// 識別商品名に絞る // 識別商品名に絞る
if(device.getName() != null && device.getName().startsWith("MF500")) { if(device.getName() != null) {
if (!device.getAddress().equals(mSavedDeviceAddress)) { //登録されたデバイスの場合、スキャン情報から除外する。 if (!mSavedDeviceAddressList.contains(device.getAddress())) { //登録されたデバイスの場合、スキャン情報から除外する。
if (mScanDeviceInfoList == null || mScanDeviceInfoList.size() == 0) { boolean isAdd = true;
mScanDeviceInfoList.add(device); for (BluetoothDevice savedDevice : mScanDeviceInfoList) {
} else { if (savedDevice.getAddress().equals(device.getAddress())) {
for (BluetoothDevice savedDevice : mScanDeviceInfoList) { // スキャンされたデバイス情報リストから一つでも一致する場合、既にスキャンされたと見做し追加しない。
if (!savedDevice.getAddress().equals(device.getAddress())) { isAdd = false;
mScanDeviceInfoList.add(device);
}
} }
} }
if (isAdd) {
mScanDeviceInfoList.add(device);
}
reloadListView(); reloadListView();
} }
Logger.d("device.getName() = " + device.getName() + "device.getAddress() = " + device.getAddress() ); Logger.d("device.getName() = " + device.getName() + "device.getAddress() = " + device.getAddress() );
...@@ -108,25 +103,30 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -108,25 +103,30 @@ public class PairingSettingActivity extends ABVUIActivity {
setContentView(R.layout.pairing_setting); setContentView(R.layout.pairing_setting);
TextView deviceTitle = (TextView) findViewById(R.id.device_toolbar_title); TextView deviceTitle = (TextView) findViewById(R.id.device_toolbar_title);
deviceTitle.setText(R.string.set_pairing_central_thermometer); deviceTitle.setText(getString(R.string.chino_machine));
// 戻り値の初期化 // 戻り値の初期化
setResult( Activity.RESULT_CANCELED ); setResult( Activity.RESULT_CANCELED );
// 画像数の取得
Intent intent = getIntent();
mBeforeView = intent.getStringExtra("beforeView"); // 以前画面を確認する。以前画面によって接続するやり方が違う。
List<SectionHeaderData> sectionList = getSectionListInfo(); List<SectionHeaderData> sectionList = getSectionListInfo();
List<List<BleListRowData>> rowList = getRowListInfo(); List<List<BleListRowData>> rowList = getRowListInfo();
mBleListAdapter = new BleListAdapter( this, sectionList, rowList, new BleListAdapter.BleListAdapterListener() { // ビューアダプターの初期化 mBleListAdapter = new BleListAdapter( this, sectionList, rowList, new BleListAdapter.BleListAdapterListener() { // ビューアダプターの初期化
@Override @Override
public void onDeleteConnectInfo() { // 登録されたデバイス情報削除 public void onDeleteConnectInfo(BleListRowData rowData) { // 登録されたデバイス情報削除
if (mConnecting) { //接続中 Logger.i(rowData.deviceAddress);
return; Integer deviceType = null;
if (rowData.title.startsWith("MF500")) {
deviceType = DeviceType.centerThermomete;
} else if (rowData.title.startsWith("IR-TB")) {
deviceType = DeviceType.radiationThermomete;
} }
removeBleConnectInfoUserPref(); if (deviceType != null) {
// 機器連携の情報をローカルに削除する。
getABVUIDataCache().removePairingBluetoothDeviceInfo(deviceType);
}
// 保存済みのアドレスを管理するメンバー変数も削除
mSavedDeviceAddressList.remove(rowData.deviceAddress);
reloadListView(); reloadListView();
//スキャン実行中ではない場合はスキャン実行 //スキャン実行中ではない場合はスキャン実行
if (!mScanning) { if (!mScanning) {
...@@ -135,10 +135,12 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -135,10 +135,12 @@ public class PairingSettingActivity extends ABVUIActivity {
} }
}); });
// Bluetoothと接続処理する // Bluetoothと接続処理する
bleManagerUtil = new BleManagerUtil(this, null); bleManagerUtil = new BleManagerUtil(this, null);
bleManagerUtil.startDeviceInfo(); bleManagerUtil.startDeviceInfo();
bleManagerUtil.mBluetoothAdapter.startDiscovery();
ListView listView = (ListView) findViewById(R.id.devicelist); // リストビューの取得 ListView listView = (ListView) findViewById(R.id.devicelist); // リストビューの取得
listView.setAdapter(mBleListAdapter); // リストビューにビューアダプターをセット listView.setAdapter(mBleListAdapter); // リストビューにビューアダプターをセット
...@@ -148,7 +150,10 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -148,7 +150,10 @@ public class PairingSettingActivity extends ABVUIActivity {
long id) { long id) {
Logger.d(TAG, "position = " + position); Logger.d(TAG, "position = " + position);
BleListRowData bleListRowData = (BleListRowData)parent.getItemAtPosition(position); BleListRowData bleListRowData = (BleListRowData)parent.getItemAtPosition(position);
localSaveDeviceInfo(bleListRowData); // 既に保存されてる場合は何もしない
if (!bleListRowData.isSaved) {
localSaveDeviceInfo(bleListRowData);
}
} }
}); });
...@@ -169,7 +174,6 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -169,7 +174,6 @@ public class PairingSettingActivity extends ABVUIActivity {
// UIスレッド操作ハンドラの作成(「一定時間後にスキャンをやめる処理」で使用する) // UIスレッド操作ハンドラの作成(「一定時間後にスキャンをやめる処理」で使用する)
mHandler = new Handler(); mHandler = new Handler();
this.mScanDeviceInfoList = new ArrayList<BluetoothDevice>();
} }
// 初回表示時、および、ポーズからの復帰時 // 初回表示時、および、ポーズからの復帰時
...@@ -217,7 +221,7 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -217,7 +221,7 @@ public class PairingSettingActivity extends ABVUIActivity {
//端末側の位置情報許可チェック //端末側の位置情報許可チェック
if (!(gpsEnabled || secureLocationGpsEnabled)) { if (!(gpsEnabled || secureLocationGpsEnabled)) {
showSimpleAlertDialog(R.string.set_pairing_central_thermometer, R.string.msg_location_device_no_allow); showSimpleAlertDialog(R.string.chino_machine, R.string.msg_location_device_no_allow);
return; return;
} }
...@@ -225,21 +229,22 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -225,21 +229,22 @@ public class PairingSettingActivity extends ABVUIActivity {
//アプリ側の位置情報許可チェック(置くだけセンサーとLinkingアプリの通信できないため) //アプリ側の位置情報許可チェック(置くだけセンサーとLinkingアプリの通信できないため)
if (!helper.checkMultiPermissions(true)) return; if (!helper.checkMultiPermissions(true)) return;
//デバイス接続中にはスキャンさせない
if (mConnecting) {
return;
}
// BluetoothLeScannerの取得 // BluetoothLeScannerの取得
// Runnableオブジェクト内でも使用できるようfinalオブジェクトとする。 // Runnableオブジェクト内でも使用できるようfinalオブジェクトとする。
BluetoothLeScanner scanner = null; BluetoothLeScanner scanner = null;
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.LOLLIPOP) { if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.LOLLIPOP) {
scanner = bleManagerUtil.mBluetoothAdapter.getBluetoothLeScanner(); scanner = bleManagerUtil.mBluetoothAdapter.getBluetoothLeScanner();
} }
if(scanner == null) { if (scanner == null) {
return; return;
} }
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
scanner.startScan(mLeScanCallback);
}
// スキャン開始(一定時間後にスキャン停止する) // スキャン開始(一定時間後にスキャン停止する)
mHandler.postDelayed( new Runnable() { mHandler.postDelayed( new Runnable() {
@Override @Override
...@@ -250,9 +255,7 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -250,9 +255,7 @@ public class PairingSettingActivity extends ABVUIActivity {
}, SCAN_PERIOD ); }, SCAN_PERIOD );
mScanning = true; mScanning = true;
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
scanner.startScan(mLeScanCallback);
}
mButton_Scan.setText(getString(R.string.pairing_search_stop)); mButton_Scan.setText(getString(R.string.pairing_search_stop));
reloadListView(); reloadListView();
Logger.d(TAG, "start scan !!"); Logger.d(TAG, "start scan !!");
...@@ -282,13 +285,30 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -282,13 +285,30 @@ public class PairingSettingActivity extends ABVUIActivity {
} }
private void localSaveDeviceInfo(BleListRowData bleListRowData) { private void localSaveDeviceInfo(BleListRowData bleListRowData) {
String savedDeviceAddress = getUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_ADDRESS, ""); // アドレスが保存されてる場合無視
if (!savedDeviceAddress.equals(bleListRowData.deviceAddress)) { //保存している if (!mSavedDeviceAddressList.contains(bleListRowData.deviceAddress)) {
mSavedDeviceAddress = bleListRowData.deviceAddress; mSavedDeviceAddressList.add(bleListRowData.deviceAddress);
setUserPref(bleListRowData.title, mSavedDeviceAddress);
int removeIndex = -1; BluetoothPairingDeviceInfoDto pairingDeviceInfo = new BluetoothPairingDeviceInfoDto();
if (bleListRowData.title.startsWith("MF500")) {
// デバイス名がMF500から始まると中心温度計と見做す。
pairingDeviceInfo.deviceType = DeviceType.centerThermomete;
} else if (bleListRowData.title.startsWith("IR-TB")) {
// デバイス名がIR-TBから始まると放射温度計と見做す。
pairingDeviceInfo.deviceType = DeviceType.radiationThermomete;
}
// 上記のdeviceTypeがセットされた場合のみ、ローカルのxmlに保存する
if (pairingDeviceInfo.deviceType != null) {
pairingDeviceInfo.deviceName = bleListRowData.title;
pairingDeviceInfo.deviceAddress = bleListRowData.deviceAddress;
// 機器連携の情報をローカルに保存する。
getABVUIDataCache().setPairingBluetoothDeviceInfo(pairingDeviceInfo);
}
// スキャンされた情報から保存されたのでdeviceは削除
for (BluetoothDevice savedScanDevice : mScanDeviceInfoList) { for (BluetoothDevice savedScanDevice : mScanDeviceInfoList) {
if (savedScanDevice.getAddress().equals(mSavedDeviceAddress)) { if (savedScanDevice.getAddress().equals(bleListRowData.deviceAddress)) {
mScanDeviceInfoList.remove(savedScanDevice); mScanDeviceInfoList.remove(savedScanDevice);
break; break;
} }
...@@ -304,42 +324,26 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -304,42 +324,26 @@ public class PairingSettingActivity extends ABVUIActivity {
finish(); finish();
} }
// 機器連携の情報をローカルに保存する。
public void setUserPref(String deviceName, String deviceAddress) {
putUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_NAME, deviceName);
putUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_ADDRESS, deviceAddress);
}
/**
* 機器連携の情報をローカルに削除する。
*/
private void removeBleConnectInfoUserPref() {
PreferenceUtil.removeUserPref(this, AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_NAME);
PreferenceUtil.removeUserPref(this, AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_ADDRESS);
mSavedDeviceAddress = null;
}
// アラート表示処理
private void showConfirmAlert(final int dialogTitle, String dialogMessage) {
ABookAlertDialog alert = AlertDialogUtil.createAlertDialog(this, dialogTitle);
alert.setMessage(dialogMessage);
alert.setButton(DialogInterface.BUTTON_POSITIVE, getResources().getString(R.string.confirm), (DialogInterface.OnClickListener) null);
showAlertDialog(alert);
}
/** /**
* ListViewSectionデータを作成する。 * ListViewSectionデータを作成する。
* @return Rowデータリスト * @return Rowデータリスト
*/ */
private List<SectionHeaderData> getSectionListInfo() { private List<SectionHeaderData> getSectionListInfo() {
List<SectionHeaderData> sectionList = new ArrayList<SectionHeaderData>(); List<SectionHeaderData> sectionList = new ArrayList<>();
if (getUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_NAME, "").length() > 0) {
sectionList.add(new SectionHeaderData(getString(R.string.pairing_save_thermometer))); List<BluetoothPairingDeviceInfoDto> bluetoothPairingInfoDtoList = getABVUIDataCache().getPairingBluetoothDeviceInfoList(Arrays.asList(DeviceType.centerThermomete, DeviceType.radiationThermomete));
} if (CollectionUtil.isNotEmpty(bluetoothPairingInfoDtoList)) {
if (mScanning) { for (BluetoothPairingDeviceInfoDto bluetoothPairingDeviceInfoDto : bluetoothPairingInfoDtoList) {
sectionList.add(new SectionHeaderData(getString(R.string.pairing_other_thermometer_searching))); // ペアリング情報が既に保存されてる場合はヘッダー情報を各機器毎に追加する
} else { if (bluetoothPairingDeviceInfoDto.deviceType.equals(DeviceType.centerThermomete)) {
sectionList.add(new SectionHeaderData(getString(R.string.pairing_other_thermometer))); sectionList.add(new SectionHeaderData(String.format(getString(R.string.pairing_save_machine), getString(R.string.center_thermometer))));
} else if (bluetoothPairingDeviceInfoDto.deviceType.equals(DeviceType.radiationThermomete)) {
sectionList.add(new SectionHeaderData(String.format(getString(R.string.pairing_save_machine), getString(R.string.radiation_thermometer))));
}
}
} }
// その他のヘッダー情報追加
sectionList.add(new SectionHeaderData(String.format(getString(mScanning ? R.string.pairing_other_machine_searching : R.string.pairing_other_machine), getString(R.string.chino_machine))));
return sectionList; return sectionList;
} }
...@@ -350,18 +354,24 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -350,18 +354,24 @@ public class PairingSettingActivity extends ABVUIActivity {
*/ */
private List<List<BleListRowData>> getRowListInfo() { private List<List<BleListRowData>> getRowListInfo() {
List<List<BleListRowData>> rowList = new ArrayList<List<BleListRowData>>(); List<List<BleListRowData>> rowList = new ArrayList<List<BleListRowData>>();
if (getUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_NAME, "").length() > 0) { // 引数で指定したタイプリストのペアリング情報を取得
List<BleListRowData> rowDataList = new ArrayList<BleListRowData>(); List<BluetoothPairingDeviceInfoDto> bluetoothPairingInfoDtoList = getABVUIDataCache().getPairingBluetoothDeviceInfoList(Arrays.asList(DeviceType.centerThermomete, DeviceType.radiationThermomete));
String deviceName = getUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_NAME, ""); if (CollectionUtil.isNotEmpty(bluetoothPairingInfoDtoList)) {
String deviceAddress = getUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_ADDRESS, ""); for (BluetoothPairingDeviceInfoDto bluetoothPairingDeviceInfoDto : bluetoothPairingInfoDtoList) {
BleListRowData rowData = new BleListRowData(deviceName, deviceAddress, true); List<BleListRowData> rowDataList = new ArrayList<BleListRowData>();
rowDataList.add(rowData); BleListRowData rowData = new BleListRowData(bluetoothPairingDeviceInfoDto.deviceName, bluetoothPairingDeviceInfoDto.deviceAddress, true);
rowDataList.add(rowData);
rowList.add(rowDataList);
this.mSavedDeviceAddress = deviceAddress; rowList.add(rowDataList);
// 保存された情報であれば、メンバー変数で管理するため、listに追加、既に存在する場合は何もしない
if (!mSavedDeviceAddressList.contains(bluetoothPairingDeviceInfoDto.deviceAddress)) {
mSavedDeviceAddressList.add(bluetoothPairingDeviceInfoDto.deviceAddress);
}
}
} }
if (mScanDeviceInfoList == null || mScanDeviceInfoList.size() == 0) {
if (mScanDeviceInfoList.size() == 0) {
List<BleListRowData> scanRowDataList = new ArrayList<BleListRowData>(); List<BleListRowData> scanRowDataList = new ArrayList<BleListRowData>();
BleListRowData scanRowData = new BleListRowData("" , "" ); BleListRowData scanRowData = new BleListRowData("" , "" );
scanRowDataList.add(scanRowData); scanRowDataList.add(scanRowData);
...@@ -369,7 +379,7 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -369,7 +379,7 @@ public class PairingSettingActivity extends ABVUIActivity {
} else { } else {
List<BleListRowData> scanRowDataList = new ArrayList<BleListRowData>(); List<BleListRowData> scanRowDataList = new ArrayList<BleListRowData>();
for (BluetoothDevice bleDevice : mScanDeviceInfoList) { for (BluetoothDevice bleDevice : mScanDeviceInfoList) {
BleListRowData scanRowData = new BleListRowData(bleDevice.getName() , bleDevice.getAddress(), false); BleListRowData scanRowData = new BleListRowData(bleDevice.getName(), bleDevice.getAddress(), false);
scanRowDataList.add(scanRowData); scanRowDataList.add(scanRowData);
} }
rowList.add(scanRowDataList); rowList.add(scanRowDataList);
......
package jp.agentec.abook.abv.ui.home.activity;
import android.app.Activity;
import android.app.Dialog;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.location.LocationManager;
import android.os.Bundle;
import android.os.Handler;
import android.provider.Settings;
import android.view.View;
import android.view.Window;
import android.widget.AdapterView;
import android.widget.Button;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import jp.agentec.abook.abv.bl.common.ABVEnvironment;
import jp.agentec.abook.abv.bl.common.Constant;
import jp.agentec.abook.abv.bl.common.Constant.DeviceType;
import jp.agentec.abook.abv.bl.common.log.Logger;
import jp.agentec.abook.abv.bl.dto.BluetoothPairingDeviceInfoDto;
import jp.agentec.abook.abv.cl.util.BleManagerUtil;
import jp.agentec.abook.abv.launcher.android.R;
import jp.agentec.abook.abv.ui.common.activity.ABVUIActivity;
import jp.agentec.abook.abv.ui.common.util.ABVToastUtil;
import jp.agentec.abook.abv.ui.home.adapter.BleListAdapter;
import jp.agentec.abook.abv.ui.home.adapter.BleListRowData;
import jp.agentec.abook.abv.ui.home.adapter.SelectDeviceAdapter;
import jp.agentec.abook.abv.ui.home.adapter.common.SectionHeaderData;
import jp.agentec.abook.abv.ui.home.helper.ABookPermissionHelper;
import jp.agentec.adf.util.CollectionUtil;
import jp.agentec.adf.util.FileUtil;
public class BluetoothPairingSettingActivity extends ABVUIActivity {
private static final String TAG = "BluetoothPairingSettingActivity";
// 定数
private static final int REQUEST_ENABLEBLUETOOTH = 1; // Bluetooth機能の有効化要求時の識別コード
private static final long SCAN_PERIOD = 20000; // スキャン時間。単位はミリ秒。
// メンバー変数
private Handler mHandler; // UIスレッド操作ハンドラ : 「一定時間後にスキャンをやめる処理」で必要
private boolean mScanning = false; // スキャン中かどうかのフラグ
private Button mButton_Scan;
private BleListAdapter mBleListAdapter; // Adapter
private List<BluetoothDevice> mScanDeviceInfoList = new ArrayList<BluetoothDevice>();
private BleManagerUtil bleManagerUtil;
private List<String> mSavedDeviceAddressList = new ArrayList<String>(); //登録した端末アドレス
private BroadcastReceiver mBluetoothSearchReceiver;
// デバイス選択リストのダイアログ
private Dialog mSelectDeviceListDialog;
@Override
protected void onCreate(Bundle savedInstanceState) {
Logger.i(TAG, "onCreate");
super.onCreate(savedInstanceState);
setContentView(R.layout.pairing_setting);
TextView deviceTitle = (TextView) findViewById(R.id.device_toolbar_title);
deviceTitle.setText(getString(R.string.yamato_machine));
// 戻り値の初期化
setResult( Activity.RESULT_CANCELED );
List<SectionHeaderData> sectionList = getSectionListInfo();
List<List<BleListRowData>> rowList = getRowListInfo();
mBleListAdapter = new BleListAdapter( this, sectionList, rowList, new BleListAdapter.BleListAdapterListener() { // ビューアダプターの初期化
@Override
public void onDeleteConnectInfo(BleListRowData rowData) { // 登録されたデバイス情報削除
Logger.i(rowData.deviceAddress);
// 機器連携の情報をローカルに削除する。(機器が1つのみであるため、固定で定量計量器を指定)
getABVUIDataCache().removePairingBluetoothDeviceInfo(DeviceType.weighingMachine);
// 保存済みのアドレスを管理するメンバー変数も削除
mSavedDeviceAddressList.remove(rowData.deviceAddress);
reloadListView();
//スキャン実行中ではない場合はスキャン実行
if (!mScanning) {
startScan();
}
}
});
ListView listView = (ListView) findViewById(R.id.devicelist); // リストビューの取得
listView.setAdapter(mBleListAdapter); // リストビューにビューアダプターをセット
listView.setOnItemClickListener(new AdapterView.OnItemClickListener() {
@Override
public void onItemClick(AdapterView<?> parent, View view, int position,
long id) {
Logger.d(TAG, "position = " + position);
BleListRowData bleListRowData = (BleListRowData)parent.getItemAtPosition(position);
// 既に保存されてる場合は何もしない
if (!bleListRowData.isSaved) {
localSaveDeviceInfo(bleListRowData);
}
}
});
// Reload Button
mButton_Scan = (Button)findViewById( R.id.btn_reload );
mButton_Scan.setAllCaps(false);
mButton_Scan.setText(getString(R.string.pairing_search_scan));
mButton_Scan.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
if (mScanning) {
stopScan();
} else {
startScan();
}
}
});
// Bluetoothと接続処理する
bleManagerUtil = new BleManagerUtil(this, null);
bleManagerUtil.startDeviceInfo();
bleManagerUtil.mBluetoothAdapter.startDiscovery();
// UIスレッド操作ハンドラの作成(「一定時間後にスキャンをやめる処理」で使用する)
mHandler = new Handler();
}
// 初回表示時、および、ポーズからの復帰時
@Override
protected void onResume() {
super.onResume();
//画面表示時にスキャン実行
startScan();
}
// 別のアクティビティ(か別のアプリ)に移行したことで、バックグラウンドに追いやられた時
@Override
protected void onPause() {
super.onPause();
// スキャンの停止
stopScan();
}
// 機能の有効化ダイアログの操作結果
@Override
protected void onActivityResult( int requestCode, int resultCode, Intent data ) {
switch (requestCode) {
case REQUEST_ENABLEBLUETOOTH: // Bluetooth有効化要求
if( Activity.RESULT_CANCELED == resultCode ) { // 有効にされなかった
ABVToastUtil.showMakeText(getApplicationContext(), getString(R.string.msg_scan_bluetooth_no_allow), Toast.LENGTH_SHORT);
return;
}
break;
}
super.onActivityResult( requestCode, resultCode, data );
}
// スキャンの開始
private void startScan() {
//BlueTooth許可チェック
if (!requestBluetoothFeature()) return;
LocationManager lm = (LocationManager) this.getSystemService(this.LOCATION_SERVICE);
final boolean gpsEnabled = lm.isProviderEnabled(LocationManager.GPS_PROVIDER);
// GPSの状態を取得(getSystemtServiceからのGPS ON/OFF取得が取れない場合があるため、secureで取得したgpsも判定するため)
final boolean secureLocationGpsEnabled = android.provider.Settings.Secure.getString(getContentResolver(), Settings.Secure.LOCATION_PROVIDERS_ALLOWED).contains("gps");
//端末側の位置情報許可チェック
if (!(gpsEnabled || secureLocationGpsEnabled)) {
showSimpleAlertDialog(R.string.yamato_machine, R.string.msg_location_device_no_allow);
return;
}
ABookPermissionHelper helper = new ABookPermissionHelper(this, Constant.ABookPermissionType.AccessFineLocation, null);
//アプリ側の位置情報許可チェック(置くだけセンサーとLinkingアプリの通信できないため)
if (!helper.checkMultiPermissions(true)) return;
//インテントフィルターとBroadcastReceiverの登録
IntentFilter filter = new IntentFilter();
filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED);
filter.addAction(BluetoothDevice.ACTION_FOUND);
mBluetoothSearchReceiver = new BroadcastReceiver() {
@Override
public void onReceive(Context context, Intent intent) {
Logger.d("----------------intent.getAction() ; " + intent.getAction());
if (BluetoothDevice.ACTION_FOUND.equals(intent.getAction())) {
// 取得したbluetooth情報を取得
BluetoothDevice device = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
// 識別商品名に絞る
if (device.getName() != null) {
if (!mSavedDeviceAddressList.contains(device.getAddress())) { //登録されたデバイスの場合、スキャン情報から除外する。
boolean isAdd = true;
for (BluetoothDevice savedDevice : mScanDeviceInfoList) {
if (savedDevice.getAddress().equals(device.getAddress())) {
// スキャンされたデバイス情報リストから一つでも一致する場合、既にスキャンされたと見做し追加しない。
isAdd = false;
}
}
if (isAdd) {
mScanDeviceInfoList.add(device);
}
reloadListView();
}
Logger.d("device.getName() = " + device.getName() + "device.getAddress() = " + device.getAddress());
}
} else if (BluetoothAdapter.ACTION_DISCOVERY_FINISHED.equals(intent.getAction())) {
Logger.d("-------ACTION_DISCOVERY_FINISHED");
// startDiscoveryのスキャン時間が12秒であるため、再度スタートさせる(20秒のタイマーが別であるため無限には実行しない)
bleManagerUtil.mBluetoothAdapter.startDiscovery();
}
}
};
registerReceiver(mBluetoothSearchReceiver, filter);
// bluetoothAdapterから発見開始行う(結果はブロードキャストで取得 mBluetoothSearchReceiver)
bleManagerUtil.mBluetoothAdapter.startDiscovery();
// スキャン開始(一定時間後にスキャン停止する)
mHandler.postDelayed( new Runnable() {
@Override
public void run() {
stopScan();
Logger.d(TAG, "scan in 20 sec");
}
}, SCAN_PERIOD );
mScanning = true;
mButton_Scan.setText(getString(R.string.pairing_search_stop));
reloadListView();
Logger.d(TAG, "start scan !!");
}
// スキャンの停止
private void stopScan() {
// 一定期間後にスキャン停止するためのHandlerのRunnableの削除
mHandler.removeCallbacksAndMessages( null );
if (mBluetoothSearchReceiver != null) {
unregisterReceiver(mBluetoothSearchReceiver);
mBluetoothSearchReceiver = null;
}
mScanning = false;
mButton_Scan.setText(getString(R.string.pairing_search_scan));
reloadListView();
Logger.d(TAG, "stop scan !!");
}
private void showDialog() {
if (mSelectDeviceListDialog == null) {
mSelectDeviceListDialog = new Dialog(this);
mSelectDeviceListDialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
mSelectDeviceListDialog.setCanceledOnTouchOutside(false);
mSelectDeviceListDialog.setContentView(R.layout.bluetooth_device_select_dialog);
mSelectDeviceListDialog.findViewById(R.id.closeBtn).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
mSelectDeviceListDialog.dismiss();
}
});
ListView listView = (ListView) mSelectDeviceListDialog.findViewById(R.id.listView1);
List<Object> objects = new ArrayList<>();
for (int i = 0; i < 20; i++) {
objects.add("SPP機器" + i);
}
SelectDeviceAdapter adapter = new SelectDeviceAdapter(this, objects);
listView.setAdapter(adapter);
listView.setOnItemClickListener(new AdapterView.OnItemClickListener() {
@Override
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
// mSelectedFixPuchMessagePosition = position;
//
// FixPushMessageDto item = (FixPushMessageDto)parent.getItemAtPosition(position);
// TextView messageTitleTextView = (TextView) mPushMessageSendDialog.findViewById(R.id.message_title);
// messageTitleTextView.setText(item.name + " > ");
//
// EditText messageEditText = (EditText) mPushMessageSendDialog.findViewById(R.id.message);
// messageEditText.setText(item.value);
// messageEditText.setSelection(messageEditText.getText().length());
//
// showSendPushMessgeView(true);
}
});
}
if (mSelectDeviceListDialog != null) {
mSelectDeviceListDialog.show();
}
}
private void localSaveDeviceInfo(BleListRowData bleListRowData) {
// アドレスが保存されてる場合無視
if (!mSavedDeviceAddressList.contains(bleListRowData.deviceAddress)) {
showDialog();
// mSavedDeviceAddressList.add(bleListRowData.deviceAddress);
//
// BluetoothPairingDeviceInfoDto pairingDeviceInfo = new BluetoothPairingDeviceInfoDto();
// if (bleListRowData.title.startsWith("BT")) {
// // デバイス名がBTから始まると定量計量器と見做す。
// pairingDeviceInfo.deviceType = DeviceType.weighingMachine;
// pairingDeviceInfo.deviceName = bleListRowData.title;
// pairingDeviceInfo.deviceAddress = bleListRowData.deviceAddress;
// // 機器連携の情報をローカルに保存する。
// getABVUIDataCache().setPairingBluetoothDeviceInfo(pairingDeviceInfo);
// }
//
// // スキャンされた情報から保存されたのでdeviceは削除
// for (BluetoothDevice savedScanDevice : mScanDeviceInfoList) {
// if (savedScanDevice.getAddress().equals(bleListRowData.deviceAddress)) {
// mScanDeviceInfoList.remove(savedScanDevice);
// break;
// }
// }
//
// //画面リロード
// reloadListView();
}
}
// 閉じるボタンの処理
public void onClickCloseView(View v) {
finish();
}
/**
* ListViewのSectionデータを作成する。
* @return Rowデータリスト
*/
private List<SectionHeaderData> getSectionListInfo() {
List<SectionHeaderData> sectionList = new ArrayList<>();
BluetoothPairingDeviceInfoDto bluetoothPairingInfoDto = getABVUIDataCache().getPairingBluetoothDeviceInfo(DeviceType.weighingMachine);
if (bluetoothPairingInfoDto != null) {
if (bluetoothPairingInfoDto.deviceType.equals(DeviceType.weighingMachine)) {
sectionList.add(new SectionHeaderData(String.format(getString(R.string.pairing_save_machine), getString(R.string.weighing_machine))));
}
}
// その他のヘッダー情報追加
sectionList.add(new SectionHeaderData(String.format(getString(mScanning ? R.string.pairing_other_machine_searching : R.string.pairing_other_machine), getString(R.string.yamato_machine))));
return sectionList;
}
/**
* ListViewのRowデータを作成する。
* @return Rowデータリスト
*/
private List<List<BleListRowData>> getRowListInfo() {
List<List<BleListRowData>> rowList = new ArrayList<List<BleListRowData>>();
// 定量計量器のペアリングデバイス情報を取得
BluetoothPairingDeviceInfoDto weighingMachineDeviceInfoDto = getABVUIDataCache().getPairingBluetoothDeviceInfo(DeviceType.weighingMachine);
if (weighingMachineDeviceInfoDto != null) {
List<BleListRowData> rowDataList = new ArrayList<BleListRowData>();
BleListRowData rowData = new BleListRowData(weighingMachineDeviceInfoDto.deviceName, weighingMachineDeviceInfoDto.deviceAddress, true);
rowDataList.add(rowData);
rowList.add(rowDataList);
// 保存された情報であれば、メンバー変数で管理するため、listに追加、既に存在する場合は何もしない
if (!mSavedDeviceAddressList.contains(weighingMachineDeviceInfoDto.deviceAddress)) {
mSavedDeviceAddressList.add(weighingMachineDeviceInfoDto.deviceAddress);
}
}
if (mScanDeviceInfoList.size() == 0) {
List<BleListRowData> scanRowDataList = new ArrayList<BleListRowData>();
BleListRowData scanRowData = new BleListRowData("" , "" );
scanRowDataList.add(scanRowData);
rowList.add(scanRowDataList);
} else {
List<BleListRowData> scanRowDataList = new ArrayList<BleListRowData>();
for (BluetoothDevice bleDevice : mScanDeviceInfoList) {
BleListRowData scanRowData = new BleListRowData(bleDevice.getName(), bleDevice.getAddress(), false);
scanRowDataList.add(scanRowData);
}
rowList.add(scanRowDataList);
}
return rowList;
}
/**
* ListViewをリロードする。
*/
private void reloadListView() {
List<SectionHeaderData> sectionList = getSectionListInfo();
List<List<BleListRowData>> rowList = getRowListInfo();
mBleListAdapter.setItem(sectionList, rowList);
}
// デバイスのBluetooth機能の有効化要求
private boolean requestBluetoothFeature() {
if(bleManagerUtil.mBluetoothAdapter.isEnabled()) {
return true;
}
// デバイスのBluetooth機能が有効になっていないときは、有効化要求(ダイアログ表示)
Intent enableBtIntent = new Intent( BluetoothAdapter.ACTION_REQUEST_ENABLE );
startActivityForResult( enableBtIntent, REQUEST_ENABLEBLUETOOTH );
return false;
}
}
...@@ -9,6 +9,7 @@ import jp.agentec.abook.abv.bl.acms.type.RequirePasswordChangeType; ...@@ -9,6 +9,7 @@ import jp.agentec.abook.abv.bl.acms.type.RequirePasswordChangeType;
import jp.agentec.abook.abv.bl.common.ABVEnvironment; import jp.agentec.abook.abv.bl.common.ABVEnvironment;
import jp.agentec.abook.abv.bl.common.CommonExecutor; import jp.agentec.abook.abv.bl.common.CommonExecutor;
import jp.agentec.abook.abv.bl.common.Constant; import jp.agentec.abook.abv.bl.common.Constant;
import jp.agentec.abook.abv.bl.common.Constant.DeviceType;
import jp.agentec.abook.abv.bl.common.Constant.ExceptionDetailMessage; import jp.agentec.abook.abv.bl.common.Constant.ExceptionDetailMessage;
import jp.agentec.abook.abv.bl.common.exception.ABVException; import jp.agentec.abook.abv.bl.common.exception.ABVException;
import jp.agentec.abook.abv.bl.common.exception.ABVExceptionCode; import jp.agentec.abook.abv.bl.common.exception.ABVExceptionCode;
...@@ -19,6 +20,7 @@ import jp.agentec.abook.abv.bl.data.dao.AbstractDao; ...@@ -19,6 +20,7 @@ import jp.agentec.abook.abv.bl.data.dao.AbstractDao;
import jp.agentec.abook.abv.bl.data.dao.AcmsDao; import jp.agentec.abook.abv.bl.data.dao.AcmsDao;
import jp.agentec.abook.abv.bl.data.dao.MemberInfoDao; import jp.agentec.abook.abv.bl.data.dao.MemberInfoDao;
import jp.agentec.abook.abv.bl.download.ContentRefresher; import jp.agentec.abook.abv.bl.download.ContentRefresher;
import jp.agentec.abook.abv.bl.dto.BluetoothPairingDeviceInfoDto;
import jp.agentec.abook.abv.bl.dto.MemberInfoDto; import jp.agentec.abook.abv.bl.dto.MemberInfoDto;
import jp.agentec.abook.abv.bl.dto.PasswordLockInfoDto; import jp.agentec.abook.abv.bl.dto.PasswordLockInfoDto;
import jp.agentec.abook.abv.bl.logic.AbstractLogic; import jp.agentec.abook.abv.bl.logic.AbstractLogic;
...@@ -37,6 +39,7 @@ import jp.agentec.abook.abv.ui.common.constant.ErrorMessage; ...@@ -37,6 +39,7 @@ import jp.agentec.abook.abv.ui.common.constant.ErrorMessage;
import jp.agentec.abook.abv.ui.common.dialog.ABookAlertDialog; import jp.agentec.abook.abv.ui.common.dialog.ABookAlertDialog;
import jp.agentec.abook.abv.ui.common.helper.ABVViewUnbindHelper; import jp.agentec.abook.abv.ui.common.helper.ABVViewUnbindHelper;
import jp.agentec.abook.abv.ui.common.util.AlertDialogUtil; import jp.agentec.abook.abv.ui.common.util.AlertDialogUtil;
import jp.agentec.adf.util.CollectionUtil;
import jp.agentec.adf.util.StringUtil; import jp.agentec.adf.util.StringUtil;
import android.content.DialogInterface; import android.content.DialogInterface;
import android.content.Intent; import android.content.Intent;
...@@ -56,6 +59,8 @@ import android.widget.ImageButton; ...@@ -56,6 +59,8 @@ import android.widget.ImageButton;
import android.widget.TextView; import android.widget.TextView;
import android.widget.Toast; import android.widget.Toast;
import java.util.List;
/** /**
* @author Minhyuk Seok * @author Minhyuk Seok
* @editor Jang * @editor Jang
...@@ -639,10 +644,9 @@ public class LoginActivity extends ABVLoginActivity { ...@@ -639,10 +644,9 @@ public class LoginActivity extends ABVLoginActivity {
* ユーザ変更時の初期化 * ユーザ変更時の初期化
*/ */
private void changeUserInit() { private void changeUserInit() {
// bluetoothの情報維持のため、PreferenceUtil初期化前にデータ取得
//中心温度計の情報維持のため、PreferenceUtil初期化前にデータ取得 BluetoothPairingDeviceInfoDto centerThermometeInfoDto = getABVUIDataCache().getPairingBluetoothDeviceInfo(DeviceType.centerThermomete);
String deviceName = getUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_NAME, ""); BluetoothPairingDeviceInfoDto radiationThermometeInfoDto = getABVUIDataCache().getPairingBluetoothDeviceInfo(DeviceType.radiationThermomete);
String deviceAddress = getUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_ADDRESS, "");
PreferenceUtil.clear(this); PreferenceUtil.clear(this);
getABVUIDataCache().clear(); getABVUIDataCache().clear();
...@@ -650,9 +654,12 @@ public class LoginActivity extends ABVLoginActivity { ...@@ -650,9 +654,12 @@ public class LoginActivity extends ABVLoginActivity {
memberInfoDao.deleteMemberInfo(); memberInfoDao.deleteMemberInfo();
//PreferenceUtil初期化後、中心温度計の情報保存 //PreferenceUtil初期化後、中心温度計の情報保存
if (deviceAddress.length() != 0) { if (centerThermometeInfoDto != null) {
putUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_NAME, deviceName); getABVUIDataCache().setPairingBluetoothDeviceInfo(centerThermometeInfoDto);
putUserPref(AppDefType.UserPrefKey.BLUETOOTH_DEVICE_TEMPERATURE_ADDRESS, deviceAddress); }
if (radiationThermometeInfoDto != null) {
getABVUIDataCache().setPairingBluetoothDeviceInfo(radiationThermometeInfoDto);
} }
contentLogic.deleteContentMarkingData(); contentLogic.deleteContentMarkingData();
......
...@@ -22,7 +22,7 @@ public class BleListAdapter extends BaseSectionAdapter<SectionHeaderData, BleLis ...@@ -22,7 +22,7 @@ public class BleListAdapter extends BaseSectionAdapter<SectionHeaderData, BleLis
public interface BleListAdapterListener { public interface BleListAdapterListener {
// 登録されたデバイス情報削除 // 登録されたデバイス情報削除
void onDeleteConnectInfo(); void onDeleteConnectInfo(BleListRowData rowData);
} }
public BleListAdapter(Context context, List<SectionHeaderData> sectionList, public BleListAdapter(Context context, List<SectionHeaderData> sectionList,
...@@ -62,7 +62,7 @@ public class BleListAdapter extends BaseSectionAdapter<SectionHeaderData, BleLis ...@@ -62,7 +62,7 @@ public class BleListAdapter extends BaseSectionAdapter<SectionHeaderData, BleLis
} else { } else {
holder = (ListRowViewHolder) convertView.getTag(); holder = (ListRowViewHolder) convertView.getTag();
} }
BleListRowData rowData = rowList.get(indexPath.section).get(indexPath.row); final BleListRowData rowData = rowList.get(indexPath.section).get(indexPath.row);
holder.bl_title.setText(rowData.title); holder.bl_title.setText(rowData.title);
//スキャンされた温度計表示時に削除ボタンと接続ステータス非表示 //スキャンされた温度計表示時に削除ボタンと接続ステータス非表示
...@@ -73,7 +73,7 @@ public class BleListAdapter extends BaseSectionAdapter<SectionHeaderData, BleLis ...@@ -73,7 +73,7 @@ public class BleListAdapter extends BaseSectionAdapter<SectionHeaderData, BleLis
holder.bl_deleteBtn.setOnClickListener(new View.OnClickListener() { holder.bl_deleteBtn.setOnClickListener(new View.OnClickListener() {
@Override @Override
public void onClick(View v) { public void onClick(View v) {
listener.onDeleteConnectInfo(); listener.onDeleteConnectInfo(rowData);
} }
}); });
} }
......
...@@ -27,4 +27,10 @@ public class BleListRowData extends SectionRowData { ...@@ -27,4 +27,10 @@ public class BleListRowData extends SectionRowData {
this.deviceAddress = deviceAddress; this.deviceAddress = deviceAddress;
this.isSaved = isSaved; this.isSaved = isSaved;
} }
public BleListRowData(String title, String subTitle, String deviceAddress, boolean isSaved) {
super(title, subTitle);
this.deviceAddress = deviceAddress;
this.isSaved = isSaved;
}
} }
package jp.agentec.abook.abv.ui.home.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import java.util.List;
import jp.agentec.abook.abv.bl.dto.FixPushMessageDto;
import jp.agentec.abook.abv.launcher.android.R;
/**
* Created by kim jinsung on 2018/09/15.
*/
public class SelectDeviceAdapter extends ArrayAdapter<Object> {
private LayoutInflater mInflater;
private List<Object> mObjects;
public SelectDeviceAdapter(Context context, List<Object> objects) {
super(context, 0, objects);
mObjects = objects;
mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
}
@Override
public View getView(int position, View convertView, ViewGroup parent) {
final ViewHolder holder;
if (convertView == null) {
convertView = mInflater.inflate(android.R.layout.simple_list_item_1, parent, false);
holder = new ViewHolder();
convertView.setTag(holder);
} else {
holder = (ViewHolder) convertView.getTag();
}
TextView textView = (TextView) convertView;
textView.setText((String) mObjects.get(position));
return convertView;
}
private class ViewHolder {
TextView titleTextView;
TextView messageTextView;
ImageView selectedImageView;
}
}
...@@ -40,7 +40,6 @@ import jp.agentec.abook.abv.ui.common.constant.ErrorMessage; ...@@ -40,7 +40,6 @@ import jp.agentec.abook.abv.ui.common.constant.ErrorMessage;
import jp.agentec.abook.abv.ui.common.dialog.ABookAlertDialog; import jp.agentec.abook.abv.ui.common.dialog.ABookAlertDialog;
import jp.agentec.abook.abv.ui.common.util.AlertDialogUtil; import jp.agentec.abook.abv.ui.common.util.AlertDialogUtil;
import jp.agentec.abook.abv.ui.common.util.PatternStringUtil; import jp.agentec.abook.abv.ui.common.util.PatternStringUtil;
import jp.agentec.abook.abv.ui.home.helper.ABookCheckWebViewHelper;
import jp.agentec.abook.abv.ui.home.helper.ActivityHandlingHelper; import jp.agentec.abook.abv.ui.home.helper.ActivityHandlingHelper;
import jp.agentec.abook.abv.ui.home.helper.ContentViewHelper; import jp.agentec.abook.abv.ui.home.helper.ContentViewHelper;
import jp.agentec.adf.util.DateTimeFormat; import jp.agentec.adf.util.DateTimeFormat;
...@@ -148,7 +147,7 @@ public class ParentWebViewActivity extends ABVCheckContentViewActivity { ...@@ -148,7 +147,7 @@ public class ParentWebViewActivity extends ABVCheckContentViewActivity {
} }
progressDialog.setProgress(0); progressDialog.setProgress(0);
//中心温度計接続を切る //中心温度計接続を切る
bleThermometerDisconnect(); bleManagerDisconnect();
} }
} }
......
...@@ -38,8 +38,8 @@ app_versioncode=1 ...@@ -38,8 +38,8 @@ app_versioncode=1
# abvEnvironments.xml # abvEnvironments.xml
#cms server #cms server
acms_address=https://check.abookcloud.com/acms acms_address=https://abook188-1.abook.bz/acms
download_server_address=https://check.abookcloud.com/acms download_server_address=https://abook188-1.abook.bz/acms
#syncview server #syncview server
websocket_server_http_url=https://abook188-1.abook.bz/v1 websocket_server_http_url=https://abook188-1.abook.bz/v1
...@@ -117,7 +117,7 @@ push_message=1 ...@@ -117,7 +117,7 @@ push_message=1
#手動更新 #手動更新
#0:非表示 1:表示 1.3.1 #0:非表示 1:表示 1.3.1
check_app_update=1 check_app_update=0
#ユーザ切り替え時全社グループのコンテンツを削除しない #ユーザ切り替え時全社グループのコンテンツを削除しない
#0:全てのコンテンツ削除 1:全社のコンテンツ削除しない 1.5.3 #0:全てのコンテンツ削除 1:全社のコンテンツ削除しない 1.5.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment