History log of /frameworks/opt/chips/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fc4a5f981fb5fc00d833d45ae4a968ca339453fc 21-Mar-2014 Scott Kennedy <skennedy@google.com> Update project name and resource include directories

Change-Id: Ib597e26141d88d707c8a8faf1f1d2bd521d319bb
/frameworks/opt/chips/Android.mk
c0e6023ca7129914a3850bceb1a151acc75fd1f8 25-Jan-2014 Andrew Sapperstein <asapperstein@google.com> Support RTL in chips library.

Fixes b/12569794.

Change-Id: I927a5d3e0d4af42a3ca3fbbb87ba201fe7bb830e
/frameworks/opt/chips/Android.mk
1650ef6bb75ba88340cc59d22b2578c0f460b4f1 03-Aug-2013 Scott Kennedy <skennedy@google.com> Make Chips work on API 11+

By using the support library, and copying a few methods from TextView
into RecipientEditTextView, we can support chips back to API 11.

Bug: 8744878
Change-Id: I2d9bb43e71556504e929dcdccff9dae347020f28
/frameworks/opt/chips/Android.mk
b1cddbb70524197b68d99a6805a97d50eef4e353 06-Mar-2013 Scott Kennedy <skennedy@google.com> Fix the chips tests so they build

Change-Id: I8d2c978c0f346ffa3b8fa0f993efb6df6b0c224a
/frameworks/opt/chips/Android.mk
52c441e2c03e0f48572348953b985a4bf989c057 15-Dec-2011 Mindy Pereira <mindyp@google.com> Update build file to allow us to have resources in static libs.

Depends on: Change Ifb4d2300: Support to build static Java library with Android resource

Change-Id: Ie1ac8c93cb3f12a7d4e9afd873a13607ed72b932
/frameworks/opt/chips/Android.mk
3946f1b7e3cb9f2ac4418521012cd0415a54e23e 16-Sep-2011 Mindy Pereira <mindyp@google.com> Move local_sdk to 14

Fixes bug:5331094 move chips, gmail to SDK 14

Change-Id: Ib113a571a8c8da93611b5d58f992e0b333a471ea
/frameworks/opt/chips/Android.mk
d93630f6f0fd159b340c56333ca740f226acadf7 28-May-2011 Mindy Pereira <mindyp@google.com> Make chips included source instead of static java library.

Get rid of abstract methods in BaseRecipientAdapter
Update makefile
Change-Id: I3415c73446c605e69c0c2145e98a7e66abc33a6e
/frameworks/opt/chips/Android.mk
6ac7d0c6f6db2f5af06f9f2c73f24760d4df7b84 20-May-2011 Daisuke Miyakawa <dmiyakawa@google.com> Initial commit for chips UI library.

- create another directory for Chips UI.
- implement auto-complete list with photos
- introduce a stub EditText for chips implementation
-- RecipientEditText will be replaced shortly

BaseRecipientAdapter is based on CompositeCursorAdapter in
android-common library, but doesn't inherit it as they have
different assumptions (BaseRecipientAdapter doesn't rely on partition
but merge Directoryies' results).

Bug: 4443828
Change-Id: I74f48e73e44785edcc898690952a68b046ef5e0f
/frameworks/opt/chips/Android.mk