App Manager | DEBUG
AM Debug v4.0.0-beta02 Run#2877 GitHub Upgrade actions/upload-artifact to v4 Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
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
👍7❤3🎉1
AM Debug v4.0.0-beta02 Run#2878
Refactor Fix adding start inset margin to the spinners
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Fix adding start inset margin to the spinners
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🔥3❤1
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 <muntashirakon@riseup.net>
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 <muntashirakon@riseup.net>
❤2👍1🤩1
AM Debug v4.0.0-beta02 Run#2882
FM Add a navigation drawer to list storage locations
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Add a navigation drawer to list storage locations
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤2👍1🔥1
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 <muntashirakon@riseup.net>
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 <muntashirakon@riseup.net>
❤3👍1🔥1
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 <muntashirakon@riseup.net>
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.
❤5👍3🔥1🤩1
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 <muntashirakon@riseup.net>
FM Add an "Add" button next to storage for adding external storage
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤4
AM Debug v4.0.0-beta02 Run#2885
FM Add option to rename/remove favorites
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
FM Add option to rename/remove favorites
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤5👍1
A few backlogs for FM:
1. Support reordering favorites
2. Display star/unstar option (for favorite) in File Properties: for this favorites have to be unique which is not yet defined. In many file managers, favorites can be duplicated.
3. Support for file tags/labels. Tags/labels allow marking files with a color and a label. Useful for listing files from multiple directories in a single view. Quite useful for academic/business purposes.
4. Icon/list view toggle
5. Detailed/compact view toggle
6. Enable/disabled thumbnails
7. Tree view (low priority)
8. Per-directory sorting and options
9. Searching/filtering
10. File archiving (zip, bzip2, gzip, etc.).
1. Support reordering favorites
2. Display star/unstar option (for favorite) in File Properties: for this favorites have to be unique which is not yet defined. In many file managers, favorites can be duplicated.
3. Support for file tags/labels. Tags/labels allow marking files with a color and a label. Useful for listing files from multiple directories in a single view. Quite useful for academic/business purposes.
4. Icon/list view toggle
5. Detailed/compact view toggle
6. Enable/disabled thumbnails
7. Tree view (low priority)
8. Per-directory sorting and options
9. Searching/filtering
10. File archiving (zip, bzip2, gzip, etc.).
🔥7👍5❤2😱1
AM Debug v4.0.0-beta02 Run#2886
Freeze Add new option: Advanced suspend
Allows an app to be both force-stopped and suspended to prevent it from running
in the background.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Freeze Add new option: Advanced suspend
Allows an app to be both force-stopped and suspended to prevent it from running
in the background.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
👍5❤2🤩1
AM Debug v4.0.0-beta02 Run#2887
History Fix saving some batch ops history entries
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
History Fix saving some batch ops history entries
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
❤4👍2
AM Debug v4.0.0-beta02 Run#2888
Refactor Add curated freeze method selection option
Apart from selecting a default freeze method in the Settings page, it is also
possible to do the following:
- Set per-app freeze method. This allows setting a non-default freeze for each
app. The option can be accessed by clicking the "Freeze" button in the App
Info tab of an app. The per-app freeze method will also be backed up and
restored as part of the "Extras" backup flag.
- Set per-operation freeze method. All freeze-related batch operations (in the
Main and Debloater pages) and the "Freeze" option in App Info tab display a
dialog button allowing the user to choose a non-default, per-operation freeze
method.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
Refactor Add curated freeze method selection option
Apart from selecting a default freeze method in the Settings page, it is also
possible to do the following:
- Set per-app freeze method. This allows setting a non-default freeze for each
app. The option can be accessed by clicking the "Freeze" button in the App
Info tab of an app. The per-app freeze method will also be backed up and
restored as part of the "Extras" backup flag.
- Set per-operation freeze method. All freeze-related batch operations (in the
Main and Debloater pages) and the "Freeze" option in App Info tab display a
dialog button allowing the user to choose a non-default, per-operation freeze
method.
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
🤩3❤2