Age | Commit message (Collapse) | Author |
|
Inter uses the SLNT (slant) variable axis ranging from -10 to 0 degrees
for italic, not ITAL 0-1.
Change-Id: Iae935f8386ba437d53114b228f3bb7c26e9ee9b1
|
|
Inter is missing some glyphs that users have come to expect on Android,
so use Roboto as a fallback to fix excessive tofu in some text.
Because Inter's name has been replaced with "Roboto" for compatibility,
the fallback variants are named "Roboto Fallback".
Example of text with missing glyphs in Inter: ⅙⅐⅛⅑⅒¹½⅓¼⅕
NB: requires vendor commit "fonts: Add fallback variant of Roboto"
Change-Id: I4affbde067bc51366a84a93b48a9c373567dca05
|
|
We're going to replace this with a different font.
Change-Id: I87f8dd9cd3c915ffcd76dc2983a202e8808e0cb0
|
|
* Based on OnePlus' OxygenOS tile, reworked to work with AOSP toggling
without requirements on proprietary telephony-ext features.
* QS icons are designed and made by Andrew Fluck.
Co-authored-by: idoybh <idoybh2@gmail.com>
Co-authored-by: jhonboy121 <alfredmathew05@gmail.com>
Change-Id: Ie2e280c07f24f9da6b4ee218b72501a2713ce429
|
|
I'm not sure why Google decided to revert to a static variant of *only*
the regular non-italic and non-condensed weight, but using the default
"Roboto" font for the lock screen clock (i.e. AOSP default) is broken
with the change:
- Clock is too bold when notifications are present (because SystemUI
loads the regular font but can't change the weight to be less
bold)
- Weight animation between lock screen and AOD is broken (because
weight can't be animated without the variable font)
- AOD clock font is too bold (could cause burn-in)
Switch back to the variable font in order to fix the clock issues.
Change-Id: Ia2e5ef52e4edb5d4275f6d5faf8c74266b784762
|
|
Bug: 220074017
Change-Id: Idfdd94e902f656ac65a2a75dfdd199f6f85ba472
|
|
Change-Id: Ic2889f5eb531008340529eadc36ec8efc62b1984
|
|
- This is for testing purpose.
Bug: 193247516
Test: build, check boot up
Change-Id: I6c6d860a4b884d8856ede3aa4c73c64a9c568dd5
Merged-In: I6c6d860a4b884d8856ede3aa4c73c64a9c568dd5
(cherry picked from commit d8a331bdcb8605883a4a689f3e606729d5096264)
|
|
Change-Id: I65e2b7db097927b87c9c4023015c754033c62086
|
|
Change-Id: I4610885d5d770d858895057cdd9fea387a5e33dd
|
|
Change-Id: I96a39cdca22771b76e89caebd53ed52416005092
|
|
Bug: 188062003
Test: m
Change-Id: I342f64e666afa4202b8af69f04d64b05d40fac40
|
|
into sc-dev
|
|
Security report shows that this can cause leak token of different app.
Replace the functionality with a callback to the TaskOrganizerController
to restart activity when size compat restart button is clicked.
Bug: 186776724
Test: manually verify the restart button still works
Change-Id: I097b9f02e8435e6765695b9d5a531a4e165bac66
Merged-In: I097b9f02e8435e6765695b9d5a531a4e165bac66
|
|
|
|
|
|
This is required for GTS testing it, rather than having to instrument
GMS Core.
Bug: 182271592
Test: tested as part of other CLs in this topic
Change-Id: Id56e0d206afe0a9069d1510a3dae9a07141fff60
|
|
|
|
Fix: 192017986
Bug: 188396041
Test: Manual
Change-Id: I5f85013c7373093030961392e61e86bc7376b346
|
|
|
|
This keylayout was introduced in ba81efe04a4b34dd46ef6b64049a567e2233e39d.
Unfortunately, we cannot match by vid / pid, since this breaks other
devices (like keyboards) that use the same vendor / product id.
Instead, match by name to avoid conflict.
Bug: 191720859
Change-Id: I9dd686ebcd612ca04d41b7b5cadf8442350346c9
Merged-In: I9dd686ebcd612ca04d41b7b5cadf8442350346c9
Test: verified manually
|
|
Bug: 171024152
Test: android.media.tv.cts.TvInputManagerTest
Change-Id: Iabea3ea72a5476892c848eaa8ebf4f93ad9b1000
|
|
Bug: 188926991
Bug: 188779144
Test: m fontchain_lint
Change-Id: Ie807e31abb407f5b58665d4d2941bc75186d5c42
Merged-In: Ie807e31abb407f5b58665d4d2941bc75186d5c42
|
|
Change-Id: I72d03812a8377fc014aebad8db4e68eeded2d531
|
|
Change-Id: I9acdc955f698dbebb8fad19cfd5cb71fcdd27b45
|
|
|
|
Change-Id: I5200ee05285ae422d5e9c1c00f45709a5d6188be
|
|
Bug: 191330748
Test: m -j32 (+ installed on seahawk)
Change-Id: I8721991a978bdbde7d6f6f852c55a0fb85634a84
|
|
|
|
This is required in order to build ClusterHomeSample with CAR_MONITOR_INPUT privileged permission.
Bug: 186676333
Test: atest CarServiceUnitTest
Change-Id: Ie5c81beb142c8f02aa01bdf129320169eed2c00e
|
|
The SurfacePackageViewHost was never release, leading to a leak of its
surfaces.
This CL ensure it is released:
- Directly in the shell if the SplashScreenView was not copied
- From the client, through the window manger and then to the shell if
the splash screen was copied in the client process
Test: Manually tested with app setting by checking if the surfaces
are actually removed (winscope + logs) in the following scenarios:
- When the application registers an OnExitAnimationListener
and calls remove(),
- When the application registers an OnExitAnimationListener
and dies without calling remove()
- When the applicaiton does not register an OnExitAnimationListener
and the shell removes the splash screen
Bug: 189759180
Change-Id: Ib68bfffad6720911368739d7dd87d8a03034c589
|
|
|
|
Grant shell android.permission.GET_TOP_ACTIVITY_INFO for testing Launcher
tests that need access to AssistContentRequester in shell context.
Bug: 190344718
Test: Local build and flash, ran test
Merged-In: I551e0bee413432653f39c91664d716f695311b6f
Change-Id: I551e0bee413432653f39c91664d716f695311b6f
|
|
|
|
|
|
|
|
package" into sc-dev
|
|
Brings AOSP up to a true representative implementation which can be
shipped on production devices.
Bug: 171219506
Test: manual, push AOSP, pm enable, pm verify-app-links
Change-Id: I5de6405afe884a19d35d09b266457c4ad4eee91b
|
|
ImsServiceEntitlement is a headless app for certain carriers requiring
background IMS provisioning only. So the app needs to be allowed to
schedule jobs.
Bug: 189397221
Test: make
Change-Id: Ib910681ef81a417aaa4a13514260cfa26098a048
|
|
|
|
Test: Manually run:
adb shell dumpsys alarm
Should show 'com.android.emergency' under 'Exempted bucket packages'.
Bug: 189866352
Change-Id: I485dd3e4d9026e576b670a1a4439ea62eec987f3
|
|
The permission has been removed in ag/14670362.
Bug: 182094776
Bug: 185607880
Change-Id: I780d951c57283f0097780fb780afec915c64303c
|
|
Test: atest AtsCarTests:CarWatchdogManagerTest
Bug: 189354222
Change-Id: If87b2eed7d7e183b29e0d9eba9b54505c117218c
|
|
Bug: 189235998
Test: Manually done
Change-Id: I253a72df5641b57d371598cec6853737c5e98ba9
|
|
HotwordDetectionService" into sc-dev
|
|
Bug: 186864416
Test: Builds
Change-Id: I04dfc5c2c7143825334ebc62742e335b8c889492
|
|
HotwordDetectionService
Bug: 187914415
Test: atest CtsVoiceInteractionTestCases
Test: atest CtsVoiceInteractionTestCases --instant
Change-Id: I4ccd8fd5b153f28fa4b1463f7412bb8067cc4ffd
|
|
Change-Id: Ic23aece12c3bbd2b4dcf3205fdbcdd1601deabec
|
|
into sc-dev
|
|
Revert "Revert "Remove GET_ACCOUNTS_PRIVILEGED from PermissionCo..."
Revert "Revert "Remove GET_ACCOUNTS_PRIVILEGED from PermissionCo..."
Revert submission 14640417-revert-14608710-pc-account-permission-YZYJDZRTJD
Reason for revert: Reversion didn't fix test.
Reverted Changes:
I5b3cd130e:Revert "Remove GET_ACCOUNTS_PRIVILEGED from Permis...
I38aa53cc5:Revert "Remove GET_ACCOUNTS_PRIVILEGED from Permis...
Ibed0af2c7:Revert "Remove GET_ACCOUNTS_PRIVILEGED from Permis...
Bug: 185607880
Bug: 188643368
Change-Id: Iee9e3f4b01ad1f3d5285e712a70cf218886c8de9
|