summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2016-11-30Merge "Remove references to non-existant directories"Colin Cross
am: 10ada2f2c2 Change-Id: I98549ca9cbf3e5b371e9da29a52b9f19312ec122
2016-11-29Remove references to non-existant directoriesColin Cross
Fixes warnings during makefile parsing: FindEmulator: find: `packages/apps/Dialer/InCallUI/src-N': No such file or directory FindEmulator: find: `packages/apps/PhoneCommon/src-N': No such file or directory Test: builds Change-Id: Idccbbb50a75ad953f8e5722c9803353dc3c9a714
2016-07-13Add circular contacts app icons (4/5)Walter Jang
Bug 29902288 Change-Id: Ia3445ae39945d39fa059b51e6779d2c9e8072dce
2016-02-22Remove Lollipop support for InCallUISailesh Nepal
This CL removes support for running dialer on Android L MR1. The change allows us to switch from the system SDK to the public SDK. This is useful for the following reasons: - makes it easier to switch to gradle - makes it easier to migrate GoogleDialer to google3 - reduces maintenance overhead for unused code Currently there's no plan to release Dialer on Lollipop. If or when we decide to support Lollipop we can consider switching back to the system SDK and restoring the comapatiblity code. Bug: 26676586 Change-Id: Idac9e6e19f1d21c9261c1b0d0ff3e3ca4aab980b
2016-02-11Use new dialer InCallUI for aospSailesh Nepal
InCalUI moved from packages/apps/InCallUI to packages/app/Dialer. With this CL the AOSP dialer will reference the new location. Change-Id: Id973b882b603ceafb83b9f6ef8e3ab93951835c1 (cherry picked from commit 3455daf29c0d4600666bc4f5bcdef70992b40922)
2016-01-11Allow google dialer code to be compiled against M and N SDKsTa-wei Yen
+ Defaulted src-N to source directory in makefile Bug:26330692 Change-Id: Ia78449876539f7a6bdd2f072eaf942c07915640b
2015-12-08Changing to build with system APIBrandon Maxwell
Since the Dialer is the system dialer on Nexus devices pre-M, we need access to some system apis for backporting. Bug: 25776171 Change-Id: I4365d4df955eb3f3ee7889937a97d1201e205d12
2015-10-30Build against prebuilt support library resources in unbundled buildsYorke Lee
Build entirely against the prebuilt support library to avoid resources getting out of sync. Change-Id: I2ce172b54b63d6749a5a260085788fefd0a5f543
2015-08-18Move MoreStrings from services.telephony.commonJay Shrauner
Remove telephony libraries from build file. Bug: Change-Id: Ibf811cb52efea9f7ad44550e31d723249ad763f2
2015-08-13Convert Dialer activities to AppCompat to support Snackbar.Nancy Chen
In order to add an "Undo" snackbar for voicemail, dialer activities need to inherit from the AppCompat library. Add the relevant libraries to the make files and change the styles to be compatible. Bug: 22460745 Change-Id: Ia3cc4002cbd943da818fec67f888d085d53a3b25
2015-05-27Refactor Voicemail Playback into standalone view.Andrew Lee
+ Substitutes the existing playback widget in CallDetailActivity, although the plan is to move this to the call log shortly. + Convert the widget from a fragment into a layout. This allows us to more easily create multiple instances of the voicemail widget in the same view, as we intend to do in the call log. + Shift UI-related logic from Presenter to the Layout. + Fix janky seeking, so that it now works correctly consistently rather than sporadically, and doesn't need to buffer again. - Remove the VariableSpeed player formerly used in the Presenter. We don't use this functionality anymore, and this allows us to directly used the framework MediaPlayer (instead of a custom legacy proxy). Bug: 21170557 Bug: 20693172 Change-Id: Ia34f459df10e43763b32fdb0954f83e882664231
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