sandstranger
752af659b6
fix recents activity crash on Android 12 ( #4530 )
...
* fix recents activity crash on Android 12
(cherry picked from commit cd652cc13716f8e34340342cda23e605798fc74e)
* fix code style
* Fixed crash in 12.1
---------
Co-authored-by: Evgeniy Mineev <e.mineev@crazypanda.ru >
Co-authored-by: MrSluffy <werdna.jac@gmail.com >
2024-07-07 07:37:53 +08:00
John Andrew Camu
e30660b155
Fixed crashes with gesture ( #4417 )
...
* Add support A14 QPR2
2024-06-02 16:26:42 +08:00
MrSluffy
695eec1b12
Fixed AbstractMethodError in OnePlus 12
2024-04-06 08:52:34 +08:00
Zongle Wang
bfb4ddfa48
Reimplement QuickSwitch compat libs ( #4084 )
...
* Reimplement makeDefaultActivityOptions
* No need to post again
* Cleanups
* Tweak LawnchairQuickstepCompat
* Let compatLibVR depend on compatLibVQ
* Let compatLibVS depend on compatLibVR
* Cleanup compatLibVT
* Let compatLibVU depend on compatLibVT
* Add ActivityManagerCompatVS.getRunningTasks back
* Fix ActivityManagerCompatVS
* Don't return null running tasks
* Annotate getTaskSnapshot
* Fix style
* Retrun list from getRunningTasks
* Tweaks
* Cleanups
* null check
* Add ActivityManagerCompatVS.invalidateHomeTaskSnapshot back
* Move ThumbnailData
* Fixed err
* Cleanup
* Add RequiresApi
* Make RemoteTransitionCompat as an interface
* Annotate ActivityOptionsCompat
* More interfaces
* Replace aidl files with generated sources
* Reformat
* Revert "Replace aidl files with generated sources"
This reverts commit ee450e696d .
Revert "Reformat"
This reverts commit 38c8f21ed3 .
* Use launcherNullable
* Fixes more crashes
---------
Co-authored-by: MrSluffy <werdna.jac@gmail.com >
2024-03-10 11:24:14 +08:00
John Andrew Camu
c31b41ae73
QuickSwitch Compat Q to U ( #3948 )
...
Initial support quickstep, Android versions from Q to U, ensuring a smooth and efficient user experience. Enjoy effortless navigation and swift app switching on your Android device with QuickSwitch's compatibility across the Q, R, S, T, and U.
Co-authored-by: Goooler <wangzongler@gmail.com >
Co-authored-by: 无言 <57122860+liu-wanshun@users.noreply.github.com >
2024-01-26 05:59:47 +08:00