Skip to content

Fix app lag, crashes, and logo#2

Merged
thetuxuser merged 1 commit into
mainfrom
fix-app-lag-crashes-and-logo-11413352257215511241
Jun 2, 2026
Merged

Fix app lag, crashes, and logo#2
thetuxuser merged 1 commit into
mainfrom
fix-app-lag-crashes-and-logo-11413352257215511241

Conversation

@thetuxuser
Copy link
Copy Markdown
Collaborator

This PR addresses several critical issues:

  1. Performance: Fixed significant lag when scrolling or searching the app list by caching the installed applications list in AppRepository.
  2. Stability: Fixed a crash on Android 14+ by correctly specifying the foreground service type in AppMonitorService.
  3. UI/UX: Fixed a crash when opening the 'About' section by ensuring the app uses an AppCompat theme (required by OssLicensesMenuActivity).
  4. Assets: Restored the missing app logo and updated the AboutScreen to display it correctly.
  5. Build: Fixed an invalid <rect> tag in ic_launcher_background.xml that caused resource compilation errors.

PR created automatically by Jules for task 11413352257215511241 started by @thetuxuser

- Implemented caching in AppRepository to fix FPS lag in the app list.
- Fixed foreground service crash by adding FOREGROUND_SERVICE_TYPE_SPECIAL_USE.
- Resolved About section crash by switching to an AppCompat theme.
- Fixed resource linking error in ic_launcher_background.xml.
- Restored the app logo and updated the About screen.

Co-authored-by: thetuxuser <234900867+thetuxuser@users.noreply.github.com>
@google-labs-jules
Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

.getInstalledApplications(PackageManager.GET_META_DATA)
.filter { app ->
// Exclude system apps without a launcher intent
val isSystem = app.flags and ApplicationInfo.FLAG_SYSTEM != 0
@thetuxuser thetuxuser marked this pull request as ready for review June 2, 2026 14:44
@thetuxuser thetuxuser merged commit b0110e5 into main Jun 2, 2026
3 checks passed
@thetuxuser thetuxuser deleted the fix-app-lag-crashes-and-logo-11413352257215511241 branch June 2, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants