summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2015-04-27Unbundle AOSP Dialer in mnc-devYorke Lee
Change-Id: I05fcae30e8529a19c9dc22725d0097121f4b733c
2015-04-16Add resources to recyclerview dependency.Deepanshu Gupta
Change-Id: I8c93f4e770705bf59c43b2b135145ac0c17dcf0c
2015-04-10Cardify the call log list items!Andrew Lee
+ Added card view dependencies to makefile. + Convert call log list items to use card views. + Cleaned up code style and unused views in fragment xml. - Removed deprecated expand code (more work to be done here). - Removed now-unused constants. Bug: 19372817 Change-Id: I237cf214f8f052de5fb1f41908d6012f52de994e
2015-04-07Add dependencies for RecyclerView.Andrew Lee
And, sort dependencies to make them more organized. These dependencies aren't used yet, but will be shortly by using a RecyclerView for the call log. Bug: 19372817 Change-Id: Ie10077fc10a849bee7573c451c779705ac5cdccb
2015-01-06Track changes to libphonenumber.Narayan Kamath
We now build from source and include both libgeocoder and libphonenumber in the same jar. They were always included together anyway. Change-Id: I401bd98731ab68f20e24383b13e33b56b9c10889
2014-07-16Fix directory import orderJay Shrauner
Change src + res directory import order to put InCallUi before ContactsCommon. Bug:16300823 Change-Id: Idbf3ef268c6d91b346ecdbccefc454326b7ae0e5
2014-06-20Update Emergency Dialer to match Dialer (3/7).Sai Cheemalapati
Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: I86747a58b196209a4543448ab939236eace7c52a
2014-06-20Revert "Update Emergency Dialer to match Dialer (2/5)."Yorke Lee
This reverts commit 9598b51d20cb27acb8dfd47abf2accb612cddb3c. Change-Id: I7c2d2b95740888af25b5b257572476b0f20900e3
2014-06-20Update Emergency Dialer to match Dialer (2/5).Sai Cheemalapati
Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: I69ee95b20b9a6a7007288a754e12ea20763c3842
2014-03-27Remove google-common from Dialer Android.mk fileYorke Lee
Bug: 12572042 Change-Id: I6b207d48c9c546939272fa5907b381e337e4cf44
2013-10-23Adds libphonenumber dependencies.Christine Chen
Change-Id: I97939b84832acf8d567884ae21c2526719746e94
2013-09-04Combine InCallUI & Dialer (part 3)Santos Cordon
Merge InCallUI code into Dialer. Adds references to InCallUI code into the Android.mk file and copies AndroidManifest.xml entries over. bug:10605332 Change-Id: Ie889f914021fe59aaaf6ff0a4c971028f25b4cf7
2013-06-18Dialer app needs system privilegesChristopher Tate
Bug 9470309 Change-Id: Ie753e409d55d6a5001f10d77ca38c67ef848c405
2013-03-19Always show WAIT/PAUSE in dialer overflow menu.Santos Cordon
Used to hide menu items when not applicable. Now we show them always and only perform the action in those cases where menu items were previously visible. Updated code to do zero-position checks when there is no selection...previously missing check. Changed code to use chars instead of Strings when dealing with single digits. Consolidated duplicate code with updateDialString() function. bug: 7478840 Change-Id: I2aa5d3badd40079e9aa75abf7e4051f9dba5e667
2012-12-06Removing contacts source inclusion from Dialer.Chiao Cheng
Bug: 6993891 Change-Id: Ic9d769f4c5f47b609ea77a9e37668da26fc0c976
2012-09-05Moving resources from Contacts to Dialer.Chiao Cheng
- Also moving some shared utilities. Bug: 6993891 Change-Id: I5fa18d26e4f5423f4d3f3450b8f3e3dacbfb947a
2012-08-24Move common phone classes to new location.Chiao Cheng
- removed dependency on com.android.phone.common jar (old package) Bug: 7054788 Change-Id: I8c1f6449534a946f4660a9e8924079c08ff1786c
2012-08-21Initial move of dialer features from contacts app.Chiao Cheng
Bug: 6993891 Change-Id: I758ce359ca7e87a1d184303822979318be171921