-
Notifications
You must be signed in to change notification settings - Fork 28
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
DerpLauncher: Add zh-rTW translations #21
base: 14
Are you sure you want to change the base?
Commits on Apr 7, 2024
-
DerpLauncher: Bring back QuickSpace events
* This is wholesome squash of work done in 11.0 of crDroid Home * History commits - https://github.com/crdroidandroid/android_packages_apps_Launcher3/commits/11.0/src/com/android/launcher3/quickspace Squashed with: Author: minaripenguin <[email protected]> Date: Mon Dec 26 14:16:30 2022 +0800 DerpLauncher: Quickspace: Apply at a glance widget design Author: Pranav Vashi <[email protected]> Date: Thu Sep 28 22:41:45 2023 +0530 DerpLauncher: Quickspace: Do not pollute with greetings and fix NPE Signed-off-by: Pranav Vashi <[email protected]> Author: Pranav Vashi <[email protected]> Date: Fri Sep 29 08:05:05 2023 +0530 DerpLauncher: Quickspace: Improve loading routines Signed-off-by: Pranav Vashi <[email protected]> Author: Pranav Vashi <[email protected]> Date: Fri Sep 29 12:21:47 2023 +0530 DerpLauncher: Quickspace: Do not exceed 3 lines Signed-off-by: Pranav Vashi <[email protected]> Author: Pranav Vashi <[email protected]> Date: Fri Sep 29 18:26:10 2023 +0530 DerpLauncher: Quickspace: Rewrite all the greetings * Who tf drinks so much water? Signed-off-by: Pranav Vashi <[email protected]> Author: Pranav Vashi <[email protected]> Date: Sun Nov 26 20:33:21 2023 +0530 DerpLauncher: Quickspace: Make weather condition text optional Signed-off-by: Pranav Vashi <[email protected]> Author: El Dainosor <[email protected]> Date: Tue Dec 12 12:54:36 2023 -0300 DerpLauncher: Quickspace: Improve quick events Avoid some events being triggered after being disabled (for example, now playing or even the PSA). Also, fix the logic behind the lucky magic messages in PSA (it was broken on lucky number) Author: El Dainosor <[email protected]> Date: Tue Dec 12 15:18:34 2023 -0300 quickspace: Remove the now playing icon on the right reason: We not just play music on our devices, at the same time, it's just being used for one event. Author: El Dainosor <[email protected]> Date: Thu Dec 14 11:57:35 2023 -0300 DerpLauncher: Reorganize at a glance settings Author: jenslody <[email protected]> Date: Fri Feb 16 15:34:20 2024 +0100 DerpLauncher: Never disable weather settings If Omnijaws is disabled in settings, we haven't been able to reenable it. It was unreachable, because it depended on the show-weather-switch, which depends on Omnijaws beeing activated. WIth keeping the settings enabled, we can switch Omnijaws on again. Signed-off-by: jenslody <[email protected]> Author: Rizky Benggolo <[email protected]> Date: Sun Feb 18 06:06:03 2024 +0000 DerpLauncher: Improve quickspace strings Author: Rizky Benggolo <[email protected]> Date: Sun Feb 4 10:35:25 2024 +0000 DerpLauncher: Quickspace: A little layout improvement Co-authored-by: Chris <[email protected]> Co-authored-by: El Dainosor <[email protected]> Co-authored-by: Ali B <[email protected]> Co-authored-by: Till Kottmann <[email protected]> Co-authored-by: minaripenguin <[email protected]> Co-authored-by: Rizky Benggolo <[email protected]> Co-authored-by: jenslody <[email protected]> Signed-off-by: Pranav Vashi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5618f90 - Browse repository at this point
Copy the full SHA 5618f90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7300cba - Browse repository at this point
Copy the full SHA 7300cbaView commit details -
DerpLauncher: Set app drawer opacity to 91
* any value below 91, will make the status bar icons look bad in white theme Change-Id: I0570dc05dad82fb3ed75c376ba3e6510a5b89a84 Signed-off-by: clarencelol <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce88ea2 - Browse repository at this point
Copy the full SHA ce88ea2View commit details -
DerpLauncher: Allow the blur to be completely disabled
Change-Id: I039180cea33a8c2bdc46fd9c9b3eea785bba0f24 Signed-off-by: Alvin Francis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f80d2b - Browse repository at this point
Copy the full SHA 0f80d2bView commit details -
DerpLauncher: Follow all apps background for taskbar slide in view
Signed-off-by: Pranav Vashi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e81f8ae - Browse repository at this point
Copy the full SHA e81f8aeView commit details -
DerpLauncher: QuickstepAtomicAnimationFactory: Add null checks to pre…
…vent NPE Solves the following crash on exiting recents when nothing is on any home screen: FATAL EXCEPTION: main Process: com.android.launcher3, PID: 7671 java.lang.NullPointerException: Attempt to invoke virtual method 'int android.view.ViewGroup.getVisibility()' on a null object reference at com.android.launcher3.uioverrides.states.QuickstepAtomicAnimationFactory.prepareForAtomicAnimation(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:303) at com.android.launcher3.statemanager.StateManager.goToStateAnimated(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:26) at com.android.launcher3.statemanager.StateManager.goToState(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:23) at com.android.launcher3.statemanager.StateManager.goToState(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:2) at com.android.quickstep.views.LauncherRecentsView.handleStartHome(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:16) at com.android.quickstep.views.RecentsView.startHome(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:3) at com.android.quickstep.views.RecentsView.startHome(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:1) at com.android.quickstep.views.RecentsView$21.onEnd(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:394) at com.android.quickstep.views.RecentsView$21.accept(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:4) at com.android.quickstep.views.RecentsView$21.accept(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:1) at com.android.launcher3.anim.AnimatorListeners$EndStateCallbackWrapper.onAnimationEnd(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:32) at com.android.launcher3.anim.AnimatorPlaybackController$$ExternalSyntheticLambda0.accept(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:14) at com.android.launcher3.anim.AnimatorPlaybackController.$r8$lambda$bF6fu10ogo158poE8C5B_R0HpFg(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:27) at com.android.launcher3.anim.AnimatorPlaybackController$$ExternalSyntheticLambda3.accept(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:12) at com.android.launcher3.anim.AnimatorPlaybackController.callAnimatorCommandRecursively(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:1) at com.android.launcher3.anim.AnimatorPlaybackController.callAnimatorCommandRecursively(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:36) at com.android.launcher3.anim.AnimatorPlaybackController.callListenerCommandRecursively(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:7) at com.android.launcher3.anim.AnimatorPlaybackController.dispatchOnEnd(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:9) at com.android.launcher3.anim.AnimatorPlaybackController$OnAnimationEndDispatcher.onAnimationSuccess(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:7) at com.android.launcher3.anim.AnimationSuccessListener.onAnimationEnd(go/retraceme d64815e9bb1a1e22c3f9643b1a3046dfb4cece8716c9ab9e81a56f1b7725d51a:5) ...
Configuration menu - View commit details
-
Copy full SHA for d2cc698 - Browse repository at this point
Copy the full SHA d2cc698View commit details -
DerpLauncher: Don't create work space for parallel users
Parallel users also have badge so don't consider it as work profile. Change-Id: I8b08f800b0178d3b4b09f2ab72d9de8b35cf1d64
Configuration menu - View commit details
-
Copy full SHA for aa6547c - Browse repository at this point
Copy the full SHA aa6547cView commit details -
DerpLauncher: Launch apps in freeform mode system shortcut
Change-Id: I3b68d38509cbe45890bfab49435be2e08ea04e26 Signed-off-by: minaripenguin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43b0aa7 - Browse repository at this point
Copy the full SHA 43b0aa7View commit details -
DerpLauncher: Hide freeform shortcut if app doesnt support freeform
Change-Id: I06669608d77995c7d9f65f3b4a14872f67bea208
Configuration menu - View commit details
-
Copy full SHA for 22305d0 - Browse repository at this point
Copy the full SHA 22305d0View commit details -
DerpLauncher: freeform: Launch tasks as tasks overlays
* we want to make the activity always the top activity for the launched task. Following OEM multi-window behaviour. Change-Id: I5d03dac91ad5731065c6b44c94f7ddac585c9091 Signed-off-by: minaripenguin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57a391c - Browse repository at this point
Copy the full SHA 57a391cView commit details -
Merge tag 'android-14.0.0_r31' of https://android.googlesource.com/pl…
…atform/packages/apps/Launcher3 into HEAD Android 14.0.0 Release 31 (AP1A.240405.002.A1)
Configuration menu - View commit details
-
Copy full SHA for d39bca3 - Browse repository at this point
Copy the full SHA d39bca3View commit details -
DerpLauncher: Bump version to AP1A.240405.002
Change-Id: Ic3ed16bb0bea98d9dd5da96da63c65ebe735047b Signed-off-by: NurKeinNeid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0409e0 - Browse repository at this point
Copy the full SHA c0409e0View commit details -
Revert "DerpLauncher: Add support for toggling taskbar"
This reverts commit e369fc8.
Configuration menu - View commit details
-
Copy full SHA for 70d344f - Browse repository at this point
Copy the full SHA 70d344fView commit details -
DerpLauncher: Add support for toggling taskbar
- Use new API to enable/disable SysUI taskbar integration - User-facing setting to control taskbar eligibility - Reload by restarting (live reload would be much more complicated) - Update SysUI integration state before reloading Depends on frameworks/base commit: SystemUI: Add API for runtime taskbar config Change-Id: Id1889ca9b102f94cc0a1161f49de88428dcc0943 Signed-off-by: Mohammad Hasan Keramat J <[email protected]> Signed-off-by: SahilSonar <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 883a854 - Browse repository at this point
Copy the full SHA 883a854View commit details
Commits on Apr 9, 2024
-
DerpLauncher: Derp more quickspace strings
Change-Id: If7c834ba2bb972b2867939a1f47468a0f1ff6e12 Signed-off-by: NurKeinNeid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7752f2f - Browse repository at this point
Copy the full SHA 7752f2fView commit details -
DerpLauncher: Set about app version to untranslatable
Change-Id: Ifa7a6d8386c8adcadb81cb762758b06a8164f811 Signed-off-by: NurKeinNeid <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 289e66d - Browse repository at this point
Copy the full SHA 289e66dView commit details
Commits on Apr 10, 2024
-
DerpLauncher: Fix spit drawable gravity in recents
Change-Id: I9829956c22037e725f9b4facfc6eedab269b75d5 Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 876e7a1 - Browse repository at this point
Copy the full SHA 876e7a1View commit details -
fixup! DerpLauncher: allow disabling overview action chips
Signed-off-by: Mohammad Hasan Keramat J <[email protected]> Change-Id: I4eb03d566e26eadb158a9bf3203dce43d3ae8d76
Configuration menu - View commit details
-
Copy full SHA for 9c20730 - Browse repository at this point
Copy the full SHA 9c20730View commit details -
DerpLauncher: Restart on disabling overview action chips
Change-Id: I045313b1828b8967701e87f9bbadb99d9e9aad50 Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e32f7af - Browse repository at this point
Copy the full SHA e32f7afView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 020243b - Browse repository at this point
Copy the full SHA 020243bView commit details