Zongle Wang
Zongle Wang
We can minify CLI binary Jar using R8, it will significantly decrease the size. I'm working on a similar thing at https://github.com/pinterest/ktlint/pull/2347.
Invoke `Service.startForeground` on targetSdk 34 platforms, need to declared the service type, see https://developer.android.com/about/versions/14/changes/fgs-types-required
Need to adopt Android 12 behavior changes, can't start foreground service from the background. ``` Fatal Exception: android.app.ForegroundServiceStartNotAllowedException: startForegroundService() not allowed due to mAllowStartForeground false: service messenger.MainActivity.launcher.home.screen/com.liulishuo.filedownloader.services.FileDownloadService$SharedMainProcessService at android.app.ForegroundServiceStartNotAllowedException$1.createFromParcel(ForegroundServiceStartNotAllowedException.java:54) at...
### Describe the feature or problem you’d like to solve One PR is closed, but I still want to modify logic based on its changes, just check it out in...
Closes #137.
Android and macOS builds are much faster for now. https://github.blog/changelog/2023-02-23-hardware-accelerated-android-virtualization-on-actions-windows-and-linux-larger-hosted-runners https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source
## Description Follow up #3948. ## Type of change :white_check_mark: General change (non-breaking change that doesn't fit the below categories like copyediting) :x: Bug fix (non-breaking change which fixes an...
### Describe the bug There are 2 issues: 1. Open an app from Drawer, and click Home button, can't back to home screen. 2. Slide to the second screen, and...
1. Disable this option, both folder and icon labels are disabled, we should explicit them. 2. Disable this option, the folder label is disabled when it's expanded but enabled when...