Skip to content
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

Add Japanese. #3

Open
wants to merge 193 commits into
base: 13
Choose a base branch
from
Open

Add Japanese. #3

wants to merge 193 commits into from

Conversation

reindex-ot
Copy link

Adding Japanese...くるくる~

Android Build Coastguard Worker added 30 commits October 3, 2022 23:28
Change-Id: I68b5cd3d5e2e9aec7986e46168babdbd944b8afc
Change-Id: I26f76d5288970828711c73672ce7b2a39faa2bc2
Change-Id: Ia58031b71eba1551ed969b7bb2158980a322c963
Change-Id: Ib98d0679528d22397578ca4e4adb134f0ba149bf
Change-Id: I692934d789e29c01d36ac3f587ce930d82c853ac
Change-Id: Id603b68a947ae257755b6e4b21003920eecb9c19
Change-Id: Iadd76506383928b22a26f8887ffb4337e7e761c1
Change-Id: I51b19c0b2039ec56c1b7ec1b0b8bbc59fe50a544
Change-Id: I8f7b4fbee9319f529b05b0ada67c2d4f79353304
Change-Id: Iac767b2cd8689358ae0827055ca03a067b629551
Change-Id: I999d613bdcbe08d805612c98ab0c48d0fc9c4f13
Change-Id: Ife163de67b8a5d1abf62271c93fe5addc53b6a3e
Change-Id: I53f2f1e6425573b068eea68ec81723412b3dd23a
Change-Id: I565a95d84b1c04ccfd390187a2a97a2bd5f544a5
Change-Id: I712cbf608d922e5eed50fc81b97ddc22cc743c61
Change-Id: I5eb021fd041eb681def09d59569073b350e16041
Change-Id: I10ce138331637f1915c3ee93711c00d576f56b12
Change-Id: I6f4fc11dba4d72cebf4dfe93d1d651904bd76fa9
Change-Id: I7e010464e880432a233c7a1874f721214df95985
Change-Id: If1d476921db719334c708b2f8dd8c872e7e0e702
Change-Id: I7ec485e36d710d095504fc3e4e290de65cb2cc10
Change-Id: I48470e0814edb747be4e966d41820406b0bb97ed
Change-Id: Ic68f69b508625be6d42e6381d7f37c3622d18d82
Change-Id: I1b3c5a7d13792caa7fd8bdc3791f9e0da3d84b3e
Change-Id: Id53a94e60f2dc011dc38b6e784e92cc3366bb085
Change-Id: Ic82b36e1e979579013d4139c9ec91cc13f9903bc
Change-Id: Ied2a41807a640fe6325f0dbce7e5362828f39018
Change-Id: I58978371044ed0d7f621c138b0a48a993474d724
Change-Id: I3b41655a0a039f4dfcd596ad60680afe0b9839b2
Change-Id: I2a40de173499e27fe0a637b3a15e6b7df7519bce
adithya2306 and others added 29 commits April 11, 2023 11:33
New "canned" workspace animation is still closed source,
inside pixel launcher. We'll use this one for now instead.

This partially reverts commit feb31ca.

Change-Id: Ia4c81b0cf638b6d4739552181f1bf50bc9b4c754
* It may leads to poor UX on devices don't have a good
  vibration motor

Change-Id: Ie1b3532f2aae00b90fd39ac8f6294c79b8bc67a5
Fixes
06-21 09:27:41.679   447   986 E SurfaceFlinger: Only WindowManager is allowed to use eEarlyWakeup[Start|End] flags
When `Show lens button` is enabled, it should also replace the screenshot
button location as well to keep the consistency.
* textColorSecondary kinda looks a bit faded when disabled alpha is applied
* match themed search bar background color with themed icons
* integrate google logo to "All apps" sb
* use material themed icon style for both SBs
* remove AOSP's headercolor protection paint on scroll offset
* misc color adjustments

Signed-off-by: minaripenguin <[email protected]>
[nurkeinnneid] partial apply; orig: RisingTechOSS/android_packages_apps_Launcher3@60add89
Signed-off-by: NurKeinNeid <[email protected]>
* light theme N2 feels a bit dull on some palettes

Signed-off-by: minaripenguin <[email protected]>
- to avoid remnants on gesture start/swipe up

Change-Id: Ife5f05263e07afec2456c535734f6c12e7080c9c
Signed-off-by: Pranav Vashi <[email protected]>
There's nothing to scroll when searching, so hide the scrollbar.

Change-Id: Ia04d5d3fe87c573c93856bc4223c92ccfb33c619
Themed icons should only be used when themed icons are
enabled by user in ThemePicker. Otherwise, use the
standard google colors. Matches Pixel Launcher.

Change-Id: If6e81f746f2ab7875da81fd24b3663fad03e5fe9
Co-authored-by: Pranav Vashi <[email protected]>
Co-authored-by: Patryk Michalik <[email protected]>
Signed-off-by: Adithya R <[email protected]>
Change-Id: I00e07f23ae944c5986f26080f1a6ebf0898f9726
This adds an implementation of the LocalColorExtractor interface,
including:
  - Local color extraction using WallpaperManager
  - Resource overlay generation
  - View bounds calculation
    This code comes from AOSP commit 88b7f6a ("Move color extraction
    utils to extractor class so each instance can have its own set of
    temp variables.") where it was removed. It appears to be virtually
    identical to the Pixel implementation of LocalColorExtractor as of
    SPB5.210812.002.

These features are necessary for local widget colors, as well as local
colors for popup menu items.

Demo screenshots: https://twitter.com/kdrag0n/status/1445961943856992258

[TheScaratic]: Modify to use Aosp monet Theming solution

Signed-off-by: Adithya R <[email protected]>
Change-Id: I50fb727f4dd06573cb8702f11acf118b4e76e265
Signed-off-by: Omkar Chandorkar <[email protected]>
Required after 69a8eec ("Simplifying color extraction registration logic")

Signed-off-by: Adithya R <[email protected]>
Change-Id: I9056886b6702d8de6776af542fa55458a675966f
Similar to Pixel Launcher, local colors should be disabled when using a
preset color because presets will most likely differ from the wallpaper.
This is necessary for WallpaperPickerGoogle and Repainter to work properly.

Reloading works fine as LocalColorExtractor is recreated on
configuration changes.

Change-Id: I8442b60f8b2359d6d2a0e4007e96c525f3cedc96
Signed-off-by: Adithya R <[email protected]>
[nxc: only apply L3Go changes since we'll use vendor/lawnicons instead]
DennySPb: port to A11, A12-L, A13
neobuddy89: Updated for A13 QPR2

Change-Id: Id81da397d5ef33577d6f53f349080c49a61591ab
Signed-off-by: DennySPb <[email protected]>
Signed-off-by: Pranav Vashi <[email protected]>
RadioPreference is deprecated, so instead of using our own impl, let's
use the official alternative of it.
This allow us to open the icon pack's app by clicking the gear icon when
opening the icon pack selection page.
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.