tidev / titanium-sdk

🚀 Native iOS and Android Apps with JavaScript
https://titaniumsdk.com/
Other
2.76k stars 1.21k forks source link

feat(android): add support for Android's API 33 Per-app languages #14120

Closed AbdullahFaqeir closed 2 months ago

AbdullahFaqeir commented 2 months ago

This PR adds support for Android's Per-app languages presented in Android API 33/Android 12.

See Per-app languages preferences

AbdullahFaqeir commented 2 months ago

@hansemannn @m1ga a fresh clean PR for the Per-app languages.

I kept searching for the test cases so I add to it, couldn't seem to find it tho.

m1ga commented 2 months ago

Nice :+1: This looks a lot better now. one test case is in here: https://github.com/tidev/titanium-sdk/pull/14008#issuecomment-2009179503

Will start testing your PRs tomorrow but from a quick first look it looked fine

AbdullahFaqeir commented 2 months ago

@m1ga,

Will test using this, tho I was thinking about the automated unit testing.

Update: The test app is working just fine.