summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Bump version code and nameRaj Yengisetty2016-07-111-2/+2
| | | | | Ticket: CD-687 Change-Id: If6a7f58cc1c0fd2243ee0d5ed6a79382a2785e1f
* Remove hard dependency on proprietary smartsearch libStephen Bird2016-07-111-1/+1
| | | | | | | | Many devices do not include this proprietary library. This makes it impossible to install a new version over an older one on these devices. Change-Id: Idb3c123ef750b897a7426fe77cadcc0fae1f3f3c
* Added permission READ_PRIVILEGED_PHONE_STATE.Shammi Khattar2016-07-011-0/+1
| | | | | | | | Added permission READ_PRIVILEGED_PHONE_STATE required by Dialer app to avoid crash while on certain networks. Change-Id: Ia15f731b45aba5ce7375429d07fcc2f926f9f69d CRs-Fixed:952135
* Allow MANAGE_USERS and INTERACT_ACROSS_USERS permissionsLuK13372016-05-171-0/+2
| | | | | | | * Required for checking current UID: http://pastebin.com/qSdBWfeB Change-Id: I8af94b42b041fd0d59c4502643a448ee5a874511
* Fix multiple issues with regular search credits barStephen Bird2016-04-081-1/+1
| | | | | | | | - The keyboard shows up on the dialpad - The credits bar shows up when it shouldn't (globally) - The credits bar doesn't show up sometimes Change-Id: Ic2e0212b973a336ff0645f23d3354ccbae493f86
* Add Credits Bar in Regular searchStephen Bird2016-04-081-1/+1
| | | | | | | | Since we now have a spinner in the main dialer search we need to be able to tell the user if they have any credits. Ticket: CD-381 Change-Id: I540ceeed32cad31a05ff120f83ae5dac5e4bcb81
* Move CallMethod items to PhoneCommonStephen Bird2016-04-081-1/+0
| | | | Change-Id: I3d94a5d619274e5aecac7646ab71568d84e25456
* Re-add call recording feature.Danny Baumann2016-02-101-0/+6
| | | | Change-Id: I47e9c49db56c75e5c5f491d2ef923039f7a7f519
* Add back call stats feature.Danny Baumann2016-01-211-0/+11
| | | | Change-Id: If6deee65dc30854f4454a8cdd28fdbf3d529da04
* Lookup: fix unencrypted HTTP requests by allowing cleartext trafficMartin Herndl2015-12-091-1/+1
| | | | | | | | | | | | | | | | | | Starting with Android 6 cleartext traffic may be disabled per app Manifest by setting "usesCleartextTraffic" explicitly to false which breaks all of the lookup calls that are not using SSL/TLS like e.g. "Whitepages". They simply fail with the "CLEARTEXT communication not supported" exception which is coming from okhttp.Connection.connect. This changes sets the respective Manifest value explicitly to false. Alternatively it could also be ommited completely which makes the HTTP requests behave exactly like before. More info see Android developer guide regarding the Manifest or https://koz.io/android-m-and-the-war-on-cleartext-traffic/ Change-Id: I242dc9575aed8b182f5cae8e3c4becd672e25517
* Remove usage legacy HTTP ClientMartin Herndl2015-12-041-1/+0
| | | | | | | | | | | | 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
* Dialer: add to support speed number dialDanny Baumann2015-11-241-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allow user to set speed dial number from 2~9, when long click these numbers, it will pop up a screen to set speed number or dial out directly if you have set it before. Change-Id: Iaab841933ad0e63dee70e7f4dc7f078507c425b3 Dialer: fix force close when speed dial When user sets the speed number and call speed number, will find force close. The reason is using wrong action in the DialpadFragment. We replace action ACTION_CALL_PRIVILEGE with ACTION_CALL. Change-Id: I0dc03ce7ac6bac86f9e9f2a7836546000b876bcd Dialer: fix wrong visible status of voice search button When user enters dialer main screen, it will prepare and check whether should show voice search button, but after back to non-search mode from search mode, it ignores to check and so the button status become wrong. We add to check whether should show voice search button in visibility updating function. Change-Id: I4374b3c44156294d00d5290316a7510e41a331a1 CRs-Fixed: 730644 Dialer: Start VoiceMail interface directly when click voice mail Start SelectSubscription when click voicemail in SpeedDialListActivity. Make an intent to start CallFeaturesSetting add a sub to decide which sim card's setting to start. CRs-Fixed: 731532 Change-Id: Ie5daf6e2c30580aaf9e74d274ee24dcf38092615 Dialer: fix force close in speed dial list The reason is that we use ACTION_CALL_PRIVILEGED which needs to use another permission in your manifest, so will cause SecurityException if you use this without the permission. We will use ACTION_CALL to replace ACTION_CALL_PRIVILEGED. Change-Id: I028d224521c8148874fee94d6f063306181b8f79 CRs-Fixed: 744880 Dialer: Input ,(pause) or ;(wait) when long press * or # There is no response when user long press * and # key. Add listener for these two key. Input ,(pause) or ;(wait) when long press * or #. CRs-Fixed: 641551 Change-Id: If25bcc546a299ef70343b409dbd6590d1655892a Rewrite speed dial feature. Change-Id: I346bcf4552cdf2ddfd3c9b1219bc07c20332d1a2 Tune fonts Change-Id: Ide2b39ea30476987a02f7532cc1d1955fbb3081a
* Dialer: add to support multi-language smart searchqqzhou2015-11-161-0/+1
| | | | | | | | - use the new API to realize multi-language smart search for contact name. - change the match rules for number, use fuzzy match rules. Change-Id: I9eed29efe06e2b0d37f57b299ab41a7f1b5f475b
* Dialer: add blacklist call logging (3/3)Roman Birg2015-11-161-0/+2
| | | | | | | | | | | | | | | | | Change-Id: Ie569981381d46c8946a603795fe072df106546b0 Signed-off-by: Roman Birg <roman@cyngn.com> Allow blacklisting calls from call log detail menu. Change-Id: Iac19f1327780b844628d196299b68c031ba47df2 Dialer: blacklisted call tweaks * Make icon like the missed call icon, but black. * Also list blacklisted calls in missed calls tab Change-Id: I0b68325b66b12988f24ff9e4b9570e17f40234b7 Signed-off-by: Roman Birg <roman@cyngn.com>
* Dialer lookup.Xiao-Long Chen2015-11-161-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merge "Consolidate CallSubject history and dialog." into mnc-dr-devTyler Gunn2015-08-131-2/+3
|\
| * Consolidate CallSubject history and dialog.Tyler Gunn2015-08-101-2/+3
| | | | | | | | | | | | | | | | | | | | - Removed CallSubjectHistory activity and put that functionality into CallSubjectDialog. - This was to give better control of layout and make it possible to animate between show/hide of call subject history. Bug: 22685114 Change-Id: Ie5200e8d925f0a58558f1adff1e7234edc1db1b9
* | Add a version number to DialerAnthony Lee2015-08-121-1/+3
|/ | | | | Bug: 23153842 Change-Id: If1c4d1d20a76a4bf4ec8d2201cf1d34126fbd37e
* Add "Call with Note" from dialpad.Tyler Gunn2015-08-051-0/+7
| | | | | Bug: 22685114 Change-Id: Id7d16634a0baad03b28b509b62315f43fa022ee4
* Build against SDK 23Jay Shrauner2015-07-141-2/+2
| | | | | Bug:22478141 Change-Id: I1abf786f708b6dee7d88204404220e125c99ed4b
* Go to recents tab instead of CallLogActivity for call views.Nancy Chen2015-07-071-6/+6
| | | | | | | | | Use the DialtactsActivity instead of CallLogActivity when accepting ACTION_VIEW intents for the "calls" mime type. Also remove an unused method in CallLogFragment. Bug: 22266705 Change-Id: I1bf089901b1a5f9534c9f7a8484c12e535a87749
* Target MNC for DialerYorke Lee2015-06-251-0/+5
| | | | | Bug: 22071996 Change-Id: Ic37a70f0cd81d3981f6888cfc6d52f957810ddd6
* InCallService meta-data [3/4]Santos Cordon2015-06-231-0/+1
| | | | | Bug: 21816241 Change-Id: I981c850d8b783d93877e762d9023213cd38d5421
* Remove unused InCallAppYorke Lee2015-05-191-6/+2
| | | | | | Move NotificationBroadcastReceiver into its own class. Change-Id: I64dec0c72a30993c471352c9a0fc497fa31b4bc6
* add RequestImportVCardPermissionsActivity to manifestBrian Attwell2015-05-111-0/+6
| | | | | Bug: 21029757 Change-Id: I74061f2db5a291b8583009b5f975b37dcd515187
* Use TelecomManager.placeCall APIYorke Lee2015-04-231-1/+0
| | | | | Bug: 20348183 Change-Id: If1b193f933b4a7b2b322784b0cbbc66c210b25df
* Declare that Dialer does not use cleartext network traffic.Alex Klyubin2015-04-021-1/+2
| | | | | | | | | | This declares to the platform and tools that this app does not use cleartext network traffic. The platform and tools will be blocking (on best effort basis) attempts to use such traffic by this app. For example, attempts to use HTTP (rather than HTTPS) will be blocked. Bug: 19215516 Change-Id: I33d78928e2b2ff96112a5ba694615ff6c31164a6
* Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'Vinit Deshpande2015-03-151-0/+1
|\
| * Add ACCESS_WIFI_STATE permission to dialer.Andrew Lee2015-02-181-0/+1
| | | | | | | | | | Bug: 19151850 Change-Id: I1e379651df60d10bb77f7fb91874ea8883afa536
* | Remove CircularRevealActivityYorke Lee2015-02-251-9/+0
|/ | | | Change-Id: I178867378749f69c823ab1f7ebb9ac4f63d71b99
* Launch CircularRevealActivity as singleInstanceYorke Lee2015-01-121-0/+1
| | | | | | | | Start the activity as the only activity in its task so that Dialer will not remain on the task stack after the call is ended. Bug: 18932141 Change-Id: I18f780df4a9ddfe2bef56f27b79a9ff5efbe9d86
* Merge "Improve outgoing call UI responsiveness" into lmp-mr1-devYorke Lee2014-12-051-0/+8
|\
| * Improve outgoing call UI responsivenessYorke Lee2014-12-011-0/+8
| | | | | | | | | | | | | | * Add CircularRevealActivity to Dialer manifest Bug: 18373617 Change-Id: I76e89fe1be628746dfa96c877aedd24abeec7350
* | Merge commit '59edcfbc' into manualmergeYorke Lee2014-11-171-0/+1
|\ \ | |/ |/| | | Change-Id: I0d26d0510edf5ea49d77d8c3c7ecd657b5989d52
| * Switch from CALL -> CALL_PRIVILEGEDYorke Lee2014-11-171-0/+1
| | | | | | | | | | Bug: 18332160 Change-Id: I5b9bcc8f413e5534bab94e0b2677371968a8e483
* | Make AOSP Dialer and InCallUI single processYorke Lee2014-11-071-4/+1
|/ | | | | Bug: 18275086 Change-Id: I69a75bd36f1f2fc18bc2672d397bff47e9af02ad
* Use the BROADCAST_STICKY permissionEvan Charlton2014-09-151-0/+1
| | | | | | | | In order to be able to send sticky broadcasts (needed for InCallUI visibility), require the BROADCAST_STICKY permission. Bug: 16988478 Change-Id: I7805071ede8c1dd82d446e868ab577d9c9c1f8b8
* Renaming Telecomm to Telecom.Tyler Gunn2014-09-121-1/+1
| | | | | | | | | | - Changing package from android.telecomm to android.telecom - Changing package from com.android.telecomm to com.android.server.telecomm. - Renaming TelecommManager to TelecomManager. Bug: 17364651 Change-Id: I44d6d6546cac53232e4e2be0ebe0391d02411309
* Merge "Clean up activity/application labels" into lmp-devJay Shrauner2014-09-041-1/+1
|\
| * Clean up activity/application labelsJay Shrauner2014-09-031-1/+1
| | | | | | | | | | Bug:17357577 Change-Id: Ibaa4251665e46cf29d36190670042522da9baeaf
* | Remove vcard supportJay Shrauner2014-09-031-13/+0
|/ | | | | | | | Vcard support was left in both Dialer and Contacts as a legacy from splitting the two apps apart. Leave in Contacts and remove from Dialer. Bug:17357579 Change-Id: I536960c9882a30097e3be6976db23042d0f5e0ea
* Defaulting InCall UI to portrait.Tyler Gunn2014-08-221-1/+1
| | | | | | | | | If video APIs are in use there is code to allow orientation switching. Since these APIs are not in use now default to locked portrait orientation. Bug: 17188135 Change-Id: If31edc02607aa8694f4058f244f654d74e629b70
* Exposing in-call API to other implementing classes. (3/4)Tyler Gunn2014-08-181-1/+3
| | | | | | | | Adding "CONTROL_INCALL_EXPERIENCE" permission to in-call UI. Bug: 16133960 Bug: 17007163 Change-Id: I96f590766599ae554cf8046c80f184eda080d264
* Support for landscape InCall UI during video calls.Tyler Gunn2014-07-291-1/+1
| | | | | | | | Unlocking screen orientation as it will programatically locked to Portrait for voice calls and unlocked for video calls. Bug: 16012946 Change-Id: I579e62f696c81b6336c1aa79883371db9ea660e8
* Switch from ACTION_CALL_PRIVILEGED TO ACTION_CALL (1/5)Yorke Lee2014-07-251-1/+1
| | | | | Bug: 6948882 Change-Id: I1f90c9f3f33d875482958d5f565629160ce2177e
* Add preview layout for lockscreen phone affordanceJorim Jaggi2014-07-251-0/+3
| | | | | | | | | With the new interaction to launch the phone from the lockscreen, Dialer needs to provide a static layout which looks as close as possible to the screen after Dialer is fully loaded. Bug: 15126905 Change-Id: Ide1a54833ed00a9e8854408d7cb872d33633b6e5
* Rename voicemail permissionsYorke Lee2014-07-181-2/+2
| | | | | | | | Rename READ_ALL_VOICEMAIL to READ_VOICEMAIL, and MANAGE_VOICEMAIL to WRITE_VOICEMAIL Bug: 16400686 Change-Id: Id745be33865d622616ce7423af19c46bd1c1f9ce
* Merge "Make ContactPreferences use SharedPreferences instead of System ↵Yorke Lee2014-07-151-0/+7
|\ | | | | | | settings (5/5)" into lmp-dev
| * Make ContactPreferences use SharedPreferences instead of System settings (5/5)Yorke Lee2014-07-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move constants that originally lived in the framework into ContactsCommon * Use SharedPreferences instead of System settings to persist preferences * Use a SharedPreferenceListener to monitor changes instead of a content observer on system settings * Move DisplayOrderPreference and SortOrderPreference into ContactsCommon so that it can be used by Dialer * Create base DialerSettingsActivity in Dialer, and make GoogleDialerSettingsActivity extend it Bug: 16153186 Change-Id: I27befcc3b038038830f72092b55a6fc8a6f85674
* | Fixing Dialer InCallUI to portrait.Sai Cheemalapati2014-07-151-1/+2
|/ | | | | | | InCallUI now fixed to portrait orientation. Bug: 15985084 Change-Id: I0a61a5c3fef6ab334b4ca9b7b0a4f24df1b37dbd