-
Notifications
You must be signed in to change notification settings - Fork 152
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
Multi language support implemented, alert dialogue implemented #30
base: master
Are you sure you want to change the base?
Multi language support implemented, alert dialogue implemented #30
Conversation
Bhaia,
Apps targeting Android 12 and higher are required to specify an explicit
value for 'android:exported'.
That's why i had to use exported = true.
I tried with exported = false, but that resulted in exception.
I've attached the exception screenshot for exported = false.
…On Fri, May 6, 2022, 3:50 PM Hasan Abdullah ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In android/app/src/main/AndroidManifest.xml
<#30 (comment)>
:
> @@ -8,6 +8,7 @@
***@***.***/ic_launcher">
<activity
android:name=".MainActivity"
+ android:exported="true"
Could you please explain the reason of exported=true?
—
Reply to this email directly, view it on GitHub
<#30 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMW5L4BTMZZ6QFNRU35ZKZTVITTPVANCNFSM5VFA4M2A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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.
Good work.
Few things need to be better.
- Radio button icon and Language text both should be clickable. Right now only radio icon (circle) is clickable.
- Cancel button's area is very tiny. Make the clickable area as like as Confirm button. Maybe TextButton widget is more appropriate here.
Thanks for the feedback bhaia. I'll implement this and give another pull
request
…On Thu, May 12, 2022, 6:55 PM Hasan Abdullah ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Good work.
Few things need to be better.
1. Radio button icon and Language text both should be clickable. Right
now only radio icon (circle) is clickable.
2. Cancel button's area is very tiny. Make the clickable area as like
as Confirm button. Maybe TextButton widget is more appropriate here.
—
Reply to this email directly, view it on GitHub
<#30 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMW5L4AEUKXS4CRY643YYW3VJT5S3ANCNFSM5VFA4M2A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Just update the code and push at the same branch. After code pushing, |
…p area increase to both Text and button
New pull request added: hasancse91:master...AzfarInan:features/multi-language-support |
Our repository has been updated. Could you please pull from master and re-request? |
Why? (ticket link or issue description)
#17
What was done and how?
Integrated multi language support using GetX
Updated Settings UI
Implemented Alert box for language change
Updated localizations
Anything special? (optional)