summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* [1/2] Use UICommon simple SnackBarRichard MacGregor2016-04-141-2/+4
| | | | | | | Use UICommon simple SnackBar that doesn't rely on AppCompat Ticket CD-535 Change-Id: I110fd28d9b29dbe5c810dde049dec4cd54b0c8f6
* Fix rebase errorsStephen Bird2016-04-081-5/+9
| | | | Change-Id: I13e9e433b922a291cd3674e701dc5ec432ce7f91
* Port VoLTE support from DialerNext into AOSP DialerKamaljeet Maini2016-04-081-1/+3
| | | | | | | | | | | Modified Dialpad fragment to show 1) VoLTE label when there is only one provider, which supports VoLTE 2) VoLTE text below spinner icon for each provider that supports VoLTE when there is more than one provider Change-Id: Ifaffa16966d7d632b0262311b53d71a64f1e75ad Issue-Id: DIALER-720
* [1/2] Use UICommon simple SnackBarRichard MacGregor2016-04-081-11/+10
| | | | | | Use UICommon simple SnackBar that doesn't rely on AppCompat Change-Id: I110fd28d9b29dbe5c810dde049dec4cd54b0c8f6
* Start using android support design from frameworksRichard MacGregor2016-04-081-10/+7
| | | | Change-Id: I28a9be3b3876f82e51bf6c40cfa9c86c3cc1b323
* Add LookupProvider to the call logRohit Yengisetty2016-04-081-5/+8
| | | | | | | This provides the ability to query a LookupProvider for information about non-contact callers Change-Id: I6da97766406cd68e5ffe105f68590d74d2b1ef2d
* Libraries needed for InCallUIRichard MacGregor2016-04-081-2/+16
| | | | | | Snackbars need more libraries. Change-Id: I8bcfaa2a7dc5a611a88fb0880cf7316244dae658
* Move CallMethod items to PhoneCommonStephen Bird2016-04-081-1/+2
| | | | Change-Id: I3d94a5d619274e5aecac7646ab71568d84e25456
* Initial Bringup of Ambient and InCall for MStephen Bird2016-04-081-1/+6
| | | | | | | Wire up ambient and start getting incall plugin data. Change-Id: I7b0fbc67ba570401ae7f0ec0aa905edf3eadf4fa
* Re-add call recording feature.Danny Baumann2016-02-101-1/+1
| | | | Change-Id: I47e9c49db56c75e5c5f491d2ef923039f7a7f519
* Add back call stats feature.Danny Baumann2016-01-211-1/+6
| | | | Change-Id: If6deee65dc30854f4454a8cdd28fdbf3d529da04
* Remove usage legacy HTTP ClientMartin Herndl2015-12-041-2/+1
| | | | | | | | | | | | Improved the "LookupUtils" to not use the deprecated HTTP classes but "HttpURLConnection" instead. Contrary to the Apache HTTP client the HttURLConnection is still existing in Android 6 and seems to be more efficient besides being compatible with SSL SNI. Furthermore set the missing "formattedNumber" attribute when the "ContactBuilder" is creating the "ContactInfo" object after lookups. Change-Id: I01be4fa09ceba7338aac63e2c718704fa1941ee5
* Undo CAF Dialer IMS conference changesEthan Chen2015-11-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This causes weirdness with the FAB in dialtacts. Get rid of it. * Squash of the following Revert "IMS: Enable entry 4G conference call in Dialer" This reverts commit 76c9726e48ccbbcb5780ab076b7c54aadcdc621b. Change-Id: Ic326c817496294a9350c767f5ae3e83d817edd18 Revert "IMS: Fix empty URI list dial after add participant." This reverts commit daba64924bbea8a0eb49723d69c1178a7c2ef0f2. Revert "IMS: Fix Edit before call option not working issue" This reverts commit 2fec8e35dabf931fc349f7d594c5560fbf35bcc5. Revert "IMS: Fix to remove unwanted group conference icon." This reverts commit d3bbfca9fa5db701f719618d9314625626f504db. Revert "Dialer app changes for IMS" This reverts commit 8ea43d354391cd7c75dd361a316e5936e1e1db96. Change-Id: I187d935394e9a935d199b66b28910a38a248b535
* Dialer: Refactor SmartDial for additional languagescretin452015-11-161-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds Chinese support and improved Korean support. p4: Refactor for transliterating the displayName. Change-Id: Id3175c6f4eda4962be9d25bd43c24a834c3c5ff1 Read option for t9 search input locale and refresh smart dial db when locale changes Change-Id: I3cd942741310f16678ed9eb675bbba2cbc72d5e8 Add setting for t9 search input locale Change-Id: I410b4e20afa85302a9ef3174c2f219e33b1b7987 Return match positions to enable highlighting for CN smart dial Change-Id: I9255c582708c2fbfe22e7a2bf3ad971da692e2a9 Dialer: Fix T9 for Hebrew Change-Id: I1c8be92acc1fc29b557eb7cda0d910cf036f3aea Move smart dialer initialization to onStart(). The SmartDialCursorLoader expects the SmartDialPrefix map to be initialized when it's created. As - the loader is initialized in SmartDialSearchFragment's onStart and - the fragment's onStart is called asynchronously after the activity's onStart and - the map initialization happens in SmartDialPrefix.initializeNanpSettings() and - the above method is currently called in the activity's onResume() we have a race condition between the activity's onResume() and the fragment's onStart() (at least when processing a dial intent, which is what causes the dialpad fragment to be immediately shown). Fix that race condition by moving the initialization into the activity's onStart() and running it before calling the super method to ensure it happens before fragments are started. JIRA:NIGHTLIES-760 Change-Id: I9767cbba3b177fdd5b1de86914cb1e40d20835ab Ensure the smart dial name matcher is initialized in onStart(). Otherwise SmartDialPrefix.getMap() might not be initialized yet. JIRA: NIGHTLIES-1279 Change-Id: If3aca2809faf0c1f379518096a76f17d357fb8e2
* Dialer lookup.Xiao-Long Chen2015-11-161-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 934fbc79312a7cb0a4bd821d80af3b87f27c5beb Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to> Date: Sun Feb 23 14:33:41 2014 -0500 New API Change-Id: I0822407bb808382da56146ecf7e52cacb7cb8613 commit 4e81f04c716fead182cb453791d4a77f7eb54a89 Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to> Date: Sat Feb 15 21:04:15 2014 -0500 My old email is gone Change-Id: Icfeccd195b9fbd269dc3400194dd42f215859049 commit 8a01ae35f9696275f1f156ea0486b1164a8d205e Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to> Date: Sat Feb 15 15:12:55 2014 -0500 Dialer: Upgrade path for Google reverse lookup Change-Id: I9e02beff958ed529f2520ac7023730392500606a commit c0f2fae26eea774c1a5e5eae7d6ba97be32f16cc Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to> Date: Sat Feb 15 13:38:56 2014 -0500 [1/2] Remove Google Reverse Lookup: Auth may violate terms of service Change-Id: I2055770a43163cb2020daec6707fd45f0577584b commit 8804367536eb38eb917c61172d9e4b6406b59c44 Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to> Date: Tue Feb 11 19:11:10 2014 -0500 [2/2] Dialer: Add YellowPages Canada reverse lookup provider Change-Id: I07ca3932d024a5c834c25e23b2e16094ed1f974e commit cdf5c18588b4b0e2ed0f12b5912c7ae90b51120a Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to> Date: Tue Feb 11 12:27:53 2014 -0500 Nitpicks. Change-Id: If8ce155246beb5395d81db8ab432046181b6d97f commit 79aeb53db82c75adbb90f8f152e5d66d95706314 Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to> Date: Tue Feb 11 00:20:50 2014 -0500 [2/2] Dialer: Add WhitePages Canada reverse lookup provider Change-Id: Ie4d5302945c39efca9f4b5fbf6dee9a63ec24184 commit c6fe12ffe357f209c2723c2c16aa6b853494a477 Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to> Date: Mon Feb 10 12:02:59 2014 -0500 Dialer: Use PackageManager to detect of Google Play Services is installed Change-Id: I7b39867c0e8ec79c6c02c731ac27f78663358910 commit 9787c0b312df649840b55fbd35f5a6d87fceb5bb Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to> Date: Fri Jan 31 22:41:09 2014 -0500 Dialer: Add support for forward and reverse lookups Change-Id: I848db0bbbe6a648064d1eace4993814a16aa9fa0 Change-Id: Iec295b05d72680f770367fcaf1dae9ec68b3d6e9 commit 71b121d082d777e54f7fc02338b609cbfc31ff9c Author: Xiao-Long Chen <chenxiaolong@cxl.epac.to> Date: Sat Mar 22 15:32:10 2014 -0400 Dialer: Add support for OpenCNAM paid accounts Change-Id: I09c67eed706311a40569617980585a357f1d74aa commit 50cc4c8615d99e92a481981289ff9a7ec83b4c04 Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org> Date: Mon Jun 2 13:31:15 2014 -0700 ReverseLookup: Don't return OpenCNAM errors as caller IDs Skip the API entirely for non-US numbers, and ignore any non-200 bodies to avoid names of the "Limit Exceeded" variety PS2: Use constant from HttpStatus and don't check for null on normalizedNumber Change-Id: I1ea107ba828e6dba44fa0828ad5fedecb8faf4de commit 7fde43587525973b2172123c8696d06f2fd67e37 Author: Dan Pasanen <dan.pasanen@gmail.com> Date: Mon Jun 2 17:08:18 2014 -0500 OpenCnameReverseLookup: fix import class Change-Id: Ib10877aecbdc1e07f8912e1ce35df6e8a112f131 commit 6605b6292df97b66785a06927d7bcd28c217d121 Author: Adnan <adnan@cyngn.com> Date: Tue Jun 10 19:02:33 2014 -0700 Chinese Location Lookup [1/2] Dialer: Chinese Reverse Lookup PS6: Add static integers for reference Change-Id: I22ede59cfa8785ac04ad1b1f19d1c69e24b9fb89 commit cff06b01e0a4c4487d69be7f21de1ddb7f663f38 Author: Danny Baumann <dannybaumann@web.de> Date: Wed Aug 27 09:04:14 2014 +0200 Add reverse lookup provider "Das Telefonbuch" (DE). Change-Id: I0ad72bb3e57da3d27fb1c50c58c112234c39b585 commit 887609d1f6d00d883783e9d03bf16b24e716e234 Author: Danny Baumann <dannybaumann@web.de> Date: Wed Sep 3 09:09:19 2014 +0200 Refine regexes for Das Telefonbuch. Looks like private and business numbers have a slightly differing format. Change-Id: I7eae982fe81cf890686f49b88417e604ba0171a0 commit e64d747e3ae87cc6ddf83b96882e7bcad6ebcd31 Author: Danny Baumann <dannybaumann@web.de> Date: Thu Oct 2 12:55:23 2014 +0200 Code cleanup. Avoid repetetive boilerplate code by using helper methods. Change-Id: Id3ce8d07d35d59c08cbc67fa35bbf6daa67c9608 commit c10bafdd9bab3af4e9dca4fae749fd0ab2202acd Author: Adnan <adnan@cyngn.com> Date: Wed Oct 1 17:13:14 2014 -0700 Dialer: Scrub debug logging for identifiable information. Change-Id: I2b45ec7c37a7f69c972feb3dde1eac87306259f6 Change-Id: I4445ac7a3aa7f60a912fe33dde1eac87306259f2 Move lookup settings to dialer app (2/2) Change-Id: I3d4da7cc1db60963b3e47370a36a6e839ec112d6 Make reverse lookup implement the phone number lookup interface (1/2) Change-Id: I35195d6c5a89cf22ac0f31d48e2ef89102a453c1 Add missing entry for 'Das Telefonbuch' reverse lookup. Change-Id: I4ab793d38ff9d9cf0d43130f31bff03f81b0b7b3 Added Reverse Lookup Gebeld (NL) Change-Id: Icc69b9aac2f50f54ab2a97365297620ccd547177
* MSIM: Enable Dialer to user methods from SubsscriptionManagerSandeep Kunta2015-10-061-1/+1
| | | | | | | Enable Dialer to user methods from SubsscriptionManager which are marked as @hide. Change-Id: I987a7641670cf9e9f90b2036d84ff2c0a32a85a4
* Dialer app changes for IMSSuchand Ghosh2015-10-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IMS Conference URI UI changes 1. Add a new button for initiating conference URI call in the Dial screen. 2. Send a intent for the conference call with a extra to indicate the call type as conference. IMS: Allow dial Conference call without URI List Allow place conference call without URI List and don't show error toast in this case IMS: Clean up Conference URI system property Remove system property "persist.dbg.ims_volte_enable". Add platform configuration flag and user's enhanced 4G LTE setting to decide IMS capability. IMS: Add participant support Insert "add_participant" extra to dial intent IMS: Fix dialer app crash issue due to NPE FragmentActivity can be null if it's not yet attach. So it can be null in such case. Add null check to avoid NullPointerException. Change-Id: Ib35c394dd10dea7526601824f11e5ebd9db459ce
* Refactor Voicemail Playback into standalone view.Andrew Lee2015-05-271-3/+0
| | | | | | | | | | | | | | | | | | + 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
* Unbundle AOSP Dialer in mnc-devYorke Lee2015-04-271-1/+1
| | | | Change-Id: I05fcae30e8529a19c9dc22725d0097121f4b733c
* Add resources to recyclerview dependency.Deepanshu Gupta2015-04-161-1/+1
| | | | Change-Id: I8c93f4e770705bf59c43b2b135145ac0c17dcf0c
* Cardify the call log list items!Andrew Lee2015-04-101-1/+4
| | | | | | | | | | | + 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
* Add dependencies for RecyclerView.Andrew Lee2015-04-071-4/+6
| | | | | | | | | 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
* Track changes to libphonenumber.Narayan Kamath2015-01-061-2/+1
| | | | | | | | We now build from source and include both libgeocoder and libphonenumber in the same jar. They were always included together anyway. Change-Id: I401bd98731ab68f20e24383b13e33b56b9c10889
* Fix directory import orderJay Shrauner2014-07-161-4/+11
| | | | | | | Change src + res directory import order to put InCallUi before ContactsCommon. Bug:16300823 Change-Id: Idbf3ef268c6d91b346ecdbccefc454326b7ae0e5
* Update Emergency Dialer to match Dialer (3/7).Sai Cheemalapati2014-06-201-4/+5
| | | | | | | | Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: I86747a58b196209a4543448ab939236eace7c52a
* Revert "Update Emergency Dialer to match Dialer (2/5)."Yorke Lee2014-06-201-5/+4
| | | | | | This reverts commit 9598b51d20cb27acb8dfd47abf2accb612cddb3c. Change-Id: I7c2d2b95740888af25b5b257572476b0f20900e3
* Update Emergency Dialer to match Dialer (2/5).Sai Cheemalapati2014-06-201-4/+5
| | | | | | | | Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: I69ee95b20b9a6a7007288a754e12ea20763c3842
* Remove google-common from Dialer Android.mk fileYorke Lee2014-03-271-1/+0
| | | | | Bug: 12572042 Change-Id: I6b207d48c9c546939272fa5907b381e337e4cf44
* Adds libphonenumber dependencies.Christine Chen2013-10-231-0/+7
| | | | Change-Id: I97939b84832acf8d567884ae21c2526719746e94
* Combine InCallUI & Dialer (part 3)Santos Cordon2013-09-041-4/+7
| | | | | | | | | 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
* Dialer app needs system privilegesChristopher Tate2013-06-181-0/+1
| | | | | | Bug 9470309 Change-Id: Ie753e409d55d6a5001f10d77ca38c67ef848c405
* Always show WAIT/PAUSE in dialer overflow menu.Santos Cordon2013-03-191-1/+1
| | | | | | | | | | | | | | | | | 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
* Removing contacts source inclusion from Dialer.Chiao Cheng2012-12-061-6/+3
| | | | | Bug: 6993891 Change-Id: Ic9d769f4c5f47b609ea77a9e37668da26fc0c976
* Moving resources from Contacts to Dialer.Chiao Cheng2012-09-051-5/+7
| | | | | | | - Also moving some shared utilities. Bug: 6993891 Change-Id: I5fa18d26e4f5423f4d3f3450b8f3e3dacbfb947a
* Move common phone classes to new location.Chiao Cheng2012-08-241-1/+0
| | | | | | | - removed dependency on com.android.phone.common jar (old package) Bug: 7054788 Change-Id: I8c1f6449534a946f4660a9e8924079c08ff1786c
* Initial move of dialer features from contacts app.Chiao Cheng2012-08-211-0/+40
Bug: 6993891 Change-Id: I758ce359ca7e87a1d184303822979318be171921