-
Notifications
You must be signed in to change notification settings - Fork 276
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
Support for bengali language #674
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
package org.amahi.anywhere; | ||
|
||
/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */ | ||
public final class BuildConfig { | ||
public final static boolean DEBUG = Boolean.parseBoolean(null); | ||
} | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
package org.amahi.anywhere; | ||
|
||
/* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ | ||
public final class Manifest { | ||
} | ||
Comment on lines
+1
to
+7
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's this file? Is it necessary? |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/*___Generated_by_IDEA___*/ | ||
|
||
package org.amahi.anywhere; | ||
|
||
/* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ | ||
public final class R { | ||
} | ||
Comment on lines
+1
to
+7
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What's this file? Is it necessary? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @chirag-jn I don't know about this file. when i created 1st pull request i get a error in github then a went to git bush and commit all files and then i created pull request and github did not show me any eror. I just edited string.xml files nothing more than that. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please check the files again. We don't need these files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this file? Is it necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chirag-jn I don't know about this file. when i created 1st pull request i get a error in github then a went to git bush and commit all files and then i created pull request and github did not show me any eror. I just edited string.xml files nothing more than that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues. Check if removing this file is sufficient and make another commit to the same branch.