AM Debug v4.0.0-beta02 Run#2872
BatchOps Display configured net policy if only one app is selected
In the Main page, if only one app is selected and the "net policy" option is
chosen, the configured/active policies for the application will be displayed as
selected.
Signed-off-by: Muntashir Al-Islam <[email protected]>
BatchOps Display configured net policy if only one app is selected
In the Main page, if only one app is selected and the "net policy" option is
chosen, the configured/active policies for the application will be displayed as
selected.
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v4.0.0-beta02 Run#2873
Settings Use dual-pane layout for large screens
For devices with 2x450dp or larger width screen, use a dual-pane layout where
main preference has 450dp fixed width and the other takes the rest of it.
Signed-off-by: Muntashir Al-Islam <[email protected]>
Settings Use dual-pane layout for large screens
For devices with 2x450dp or larger width screen, use a dual-pane layout where
main preference has 450dp fixed width and the other takes the rest of it.
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v4.0.0-beta02 Run#2877
GitHub Upgrade actions/upload-artifact to v4
Signed-off-by: Muntashir Al-Islam <[email protected]>
GitHub Upgrade actions/upload-artifact to v4
Signed-off-by: Muntashir Al-Islam <[email protected]>
App Manager | DEBUG
AM Debug v4.0.0-beta02 Run#2877 GitHub Upgrade actions/upload-artifact to v4 Signed-off-by: Muntashir Al-Islam <[email protected]>
Sorry I didn't notice that the previous changes were not uploaded here due to an issue with the GitHub Actions. Here are the changes since Run#2873:
1. Infer actual battery capacity from current capacity
Previously, the "About the device" displayed only the current battery capacity
which is not the actual battery capacity. The actual battery capacity can be
calculated as follows:
(battery capacity x 100 ) / (battery percentage)
However, the battery percentage supplied by BatteryManager is a whole number.
Therefore, there will be a rounding off error. This error is much low when the
battery percentage is near 100%.
2. [Refactor] Auto-hide floating action buttons
In profile page, apps profile page, logcat page (during record mode), history
page and shared prefs editor page.
3. [FM] Display "Add" button on top of MultiSelectionView
1. Infer actual battery capacity from current capacity
Previously, the "About the device" displayed only the current battery capacity
which is not the actual battery capacity. The actual battery capacity can be
calculated as follows:
(battery capacity x 100 ) / (battery percentage)
However, the battery percentage supplied by BatteryManager is a whole number.
Therefore, there will be a rounding off error. This error is much low when the
battery percentage is near 100%.
2. [Refactor] Auto-hide floating action buttons
In profile page, apps profile page, logcat page (during record mode), history
page and shared prefs editor page.
3. [FM] Display "Add" button on top of MultiSelectionView
AM Debug v4.0.0-beta02 Run#2878
Refactor Fix adding start inset margin to the spinners
Signed-off-by: Muntashir Al-Islam <[email protected]>
Refactor Fix adding start inset margin to the spinners
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v4.0.0-beta02 Run#2881
Settings Display provider source for document providers
In Backup/restore > Backup volumes, instead of displaying the last path segment
of the tree URI, the name of the provider (or the app name as a fallback) is
displayed.
Signed-off-by: Muntashir Al-Islam <[email protected]>
Settings Display provider source for document providers
In Backup/restore > Backup volumes, instead of displaying the last path segment
of the tree URI, the name of the provider (or the app name as a fallback) is
displayed.
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v4.0.0-beta02 Run#2882
FM Add a navigation drawer to list storage locations
Signed-off-by: Muntashir Al-Islam <[email protected]>
FM Add a navigation drawer to list storage locations
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v4.0.0-beta02 Run#2883
FM Add "Favorites" section in the navigation drawer
Favorites work like bookmarks in web browsers or quick access panel in Windows
Explorer.
Signed-off-by: Muntashir Al-Islam <[email protected]>
FM Add "Favorites" section in the navigation drawer
Favorites work like bookmarks in web browsers or quick access panel in Windows
Explorer.
Signed-off-by: Muntashir Al-Islam <[email protected]>
App Manager | DEBUG
AM Debug v4.0.0-beta02 Run#2883 FM Add "Favorites" section in the navigation drawer Favorites work like bookmarks in web browsers or quick access panel in Windows Explorer. Signed-off-by: Muntashir Al-Islam <[email protected]>
This also works across virtual file system (zip/dex) if it is backed by a stable file, much like a document provider (which is backed by a stable provider supplied by a third-party app). This can be useful for quickly accessing files stored inside a large zip file, for example.
AM Debug v4.0.0-beta02 Run#2884
FM Add an "Add" button next to storage for adding external storage
Signed-off-by: Muntashir Al-Islam <[email protected]>
FM Add an "Add" button next to storage for adding external storage
Signed-off-by: Muntashir Al-Islam <[email protected]>
AM Debug v4.0.0-beta02 Run#2885
FM Add option to rename/remove favorites
Signed-off-by: Muntashir Al-Islam <[email protected]>
FM Add option to rename/remove favorites
Signed-off-by: Muntashir Al-Islam <[email protected]>