-
Notifications
You must be signed in to change notification settings - Fork 29
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
Open
nnn950711
wants to merge
20
commits into
DerpFest-AOSP:14
Choose a base branch
from
nnn950711:14
base: 14
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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]>
* any value below 91, will make the status bar icons look bad in white theme Change-Id: I0570dc05dad82fb3ed75c376ba3e6510a5b89a84 Signed-off-by: clarencelol <[email protected]>
Change-Id: I039180cea33a8c2bdc46fd9c9b3eea785bba0f24 Signed-off-by: Alvin Francis <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
…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) ...
Parallel users also have badge so don't consider it as work profile. Change-Id: I8b08f800b0178d3b4b09f2ab72d9de8b35cf1d64
Change-Id: I3b68d38509cbe45890bfab49435be2e08ea04e26 Signed-off-by: minaripenguin <[email protected]>
Change-Id: I06669608d77995c7d9f65f3b4a14872f67bea208
* 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]>
…atform/packages/apps/Launcher3 into HEAD Android 14.0.0 Release 31 (AP1A.240405.002.A1)
Change-Id: Ic3ed16bb0bea98d9dd5da96da63c65ebe735047b Signed-off-by: NurKeinNeid <[email protected]>
This reverts commit e369fc8.
- 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]>
Change-Id: If7c834ba2bb972b2867939a1f47468a0f1ff6e12 Signed-off-by: NurKeinNeid <[email protected]>
Change-Id: Ifa7a6d8386c8adcadb81cb762758b06a8164f811 Signed-off-by: NurKeinNeid <[email protected]>
Change-Id: I9829956c22037e725f9b4facfc6eedab269b75d5 Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
Signed-off-by: Mohammad Hasan Keramat J <[email protected]> Change-Id: I4eb03d566e26eadb158a9bf3203dce43d3ae8d76
Change-Id: I045313b1828b8967701e87f9bbadb99d9e9aad50 Signed-off-by: Mohammad Hasan Keramat J <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.