Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/ui: add option to exclude app from recent tasks #396

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 25, 2024

  1. feat/ui: add option to exclude app from recent tasks

    - Add excludeFromRecents boolean preference to UiStore- Implement logic to hide app from recent tasks in MainActivity
    - Add switch for excludeFromRecents in AppSettingsDesign
    - Update strings.xml files with new translation for excludeFromRecents
    - Remove unnecessary translations for launch_name and application_name
    - Update gradle-wrapper.properties to remove distributionSha256Sum
    - Add version.h to .gitignore
    NoahCodeGG committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    135cdf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. feat(design): implement real-time update for exclude from recents set…

    …ting
    
    - Add OnChangedListener to excludeFromRecents setting item
    - Update exclude from recents status for all app tasks when setting changes
    - Use ActivityManager to access and modify app tasks
    NoahCodeGG committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e18adfc View commit details
    Browse the repository at this point in the history