summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/main/impl/OldMainActivityPeer.java
AgeCommit message (Expand)Author
2020-12-12Allow per-call account selection.Danny Baumann
2018-06-28Remove redundant @TargetApi, @RequiresApi and @SuppressWarningslinyuh
2018-06-28Fix scroll for new favoritesyueg
2018-06-08Moved EXTRA_CLEAR_NEW_VOICEMAILS to MainComponent.zachh
2018-06-07Removed "last_tab_enabled" flag.zachh
2018-06-01Inlined ConfigProviderBindings.get() and removed ConfigProviderBindings.zachh
2018-05-29Converted ThemeUtil into a DaggerModule.calderwoodra
2018-05-29Began implementation of Dialer dark theme.calderwoodra
2018-05-21Check READ_PHONE_STATE for isVoicemailAvailable()twyen
2018-05-21Add promotion module.wangqi
2018-05-15Exit multiselect mode when opening the dialpad.calderwoodra
2018-05-11Use old BottomSheetBehavior.wangqi
2018-05-11Add RTT after call promo bottomsheet.wangqi
2018-05-09Always fetch status onResume and add logging for voicemail status in OldMainP...uabdullah
2018-05-09Don't commit fragment transactions if it's not safe.calderwoodra
2018-04-28Handle missing permission.READ_CALL_LOG when initializing the badge for misse...linyuh
2018-04-25Show clear frequents option in the toolbar if there are suggested contacts.calderwoodra
2018-04-12Add SpeedDialFragment to the old peer.calderwoodra
2018-04-05Support new voicemail fragment in old peer.uabdullah
2018-04-03Handle missed calls for new call log in old peer.zachh
2018-03-27Support new call log fragment in old peer.zachh
2018-03-26Fixed drag to remove favorite contacts on a few devices.calderwoodra
2018-03-26Remove obsolete methods in CompatUtils and rename it as "LocaleUtils".linyuh
2018-03-20Mitigate some of the jank in opening/closeing search.calderwoodra
2018-03-14Split CallDetailsActivitylinyuh
2018-03-13Fixed overlapping fragments issue.calderwoodra
2018-03-13Removed references to MainActivity since they weren't necessary.calderwoodra
2018-03-12Keyboard and search now close when appropriate.calderwoodra
2018-03-08Bring back new navigation screen event logging.yueg
2018-03-07Combine fragment hide/show transactions into one transaction.roldenburg
2018-03-06NUI loggingyueg
2018-03-01Rename NUI logging prefix from NUI_ to MAIN_yueg
2018-03-01Added same primes metrics that existed in Dialtacts to NUI.calderwoodra
2018-02-28Preload call log fragment on app start.calderwoodra
2018-02-28Some small bug fixes in NUI.calderwoodra
2018-02-28Parity of OldMainActivityPeer with ListsFragment for VMuabdullah
2018-02-27Do not show the voicemail tab if the VM toggle is turned off.uabdullah
2018-02-27Fab now hides/shows correctly when you enter and leave the voicemail tab.calderwoodra
2018-02-26Implement logic of bottom sheet options related to spam numbers.linyuh
2018-02-24Fixed a few bugs in NUI Main Activity.calderwoodra
2018-02-22NUI bug fixes: handling intents and onActivityResult.calderwoodra
2018-02-22When there is no VM support hide the tab in the Old Main Activityuabdullah
2018-02-22Fixed some bugs in NUI search.calderwoodra
2018-02-22Fix a few UI issues based around multiselect in new nav.calderwoodra
2018-02-22Add logging to NUI.yueg
2018-02-22Implemented hangouts connection into GoogleMainActivity.calderwoodra
2018-02-09Implemented GoogleMainSearchController to customize menu to GoogleDialer.calderwoodra
2018-02-05Updated bottom nav to match redlines.calderwoodra
2018-02-05Missed calls now go to MainActivity if you have the component enabled.calderwoodra
2018-02-02Implemented drag to remove in NUI with old favorites.calderwoodra
2018-02-02Implemented multiselect in NUI for VisualVoicemailFragment.calderwoodra
2018-02-02Split MainActivity into two peers, old and new to keep logic isolated.calderwoodra