Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clude change language #1070

Closed
wants to merge 3 commits into from
Closed

clude change language #1070

wants to merge 3 commits into from

Conversation

WenYu-Zzz
Copy link

@WenYu-Zzz WenYu-Zzz commented Apr 25, 2022

Description

I have added a button at the end of the application to jump to the language switching page.
187B11ECE5C2AEA221824F97C16DF1C9

Fixes #1065

Type of change

Just put an x in the [] which are valid.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • ./gradlew assembleDebug assembleRelease
  • ./gradlew checkstyle

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@codeclimate
Copy link

codeclimate bot commented Apr 25, 2022

Code Climate has analyzed commit a02967a and detected 0 issues on this pull request.

View more on Code Climate.

Copy link
Owner

@Swati4star Swati4star left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of adding this option in hoem page. let's have it in the navigation drawer.

@@ -130,6 +130,6 @@ dependencies {
})
}

preBuild.dependsOn('checkstyle')
//preBuild.dependsOn('checkstyle')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change?

@@ -14,6 +14,8 @@
android:required="false" />

<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this is not needed for language change.

Bundle savedInstanceState) {

View view = inflater.inflate(R.layout.change_language, container, false);
button1 = view.findViewById(R.id.button1);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we have better naming for these?

@@ -135,9 +135,12 @@ public void onItemClick(int position) {
break;
case 7:
setShowPageNumber();

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove changes in this file?

Comment on lines +235 to +236


Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not needed

@WenYu-Zzz WenYu-Zzz deleted the branch Swati4star:master May 27, 2022 17:36
@WenYu-Zzz WenYu-Zzz closed this May 27, 2022
@WenYu-Zzz WenYu-Zzz deleted the master branch May 27, 2022 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Language selection switching function
2 participants