Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_android
abook_check
Commits
5b2988de
Commit
5b2988de
authored
Jul 06, 2021
by
Kim Jinsung
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into features/1.4.0
parents
1c0e2c92
01d2dff2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
15 deletions
+8
-15
ABVJE_UI_Android/res/layout/ac_html_xwalk.xml
+6
-6
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/ChatWebViewActivity.java
+0
-5
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/HTMLXWalkWebViewActivity.java
+0
-2
gradle.properties
+2
-2
No files found.
ABVJE_UI_Android/res/layout/ac_html_xwalk.xml
View file @
5b2988de
...
...
@@ -13,7 +13,7 @@
android:background=
"@color/app_color"
android:minHeight=
"50dp"
>
<Button
<
Image
Button
android:id=
"@+id/closeBtn"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -24,7 +24,7 @@
android:visibility=
"visible"
android:contentDescription=
"@string/cont_desc"
/>
<Button
<
Image
Button
android:id=
"@+id/btn_link_original_back"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -52,7 +52,7 @@
android:gravity=
"center"
android:textStyle=
"bold"
/>
</LinearLayout>
<Button
<
Image
Button
android:id=
"@+id/btn_operation_home"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -82,7 +82,7 @@
android:background=
"@drawable/btn_remote_start"
android:visibility=
"gone"
/>
<Button
<
Image
Button
android:id=
"@+id/btn_history_list"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -98,7 +98,7 @@
android:layout_centerVertical=
"true"
android:layout_toLeftOf=
"@+id/menuLayout"
android:layout_marginRight=
"10dp"
>
<Button
<
Image
Button
android:id=
"@+id/btnWebBack"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
@@ -106,7 +106,7 @@
android:background=
"@drawable/btn_history_back"
android:contentDescription=
"@string/cont_desc"
/>
<Button
<
Image
Button
android:id=
"@+id/btnWebForward"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/ChatWebViewActivity.java
View file @
5b2988de
...
...
@@ -669,11 +669,6 @@ public class ChatWebViewActivity extends CommunicationWebViewActivity {
}
return
false
;
}
@Override
public
void
onReceivedSslError
(
WebView
view
,
SslErrorHandler
handler
,
SslError
error
)
{
handler
.
proceed
();
}
});
}
...
...
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/viewer/activity/HTMLXWalkWebViewActivity.java
View file @
5b2988de
...
...
@@ -198,8 +198,6 @@ public class HTMLXWalkWebViewActivity extends ParentWebViewActivity {
subMenuBtn
.
setVisibility
(
View
.
GONE
);
final
Button
btnWebBack
=
(
Button
)
findViewById
(
R
.
id
.
btnWebBack
);
final
Button
btnWebForward
=
(
Button
)
findViewById
(
R
.
id
.
btnWebForward
);
btnWebClose
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
@Override
public
void
onClick
(
View
v
)
{
...
...
gradle.properties
View file @
5b2988de
...
...
@@ -86,8 +86,8 @@ is_check_invalid_passward_limit=true
repeat_default
=
true
#Setting Info(設定画面のABookについての設定情報)
version_name
=
1.3.20
0
release_date
=
2021/0
6/22
version_name
=
1.3.20
1
release_date
=
2021/0
7/06
copy_right
=
2016 AGENTEC Co.,Ltd. All rights reserved.
hope_page
=
http://www.agentec.jp
contact_email
=
abook-appsupport@agentec.jp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment