- Notifications
You must be signed in to change notification settings - Fork4
Tags: trinadhthatakula/Thor
Tags
Thor_v1500
keyboard glitch fix and Export logs feature (#11)* feat: Add custom action support to TermLoggerDialogThis commit introduces the ability to add custom actions to the `TermLoggerDialog`.- Adds a `CustomAction` data class to represent custom actions with an icon and a string label.- Updates `TermLoggerDialog` to accept a `customAction` parameter and an `onCustomActionClicked` callback.- Adds UI logic to display a custom action button in the dialog if a `customAction` is provided.- Adds functionality to trigger the `onCustomActionClicked` callback when the custom action button is clicked.* feat: searchbar glitch fixThis commit implements a fix for search bar functionality within the `AppList` to filter the displayed apps.- Introduces a search bar using `BasicTextField` within a `Card`.- Implements real-time filtering of the app list based on the search query.- Filters by app name or package name, case-insensitive.- Clears the search query with a clear button.- Uses a placeholder text "Search any App" when the search query is empty.- Updates Multi selection list to be triggered by long click.- Improves the search logic.* feat: Add log sharing functionalityThis commit introduces the ability to share app logs from the "Neko Logger" screen.- Adds a custom action button "Export Logs" to the Neko Logger dialog.- Upon clicking "Export Logs", the app's log is written to a text file.- Utilizes ShareCompat to share the log file via the Android share sheet.- Adds custom action property to TermLoggerDialog.- Adds a custom action handler for the custom action.- Updates TermLoggerDialog to handle custom actions.- Adds ios_share icon.- Updates HomePage to handle the new custom action.- Adds a custom action button "Export Logs" to the Neko Logger dialog.- Refactors `TermLoggerDialog` to handle custom actions and add a done callback.- Updates `AppClickAction` to handle logcat actions.- Adds log file creation and sharing logic.- Adds logging to file for shared logs.- Updates `TermLoggerDialog` UI with CutCornerShape.- Update imports.* chore: Update app version to 1.352This commit updates the app's version:- `versionCode` is incremented to 1352.- `versionName` is updated to 1.352.- Updates `output-metadata.json`.- Updates `build.gradle.kts`.- Updates baseline profiles.
Thor_v1352_dev
chore: Update app version to 1.352This commit updates the app's version:- `versionCode` is incremented to 1352.- `versionName` is updated to 1.352.- Updates `output-metadata.json`.- Updates `build.gradle.kts`.- Updates baseline profiles.
Thor_v1350
chore: Update app version to 1.350-alphaThis commit updates the app's version:- `versionCode` is incremented to 1350.- `versionName` is updated to 1.350-alpha.- Updates `output-metadata.json`.- Updates `build.gradle.kts`.- Update baseline profiles.
Thor_v1330
refactor: Adjust AppList package name displayThis commit modifies the `AppList` to limit the number of lines used for displaying the package name of an app to 1 instead of 2. This change improves the visual layout by preventing the package name from taking up too much space.- Sets `maxLines` to 1 in `Text` composable.
Thor_v1327
refactor: Adjust AppList package name displayThis commit modifies the `AppList` to limit the number of lines used for displaying the package name of an app to 1 instead of 2. This change improves the visual layout by preventing the package name from taking up too much space.- Sets `maxLines` to 1 in `Text` composable.
Thor_v1325
feat: Bump version to 1.325This commit updates the app's version code to 1325 and the version name to 1.325.- Updates `versionCode` from 1322 to 1325 in `build.gradle.kts`.- Updates `versionName` from 1.322 to 1.325 in `build.gradle.kts`.- Updates `versionCode` to 1325 in `output-metadata.json`.- Updates `versionName` to 1.325 in `output-metadata.json`.- Updates the baseline profiles.
Thor_v1322
feat: Update version to 1.321 and add active/frozen apps checkThis commit updates the app version and adds a check to avoid navigating to active/frozen apps screens when they are empty.- Updates the `versionCode` to 1321.- Updates the `versionName` to 1.321.- Adds a check to the `ActiveApps` and `FrozenApps` card clicks, avoiding navigation when their count is zero.
PreviousNext