Skip to content

New Crowdin updates#533

Open
gwolf2u wants to merge 372 commits into16.0from
16.0-translations
Open

New Crowdin updates#533
gwolf2u wants to merge 372 commits into16.0from
16.0-translations

Conversation

@gwolf2u
Copy link
Copy Markdown
Member

@gwolf2u gwolf2u commented Apr 20, 2026

No description provided.

rmp22 and others added 30 commits January 24, 2026 23:54
08-13 20:21:51.253 17606 17606 W Resources: Drawable com.android.launcher3:drawable/ic_setting has unresolved theme attributes! Consider using Resources.getDrawable(int, Theme) or Context.getDrawable(int).
08-13 20:21:51.253 17606 17606 W Resources: java.lang.RuntimeException
08-13 20:21:51.253 17606 17606 W Resources: 	at android.content.res.Resources.getDrawable(Resources.java:926)
08-13 20:21:51.253 17606 17606 W Resources: 	at com.android.launcher3.widget.PendingAppWidgetHostView.reapplyItemInfo(PendingAppWidgetHostView.java:315)
08-13 20:21:51.253 17606 17606 W Resources: 	at com.android.launcher3.icons.IconCache$$ExternalSyntheticLambda7.accept(R8$$SyntheticClass:0)
08-13 20:21:51.253 17606 17606 W Resources: 	at com.android.launcher3.util.CancellableTask$run$1.run(CancellableTask.kt:49)

Change-Id: I1d9e6f91f3581ed121ada9d2e5fea2f591eabf19
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I3bb58d9000607aace9175dd2e25437fe6c641b2b
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I706f6a522328ca6c3343bbf4bd78efb24cffec20
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I17e78fe5962c0ee5dafa907337811cf97578d008
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: Icfa66980e8c2b837dc2534567c2e1390aca83a82
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
…ed()

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Make the home button useful when already on the default homescreen by
opening the application drawer to show all apps.

Change-Id: I3304529d533dcb84bda1623fe3d62e5b7b41bca6
Signed-off-by: Dmitrii <bankersenator@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This is convenient for monitoring device status and many OEMs have their design for this. It's time to have our own one.

Change-Id: I890c86c798055b1964506d9a4df1cef386562160
Signed-off-by: LibXZR <i@xzr.moe>
iusmac: adapt to A13.
Signed-off-by: iusmac <iusico.maxim@libero.it>
[neobuddy89: adapt to A13 QPR2, A14 QPR2, A15, A16]
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Change-Id: I2a43963b2fc531d5f2635b14de90c661c3b63c9e
Co-authored-by: Pranav Vashi <neobuddy89@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>
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>
gwolf2u added 30 commits April 25, 2026 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.