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
cf4233a0
Commit
cf4233a0
authored
Jul 04, 2019
by
Lee Jaebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ヘルプ画面のABookCheck→@Form 設定画面の操作説明書項目非表示
parent
17e6e150
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
20 deletions
+25
-20
ABVJE_Res_Default_Android/res/values-ja/strings.xml
+0
-0
ABVJE_Res_Default_Android/res/values-ko/strings.xml
+0
-0
ABVJE_Res_Default_Android/res/values/strings.xml
+0
-0
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/ABookSettingFragment.java
+25
-20
No files found.
ABVJE_Res_Default_Android/res/values-ja/strings.xml
View file @
cf4233a0
This diff is collapsed.
Click to expand it.
ABVJE_Res_Default_Android/res/values-ko/strings.xml
View file @
cf4233a0
This diff is collapsed.
Click to expand it.
ABVJE_Res_Default_Android/res/values/strings.xml
View file @
cf4233a0
This diff is collapsed.
Click to expand it.
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/ABookSettingFragment.java
View file @
cf4233a0
...
@@ -277,26 +277,31 @@ public class ABookSettingFragment extends PreferenceFragment {
...
@@ -277,26 +277,31 @@ public class ABookSettingFragment extends PreferenceFragment {
}
}
Preference
abookCheckManual
=
findPreference
(
ABOOK_CHECK_MANUAL
);
Preference
abookCheckManual
=
findPreference
(
ABOOK_CHECK_MANUAL
);
// リソースパターンの適用
abookCheckManual
.
setTitle
(
PatternStringUtil
.
patternToString
(
getActivity
().
getApplicationContext
(),
// TODO マニュアルが古いので一旦非表示
R
.
string
.
operation_manual
,
// 以下の処理が復活したら削除処理を消す
getUserPref
(
getActivity
().
getApplicationContext
(),
AppDefType
.
UserPrefKey
.
RESOURCE_PATTERN_TYPE
,
0
)));
appInfo
.
removePreference
(
abookCheckManual
);
abookCheckManual
.
setOnPreferenceClickListener
(
new
Preference
.
OnPreferenceClickListener
()
{
@Override
// // リソースパターンの適用
public
boolean
onPreferenceClick
(
Preference
preference
)
{
// abookCheckManual.setTitle(PatternStringUtil.patternToString(getActivity().getApplicationContext(),
try
{
// R.string.operation_manual,
Intent
intent
=
new
Intent
();
// getUserPref(getActivity().getApplicationContext(), AppDefType.UserPrefKey.RESOURCE_PATTERN_TYPE, 0)));
intent
.
putExtra
(
ABookKeys
.
CONTENT_ID
,
0L
);
// abookCheckManual.setOnPreferenceClickListener(new Preference.OnPreferenceClickListener() {
intent
.
putExtra
(
"FILEPATH"
,
ABVEnvironment
.
getInstance
().
getContentCacheDirectoryPath
(
0L
));
// @Override
intent
.
putExtra
(
"page"
,
0
);
// public boolean onPreferenceClick(Preference preference) {
intent
.
setClass
(
getActivity
(),
GuideViewActivity
.
class
);
// try {
startActivity
(
intent
);
// Intent intent = new Intent();
}
catch
(
Exception
e
)
{
// intent.putExtra(ABookKeys.CONTENT_ID, 0L);
Logger
.
e
(
TAG
,
e
);
// intent.putExtra("FILEPATH", ABVEnvironment.getInstance().getContentCacheDirectoryPath(0L));
}
// intent.putExtra("page", 0);
return
true
;
// intent.setClass(getActivity(), GuideViewActivity.class);
}
// startActivity(intent);
});
// } catch (Exception e) {
// Logger.e(TAG, e);
// }
// return true;
// }
// });
}
}
private
void
showLicenseDialog
()
{
private
void
showLicenseDialog
()
{
...
...
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