Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_packages_apps_Dialer
/
a7562fbcd82b59f914b544409e98d10f2bc3817f
/
java
/
com
/
android
/
dialer
c97a895
Use new instances of PreCallAction on activity resume
by twyen
· 7 years ago
3e2c6b8
Don't use LoaderManager.getInstance() in dialer.
by zachh
· 7 years ago
7e7fb6f
Implement PhoneNumberCacheLookup
by twyen
· 7 years ago
37b588d
Move SpamStub to separate package.
by wangqi
· 7 years ago
d607673
Initialize dialpadFragment and searchFragment with FragmentManager when MainSearchController is created
by twyen
· 7 years ago
57ca6a8
Compress all of dialer's png files.
by calderwoodra
· 7 years ago
d0e3030
Delete unused check__SpamStatus methods
by maxwelb
· 7 years ago
19ce6b1
Refactor simulator menu and add portal package for adding simulator service later.
by weijiaxu
· 7 years ago
eb76b08
Add simulator component in generated root component.
by weijiaxu
· 7 years ago
b87334b
Update DialerCall to use SpamStatus instead of booleans
by maxwelb
· 7 years ago
0cd4afc
Added contacts permission screen to speed dial fragment.
by calderwoodra
· 7 years ago
db5a8c1
Don't crash when cp2 returns a null label.
by calderwoodra
· 7 years ago
6164075
Register system call log content observer if user enables Phone permission.
by zachh
· 7 years ago
0ae50bd
Exit multiselect mode when opening the dialpad.
by calderwoodra
· 7 years ago
b628cfb
Support missing phone permission in new call log.
by zachh
· 7 years ago
34daf89
Move coalescing logic out of AnnotatedCallLogContentProvider.
by linyuh
· 7 years ago
c10636d
Improved support for missing contacts permission in new call log.
by zachh
· 7 years ago
24aebf0
Don't show select SIM dialog after the pre call action has been discarded
by twyen
· 7 years ago
ef5c101
Use old BottomSheetBehavior.
by wangqi
· 7 years ago
5e8b10b
Add SpamMetadata to SpamStatus
by maxwelb
· 7 years ago
5bafd13
Prevent showDialpad from adding multiple instances of fragments
by twyen
· 7 years ago
541c2e5
Revert null check on dialpadHint
by twyen
· 7 years ago
95b2a78
Add @InstallIn and @IncludeInDialerRoot to dagger modules in dialer codebase.
by weijiaxu
· 7 years ago
810d43d
Add RTT after call promo bottomsheet.
by wangqi
· 7 years ago
2f4a007
Add some annotations that won't influence aosp.
by weijiaxu
· 7 years ago
ebaf630
Hide new after call spam blocking promo behind an additional flag.
by Android Dialer
· 7 years ago
6d728d5
Allow the TextView for call log primary text to adjust size when recycled.
by linyuh
· 7 years ago
4f2b930
Added getLoggingName() to CallLogDataSource and PhoneLookup interfaces.
by zachh
· 7 years ago
f0a425e
Always fetch status onResume and add logging for voicemail status in OldMainPeer and
by uabdullah
· 7 years ago
b2b6365
Place Duo calls with PreCall
by twyen
· 7 years ago
d7c058c
Creating CallIntent, AutoValue builder, to replace CallIntentBuilder.
by Android Dialer
· 7 years ago
fe5a0d3
Set the DisplayNameSource to PHONE in DefaultLookupUriGenerator.
by zachh
· 7 years ago
3b905e4
Config correct layout boundaries to accommodate long text (call log & bottom sheet)
by linyuh
· 7 years ago
9d1ef8f
Use info from EmergencyPhoneLookup to render UI for an emergency number.
by linyuh
· 7 years ago
41da94c
Implement EmergencyPhoneLookup for checking if a number is an emergency number.
by linyuh
· 7 years ago
cf0905f
Add GlobalSpamListStatus and UserSpamListStatus
by maxwelb
· 7 years ago
80e3892
Move SpamStatus classes into subpackage
by maxwelb
· 7 years ago
dcff9e6
Delete obsolete checkSpamStatus(Listener) API
by maxwelb
· 7 years ago
3768a7a
Fix bug that showing block option for private number.
by wangqi
· 7 years ago
f3d253b
Add a null check for digitsHint.
by calderwoodra
· 7 years ago
168e222
Don't commit fragment transactions if it's not safe.
by calderwoodra
· 7 years ago
4bd39ec
Add ListenableFuture based APIs for checkSpamStatus
by maxwelb
· 7 years ago
a583c2b
Pass activity between new call log's adapter/view holder.
by zachh
· 7 years ago
d384474
Replace assert checks with safety checks instead.
by calderwoodra
· 7 years ago
12061c8
Add SimpleSpamStatus and use it in FakeSpam and SpamStub
by maxwelb
· 7 years ago
8293227
Show calls to/from emergency numbers as "Emergency number" in call log & call details
by linyuh
· 7 years ago
a1f3a20
Reworked GenerateDaggerApplication.
by Zachary Heidepriem
· 7 years ago
763ce44
Remove TODOs for showing SIM info in the bottom sheet & call details.
by linyuh
· 7 years ago
4ef430e
Use Telecom Bluetooth API instead of system Bluetooth API.
by yueg
· 7 years ago
8d4afb8
Clear NewCallLogViewHolder.onClickListener if row is not callable.
by twyen
· 7 years ago
e627008
Filter out unnecessary bottom sheet options for a call to a voicemail box.
by linyuh
· 7 years ago
0f22455
Aosp fix for v28-support-prelease bottom sheet.
by calderwoodra
· 7 years ago
bc258a5
Mark photo info as voicemails in bottom sheet
by twyen
· 7 years ago
253b440
Simplify how we build bottom sheet options (a.k.a. modules).
by linyuh
· 7 years ago
c140122
Add spam status tests for CallList#onCallAdded
by maxwelb
· 7 years ago
89e3d1b
More refactoring
by erfanian
· 7 years ago
95c2775
Merge "Tuned Speed Dial UI according to red lines."
by android-build-prod (mdb)
· 7 years ago
60fe2d9
Merge "Update targetSdkVersion to 28"
by android-build-prod (mdb)
· 7 years ago
4a0bf07
Merge changes I481fbbc7,I57e48b5d,Ieb52489b,I2763ddd9
by android-build-prod (mdb)
· 7 years ago
b3bd5f5
Tuned Speed Dial UI according to red lines.
by calderwoodra
· 7 years ago
816cef3
Update targetSdkVersion to 28
by maxwelb
· 7 years ago
2cc1bfc
Translation tweaks.
by zachh
· 7 years ago
d22ef29
Migrated context menu to be a PopupMenu instead.
by calderwoodra
· 7 years ago
9c70e4c
Add column for call mapping id to AnnotatedCallLog database.
by wangqi
· 7 years ago
f16da49
Don't force open keyboard when RTT is active.
by wangqi
· 7 years ago
a2fefe5
Set description of spam blocking promo notification to big text so it won't get
by Android Dialer
· 7 years ago
34b1662
Replace DuoConstants with interface.
by twyen
· 7 years ago
91ac2cd
Add content description to GlidePhotoManager.
by calderwoodra
· 7 years ago
8657ebd
Fixed labels for speed dial UI.
by calderwoodra
· 7 years ago
6e1516d
Merge "Fixed speed dial remove."
by android-build-prod (mdb)
· 7 years ago
2a82028
Merge "Select SIM when calling back from call log."
by android-build-prod (mdb)
· 7 years ago
1197065
Change bottomsheet peek height.
by calderwoodra
· 7 years ago
41f5c0c
Updated bottomsheet to be scrollable.
by calderwoodra
· 7 years ago
2f528d2
Add application generation for root component generator.
by weijiaxu
· 7 years ago
3eb6fd1
Fixed speed dial remove.
by calderwoodra
· 7 years ago
4a65002
Select SIM when calling back from call log.
by twyen
· 7 years ago
a7f50f2
Cancel all legacy voicemail notification when SIMs are removed on multi-SIM devices
by twyen
· 7 years ago
277d88f
Fix bug that transcript button is visible for voice call.
by wangqi
· 7 years ago
56f79ba
Refactor PreferredAccountWorker to provide the dialog to be shown.
by twyen
· 7 years ago
a73844d
Implement "Add to favorites" option in suggestions menu.
by calderwoodra
· 7 years ago
16b77d4
Updated logic on showing voice/video/sms options in favorites menus.
by calderwoodra
· 7 years ago
6f0a22d
Implemented remove starred contact from speed dial fragment.
by calderwoodra
· 7 years ago
b493c3f
Logging for background calling and HFP device support.
by yueg
· 7 years ago
ea1acce
Handle missing permission.READ_CALL_LOG when initializing the badge for missed calls.
by linyuh
· 7 years ago
e7d8321
Show Cequint info in the new call log.
by linyuh
· 7 years ago
fa3cd3b
Implement CequintPhoneLookup
by linyuh
· 7 years ago
c87f1fb
Fix impression logging for spam blocking promo dialog shown in after call
by Android Dialer
· 7 years ago
4db0741
Build out the bottom sheet for suggested contacts in Speed Dial.
by calderwoodra
· 7 years ago
aa9d670
Persist contacts pinned positions in speed dial.
by calderwoodra
· 7 years ago
79a407e
Show clear frequents option in the toolbar if there are suggested contacts.
by calderwoodra
· 7 years ago
0ab7540
Make SIM Selection hint multi-line
by twyen
· 7 years ago
8295353
Convert CequintCallerIdContact into an @AutoValue
by linyuh
· 7 years ago
3b9473d
Newly starred SpeedDialUiItems now have SpeedDialEntry ids set.
by calderwoodra
· 7 years ago
0a5c34d
Disable entries in CallingAccountSelector that are not selectable
by twyen
· 7 years ago
66adad0
Add "enabled" to SelectPhoneAccountDialogFragment.
by twyen
· 7 years ago
05d17bd
Add skeleton for CequintPhoneLookup
by linyuh
· 7 years ago
da39087
Log send button impressions for RTT call.
by wangqi
· 7 years ago
27c3718
Expose active calls from in call UI
by twyen
· 7 years ago
42ad5dd
Don't allow reporting a inaccurate number for a voicemail call.
by linyuh
· 7 years ago
81e373e
Add impression logging for RTT call
by wangqi
· 7 years ago
Next »