aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-10-1282-14678/+14678
|\
| * Import translations. DO NOT MERGEBill Yi2019-10-1282-14678/+14678
| | | | | | | | | | Change-Id: Ib66698524a9cb6c31aedb7b2654bcdae4ee9c0bf Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBill Yi2019-10-1283-6074/+6074
|/ | | | | Change-Id: I1658ecf392971a2a9ddc388b5cf3bcc741e524b3 Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-10-051-1/+1
|\
| * Import translations. DO NOT MERGEBill Yi2019-10-041-1/+1
| | | | | | | | | | Change-Id: Ic52d7cbe0bb3662fa2b25861fbac2e231c2c321b Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBill Yi2019-10-041-1/+1
|/ | | | | Change-Id: I88c23b00925c204c6ed9c817ff41241f58ee517a Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-09-221-1/+1
|\
| * Import translations. DO NOT MERGEBill Yi2019-09-221-1/+1
| | | | | | | | | | Change-Id: I65c22d7115304aa452b9d292d6f51967e4f89abe Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBill Yi2019-09-221-1/+1
|/ | | | | Change-Id: I57b997f66c345b0c0514e9c3c7ed7991ea6fc483 Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-09-092-3/+3
|\
| * Import translations. DO NOT MERGEBill Yi2019-09-092-3/+3
| | | | | | | | | | Change-Id: If6d07090582c762f5c79dcefbbcc4aeb377632b1 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBill Yi2019-09-091-2/+2
|/ | | | | Change-Id: I6f8eb4be2955eaebbd85acd61b770c19d64c3dc0 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2019-08-301-1/+1
| | | | | Change-Id: I0ad8850037ed50c05776751727c707231671f520 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2019-08-242-2/+2
| | | | | Change-Id: I80a179ff64845d9e2d5783f5aa0f1db0dfc4cd15 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2019-07-291-1/+1
| | | | | Change-Id: Ie360fef58d520aab88d9ac91fcd241f9dd2dbbb2 Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-07-212-3/+3
|\
| * Import translations. DO NOT MERGEBill Yi2019-07-202-3/+3
| | | | | | | | | | Change-Id: Ice306f134cebf3e690c82a7b2d1323e3021e7980 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBill Yi2019-07-201-1/+1
|/ | | | | Change-Id: Ia43c3b9683afca77e14a783a540bb0544476cb9d Auto-generated-cl: translation import
* Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-07-111-2/+2
|\
| * Import translations. DO NOT MERGEBill Yi2019-07-101-2/+2
| | | | | | | | | | Change-Id: Ib0a179d42aaa9afe0d3dcd74526e5bfef976f39f Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE"TreeHugger Robot2019-07-112-2/+2
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-07-102-2/+2
| |/ | | | | | | | | Change-Id: I61256545c68787133dcb179078e6c0a2dad09437 Auto-generated-cl: translation import
* / Import translations. DO NOT MERGEBill Yi2019-07-104-14/+14
|/ | | | | Change-Id: Ie717b206a48323525d983243dff3f369498e8e2e Auto-generated-cl: translation import
* Create display context when switching IME to new display for AOSP IMElumark2019-07-092-9/+42
| | | | | | | | | | | | | | | | | | | 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
* Merge "Remove extend touchable region for AOSP keyboard" am: ff1db79a18 am: ↵lumark2019-07-051-4/+1
|\ | | | | | | | | | | | | | | b1dec95c37 am: 61722df601 am: 075f86ba3b Change-Id: Ic66c2b5479be4d994aed1cd11422192052fb2df5
| * Merge "Remove extend touchable region for AOSP keyboard"lumark2019-07-051-4/+1
| |\ | | | | | | | | | | | | | | | am: ff1db79a18 Change-Id: Ic162b5e20213a3f1b2aeaf77250bf1d7edc198c5
| | * Remove extend touchable region for AOSP keyboardlumark2019-07-051-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * DO NOT MERGE - Merge pi-platform-release (PPRL.190505.001) into ↵Xin Li2019-05-1312-1745/+1745
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | stage-aosp-master Bug: 132622481 Change-Id: I64de94291e8fb8ac0e0b574594c3923aeb97d21d
| | | * Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-211-179/+179
| | | |\
| | | | * Import translations. DO NOT MERGEBill Yi2019-02-211-179/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I136d94f85222806b5104a16b6d544dc1c377c5e3
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-211-4/+4
| | | |\ \
| | | | * | Import translations. DO NOT MERGEBill Yi2019-02-211-4/+4
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I9edb7e3ebf58bdf8fe5b12096c37815e58a39e40
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-212-74/+74
| | | |\ \
| | | | * | Import translations. DO NOT MERGEBill Yi2019-02-212-74/+74
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I7809654384cc42e87999e222316e25f4bd70641f
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-212-1286/+1286
| | | |\ \
| | | | * | Import translations. DO NOT MERGEBill Yi2019-02-212-1286/+1286
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I6e496165fde5ea66dda1559f39a0c02c949265b0
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-211-1/+1
| | | |\ \
| | | | * | Import translations. DO NOT MERGEBill Yi2019-02-211-1/+1
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ied44fc2e6b9256a6744387ca511946b21fd44524
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-02-211-8/+8
| | | |\ \
| | | | * | Import translations. DO NOT MERGEBill Yi2019-02-211-8/+8
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I05cf27d7d1a197dde37d6dc69433c26e62c88458
| | | * / Import translations. DO NOT MERGEBill Yi2019-02-214-193/+193
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I2b984642494033f59d02cf4c640793b47e63c6b3
| | | * Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2019-01-141-1/+1
| | | |\
| | | | * Import translations. DO NOT MERGEBill Yi2019-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I9baa804b18e008b1083ef970d9d3c12498364744
| | | * | Import translations. DO NOT MERGEBill Yi2019-01-131-2/+2
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I55aec88a6c77441c68c7121cab8dcce25d5ef4cc
| | | * Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2018-12-282-2/+2
| | | |\
| | | | * Import translations. DO NOT MERGEBill Yi2018-12-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Iedbf75b9435c748ada110ea50847d4be9efe5f79
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2018-12-285-17/+17
| | | |\ \
| | | | * | Import translations. DO NOT MERGEBill Yi2018-12-285-17/+17
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Id860302ad84eb62980b4a945874cb45edfdcc687
| | | * | Merge "Import translations. DO NOT MERGE" into pi-devTreeHugger Robot2018-12-283-7/+7
| | | |\ \
| | | | * | Import translations. DO NOT MERGEBill Yi2018-12-283-7/+7
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I1bb720f59308fd358bf855f68bec70fa4884f197