summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/main/impl/MainSearchController.java
AgeCommit message (Expand)Author
2021-03-14Dialer: Add a helpline phone bookMichael W
2018-06-26Don't submit fragment transaction to show search when the activity state has ...zachh
2018-05-18Fix video call from search stripping + prefixtwyen
2018-05-15Initialize dialpadFragment and searchFragment with FragmentManager when MainS...twyen
2018-05-11Prevent showDialpad from adding multiple instances of fragmentstwyen
2018-05-09Replace assert checks with safety checks instead.calderwoodra
2018-04-16Don't close search if the user leaves with the dialpad open.calderwoodra
2018-04-06Only request focus on search edit text when it's slide down.calderwoodra
2018-04-04Prevent crash when dialpad animation ends after activity is saved.twyen
2018-04-04Added some logging for mysterious bugs.calderwoodra
2018-03-29Fixed a few issues in search with new nav.calderwoodra
2018-03-20Mitigate some of the jank in opening/closeing search.calderwoodra
2018-03-16Check if dialpad is already open when handleing new intents.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-06NUI loggingyueg
2018-03-01Implemented DialerFloatingActionButtoncalderwoodra
2018-03-01Rename NUI logging prefix from NUI_ to MAIN_yueg
2018-02-27Fixed some a11y issues in MainActivity.calderwoodra
2018-02-27Implement contacts promo in NUI.yueg
2018-02-26Added Call History activity to MainMenu.calderwoodra
2018-02-24Fixed a few bugs in NUI Main Activity.calderwoodra
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-22Do no preload dialpad fragment when opening search through search bar.calderwoodra
2018-02-22Add logging to NUI.yueg
2018-02-22Implemented hangouts connection into GoogleMainActivity.calderwoodra
2018-02-12Fixed some search UI nits.calderwoodra
2018-02-09Implemented NUI menu items.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-01-26Implemented Post Call in NUI.calderwoodra
2018-01-26Add voice search to NUI.calderwoodra
2018-01-18Search, Dialpad, BottomBar and Toolbar now persist state through rotation.calderwoodra
2018-01-18Fixed regression with search not reacting properly to on touch events.calderwoodra
2018-01-17Search query is now shared with the Search Fragment in NUI.calderwoodra
2018-01-17Moved SearchController into its own class.calderwoodra