| Commit message (Collapse) | Author | Files | Lines |
|
Preparation for removing implicit include paths for jni.h from soong.
Bug: 152482542
Test: lunch aosp_x86_64 && m checkbuild
Change-Id: Ib36e679819a3309ccbf12fd592309b16c8bbd6c8
|
|
With b/150232615, we will need an explicit value set for the exported
flag when intent filters are present, as the default behavior is
changing for S+. This change adds the value reflecting the previous
default to the manifest.
These changes were made using an automated tool, the xml file may be
reformatted slightly creating a larger diff. The only "real" change is
the addition of "android:exported" to activities, services, and
receivers that have one or more intent-filters.
Bug: 150232615
Test: TH
Exempt-From-Owner-Approval: mechanical refactoring
Change-Id: Idc43e262fd2911e19f0bcd20add29e4c3392d3da
|
|
Change-Id: I81bb93f802d6207d6a635ef20d3cf14b8fe63736
Auto-generated-cl: translation import
|
|
Change-Id: I5b95f6ad5e3e70baa6ac48af90d371436cbdc4db
Auto-generated-cl: translation import
|
|
Change-Id: I05c0b930c3ad4874427948f3c7edced4c8d0a838
Auto-generated-cl: translation import
|
|
Change-Id: Ie07900be31c3c8d19e858a8abbb1193bc431da0f
Auto-generated-cl: translation import
|
|
Although modern Greek is typically written with only acute accent marks,
polytonic diacritics are still used by the Greek orthodox church, the
Greek newspaper Estia, and students of classical Greek texts. Supporting
these special characters is helpful to all of those groups.
Note that for the short vowels (epsilon, upsilon, iota, and omicron) all
of the diacritics permitted on lowercase letters are also permitted on
their uppercase forms. However, for the long vowels (alpha, eta, and
omega) the diacritics permitted on uppercase letters are a subset of the
diacritics permitted on lowercase letters. That's just how Greek is.
Test: Manually turned on the Greek (Greece) keyboard in the aosp_x86-eng
emulator and tried out all the new characters with Shift, with Shift
Lock, and without any modifiers.
Bug: 142007431
Change-Id: Iec4a82cab02aea5176721e8447f7dfdba46bacb3
|
|
Change-Id: Ic205e05525cdc7d270221307fe412de6034f113c
Auto-generated-cl: translation import
|
|
Change-Id: Ib628adda1816a2f5a326b5af8d62b62eb5ca220b
Auto-generated-cl: translation import
|
|
Change-Id: Ie021836a7928ad9781e17c50b3686f8c3849f74d
Auto-generated-cl: translation import
|
|
Change-Id: I0e355f93e60c93c90ddaa09066c498e40359be2d
Auto-generated-cl: translation import
|
|
Change-Id: Ic2f680a72dc473a3ea9e63ba2781519c0bb0d189
Auto-generated-cl: translation import
|
|
Change-Id: I4da730ecd128512ddd2abaf5ece66c70d781f186
Auto-generated-cl: translation import
|
|
Change-Id: Iba616f0749d1c51716c4626d409183459f47aa27
Auto-generated-cl: translation import
|
|
Change-Id: I52324e9458f9b928e2827ea70097b0eb93054467
Auto-generated-cl: translation import
|
|
Change-Id: I7c4d06039b54997e53849f3bb0d895b6cdf590e9
Auto-generated-cl: translation import
|
|
Change-Id: I925c36249f38fe16ca692829af6fcf502cdef25e
Auto-generated-cl: translation import
|
|
Change-Id: I82edee0a0dea7496bade7e58f2e1cef8d450a81c
Auto-generated-cl: translation import
|
|
Change-Id: I9b4f6fb732d42e8ccd233c7b0fea8459b63a3155
Auto-generated-cl: translation import
|
|
Change-Id: I8c858e95532a053a3bae22ca9eb1de09e6df38b3
Auto-generated-cl: translation import
|
|
Change-Id: I9b10a94aff23f6ea9158bc5a62ac044c99002777
Auto-generated-cl: translation import
|
|
Change-Id: I800104c1ced927253792a4a9c8f07237e244dced
Auto-generated-cl: translation import
|
|
Change-Id: I9ce8d5417907c4a914acfdb865ab5402e1cce2f8
Auto-generated-cl: translation import
|
|
Change-Id: Ic07661110f439c1e0ee62a0876670d369b6e556d
Auto-generated-cl: translation import
|
|
Change-Id: If7bdcd0382dc225a464522d39a112dad4853dc24
Auto-generated-cl: translation import
|
|
Change-Id: I19facb6d7cec213691a081578669b78d34a18e1e
Auto-generated-cl: translation import
|
|
Change-Id: I85b35eac622d3eb09348de277f86a317459336e7
Auto-generated-cl: translation import
|
|
Change-Id: I8368d8d4ef025d0250f3dd4b7642d0129acda459
Auto-generated-cl: translation import
|
|
Change-Id: I3cefde7ca4a9a8cc2545425cf55ffbe682d23c00
Auto-generated-cl: translation import
|
|
Change-Id: Idcedda568c413544da952613c556345175ba4d9d
Auto-generated-cl: translation import
|
|
Change-Id: Ib5d118c530a2f1a8a7671dcd5e5c3b77526b2582
Auto-generated-cl: translation import
|
|
Change-Id: Ic8c8b74c22d74c43897762200e7b0c925ce1e5c0
Auto-generated-cl: translation import
|
|
Change-Id: I35067db3dbae5228b51d48383eae67eba48a6717
Auto-generated-cl: translation import
|
|
Change-Id: I8735b7149146b06e4f2df15c746c24ca83b97b94
Auto-generated-cl: translation import
|
|
Change-Id: I25500c09630cd8037896424a30086207d489467b
Auto-generated-cl: translation import
|
|
Change-Id: I15b1a2d1ad1b939ef39ef2484f779668c54a1bf8
Auto-generated-cl: translation import
|
|
From Android Q, Talkback supports lift-to-type feature if the node claims
it is a text entry key via setTextEntryKey(). We implement this API to
show how this API is applied.
This CL uses AccessibilityNodeInfoCompat instead of AccessibilityNodeInfo
so that the same functionality can be used even on pre-Q devices when
the AccessibilityService supports it.
With that, this CL removes the legacy code of lift-to-type feature,
which was implemented in the AOSP Keyboard side.
Bug: 131644969
Test: manual - enable Talkback suporting lift-to-type,check Talback
perform click action when finger is lifted.
Change-Id: I1ec2928f5a9ba0bde999b09d4c0b9c922f179a2a
|
|
Change-Id: I4e461ef0ca123067d2e5dfe83bbf2e574c316aaf
Auto-generated-cl: translation import
|
|
Change-Id: Ia6e012e9fc72e368d328f70a573229c9a19601b6
Auto-generated-cl: translation import
|
|
To address IME service context's Resources / DisplayMetrics update
when switching IME window to another display after onConfigurationChange.
We use Context#createDisplayContext to create display specific context when
display changed, to ensure soft keyboard can re-layout with correct resources.
Bug: 126930163
Test: manual with AOSP IME as below steps:
1) Settings > Developer options > enable "Simulated Display" & "Force desktop mode".
2) Reboot device
3) Launch app (i.e. Contacts) with bluetooth or usb mouse in Simulated display.
4) Tap EditText on app to see see if IME window layout correctly on simulated display.
5) Launch app (i.e Files) on primary display.
6) Tap EditText on app to see if IME window layout correctly on primary display.
Change-Id: I0ed6a079af1ed90c75fee1d36d5ce3ef3c41f8ed
Merged-In: I0ed6a079af1ed90c75fee1d36d5ce3ef3c41f8ed
|
|
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I71e377a96cbf732af7d10ef6db7e964774114179
|
|
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I175a8daf0a75e10e0c00c41103c2a30722714fb9
|
|
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: Ie12258d268be80afd21cf01c8fb2c32d5d522ecb
(cherry picked from commit 1cca7afad6c04c7911fc42da926bbe678ac03b35)
|
|
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I576eae018336f225d9e6c9dce6eaba6742ce9581
(cherry picked from commit 72b1a8b7227d3a6fd0774bde8d3d7de920221280)
|
|
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I576eae018336f225d9e6c9dce6eaba6742ce9581
|
|
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: Ie12258d268be80afd21cf01c8fb2c32d5d522ecb
|
|
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I3dd765cbdc830f4e9d4f3dd8495f56a28d8938ba
|
|
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: Iae08b9b0a5055f1c29a678764af6d2f3c849d5ec
|
|
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: Ib15edbefa78b413711bc9a114c035e4f042029d8
|
|
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I5d3e002b9c8b5b9163674ee55b0a78c86d7a4367
|