AM Debug v3.0.0-rc02 Run#1830
Update dependencies: AndroidX Appcompat and splashscreen
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Update dependencies: AndroidX Appcompat and splashscreen
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥1
AM Debug v3.0.0-rc02 Run#1831
Refactor Fix changing application locale
- Fixed changing application locale when it is changed in Android settings
- Detect and change locale on starting an activity, and restart the activity if
required even when it is located in the same stack
- Reapply locale instead of recreating the activity in HelpActivity
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix changing application locale
- Fixed changing application locale when it is changed in Android settings
- Detect and change locale on starting an activity, and restart the activity if
required even when it is located in the same stack
- Reapply locale instead of recreating the activity in HelpActivity
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
AM Debug v3.0.0-rc02 Run#1831 Refactor Fix changing application locale - Fixed changing application locale when it is changed in Android settings - Detect and change locale on starting an activity, and restart the activity if required even when it is located…
If you’re a developer who’s fed up with how Android handles locales (and may have lost some hairs in the process), you can reuse the code from this app with Apache-2.0 license (instead of GPL-3.0-or-later as I’ve made exemptions). You can find a detailed guide in my answer at StackOverflow:
https://stackoverflow.com/a/65066663/4147849
https://stackoverflow.com/a/65066663/4147849
Stack Overflow
Android - Change application locale programmatically
Changing locale inside an Android app was never been easy. With androidx.appcompat:appcompat:1.3.0-alpha02, it seems that changing locale in an application has become much more difficult than I ima...
❤2
App Manager | DEBUG
If you’re a developer who’s fed up with how Android handles locales (and may have lost some hairs in the process), you can reuse the code from this app with Apache-2.0 license (instead of GPL-3.0-or-later as I’ve made exemptions). You can find a detailed guide…
AndroidX’s appcompat 1.7.x might have a solution as well but the source hasn’t been published yet. So, I am not sure if they’ve handled things properly there.
❤2
AM Debug v3.0.0-rc02 Run#1832
Main Display disclaimer only once in a session
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Main Display disclaimer only once in a session
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1833
AppInfo Fix displaying wrong external storage directory for other users
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppInfo Fix displaying wrong external storage directory for other users
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥1
AM Debug v3.0.0-rc02 Run#1835
Refactor Encapsulate most Path constructors
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Encapsulate most Path constructors
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥3
[PR] AM Debug v3.0.0-rc02 Run#1834
[Main] Add support for market://search?q=<query>
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
[Main] Add support for market://search?q=<query>
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
😱3
AM Debug v3.0.0-rc02 Run#1836
AppInfo Reduce vertical padding of the action buttons
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppInfo Reduce vertical padding of the action buttons
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.0.0-rc02 Run#1837
Docs Update German translations
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Docs Update German translations
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥2
AM Debug v3.0.0-rc02 Run#1838
Docs Support redirecting to the locale specific links if JavaScript is enabled
In App Manager website, it is possible to redirect to the user's preferred
locale by specifying relative link when JavaScript is enabled.
Example: To navigate to the documentations related to App Details page, the
following link can be used without specifying any locale:
https://muntashirakon.github.io/AppManager/#sec:app-details-page
If the user has already set a locale in the browser (say, German), the link
will be converted to a permanent link like below and will be redirected
automatically:
https://muntashirakon.github.io/AppManager/de/#sec:app-details-page
If no locale is set, the user can click on any locale from the list and the
permanent link (like above) will still be resolved.
However, this only works if JavaScript is enabled, and it does not matter if
cookies are enabled or not.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Docs Support redirecting to the locale specific links if JavaScript is enabled
In App Manager website, it is possible to redirect to the user's preferred
locale by specifying relative link when JavaScript is enabled.
Example: To navigate to the documentations related to App Details page, the
following link can be used without specifying any locale:
https://muntashirakon.github.io/AppManager/#sec:app-details-page
If the user has already set a locale in the browser (say, German), the link
will be converted to a permanent link like below and will be redirected
automatically:
https://muntashirakon.github.io/AppManager/de/#sec:app-details-page
If no locale is set, the user can click on any locale from the list and the
permanent link (like above) will still be resolved.
However, this only works if JavaScript is enabled, and it does not matter if
cookies are enabled or not.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
muntashir.dev
App Manager Docs
User manual for App Manager
👍2