New Crowdin updates - #27
Open
elpaablo wants to merge 378 commits into
Open
Conversation
On tablet, when meminfo is at the bottom, the margin only set to 15dp, so you can't be able to see it when you are using a tablet with taskbar enabled. @neobuddy89: * Keep dimens only for transient taskbar * Tune dimens for 3-button navbar Change-Id: Id5968736b44628cf69fed0fe76fd3ee47e621a00 Signed-off-by: hmtheboy154 <buingoc67@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* The current implementation of free memory calculation utilizes activity manager methods. However, due to the limited capabilities of the activity manager, this results in a very low or inaccurate report of free memory. A significant difference is observed when comparing it to the free RAM reported by the settings application running activity. This change aims to rectify these inconsistencies by employing the same calculation method used in the settings application for reporting free memory. Additionally, this change incorporates UI performance enhancements by leveraging ThreadUtils from SettingsLib. visual Test: Compare the reported free memory to the free memory reported in the settings application's running activities. Memory usage was almost similar. perf Test: Observe any lag or hiccups when performing gestures to access the recents overview. references: memory calculation: https://github.com/RisingOS-staging/android_packages_apps_Settings/blob/fourteen/src/com/android/settings/applications/RunningProcessesView.java#L364 ui perf opt: https://github.com/RisingOS-staging/android_packages_apps_Settings/blob/fourteen/src/com/android/settings/development/MemoryUsagePreferenceController.java#L58 Squashed: From: minaripenguin <minaripenguin@users.noreply.github.com> Date: Fri, 15 Nov 2024 18:03:21 +0800 Subject: MeminfoView: Prevent memory leaks * reduces launcher memory usage from 300mb down to 200mb Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
-check default path and swap path for zram partition - if no zram, dont display it Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* Avoid memory leaks, better background thread handling, cleaner. Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
- Take account of meminfo view height in overview to avoid overlapping in landscape mode. - Borrow the overview actions' bottom margin instead of hardcoding it. Change-Id: I4e5efb63ebfa0cb35bcaf2fb1008a6655e567de6 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
And a squash of: Launcher3: Restart launcher on changing google search/lens app idoybh (YAAP): Keep clear all rightmost Co-authored-by: Pranav Vashi <neobuddy89@gmail.com> Co-authored-by: hundeva <hundeva@gmail.com> Change-Id: If00a4542ff7134ce4b84de3894f800d2b9a4f797 Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Avoid recents getting stuck when Google Lens is "Unable to open image". Change-Id: I61ac95a8b4603b63b7d7c4edf73804c3e9738f91
We don't need to open the sharesheet as we're targeting a specific application (Google Lens). Change-Id: I042b3a712dcf03eda21504b66cf99394b0bd4d2b Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
With lens activity starting as a new task, avoid showing Google app in the recents tasks list. Change-Id: Ib903292c64b854dcb38117d02edf5013f2855ac1 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I96970593301a7577f2d71c908551b8ee06f43f0a Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
…TaskView Change-Id: Iae0fb3b14b2ef4a48f906e0f8524fddaebe1b850 Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
… icon styles Change the icon from single-threaded serial loading to multi-threaded loading (put into task queue) Bug: 442273512 Test: Test icon loading speed Change-Id: Ief1bba5394a6cd453ef7543cd5ee99f7265087af Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* We dont require AssistantIconView as separate view. Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: Ifb563a75b361614d35811a652141c425968c2f01 Signed-off-by: rmp22 <195054967+rmp22@users.noreply.github.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I2c4e698a21f6a4d79e9758cde45b49bc7570bb32 Signed-off-by: rmp22 <195054967+rmp22@users.noreply.github.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
using LMOFreeform. neobuddy89: Use string and icon of freeform window. Change-Id: Ia6da8c4a61a2c14e1f7750994bd25961e47f5e9d Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: Ie360f3cc0d04919fd216d3061adb240603e46684 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
@ adithya2306: De-duplicate code, fix launching profile apps, skip non-resizeable apps. Change-Id: I8a5629e82f10e2c4ef08e23465e97fd010769e72 Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
…w is active - See bug for detailed repro steps, this is targeted to fix a scenario when apps launched by ShareSheet closes immediately, Launcher is resumed without getting onStop. The bug is WorkspaceRevealAnim attempts to show Workspace while user is still in Overview, the fix is to skip WorkspaceRevealAnim while user is still in Overview Fix: 452529269 Test: Tap smart chip in Overview to start ShareSheet, choose "My Drive", it should stay in Overview Flag: EXEMPT BUGFIX Change-Id: If7ffd8d6cc687d9027781b6bbc3b4205d9f6fc06 Signed-off-by: Ghosuto <clash.raja10@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Bug: 379905951 Test: manual, checked with UX Flag: com.android.launcher3.app_launch_blur Change-Id: Iffbf44302d06151dc4ef2fe42b4af94f7741de01 Signed-off-by: Ghosuto <clash.raja10@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Ghosuto <clash.raja10@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* BP3A has enabled one_grid_specs flag which hides the launcher rotation setting. * Previous commit - https://review.lineageos.org/c/LineageOS/android_packages_apps_Launcher3/+/460607/12 doesn't expose toggle, it just forced value. Do it properly. Fixes: crdroidandroid/issue_tracker#1030 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
a little bit brute force but the solution with minimal impact we must clear the icon cache on overlay changes so that icons that uses system colors gets updated wallpaper update is also just an overlay change event we migth not really need the ui mode trigger (light/dark) but its not hurting either Change-Id: I8e2533dfeff603a4aa924f10f7bf61fcc3faabd8 Launcher3: Fixup! update icons on dynamic color changes since elgoog removed the iconDB clear from BaseIconCache (there is now only a clearMemoryCache) add it locally so we dont need to fork another repo framworks/libs/systemui Thankfully mIconDb is protected Change-Id: Iae8faefa44b8c3737c777410c4a0f803a4e4a158 [micky387] Updated to Android-16 Change-Id: Iadfb5f9e28211d880a80ba7cc5848643d408641b Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> [forward port to 15] Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com> Signed-off-by: micky387 <mickaelsaibi@free.fr> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* Allows users to rename apps from the home screen and app drawer. Co-authored-by: Pranav Praveen <72447760+TwistedVision518@users.noreply.github.com> Co-authored-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Ghosuto <clash.raja10@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
* New translations alpha_strings.xml (Romanian) [ci skip] * New translations alpha_strings.xml (French) [ci skip] * New translations alpha_strings.xml (Spanish) [ci skip] * New translations alpha_strings.xml (Bulgarian) [ci skip] * New translations alpha_strings.xml (Czech) [ci skip] * New translations alpha_strings.xml (German) [ci skip] * New translations alpha_strings.xml (Greek) [ci skip] * New translations alpha_strings.xml (Hungarian) [ci skip] * New translations alpha_strings.xml (Italian) [ci skip] * New translations alpha_strings.xml (Polish) [ci skip] * New translations alpha_strings.xml (Portuguese) [ci skip] * New translations alpha_strings.xml (Russian) [ci skip] * New translations alpha_strings.xml (Albanian) [ci skip] * New translations alpha_strings.xml (Turkish) [ci skip] * New translations alpha_strings.xml (Chinese Simplified) [ci skip] * New translations alpha_strings.xml (Chinese Traditional) [ci skip] * New translations alpha_strings.xml (Vietnamese) [ci skip] * New translations alpha_strings.xml (Portuguese, Brazilian) [ci skip] * New translations alpha_strings.xml (Indonesian) [ci skip] * New translations alpha_strings.xml (Hindi) [ci skip] * New translations alpha_strings.xml (Turkish) [ci skip]
This file contains hidden or 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
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.