<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_apps_Car_LatinIME, branch pie-dr1-dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_LatinIME/'/>
<entry>
<title>Update the Car UX Restrictions API name.</title>
<updated>2018-06-04T18:53:11+00:00</updated>
<author>
<name>Ram Periathiruvadi</name>
<email>ramperry@google.com</email>
</author>
<published>2018-06-04T18:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_LatinIME/commit/?id=8c19f863a25c4549d7729baaeaef8dd656a96cf3'/>
<id>8c19f863a25c4549d7729baaeaef8dd656a96cf3</id>
<content type='text'>
Bug: 80506092
Test: Keyboard can adapt to restriction change.
Change-Id: Ifb712927ebc34a64edb87890f10c205eb48f0dbd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 80506092
Test: Keyboard can adapt to restriction change.
Change-Id: Ifb712927ebc34a64edb87890f10c205eb48f0dbd
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to new androidx target for support library.</title>
<updated>2018-04-12T23:54:06+00:00</updated>
<author>
<name>Anthony Chen</name>
<email>ajchen@google.com</email>
</author>
<published>2018-04-12T23:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_LatinIME/commit/?id=39387e0806d01296295d1313892556ac8f44c240'/>
<id>39387e0806d01296295d1313892556ac8f44c240</id>
<content type='text'>
Also, clean dependencies so that the "include" of car-support.mk is not
used. Instead, specify the dep explicitly.

Bug: 77920207
Test: build and deploy LatinIME
Test: trigger the keyboard to appear using Settings. Ensure no crashes.
Change-Id: Ib607950f068a9d6955f5df8d651767af9eeab59c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, clean dependencies so that the "include" of car-support.mk is not
used. Instead, specify the dep explicitly.

Bug: 77920207
Test: build and deploy LatinIME
Test: trigger the keyboard to appear using Settings. Ensure no crashes.
Change-Id: Ib607950f068a9d6955f5df8d651767af9eeab59c
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean dependencies of LatinIME.</title>
<updated>2018-04-02T23:29:13+00:00</updated>
<author>
<name>Anthony Chen</name>
<email>ajchen@google.com</email>
</author>
<published>2018-04-02T23:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_LatinIME/commit/?id=497ca45d8744ba0bd17d802c1dff7410558989e7'/>
<id>497ca45d8744ba0bd17d802c1dff7410558989e7</id>
<content type='text'>
Remove dependency on car-stream-ui-lib, which was really being used to
supply the car support library dep.

Bug: 77493751
Test: build and deploy LatinIME
Change-Id: I25e3a82d12fd82e41a1a705da0866d365e2d65d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove dependency on car-stream-ui-lib, which was really being used to
supply the car support library dep.

Bug: 77493751
Test: build and deploy LatinIME
Change-Id: I25e3a82d12fd82e41a1a705da0866d365e2d65d0
</pre>
</div>
</content>
</entry>
<entry>
<title>Query CarUxRestrictions for keyboard allowance.</title>
<updated>2018-03-23T16:45:12+00:00</updated>
<author>
<name>Ram Periathiruvadi</name>
<email>ramperry@google.com</email>
</author>
<published>2018-03-23T16:45:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_LatinIME/commit/?id=4db4661c51d6c6a260faf6fb44367676a4c6d4e5'/>
<id>4db4661c51d6c6a260faf6fb44367676a4c6d4e5</id>
<content type='text'>
Update from previously used CarSensorManager to CarUxRestrictionsManager
to query if Keyboard access is allowed.

Bug: 76203917
Test: Test keyboard is available/blocked appropriately
Change-Id: I52b061c5aace66da26048813e983d11e4b735c42
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update from previously used CarSensorManager to CarUxRestrictionsManager
to query if Keyboard access is allowed.

Bug: 76203917
Test: Test keyboard is available/blocked appropriately
Change-Id: I52b061c5aace66da26048813e983d11e4b735c42
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround link-type check warnings on CarLatinIME</title>
<updated>2018-03-07T08:35:46+00:00</updated>
<author>
<name>Jiyong Park</name>
<email>jiyong@google.com</email>
</author>
<published>2018-03-05T11:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_LatinIME/commit/?id=9bc10a43a6e5af2c75cc9511607a17e0b9c94df4'/>
<id>9bc10a43a6e5af2c75cc9511607a17e0b9c94df4</id>
<content type='text'>
This app should be built with public APIs only. However, it is using
private Auto APIs because there hasn't been a stub library for Auto
APIs.

Until the stub is created and Auto APIs are correctly defined, building
this with private plataform APIs by dropping LOCAL_SDK_VERSION and
adding LOCAL_PRIVATE_PLATFORM_APIS instead.

Bug: 72620511
Test: m -j CarLatinIME is successful and does not show any link-type
check warning

Merged-In: Ic44f6288af01a4d658bbcdc1f5b870664214594b
Change-Id: Ic44f6288af01a4d658bbcdc1f5b870664214594b
(cherry picked from commit aaa2049ac0c19daf3b8ae62ca556bedf636599e9)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This app should be built with public APIs only. However, it is using
private Auto APIs because there hasn't been a stub library for Auto
APIs.

Until the stub is created and Auto APIs are correctly defined, building
this with private plataform APIs by dropping LOCAL_SDK_VERSION and
adding LOCAL_PRIVATE_PLATFORM_APIS instead.

Bug: 72620511
Test: m -j CarLatinIME is successful and does not show any link-type
check warning

Merged-In: Ic44f6288af01a4d658bbcdc1f5b870664214594b
Change-Id: Ic44f6288af01a4d658bbcdc1f5b870664214594b
(cherry picked from commit aaa2049ac0c19daf3b8ae62ca556bedf636599e9)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix keyboard layout on Owl</title>
<updated>2018-01-11T23:07:07+00:00</updated>
<author>
<name>Brad Stenning</name>
<email>stenning@google.com</email>
</author>
<published>2018-01-11T23:07:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_LatinIME/commit/?id=5a4ebc187dc05dd2eb926d40a32d35263ae1150a'/>
<id>5a4ebc187dc05dd2eb926d40a32d35263ae1150a</id>
<content type='text'>
There will be some more design done by UX later but this just
gets us a working keyboard.

Bug:70525897

Test: deploy and see all the keys
Change-Id: I84d5bbb19070c42bc91ffabbae4808ae473e9d2d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There will be some more design done by UX later but this just
gets us a working keyboard.

Bug:70525897

Test: deploy and see all the keys
Change-Id: I84d5bbb19070c42bc91ffabbae4808ae473e9d2d
</pre>
</div>
</content>
</entry>
<entry>
<title>Manually merge changes from giant AOSP topic</title>
<updated>2017-12-07T23:27:15+00:00</updated>
<author>
<name>Stephen Li</name>
<email>stephenli@google.com</email>
</author>
<published>2017-12-07T23:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_LatinIME/commit/?id=1d31af85e9da15b237a435a9539dca89ad793529'/>
<id>1d31af85e9da15b237a435a9539dca89ad793529</id>
<content type='text'>
Change-Id: Ib82d0da56cab13051a9b707245323ec945cd2936
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib82d0da56cab13051a9b707245323ec945cd2936
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE: Merge Oreo MR1 into master am: 3d8c1a48e3  -s ours</title>
<updated>2017-12-07T06:53:20+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2017-12-07T06:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_LatinIME/commit/?id=9d5379a5bfbb98fb5cb65e9254a9af3754814769'/>
<id>9d5379a5bfbb98fb5cb65e9254a9af3754814769</id>
<content type='text'>
am: ca7cb09a0b

Change-Id: Ie1016228f7008680cb1b9bd919ea70655b4dadf3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: ca7cb09a0b

Change-Id: Ie1016228f7008680cb1b9bd919ea70655b4dadf3
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE: Merge Oreo MR1 into master</title>
<updated>2017-12-07T04:25:22+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2017-12-07T04:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_LatinIME/commit/?id=ca7cb09a0bdf47d5a9dedd8c49da08fc6b7bf2e7'/>
<id>ca7cb09a0bdf47d5a9dedd8c49da08fc6b7bf2e7</id>
<content type='text'>
am: 3d8c1a48e3  -s ours

Change-Id: I1c1a14ab6811a00cc2a26128cb51e7aa802d55bf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 3d8c1a48e3  -s ours

Change-Id: I1c1a14ab6811a00cc2a26128cb51e7aa802d55bf
</pre>
</div>
</content>
</entry>
<entry>
<title>DO NOT MERGE: Merge Oreo MR1 into master</title>
<updated>2017-12-06T22:24:52+00:00</updated>
<author>
<name>Xin Li</name>
<email>delphij@google.com</email>
</author>
<published>2017-12-06T19:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_Car_LatinIME/commit/?id=3d8c1a48e363e790173c2c32a42382f2b7ba8e89'/>
<id>3d8c1a48e363e790173c2c32a42382f2b7ba8e89</id>
<content type='text'>
Exempt-From-Owner-Approval: Changes already landed internally
Change-Id: I0d0407e27bd145291362ff22de64f933fb589ccc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exempt-From-Owner-Approval: Changes already landed internally
Change-Id: I0d0407e27bd145291362ff22de64f933fb589ccc
</pre>
</div>
</content>
</entry>
</feed>
