Commit 6e0f3482 by Kim Peace

Merge commit '37ce0f52' into features/abcomm_sp5

# Conflicts:
#	gradle.properties
parents e8258333 37ce0f52
...@@ -19,7 +19,7 @@ import jp.agentec.abook.abv.bl.common.db.SQLiteDatabase; ...@@ -19,7 +19,7 @@ import jp.agentec.abook.abv.bl.common.db.SQLiteDatabase;
public class DBConnector { public class DBConnector {
private static volatile DBConnector dbConnector = null; private static volatile DBConnector dbConnector = null;
public static final String DatabaseName = "ABVJE"; public static final String DatabaseName = "ABVJE";
public static final int DatabaseVersion = DatabaseVersions.Ver1_2_360; public static final int DatabaseVersion = DatabaseVersions.Ver1_2_362;
protected SQLiteDatabase db = null; protected SQLiteDatabase db = null;
......
...@@ -8,5 +8,8 @@ public class DatabaseVersions { ...@@ -8,5 +8,8 @@ public class DatabaseVersions {
public static final int Ver1_2_3 = 22; public static final int Ver1_2_3 = 22;
//連続作業機能追加 //連続作業機能追加
public static final int Ver1_2_360 = 23; public static final int Ver1_2_360 = 23;
//チャット機能追加(1.2.360障害対応。)
public static final int Ver1_2_362 = 24;
} }
...@@ -158,7 +158,7 @@ public class TaskDao extends AbstractDao { ...@@ -158,7 +158,7 @@ public class TaskDao extends AbstractDao {
} }
/** /**
* 作業削除 * 作業削除(連続作業でない場合)
* @param taskKey * @param taskKey
*/ */
public void deleteTaskData(String taskKey) { public void deleteTaskData(String taskKey) {
...@@ -167,7 +167,6 @@ public class TaskDao extends AbstractDao { ...@@ -167,7 +167,6 @@ public class TaskDao extends AbstractDao {
delete("t_task_report", "task_key=?", keyValues); delete("t_task_report", "task_key=?", keyValues);
delete("t_task_report_items", "task_key=?", keyValues); delete("t_task_report_items", "task_key=?", keyValues);
delete("t_task_report_send", "task_key=?", keyValues); delete("t_task_report_send", "task_key=?", keyValues);
delete("t_task_report_approval", "task_key=?", keyValues);
} }
/** /**
* 作業削除(連続作業用) * 作業削除(連続作業用)
......
...@@ -40,7 +40,12 @@ public class TPushMessage extends SQLiteTableScript { ...@@ -40,7 +40,12 @@ public class TPushMessage extends SQLiteTableScript {
@Override @Override
public List<String> getUpgradeScript(int oldVersion, int newVersion) { public List<String> getUpgradeScript(int oldVersion, int newVersion) {
return null; List<String> ddl = new ArrayList<String>();
if (oldVersion < DatabaseVersions.Ver1_2_362) {
ddl.add("ALTER TABLE t_push_message ADD COLUMN room_id BIGINT ");
ddl.add("ALTER TABLE t_push_message ADD COLUMN room_name VARCHAR(128) ");
}
return ddl;
} }
@Override @Override
......
Subproject commit 86aeab7cc35f7886982389776a8450a4c5e82d2a Subproject commit d3ad472816b928beca1345573ec32d9ab18c58ce
...@@ -42,11 +42,13 @@ app_versioncode=1 ...@@ -42,11 +42,13 @@ app_versioncode=1
#download_server_address=http://10.0.2.2:8081/acms #download_server_address=http://10.0.2.2:8081/acms
acms_address=https://chatdev2.agentec.jp/acms acms_address=https://chatdev2.agentec.jp/acms
download_server_address=https://chatdev2.agentec.jp/acms download_server_address=https://chatdev2.agentec.jp/acms
#acms_address=https://check.abookcloud.com/acms
#download_server_address=https://check.abookcloud.com/acms
#syncview server #syncview server
websocket_server_http_url=https://chatdev2.agentec.jp/v1 websocket_server_http_url=https://chatdev2.agentec.jp/v1
websocket_server_ws_url=wss://chatdev2.agentec.jp/v1 websocket_server_ws_url=wss://chatdev2.agentec.jp/v1
#WebSocket debug出力 #WebSocket debug�o��
websocket_debug=false websocket_debug=false
#Payment Settings #Payment Settings
...@@ -56,40 +58,40 @@ google_public_key3=LShEIudH7Q7jLZERczfa0PknZCC5I3G0bTNa/EndTMLIR6/W3DLHToDk5L5Nk ...@@ -56,40 +58,40 @@ google_public_key3=LShEIudH7Q7jLZERczfa0PknZCC5I3G0bTNa/EndTMLIR6/W3DLHToDk5L5Nk
#Application Settings #Application Settings
app_name=ABook Check app_name=ABook Check
#true:スリープ禁止, false:スリープ許可 #true:�X���[�v�֎~, false:�X���[�v����
keep_screen=false keep_screen=false
scheme_url=jp.agentec.abook.check scheme_url=jp.agentec.abook.check
#true:自動バージョン確認を行わない false:CMSへ自動バージョン確認を行う #true:�����o�[�W�����m�F���s��Ȃ� false�FCMS�֎����o�[�W�����m�F���s��
store_version=false store_version=false
product_code=1 product_code=1
#コンテンツリソースをcacheフォルダに展開するかしないか #�R���e���c���\�[�X��cache�t�H���_�ɓW�J���邩���Ȃ���
use_cache=true use_cache=true
#コンテンツリソースをcacheフォルダに展開する数 #�R���e���c���\�[�X��cache�t�H���_�ɓW�J���鐔
cache_size=0 cache_size=0
#コンテンツのHead暗号化するかしないか #�R���e���c��Head�Í������邩���Ȃ���
content_protected=true content_protected=true
#use_cacheと同様にPDFサムネイルimageをファイル化するかしないか #use_cache�Ɠ��l��PDF�T���l�C��image���t�@�C�������邩���Ȃ���
pdf_thumbnail_output=true pdf_thumbnail_output=true
#use_cacheと同様にPDFページimageをファイル化するかしないか #use_cache�Ɠ��l��PDF�y�[�Wimage���t�@�C�������邩���Ȃ���
pdf_image_output=true pdf_image_output=true
#自動新着更新間隔(分) -1のとき自動更新しない #�����V���X�V�Ԋu(��) -1�̂Ƃ������X�V���Ȃ�
content_refresh_interval=30 content_refresh_interval=30
#アプリ異常終了時会議室再入室アラート表示期限(分) #�A�v���ُ�I������c���ē����A���[�g�\������(��)
meeting_reenter_alert=1440 meeting_reenter_alert=1440
#これより小さい閲覧時間(秒)のページログは送信しない #�����菬�����{������(�b)�̃y�[�W���O�͑��M���Ȃ�
min_page_log_second=3 min_page_log_second=3
#メニュー表示をサービスオプションに従う #���j���[�\�����T�[�r�X�I�v�V�����ɏ]��
follow_service_option=true follow_service_option=true
#パスワード失敗時の回数チェックを行うか否か #�p�X���[�h���s���̉񐔃`�F�b�N���s�����ۂ�
is_check_invalid_passward_limit=true is_check_invalid_passward_limit=true
#リピート再生のデフォルト値 #���s�[�g�Đ��̃f�t�H���g�l
repeat_default=true repeat_default=true
#Setting Info(設定画面のABookについての設定情報) #Setting Info(�ݒ��ʂ�ABook�ɂ‚��Ă̐ݒ���)
version_name=1.2.360 version_name=1.2.362
release_date=2020/09/09 release_date=2021/01/27
copy_right=2016 AGENTEC Co.,Ltd. All rights reserved. copy_right=2016 AGENTEC Co.,Ltd. All rights reserved.
hope_page=http://www.agentec.jp hope_page=http://www.agentec.jp
contact_email=abook-appsupport@agentec.jp contact_email=abook-appsupport@agentec.jp
...@@ -97,10 +99,10 @@ contact_email=abook-appsupport@agentec.jp ...@@ -97,10 +99,10 @@ contact_email=abook-appsupport@agentec.jp
#Log Settings #Log Settings
log_level=0 log_level=0
default_log_name=abvje default_log_name=abvje
#エラーレポート/Exportログ送信方法 1:acms 2:平文メール(開発・テスト時のみ) 3:暗号化添付メール #�G���[���|�[�g/Export���O���M���@ 1:acms 2:�������[���i�J���E�e�X�g���̂݁j 3:�Í����Y�t���[��
error_report_flg=1 error_report_flg=1
error_report_email=abook-appsupport@agentec.jp error_report_email=abook-appsupport@agentec.jp
#アプリ専用ログ保存期間(日)(0はログ出力なし) #�A�v����p���O�ۑ����ԁi���j(0�̓��O�o�͂Ȃ�)
app_log_retention=7 app_log_retention=7
hprof=false hprof=false
...@@ -109,26 +111,26 @@ repository_fqdn=s.abook.bz ...@@ -109,26 +111,26 @@ repository_fqdn=s.abook.bz
# abvFunctionOptions.xml # abvFunctionOptions.xml
#Login #Login
#0:認証なし, 1:ログインID、パスワード, 2:アカウント文字列、ログインID、パスワード, 3:サイトID、アカウント文字列、ログインID、パスワード4:サイトID、アカウント文字列 #0:�F�؂Ȃ�, 1:���O�C��ID�A�p�X���[�h, 2:�A�J�E���g������A���O�C��ID�A�p�X���[�h, 3:�T�C�gID�A�A�J�E���g������A���O�C��ID�A�p�X���[�h4:�T�C�gID�A�A�J�E���g������
login_mode=2 login_mode=2
#login_modeが0、1の場合のアカウントパス #login_mode��0�A1�̏ꍇ�̃A�J�E���g�p�X
account_path=agtcatalog account_path=agtcatalog
#GCM #GCM
push_message=1 push_message=1
#手動更新 #�蓮�X�V
#0:非表示 1:表示 1.3.1 #0:��\�� 1:�\�� 1.3.1
check_app_update=1 check_app_update=1
#ユーザ切り替え時全社グループのコンテンツを削除しない #���[�U�؂�ւ����S�ЃO���[�v�̃R���e���c���폜���Ȃ�
#0:全てのコンテンツ削除 1:全社のコンテンツ削除しない 1.5.3 #0:�S�ẴR���e���c�폜 1:�S�Ђ̃R���e���c�폜���Ȃ� 1.5.3
not_delete_all_contents=0 not_delete_all_contents=0
BLJAR_NAME=ABVJE_BL.jar BLJAR_NAME=ABVJE_BL.jar
#store用の場合、armv7,x86両方ビルド #store�p�̏ꍇ�Aarmv7,x86�����r���h
#storeではない場合、armv7のみビルド #store�ł͂Ȃ��ꍇ�Aarmv7�̂݃r���h
isStoreProduct=false isStoreProduct=false
#1.2.302 Edition #1.2.302 Edition
......
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