summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
AgeCommit message (Collapse)Author
2016-04-22Remove AccountFilterActivity from manifest (AOSP Dialer)Wenyi Wang
And CustomContactListFilterActivity Bug 27687799 Change-Id: I80432b2225cd9309591a25055c513c556a775251
2016-03-17Follow framework refactoring.Jeff Sharkey
Bug: 27531029 Change-Id: I01119fad6624aa7d97558422474767bb02bc3012
2016-03-15Bumping version to 30000 for NYC prebuiltBrandon Maxwell
Change-Id: Idd1d9c057e9fa6108b03f9f44e236b4a5f4eca3f
2016-03-15Bumping version to 20504 for B releaseBrandon Maxwell
Change-Id: I03eb645e70e7ffb667e1a05c3075d2658cca11cc
2016-03-10Merge "Fixing missed call notifications for FBE" into nyc-devBrandon Maxwell
2016-03-10Fixing missed call notifications for FBEBrandon Maxwell
+ Our new components for creating missed call notifications are not marked as encryption aware so Telecom was always creating the missed call notification. + This CL marks the appropriate components as encryption aware so Telecom can check to see if we support putting up the notification. + Updated logic so missed call notifications only have 'callback' and 'message' actions when not locked. + Misc FBE cleanup + Since the call log is not available when on the File based encryption lock screen, dismissed notifications will not attempt to mark the calls as read; attempting do so causes exceptions. + Updated AOSP Dialer to ensure that we don't store data in device encrypted storage by default. This storage location is always available, regardless of whether we're in the FBE locked state or not. None of our preferences/databases need to be available in this state, so this change causes the Dialer to store data in credential encrypted storage by default. This storage location is only available when the device is unlocked. + Updated AOSP Dialer so it doesn't use device encrypted storage by default. This is because we currently don't want any of the preferences/databases stored by the Dialer to be available when FBE locked. + Updated AOSP Dialer so specific components must mark themselves as encryption aware, rather than having everything aware because the application is marked as such. Bug: 27455726 Change-Id: Ib5d28267116ec007bf9beb57862796235460ddf5
2016-03-07Add GET_ACCOUNTS_PRIVILEGED to AOSP Dialer.Ta-wei Yen
Required for ContactsCommon Bug:27489943 Change-Id: If1adb0526fdbe9b390707978d3229562808bcca6
2016-03-03Add files for voicemail archive tab.Sarmad Hashmi
+ Added VoicemailArchiveActivity which displays all voicemails archived by the user + VoicemailArchivePlaybackPresenter is the same as VoicemailPlaybackPresenter except that it does not need to request content from the voicemail server +Added tests (combined common methods and attributes for regular voicemail tab and voicemail archive used for tests) BUG=22797391 Change-Id: I4064eea945b9e257ec6c7ada35cf5ac1657dc866
2016-03-01Fixing call notifications for FBEBrandon Maxwell
+ The NotificationBroadcastReceiver needs to be encryption aware so it runs and can be used to accept/decline calls when the device is file based encryption locked. + Prior to this change, the buttons in call notifications wouldn't do anything because the BroadcastReceiver didn't exist in this locked state. Bug: 27172859 Change-Id: Ib5e17f4c530820a42af97d2d2d9aae327273b9df
2016-02-25Disabling Dialer ringing featureBrandon Maxwell
+ Need to remove for DP1 Bug=27367182 Bug=27353237 Change-Id: If370c942534bba3fd98c11447e1a83a2bf0cdfe1
2016-02-24Add voicemail_archive_table to dialer database.Sarmad Hashmi
Stores the voicemail content and call log information for all the voicemails that have been archived. BUG=22797391 Change-Id: I1b5d98ab17d3d6f32d6797c2c51b50bcd29cd5fa (cherry picked from commit ca67dbe4b04a6eaaa106d40c199bc86d64d94e40)
2016-02-24Bumping Dialer version for weekly buildBrandon Maxwell
Change-Id: I862c3122a4b98d190e9d8c9e70e05af1fff60715
2016-02-23Let InCallActivity handle resize config change.Qi Wang
Bug: 26862821,27250655 Change-Id: I1b5c35846f1a2d2dedaf2df9abf1f522270b1638
2016-02-20Merge "Bumping Dialer version for dp1 drop" into nyc-devBrandon Maxwell
2016-02-19Bumping Dialer version for dp1 dropBrandon Maxwell
Change-Id: Ife8d46be20fd9bbc0e4f6b8f600dda5c6f41d3ab
2016-02-19Add activity, file paths and fileProvider to manifest (AOSP)Wenyi Wang
This is similar to ag/862828 to enable sharing contacts using background service. Bug 26918008 Bug 26906732 Bug 22083005 Change-Id: I63e4e77d35d0584de6df9803c268abef45ef9e73
2016-02-17Bumping Dialer versionBrandon Maxwell
+ Dropping this build into prebuilts and we'll need a new version for it. Change-Id: I52f877b49e3c8be51f69f60efadabef18f6fbfb4 (cherry picked from commit abfb4b010d4613e6a057c39a288bb8d1f0c1d8e6)
2016-02-16Enabling Dialer to play ringtonesBrandon Maxwell
+ The code to make the Dialer play was disabled behind flags, this change flips the flags so the Dialer is responsible for playing the ringtone. + The in-code flag will be removed later after a QA pass of the feature. - Removed TODO to respect Do Not Disturb, see b/26936902 Bug=18702990 Change-Id: I773c1c614beb61a6763daccd2903d9d341cf4dc0
2016-02-11Bumping Dialer versionBrandon Maxwell
+ Needed to keep master branch ahead of B + Minor version of 00 made more sense than 01, which is why this is different from the initial version for 2.04.XX Change-Id: Id0b014db5927569574172634bd081b7605110906 (cherry picked from commit 63386f45e939671ee356959c0f15f1a7666a4e63)
2016-02-01Merge "Make AOSP dialer resizeable in multi-window mode."Nancy Chen
2016-01-29Make AOSP dialer resizeable in multi-window mode.Nancy Chen
Set the appropriate flag to make AOSP dialer resizeable. Bug: 26470449 Change-Id: I031cfe7b0df9aed94862f8e863f347c1af154aba
2016-01-29Adding meta-data for Dialer to play ringtoneBrandon Maxwell
am: 88bbc3e5cc * commit '88bbc3e5ccc78fe36a573f377e07c1fd37934421': Adding meta-data for Dialer to play ringtone
2016-01-28Adding meta-data for Dialer to play ringtoneBrandon Maxwell
Bug=26864105 Change-Id: Ic34db9109d53f1b23cbb9582b4661c9b983eee50
2016-01-28Display missed call notifications in Dialer.Nancy Chen
am: cc42b59535 * commit 'cc42b5953588110cc89b43e72d2b6579757017a1': Display missed call notifications in Dialer.
2016-01-27Display missed call notifications in Dialer.Nancy Chen
Dialer is now putting up the missed call notification instead of Telecom. As a result, it has to handle receiving a new missed call broadcast and sending requests back to Telecom to update the missed call count. + MissedCallNotifier class displays notifications and triggers call back sms, and dismiss intents. + CallLogNotificationsService added actions it can handle for missed calls. + MissedCallNotificationReceiver receives the missed call intent to update the notifications. Bug: 22857261 Change-Id: I03a3c3b5a2533a3ea26d668124fcaf3fa72347fc
2016-01-15Merge "Changes needed to make Incoming calls work while fbe locked" into ↵Brandon Maxwell
ub-contactsdialer-b-dev am: 61bd6fdc5c * commit '61bd6fdc5c514f94ab96f6f36bdc469268622b21': Changes needed to make Incoming calls work while fbe locked
2016-01-14Changes needed to make Incoming calls work while fbe lockedBrandon Maxwell
+ Necessary in-call components are marked as encryptionAware. + Added needed null checks since the filtered number table isn't available when fbe locked. Bug=26542121 Change-Id: I316cd62c1faec471356794db433b9f631f293c4f
2016-01-14Merge "Revert "Changes needed to make Incoming calls work while fbe locked"" ↵Brandon Maxwell
into ub-contactsdialer-b-dev am: d4947e51b0 * commit 'd4947e51b0b3336ff9da03275ff48a7632fe0268': Revert "Changes needed to make Incoming calls work while fbe locked"
2016-01-14Revert "Changes needed to make Incoming calls work while fbe locked"Brandon Maxwell
This reverts commit 70b2cc2c5a9ca7f16c730f7329112416fee0fffd. Change-Id: I9ad37bf5bebf9a302c96038385d420e1c8c5f19b
2016-01-13Merge "Changes needed to make Incoming calls work while fbe locked" into ↵Brandon Maxwell
ub-contactsdialer-b-dev am: 45a66c09a9 * commit '45a66c09a96e76fe6b0ecec3390bf0cb88a9dfe1': Changes needed to make Incoming calls work while fbe locked
2016-01-13Changes needed to make Incoming calls work while fbe lockedBrandon Maxwell
+ All in-call components are marked as encryptionAware so Telecom can bind to and use them. + Added null checks on cursors. When in FBE locked state, non-encryption aware ContentProviders return null Bug=26542121 Change-Id: Ia49536c957d3d721401c05bf638fdd9dd371a731
2016-01-07Bumping version for B branchBrandon Maxwell
am: 20f1f4103c * commit '20f1f4103c96195564dfb932b29d3b822038078c': Bumping version for B branch
2016-01-07Bumping version for B branchBrandon Maxwell
Change-Id: I74782e265c57e66e5467bcdd84f3f89c7713b29f
2015-11-28Bump 2.3.13 -> 2.3.14 for alpha. am: e4684b75dbNancy Chen
am: 9650e1bb0c * commit '9650e1bb0c9a61be7e9250bd0c47cb5a5d29efff': Bump 2.3.13 -> 2.3.14 for alpha.
2015-11-25Bump 2.3.13 -> 2.3.14 for alpha.Nancy Chen
Bug: 25892894 Change-Id: I6a4a685db658cafa8f8f85664973b1373bfbccf1
2015-11-26Bump AOSP dialer from 2.3.12 -> 2.3.13 am: 5d9c796e39Nancy Chen
am: af21ed21df * commit 'af21ed21df48381ff8d5a31003e59c1c1af0814e': Bump AOSP dialer from 2.3.12 -> 2.3.13
2015-11-25Bump AOSP dialer from 2.3.12 -> 2.3.13Nancy Chen
Bug: 25789573 Change-Id: I0a683dba73798ea85152251ab8acefd3c33167e3
2015-11-26Bump 2.3.11 -> 2.3.12 for AOSP dialer. am: 4a7eaa6538Nancy Chen
am: 9873b65aad * commit '9873b65aadfc712930420d304c3d600aa27ef01c': Bump 2.3.11 -> 2.3.12 for AOSP dialer.
2015-11-25Bump 2.3.11 -> 2.3.12 for AOSP dialer.Nancy Chen
Bug: 25789573 Change-Id: Ib79cd0e1ba5ebdd3de8652489a7472e5874ad8b5
2015-11-24Bump dialer from 2.3.10 -> 2.3.11 am: 1b97f22e3eNancy Chen
am: 17165ea0b5 * commit '17165ea0b5b99a355e01347a76c1b9ac152c8ce6': Bump dialer from 2.3.10 -> 2.3.11
2015-11-24Bump dialer from 2.3.10 -> 2.3.11Nancy Chen
Bug: 25835494 Change-Id: Idd14dbe89486e81f91e1b159533c6ba037d6ccc8
2015-11-23Bumping version to 2.03.10 am: 3d0ac24ebcBrandon Maxwell
am: e5a1dc6fb0 * commit 'e5a1dc6fb07554b61b0e462a0a8a2f15ae9004f2': Bumping version to 2.03.10
2015-11-23Bumping version to 2.03.10Brandon Maxwell
Change-Id: I6c8e64e67b2b4c020cc2693732b5741dd03c3cc1
2015-11-20Bump AOSP dialer version number from 2.3.08 to 2.3.09 am: 9eaeae4aabNancy Chen
am: a532948c28 * commit 'a532948c28c076db3c41a1d80a661fe174cb0553': Bump AOSP dialer version number from 2.3.08 to 2.3.09
2015-11-20Bump AOSP dialer version number from 2.3.08 to 2.3.09Nancy Chen
Bug: 25813431 Change-Id: Ib5963498041c960bda0cfb6a0189ed0dd836393c
2015-11-19Mark this coreApp as being encryptionAware.Jeff Sharkey
Historically, apps marked with "coreApp" were prepared to run in a limited boot environment, and were critical to booting the device, so in the new file-based encryption world we're marking these apps with both "forceDeviceEncrypted" and "encryptionAware" attributes. Bug: 22358539 Change-Id: Icfc7c077a0f8f2c75aef71bb12e09aa5dc91b45c
2015-11-17Remove use of framework resource in configsJay Shrauner
Bug:25705483 Change-Id: I2d348ce01506c6974a136750034d24d9b9ebb5df
2015-11-17Update AOSP dialer from 2.3.07 to 2.3.08Nancy Chen
Bug: 23351540 Change-Id: Ie15ea34240d11584795a5c195dc21ae38f30bced
2015-11-09Bump version code to 20307Yorke Lee
Change-Id: Ibe91476ef3240e2eda94b132ecfecb7e91d274dc
2015-11-05Bump version code to 20306Yorke Lee
Change-Id: Ibacb364ff4dd0556a5ab2b2683ea381babcbc583
2015-11-03Bump Dialer version code to 20305Yorke Lee
Change-Id: Ie75b706270a48092aa8f86c0a991590550d34d04
2015-11-02Bump Dialer version code to 20303Yorke Lee
Change-Id: I230fbb138a7ab915e3953c8f9cb41b8b3140b8c9
2015-10-28Rename activity for blocked numbers settings.Andrew Lee
Manage is more related to a specific screen, new name seems to make more sense based on location in settings menu of application. Bug: 25343277 Change-Id: Ia45c1b7aa91c045078fd1473500f5d474e1c598f
2015-10-28Bump Dialer version code to 20302Yorke Lee
Change-Id: I94c1d1c5bc310f102903e97b108d5bc37bfb8170
2015-10-27Remove onboarding flowYorke Lee
Straight revert of all onboarding flow related CLs - the onboarding flow is not needed for now as the Dialer will always at least be the system dialer. Bug: 25020847 Change-Id: Ic1c5020b9b423de50801485f764209b21d5d7f33
2015-10-21Update Dialer version to 20301Yorke Lee
Change-Id: I592a9197f39c5a10ddc07947a76ee4d0ec9553a5
2015-10-07Combine blocked number fragments into Activity.Andrew Lee
Mocks indicate that after adding, the user should be returned to the management UI and the snackbar should be shown there. This is kind of pain to do across fragments in different activities. To help address this, make one Activity the parent of both the blocked number manage and add/search UI. This also makes sense in terms of logical organization. Bug: 24134038 Change-Id: I682342a73c964a5d4eb90469f10d6584b85400f1
2015-10-02First pass for Dialer onboarding flowYorke Lee
* Add OnboardingActivity that controls the onboarding the UI ensuring that the user grants the necessary permissions before the Dialer can start. * Add first pass (no graphics, eyeballed measurements) for the screens that request for default dialer as well as permissions * OnboardingActivity is not actually launched at this moment - will be tied in to the various Dialer activities in a follow up CL. * Add tests for logic that controls the display of the screens in anticipation of future additions to the onboarding flow. * Add mockito library to DialerTests's Android.mk Bug: 24270592 Change-Id: I00d0f75edaecaa85042b136b0d830b5fbb3a0a73
2015-09-29Add search for adding blocked numbers to the blocked number management screen.Anne Rong
Bug: 24134038 Change-Id: I30b283a6b67d7e64b58138762079c4bceb8fc64f
2015-09-02Bump AOSP Dialer version to 2.3Yorke Lee
Change-Id: I2c9c594c98568b2c550b482e338a4f0fc81198dd
2015-08-21Merge "FilteredNumberProvider authority name & filtered_number_table changes"Anne Rong
2015-08-21FilteredNumberProvider authority name & filtered_number_table changesAnne Rong
Authority name for FilteredNumberProvider changed so it can be overriden in GoogleDialer. Added UNIQUE constraint to NORMALIZED_NUMBER field. Added NUMBER field to filtered_number_table (un-normalized number). Bug: 23424013 Bug: 23424011 Change-Id: I3156cee70ddcaea15b7272650d5f255782e34520
2015-08-19Merge "Create local database table + ContentProvider for filtered numbers"Anne Rong
2015-08-19Create local database table + ContentProvider for filtered numbersAnne Rong
Bug: 23350722 Bug: 23350276 Change-Id: I070434cead43aa93026aa6b00ab886aa2947b1e6
2015-08-17Merge "Convert Dialer activities to AppCompat to support Snackbar."Nancy Chen
2015-08-14Rename "Recents" to "Call History".Andrew Lee
+ All user-facing indications should now say "Call History". + I renamed many references in code to "Call Log", which is how we internally refer to many of the components related to call history. It seemed excessive to rename the fragment, list items, adapters, and other references to that throughout our codebase. Bug: 23017190 Change-Id: I99719122ce592962ff99705dcf4b16e17eee3ab7
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-08-13Merge "Consolidate CallSubject history and dialog." into mnc-dr-devTyler Gunn
2015-08-12Add a version number to DialerAnthony Lee
Bug: 23153842 Change-Id: If1c4d1d20a76a4bf4ec8d2201cf1d34126fbd37e
2015-08-10Consolidate CallSubject history and dialog.Tyler Gunn
- 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
2015-08-05Add "Call with Note" from dialpad.Tyler Gunn
Bug: 22685114 Change-Id: Id7d16634a0baad03b28b509b62315f43fa022ee4
2015-07-14Build against SDK 23Jay Shrauner
Bug:22478141 Change-Id: I1abf786f708b6dee7d88204404220e125c99ed4b
2015-07-07Go to recents tab instead of CallLogActivity for call views.Nancy Chen
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
2015-06-25Target MNC for DialerYorke Lee
Bug: 22071996 Change-Id: Ic37a70f0cd81d3981f6888cfc6d52f957810ddd6
2015-06-23InCallService meta-data [3/4]Santos Cordon
Bug: 21816241 Change-Id: I981c850d8b783d93877e762d9023213cd38d5421
2015-05-19Remove unused InCallAppYorke Lee
Move NotificationBroadcastReceiver into its own class. Change-Id: I64dec0c72a30993c471352c9a0fc497fa31b4bc6
2015-05-11add RequestImportVCardPermissionsActivity to manifestBrian Attwell
Bug: 21029757 Change-Id: I74061f2db5a291b8583009b5f975b37dcd515187
2015-04-23Use TelecomManager.placeCall APIYorke Lee
Bug: 20348183 Change-Id: If1b193f933b4a7b2b322784b0cbbc66c210b25df
2015-04-02Declare that Dialer does not use cleartext network traffic.Alex Klyubin
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
2015-03-15Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'Vinit Deshpande
2015-02-25Remove CircularRevealActivityYorke Lee
Change-Id: I178867378749f69c823ab1f7ebb9ac4f63d71b99
2015-02-18Add ACCESS_WIFI_STATE permission to dialer.Andrew Lee
Bug: 19151850 Change-Id: I1e379651df60d10bb77f7fb91874ea8883afa536
2015-01-12Launch CircularRevealActivity as singleInstanceYorke Lee
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
2014-12-05Merge "Improve outgoing call UI responsiveness" into lmp-mr1-devYorke Lee
2014-12-01Improve outgoing call UI responsivenessYorke Lee
* Add CircularRevealActivity to Dialer manifest Bug: 18373617 Change-Id: I76e89fe1be628746dfa96c877aedd24abeec7350
2014-11-17Merge commit '59edcfbc' into manualmergeYorke Lee
Change-Id: I0d26d0510edf5ea49d77d8c3c7ecd657b5989d52
2014-11-17Switch from CALL -> CALL_PRIVILEGEDYorke Lee
Bug: 18332160 Change-Id: I5b9bcc8f413e5534bab94e0b2677371968a8e483
2014-11-07Make AOSP Dialer and InCallUI single processYorke Lee
Bug: 18275086 Change-Id: I69a75bd36f1f2fc18bc2672d397bff47e9af02ad
2014-09-15Use the BROADCAST_STICKY permissionEvan Charlton
In order to be able to send sticky broadcasts (needed for InCallUI visibility), require the BROADCAST_STICKY permission. Bug: 16988478 Change-Id: I7805071ede8c1dd82d446e868ab577d9c9c1f8b8
2014-09-12Renaming Telecomm to Telecom.Tyler Gunn
- 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
2014-09-04Merge "Clean up activity/application labels" into lmp-devJay Shrauner
2014-09-03Remove vcard supportJay Shrauner
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
2014-09-03Clean up activity/application labelsJay Shrauner
Bug:17357577 Change-Id: Ibaa4251665e46cf29d36190670042522da9baeaf
2014-08-22Defaulting InCall UI to portrait.Tyler Gunn
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
2014-08-18Exposing in-call API to other implementing classes. (3/4)Tyler Gunn
Adding "CONTROL_INCALL_EXPERIENCE" permission to in-call UI. Bug: 16133960 Bug: 17007163 Change-Id: I96f590766599ae554cf8046c80f184eda080d264
2014-07-29Support for landscape InCall UI during video calls.Tyler Gunn
Unlocking screen orientation as it will programatically locked to Portrait for voice calls and unlocked for video calls. Bug: 16012946 Change-Id: I579e62f696c81b6336c1aa79883371db9ea660e8
2014-07-25Switch from ACTION_CALL_PRIVILEGED TO ACTION_CALL (1/5)Yorke Lee
Bug: 6948882 Change-Id: I1f90c9f3f33d875482958d5f565629160ce2177e
2014-07-25Add preview layout for lockscreen phone affordanceJorim Jaggi
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
2014-07-18Rename voicemail permissionsYorke Lee
Rename READ_ALL_VOICEMAIL to READ_VOICEMAIL, and MANAGE_VOICEMAIL to WRITE_VOICEMAIL Bug: 16400686 Change-Id: Id745be33865d622616ce7423af19c46bd1c1f9ce
2014-07-15Merge "Make ContactPreferences use SharedPreferences instead of System ↵Yorke Lee
settings (5/5)" into lmp-dev