App Manager | DEBUG
AM Debug v3.1.0-alpha03 Run#2218 Add UI component tracker for windows via accessibility service Using accessibility service, it is possible to detect the UI component that the user or the system is actively interacting with. This is primary useful for reverse…
As with any experimental features, this can only be accessed by visiting the Activities tab in the App Details page of AM Debug, then finding
LeadingActivityTrackerActivity.❤4
AM Debug v3.1.0-alpha03 Run#2219
Labs Add labs activity
Labs activity is intended to be the one place to access all the utilities packed with App Manager. Currently, these utilities include:
1. Log viewer
2. System configurations browser
3. Terminal
4. Files
5. UI tracker via accessibility
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Labs Add labs activity
Labs activity is intended to be the one place to access all the utilities packed with App Manager. Currently, these utilities include:
1. Log viewer
2. System configurations browser
3. Terminal
4. Files
5. UI tracker via accessibility
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
App Manager | DEBUG
AM Debug v3.1.0-alpha03 Run#2219 Labs Add labs activity Labs activity is intended to be the one place to access all the utilities packed with App Manager. Currently, these utilities include: 1. Log viewer 2. System configurations browser 3. Terminal 4.…
This will make it easier to find experimental features in App Manager as you only need to find
LabsActivity (or create a shortcut) to access them. This will be available in the main page in a future version, but experimental features will still be accessible in experimental builds.AM Debug v3.1.0-alpha03 Run#2220
Locale Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/
Signed-off-by: Weblate <hosted@weblate.org>
Locale Update translation files
Updated by "Cleanup translation files" hook in Weblate.
Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/
Signed-off-by: Weblate <hosted@weblate.org>
Hosted Weblate
App Manager/Main
App Manager is being translated into 38 languages using Weblate. Join the translation or start translating your own project.
AM Debug v3.1.0-alpha03 Run#2221
Locale New language: Korean
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Locale New language: Korean
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-alpha03 Run#2222
AppOps Fix empty app ops list for some apps
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AppOps Fix empty app ops list for some apps
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v3.1.0-alpha03 Run#2223
Refactor Pass the tests again
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Pass the tests again
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍2
AM Debug v3.1.0-beta01 Run#2224
fastlane Prepare for v3.1.0-beta01
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
fastlane Prepare for v3.1.0-beta01
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
AM Debug v3.1.0-beta01 Run#2225
Locale Update translation for Ukrainian
Currently translated at 100.0% (1157 of 1157 strings)
Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/uk/
Signed-off-by: Dan <denqwerta@gmail.com>
Co-authored-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Locale Update translation for Ukrainian
Currently translated at 100.0% (1157 of 1157 strings)
Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/uk/
Signed-off-by: Dan <denqwerta@gmail.com>
Co-authored-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Hosted Weblate
App Manager/Main — Ukrainian
App Manager is being translated into 35 languages using Weblate. Join the translation or start translating your own project.
AM Debug v3.1.0-beta01 Run#2226
Locale Update translation for Polish
Currently translated at 100.0% (1157 of 1157 strings)
Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/pl/
Signed-off-by: gnu-ewm <gnu.ewm@protonmail.com>
Locale Update translation for Polish
Currently translated at 100.0% (1157 of 1157 strings)
Translation: App Manager/Main
Translate-URL: https://hosted.weblate.org/projects/app-manager/main/pl/
Signed-off-by: gnu-ewm <gnu.ewm@protonmail.com>
Hosted Weblate
App Manager/Main — Polish
App Manager is being translated into 35 languages using Weblate. Join the translation or start translating your own project.
👍1
AM Debug v3.1.0-beta01 Run#2227
Refactor Target Android 13
- Update compileSdk and targetSdk to 33
- Require POST_NOTIFICATIONS permission
- Update appcompat to 1.6.1
- Update material-components to 1.8.0
- Update room to 2.5.0
- Update wekit to 1.6.0
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Target Android 13
- Update compileSdk and targetSdk to 33
- Require POST_NOTIFICATIONS permission
- Update appcompat to 1.6.1
- Update material-components to 1.8.0
- Update room to 2.5.0
- Update wekit to 1.6.0
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍1
AM Debug v3.1.0-beta01 Run#2228
Refactor Fix bottom sheet not properly expanding in fullscreen mode
A full replacement is created for Google's BottomSheetDialog to address the
following issues:
1. No support for disabling the pointless half-expanded bottom sheet feature
https://github.com/material-components/material-components-android/issues/1807
2. Even when hacks are used to disable half-expanded bottom sheet, there are
visible distortions in the layout due to not handling all the parameters
correctly
https://github.com/material-components/material-components-android/issues/2874
3. Scrolling doesn't work properly in a ViewPager
https://github.com/material-components/material-components-android/issues/373
https://github.com/material-components/material-components-android/issues/2112
https://github.com/material-components/material-components-android/issues/2689
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix bottom sheet not properly expanding in fullscreen mode
A full replacement is created for Google's BottomSheetDialog to address the
following issues:
1. No support for disabling the pointless half-expanded bottom sheet feature
https://github.com/material-components/material-components-android/issues/1807
2. Even when hacks are used to disable half-expanded bottom sheet, there are
visible distortions in the layout due to not handling all the parameters
correctly
https://github.com/material-components/material-components-android/issues/2874
3. Scrolling doesn't work properly in a ViewPager
https://github.com/material-components/material-components-android/issues/373
https://github.com/material-components/material-components-android/issues/2112
https://github.com/material-components/material-components-android/issues/2689
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
GitHub
[BottomSheetBehavior] Allow avoiding STATE_HALF_EXPANDED · Issue #1807 · material-components/material-components-android
Is your feature request related to a problem? Please describe. By popular request - https://stackoverflow.com/questions/59487982/android-how-to-disable-state-half-expanded-state-of-a-bottom-sheet: ...