summaryrefslogtreecommitdiffstats
path: root/chips/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update build file to allow us to have resources in static libs.Mindy Pereira2011-12-151-1/+2
| | | | | | Depends on: Change Ifb4d2300: Support to build static Java library with Android resource Change-Id: Ie1ac8c93cb3f12a7d4e9afd873a13607ed72b932
* Move local_sdk to 14Mindy Pereira2011-09-161-1/+1
| | | | | | Fixes bug:5331094 move chips, gmail to SDK 14 Change-Id: Ib113a571a8c8da93611b5d58f992e0b333a471ea
* Make chips included source instead of static java library.Mindy Pereira2011-05-271-2/+2
| | | | | | Get rid of abstract methods in BaseRecipientAdapter Update makefile Change-Id: I3415c73446c605e69c0c2145e98a7e66abc33a6e
* Initial commit for chips UI library.Daisuke Miyakawa2011-05-241-0/+23
- 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