summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Bump version code and name to Dialer v12sail2017-07-101-2/+2
| | | | | | | | | | | | This CL bumps the version name of Dialer from Dialer v11 to Dialer v12. This CL also bumps the version code from 15***** to 1600000. I've also set 'version_conf_incrementer_max_version_code' at go/dialer-v11 to 1599999. Test: N/A PiperOrigin-RevId: 161418347 Change-Id: I961f22481d813d66b950894b3783e13624de733e
* Bump version code for Dialer v11 (again)uabdullah2017-06-301-1/+1
| | | | | | | | | | | | | | This CL bumps the version name of Dialer from also bumps the version code from 14***** to 15*****. go/dialer-v10_1 did not have a version_conf_incrementer_max_version_code set, which let it to share the version code increments between v10.1 and v11. There are version codes in v10.1 which are higher than v11 which will lead to users downgrading when we submit v10.1 to the playstore (http://cl/160476738) To make sure users are not downgraded from v11 to v10.1 when we push to the play store, I've also set 'version_conf_incrementer_max_version_code' at go/dialer-v10_1 to 1504907. Test: N/A PiperOrigin-RevId: 160555974 Change-Id: I4a9e64aa2fe461019e179f544fe959b8389a02cf
* Add "Simulator" for Enriched CallingEric Erfanian2017-06-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | An annoying part of development on enriched calling is that it was difficult to determine what sessions were in memory. We have a number of bugs related to incorrect sessions being shown, and knowing exactly what sessions are available in memory can help debug them. This CL adds a "Simulator" for enriched calling. This is more of a debug tool than a simulator since it doesn't yet support adding a new enriched calling session. To allow the simulator to view all of the sessions in memory, a new EnrichedCallManager API was introduced: getAllSessionsView. This API was designed in a way to prevent abuse, so it returns a list of string representations of the sessions. Just returning the full list of sessions would have allowed clients to bypass the getSession logic and examine sessions that shouldn't be available. Also in this change: * Integrate changes to form a base for future copybara imports. Test: TH PiperOrigin-RevId: 159445010 Change-Id: Ie8fc35d817a4e3b0eac37e0c34a6592060c43b23
* Update AOSP Dialer source from internal google3 repository atEric Erfanian2017-06-191-2/+3
| | | | | | | | | | | | | | | | | | | cl/159428781. Test: make, treehugger This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/152373142 (4/06/2017) to cl/159428781 (6/19/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: Ie60a84b3936efd0ea3d95d7c86bf96d2b1663030
* Revert "Update AOSP Dialer source from internal google3 repository at ↵Tobias Thierer2017-06-091-2/+2
| | | | | | | | | | cl/158012278. am: 91ce7d2a47" This reverts commit c67d658e7daa453fe9ad9fd1a37f81eaf2048c44. Reason for revert: This CL broke the sailfish-userdebug_javac-all target on master. Change-Id: I9b54333a654c00154ca84f4ece84bea4f07cc19b
* Update AOSP Dialer source from internal google3 repository atEric Erfanian2017-06-071-2/+2
| | | | | | | | | | | | | | | | | | | cl/158012278. Test: make, treehugger This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/152373142 (4/06/2017) to cl/158012278 (6/05/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: I4d3f14b5140e2e51bead9497bc118a205b3ebe76
* Update Dialer to V10 RC16Eric Erfanian2017-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release was created following the instructions at: go/dialer-aosp-release Subsequent dialer releases will follow as O bugs are fixed, until we reach our final RC. Version: 10 Candidate: RC16 Branch: dialer-android_release_branch/153304843.1 dialer-android/dialer-android_20170416.00/dialer-android_20170416.00_RC16 This release contains the following bug fixes since RC00: Bug: 37324705 35304403 36067503 35304446 33203808 37280992 37346084 35766990 37481880 37424493 36470282 37347691 37519015 37168472 35805360 37545472 27704934 36515614 35766990 37577470 34739750 35801628 36788693 35264204 36708536 37628370 36904650 37314436 37642171 37530847 37637799 37666625 37548549 37648036 37636412 37323529 37630507 35919141 37198343 37548572 36178218 37640315 37663896 37720467 37275944 37710497 31634477 37744796 37348506 37744796 37568534 37672424 34872683 34873026 37681461 34873295 37748373 37526812 37618638 37663896 37536088 37727455 37165687 36651204 36900708 37323529 36902926 37256480 37328353 37432034 37436952 34093562 37720889 37321935 37780300 37781115 37755902 36588206 34258266 37290464 37698062 37618638 37473004 37432034 37918676 37870494 37722091 Test: make, on device Change-Id: I99e1a484ccd578c1f8a13e7a6a4b4952f0791297
* Update AOSP Dialer source from internal google3 repository atEric Erfanian2017-03-211-1/+1
| | | | | | | | | | | | | | | | | | | cl/150756069 Test: make, treehugger This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/150392808 (3/16/2017) to cl/150756069 (3/21/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: I0888b5db52efb28eb8194600e0c7804592f975f3
* Revert "Update AOSP Dialer source from internal google3 repository at ↵Eric Erfanian2017-03-201-1/+1
| | | | | | | | cl/150622237" This reverts commit 06b6b56e9eaa91ebf757ea641e38a9c885fa40bd. Change-Id: Ida8c5ee67669524dc63b9adc60a6dd392cb9b9a6
* Update AOSP Dialer source from internal google3 repository atEric Erfanian2017-03-201-1/+1
| | | | | | | | | | | | | | | | | | | cl/150622237 Test: make, treehugger, on device testing. This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from cl/150392808 (3/16/2017) to cl/150622237 (3/20/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: Id53e0e580a4ef73760a8afb7bb8c265ee27ad535
* Update AOSP Dialer source from internal google3 repository at cl/150392808Eric Erfanian2017-03-171-3/+5
| | | | | | | | | | | | | | | | | | | | | | Test: Treehugger Notable this release: * Reintroduce localization. This CL updates the AOSP Dialer source with all the changes that have gone into the private google3 repository. This includes all the changes from 3/15/2017 to cl/150392808 (3/16/2017). This goal of these drops is to keep the AOSP source in sync with the internal google3 repository. Currently these sync are done by hand with very minor modifications to the internal source code. See the Android.mk file for list of modifications. Our current goal is to do frequent drops (daily if possible) and eventually switched to an automated process. Change-Id: Ia16d68469c2ca1ff42c7fa31d922bdb78c4e244a
* Revert "Update dialer to tap green cl 150332012."Sailesh Nepal2017-03-161-5/+3
| | | | | | This reverts commit 1019500220518fb5fb023fcb7d370ab3cbf12307. Change-Id: Ie6e4f81a995fca7345132b596521b0bd06ceffb9
* Update dialer to tap green cl 150332012.Eric Erfanian2017-03-161-3/+5
| | | | | Test: Treehugger Change-Id: If2baab1d3fc2dee602a4f784bba532182e7174f5
* Update Dialer source from latest green build.Eric Erfanian2017-03-151-2/+1
| | | | | | | | | * Refactor voicemail component * Add new enriched calling components Test: treehugger, manual aosp testing Change-Id: I521a0f86327d4b42e14d93927c7d613044ed5942
* Update dialer sources.Eric Erfanian2017-03-011-336/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test: Built package and system image. This change clobbers the old source, and is an export from an internal Google repository. The internal repository was forked form Android in March, and this change includes modifications since then, to near the v8 release. Since the fork, we've moved code from monolithic to independent modules. In addition, we've switched to Blaze/Bazel as the build sysetm. This export, however, still uses make. New dependencies have been added: - Dagger - Auto-Value - Glide - Libshortcutbadger Going forward, development will still be in Google3, and the Gerrit release will become an automated export, with the next drop happening in ~ two weeks. Android.mk includes local modifications from ToT. Abridged changelog: Bug fixes ● Not able to mute, add a call when using Phone app in multiwindow mode ● Double tap on keypad triggering multiple key and tones ● Reported spam numbers not showing as spam in the call log ● Crash when user tries to block number while Phone app is not set as default ● Crash when user picks a number from search auto-complete list Visual Voicemail (VVM) improvements ● Share Voicemail audio via standard exporting mechanisms that support file attachment (email, MMS, etc.) ● Make phone number, email and web sites in VVM transcript clickable ● Set PIN before declining VVM Terms of Service {Carrier} ● Set client type for outbound visual voicemail SMS {Carrier} New incoming call and incall UI on older devices (Android M) ● Updated Phone app icon ● New incall UI (large buttons, button labels) ● New and animated Answer/Reject gestures Accessibility ● Add custom answer/decline call buttons on answer screen for touch exploration accessibility services ● Increase size of touch target ● Add verbal feedback when a Voicemail fails to load ● Fix pressing of Phone buttons while in a phone call using Switch Access ● Fix selecting and opening contacts in talkback mode ● Split focus for ‘Learn More’ link in caller id & spam to help distinguish similar text Other ● Backup & Restore for App Preferences ● Prompt user to enable Wi-Fi calling if the call ends due to out of service and Wi-Fi is connected ● Rename “Dialpad” to “Keypad” ● Show "Private number" for restricted calls ● Delete unused items (vcard, add contact, call history) from Phone menu Change-Id: I2a7e53532a24c21bf308bf0a6d178d7ddbca4958
* Fixing regression in AOSP CallDetails am: 7457ef708e am: 7f91cbaac9Brandon Maxwell2016-09-271-0/+1
|\ | | | | | | | | | | am: f6593a4e7b Change-Id: I7d5f8c1f72111a3d0067e3c286ee532262c724d1
| * Fixing regression in AOSP CallDetailsBrandon Maxwell2016-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | A regression was introduced which caused the back arrow in the AOSP CallDetailsActivity to not work properly. This CL merges an external contribution (http://pagit/626605) that fixes the issue by setting the parentActivityName appropriately. Bug:30004436 Change-Id: I238ff71f3f7e618d5adc972c50012b13f3753f40
* | Enable external call support in AOSP dialer manifest. am: 318a06e032Tyler Gunn2016-06-091-0/+2
|\| | | | | | | | | | | am: b9600e9dba Change-Id: Ibad2e3d8eb84cfc6deb7567fe63e4d428aa2a624
| * Enable external call support in AOSP dialer manifest.Tyler Gunn2016-06-091-0/+2
| | | | | | | | | | Bug: 27458894 Change-Id: I1d81f9cd68a42d7346d2e42869542a365d2f024e
* | Remove AccountFilterActivity from manifest (AOSP Dialer)Wenyi Wang2016-04-221-12/+0
|/ | | | | | | | And CustomContactListFilterActivity Bug 27687799 Change-Id: I80432b2225cd9309591a25055c513c556a775251
* Follow framework refactoring.Jeff Sharkey2016-03-171-9/+7
| | | | | Bug: 27531029 Change-Id: I01119fad6624aa7d97558422474767bb02bc3012
* Bumping version to 30000 for NYC prebuiltBrandon Maxwell2016-03-151-2/+2
| | | | Change-Id: Idd1d9c057e9fa6108b03f9f44e236b4a5f4eca3f
* Bumping version to 20504 for B releaseBrandon Maxwell2016-03-151-2/+2
| | | | Change-Id: I03eb645e70e7ffb667e1a05c3075d2658cca11cc
* Merge "Fixing missed call notifications for FBE" into nyc-devBrandon Maxwell2016-03-101-8/+10
|\
| * Fixing missed call notifications for FBEBrandon Maxwell2016-03-101-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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
* | Add GET_ACCOUNTS_PRIVILEGED to AOSP Dialer.Ta-wei Yen2016-03-071-0/+1
|/ | | | | | | Required for ContactsCommon Bug:27489943 Change-Id: If1adb0526fdbe9b390707978d3229562808bcca6
* Add files for voicemail archive tab.Sarmad Hashmi2016-03-031-0/+5
| | | | | | | | | | | | | | + 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
* Fixing call notifications for FBEBrandon Maxwell2016-03-011-0/+1
| | | | | | | | | | | | + 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
* Disabling Dialer ringing featureBrandon Maxwell2016-02-251-1/+1
| | | | | | | | + Need to remove for DP1 Bug=27367182 Bug=27353237 Change-Id: If370c942534bba3fd98c11447e1a83a2bf0cdfe1
* Add voicemail_archive_table to dialer database.Sarmad Hashmi2016-02-241-0/+7
| | | | | | | | | | 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)
* Bumping Dialer version for weekly buildBrandon Maxwell2016-02-241-2/+2
| | | | Change-Id: I862c3122a4b98d190e9d8c9e70e05af1fff60715
* Let InCallActivity handle resize config change.Qi Wang2016-02-231-2/+3
| | | | | Bug: 26862821,27250655 Change-Id: I1b5c35846f1a2d2dedaf2df9abf1f522270b1638
* Merge "Bumping Dialer version for dp1 drop" into nyc-devBrandon Maxwell2016-02-201-2/+2
|\
| * Bumping Dialer version for dp1 dropBrandon Maxwell2016-02-191-2/+2
| | | | | | | | Change-Id: Ife8d46be20fd9bbc0e4f6b8f600dda5c6f41d3ab
* | Add activity, file paths and fileProvider to manifest (AOSP)Wenyi Wang2016-02-191-0/+13
|/ | | | | | | | | | | This is similar to ag/862828 to enable sharing contacts using background service. Bug 26918008 Bug 26906732 Bug 22083005 Change-Id: I63e4e77d35d0584de6df9803c268abef45ef9e73
* Bumping Dialer versionBrandon Maxwell2016-02-171-2/+2
| | | | | | | | + Dropping this build into prebuilts and we'll need a new version for it. Change-Id: I52f877b49e3c8be51f69f60efadabef18f6fbfb4 (cherry picked from commit abfb4b010d4613e6a057c39a288bb8d1f0c1d8e6)
* Enabling Dialer to play ringtonesBrandon Maxwell2016-02-161-1/+1
| | | | | | | | | | | | | + 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
* Bumping Dialer versionBrandon Maxwell2016-02-111-2/+2
| | | | | | | | | + 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)
* Merge "Make AOSP dialer resizeable in multi-window mode."Nancy Chen2016-02-011-1/+3
|\
| * Make AOSP dialer resizeable in multi-window mode.Nancy Chen2016-01-291-1/+3
| | | | | | | | | | | | | | Set the appropriate flag to make AOSP dialer resizeable. Bug: 26470449 Change-Id: I031cfe7b0df9aed94862f8e863f347c1af154aba
* | Adding meta-data for Dialer to play ringtoneBrandon Maxwell2016-01-291-0/+2
|\ \ | |/ |/| | | | | | | | | am: 88bbc3e5cc * commit '88bbc3e5ccc78fe36a573f377e07c1fd37934421': Adding meta-data for Dialer to play ringtone
| * Adding meta-data for Dialer to play ringtoneBrandon Maxwell2016-01-281-0/+2
| | | | | | | | | | Bug=26864105 Change-Id: Ic34db9109d53f1b23cbb9582b4661c9b983eee50
* | Display missed call notifications in Dialer.Nancy Chen2016-01-281-0/+6
|\| | | | | | | | | | | | | am: cc42b59535 * commit 'cc42b5953588110cc89b43e72d2b6579757017a1': Display missed call notifications in Dialer.
| * Display missed call notifications in Dialer.Nancy Chen2016-01-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Changes needed to make Incoming calls work while fbe locked" into ↵Brandon Maxwell2016-01-151-2/+4
|\| | | | | | | | | | | | | | | | | ub-contactsdialer-b-dev am: 61bd6fdc5c * commit '61bd6fdc5c514f94ab96f6f36bdc469268622b21': Changes needed to make Incoming calls work while fbe locked
| * Changes needed to make Incoming calls work while fbe lockedBrandon Maxwell2016-01-141-2/+4
| | | | | | | | | | | | | | | | | | + 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
* | Merge "Revert "Changes needed to make Incoming calls work while fbe locked"" ↵Brandon Maxwell2016-01-141-4/+2
|\| | | | | | | | | | | | | | | | | into ub-contactsdialer-b-dev am: d4947e51b0 * commit 'd4947e51b0b3336ff9da03275ff48a7632fe0268': Revert "Changes needed to make Incoming calls work while fbe locked"
| * Revert "Changes needed to make Incoming calls work while fbe locked"Brandon Maxwell2016-01-141-4/+2
| | | | | | | | | | | | This reverts commit 70b2cc2c5a9ca7f16c730f7329112416fee0fffd. Change-Id: I9ad37bf5bebf9a302c96038385d420e1c8c5f19b
* | Merge "Changes needed to make Incoming calls work while fbe locked" into ↵Brandon Maxwell2016-01-131-2/+4
|\| | | | | | | | | | | | | | | | | ub-contactsdialer-b-dev am: 45a66c09a9 * commit '45a66c09a96e76fe6b0ecec3390bf0cb88a9dfe1': Changes needed to make Incoming calls work while fbe locked
| * Changes needed to make Incoming calls work while fbe lockedBrandon Maxwell2016-01-131-2/+4
| | | | | | | | | | | | | | | | | | | | + 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