summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog/ui/menu/Modules.java
Commit message (Expand)AuthorAgeFilesLines
* Better a11y for contact badge in the new call log.linyuh2018-05-301-1/+1
* Remove duplicate code when constructing PhotoInfo proto.linyuh2018-05-181-16/+2
* Use info from EmergencyPhoneLookup to render UI for an emergency number.linyuh2018-05-091-0/+1
* Simplify how we build bottom sheet options (a.k.a. modules).linyuh2018-05-041-145/+43
* Replace DuoConstants with interface.twyen2018-05-041-4/+1
* Select SIM when calling back from call log.twyen2018-05-021-13/+3
* Don't allow reporting a inaccurate number for a voicemail call.linyuh2018-04-241-1/+2
* Support placing a call with assisted dialing in the new call log.linyuh2018-04-181-4/+7
* Reduce the number of parameters when building bottom sheet options for teleco...linyuh2018-04-181-11/+13
* Add RTT badge to new call log.wangqi2018-04-111-0/+4
* For an audio call log entry, add a video call option in the bottom sheet if t...linyuh2018-04-101-5/+45
* Use the default phone account for a voice call when the call log item is for ...linyuh2018-04-041-7/+15
* Support placing Duo calls in the new UI's bottom sheet.linyuh2018-04-031-2/+10
* Convert @AutoValue CoalescedRow to a protolinyuh2018-03-191-31/+29
* Implement VoicemailDataSourcetwyen2018-03-191-1/+2
* Introduce GlidePhotoManager to CallDetailsActivitylinyuh2018-03-151-35/+22
* Log contact source when reporting spam from the new UI.linyuh2018-02-281-0/+1
* Group info needed to show a block/report spam dialog into a proto to avoid lo...linyuh2018-02-281-5/+10
* Internal cleanup for the new UI's bottom sheet.linyuh2018-02-271-47/+61
* Set the correct reporting location when reporting spam in the new call log.linyuh2018-02-271-1/+3
* Implement logic of bottom sheet options related to spam numbers.linyuh2018-02-261-1/+3
* Include the primary callback action in the new call log's bottom sheet.linyuh2018-02-221-20/+13
* Add bottom sheet options for blocked and/or spam numbers in the new call log.linyuh2018-02-141-10/+29
* Reworked the internals of DialerPhoneNumber.zachh2018-01-261-4/+2
* Added number presentation to AnnotatedCallLog.zachh2018-01-261-25/+42
* Remove non call log dependencies on PhoneAccountUtiltwyen2018-01-251-2/+3
* Improved support for post dial digits in new call log.zachh2018-01-191-5/+5
* Correctly show the contact's photo in CallDetailsActivity when launched from ...linyuh2018-01-171-12/+8
* Merge PhoneLookupDataSource results into a proto in annotated call log.twyen2018-01-111-12/+16
* Add "delete" option in the 3-dot menu of the new call loglinyuh2018-01-081-0/+2
* Set flag 'canReportAsInvalidNumber' in CallDetailsActivity's intent when it's...linyuh2018-01-041-4/+2
* Support assisted dialing in CallDetailsActivity when launched from the new ca...linyuh2018-01-021-1/+1
* Implement basic bottom sheet in NUI Voicemail tab.uabdullah2017-12-151-0/+2
* Refactor add to contacts, send a message and copy number modules for bottom s...uabdullah2017-12-141-97/+9
* Integrate CallDetailsActivity with the new call log UI.linyuh2017-12-131-8/+6
* Renamed call_details string, which was conflicting with one from the calldeta...zachh2017-11-011-1/+1
* Added basic bottom sheet to new call log.Zachary Heidepriem2017-10-111-0/+234