aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Import translations. DO NOT MERGE•••Change-Id: I82449a197920db5447cdf46cc3f7f4f2549d949d Auto-generated-cl: translation import Bill Yi2019-10-191-2/+2
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-10-1282-115945/+115945
|\
| * Import translations. DO NOT MERGE•••Change-Id: Ic47ec88c6b88d291d340ab2573a034b872ccdf7f Auto-generated-cl: translation import Bill Yi2019-10-1282-115945/+115945
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-10-1283-83/+83
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: Id69b811277253a6bde5bcbc3c3a35f2ef65af4cd Auto-generated-cl: translation import Bill Yi2019-10-1283-83/+83
| |/
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-10-1284-15876/+15876
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: Ic64f5bdff1583cc41c1ce0d34195503671708c9b Auto-generated-cl: translation import Bill Yi2019-10-1284-15876/+15876
| |/
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-10-1283-664/+664
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I0473ea031a34f87b909238ddce678796dbf8252b Auto-generated-cl: translation import Bill Yi2019-10-1283-664/+664
| |/
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-10-1283-332/+332
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I095af4cc229dbf1952977730ea354b36e5ebe41a Auto-generated-cl: translation import Bill Yi2019-10-1283-332/+332
| |/
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-10-1282-14678/+14678
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: Ib66698524a9cb6c31aedb7b2654bcdae4ee9c0bf Auto-generated-cl: translation import Bill Yi2019-10-1282-14678/+14678
| |/
* / Import translations. DO NOT MERGE•••Change-Id: I1658ecf392971a2a9ddc388b5cf3bcc741e524b3 Auto-generated-cl: translation import Bill Yi2019-10-1283-6074/+6074
|/
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-10-051-1/+1
|\
| * Import translations. DO NOT MERGE•••Change-Id: Ic52d7cbe0bb3662fa2b25861fbac2e231c2c321b Auto-generated-cl: translation import Bill Yi2019-10-041-1/+1
* | Import translations. DO NOT MERGE•••Change-Id: I88c23b00925c204c6ed9c817ff41241f58ee517a Auto-generated-cl: translation import Bill Yi2019-10-041-1/+1
|/
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-09-221-1/+1
|\
| * Import translations. DO NOT MERGE•••Change-Id: I65c22d7115304aa452b9d292d6f51967e4f89abe Auto-generated-cl: translation import Bill Yi2019-09-221-1/+1
* | Import translations. DO NOT MERGE•••Change-Id: I57b997f66c345b0c0514e9c3c7ed7991ea6fc483 Auto-generated-cl: translation import Bill Yi2019-09-221-1/+1
|/
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-09-092-3/+3
|\
| * Import translations. DO NOT MERGE•••Change-Id: If6d07090582c762f5c79dcefbbcc4aeb377632b1 Auto-generated-cl: translation import Bill Yi2019-09-092-3/+3
* | Import translations. DO NOT MERGE•••Change-Id: I6f8eb4be2955eaebbd85acd61b770c19d64c3dc0 Auto-generated-cl: translation import Bill Yi2019-09-091-2/+2
|/
* Import translations. DO NOT MERGE•••Change-Id: I0ad8850037ed50c05776751727c707231671f520 Auto-generated-cl: translation import Bill Yi2019-08-301-1/+1
* Import translations. DO NOT MERGE•••Change-Id: I80a179ff64845d9e2d5783f5aa0f1db0dfc4cd15 Auto-generated-cl: translation import Bill Yi2019-08-242-2/+2
* Import translations. DO NOT MERGE•••Change-Id: Ie360fef58d520aab88d9ac91fcd241f9dd2dbbb2 Auto-generated-cl: translation import Bill Yi2019-07-291-1/+1
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-07-212-3/+3
|\
| * Import translations. DO NOT MERGE•••Change-Id: Ice306f134cebf3e690c82a7b2d1323e3021e7980 Auto-generated-cl: translation import Bill Yi2019-07-202-3/+3
* | Import translations. DO NOT MERGE•••Change-Id: Ia43c3b9683afca77e14a783a540bb0544476cb9d Auto-generated-cl: translation import Bill Yi2019-07-201-1/+1
|/
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-07-111-2/+2
|\
| * Import translations. DO NOT MERGE•••Change-Id: Ib0a179d42aaa9afe0d3dcd74526e5bfef976f39f Auto-generated-cl: translation import Bill Yi2019-07-101-2/+2
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-07-112-2/+2
|\ \
| * | Import translations. DO NOT MERGE•••Change-Id: I61256545c68787133dcb179078e6c0a2dad09437 Auto-generated-cl: translation import Bill Yi2019-07-102-2/+2
| |/
* / Import translations. DO NOT MERGE•••Change-Id: Ie717b206a48323525d983243dff3f369498e8e2e Auto-generated-cl: translation import Bill Yi2019-07-104-14/+14
|/
* Create display context when switching IME to new display for AOSP IME•••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 lumark2019-07-092-9/+42
* Merge "Remove extend touchable region for AOSP keyboard" am: ff1db79a18 am: b...•••am: 075f86ba3b Change-Id: Ic66c2b5479be4d994aed1cd11422192052fb2df5 lumark2019-07-051-4/+1
|\
| * Merge "Remove extend touchable region for AOSP keyboard"•••am: ff1db79a18 Change-Id: Ic162b5e20213a3f1b2aeaf77250bf1d7edc198c5 lumark2019-07-051-4/+1
| |\
| | * Remove extend touchable region for AOSP keyboard•••Remove EXTENDED_TOUCHABLE_REGION_HEIGHT from LatinIME#onComputeInsets to prevent keyboard touch region covered navigation bar when in split-window mode with display density < 240 case. Fix: 134893742 Test: manual as below steps: 1) Set window density as 240 with "adb shell wm density 240" 2) Launch a app (i.e. Messages) from recents activity, set as split-screen mode. 3) Tap Search bar to show IME keyboard. 4) Press home / back / recents key if it works, expect it works. Change-Id: I596b7276041fecc50d2bc095c7e51664f632368d lumark2019-07-051-4/+1
| | * DO NOT MERGE - Merge pi-platform-release (PPRL.190505.001) into stage-aosp-ma...•••Bug: 132622481 Change-Id: I64de94291e8fb8ac0e0b574594c3923aeb97d21d Xin Li2019-05-1312-1745/+1745
| | |\
| | | * Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-211-179/+179
| | | |\
| | | | * Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Bug: 64712476 Change-Id: I136d94f85222806b5104a16b6d544dc1c377c5e3 Bill Yi2019-02-211-179/+179
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-211-4/+4
| | | |\ \
| | | | * | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Bug: 64712476 Change-Id: I9edb7e3ebf58bdf8fe5b12096c37815e58a39e40 Bill Yi2019-02-211-4/+4
| | | | |/
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-212-74/+74
| | | |\ \
| | | | * | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Bug: 64712476 Change-Id: I7809654384cc42e87999e222316e25f4bd70641f Bill Yi2019-02-212-74/+74
| | | | |/
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-212-1286/+1286
| | | |\ \
| | | | * | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Bug: 64712476 Change-Id: I6e496165fde5ea66dda1559f39a0c02c949265b0 Bill Yi2019-02-212-1286/+1286
| | | | |/
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-211-1/+1
| | | |\ \
| | | | * | Import translations. DO NOT MERGE•••Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ied44fc2e6b9256a6744387ca511946b21fd44524 Bill Yi2019-02-211-1/+1
| | | | |/
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-211-8/+8
| | | |\ \