summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/main/impl/MainSearchController.java
Commit message (Expand)AuthorAgeFilesLines
* Dialer: Remove shadow below statusbar in dialpad viewPranav Vashi2022-09-131-1/+1
* Dialer: Add a helpline phone bookMichael W2022-09-061-0/+3
* Don't submit fragment transaction to show search when the activity state has ...zachh2018-06-261-1/+4
* Fix video call from search stripping + prefixtwyen2018-05-181-3/+4
* Initialize dialpadFragment and searchFragment with FragmentManager when MainS...twyen2018-05-151-0/+5
* Prevent showDialpad from adding multiple instances of fragmentstwyen2018-05-111-38/+34
* Replace assert checks with safety checks instead.calderwoodra2018-05-091-21/+41
* Don't close search if the user leaves with the dialpad open.calderwoodra2018-04-161-2/+6
* Only request focus on search edit text when it's slide down.calderwoodra2018-04-061-6/+9
* Prevent crash when dialpad animation ends after activity is saved.twyen2018-04-041-3/+5
* Added some logging for mysterious bugs.calderwoodra2018-04-041-2/+17
* Fixed a few issues in search with new nav.calderwoodra2018-03-291-9/+18
* Mitigate some of the jank in opening/closeing search.calderwoodra2018-03-201-32/+19
* Check if dialpad is already open when handleing new intents.calderwoodra2018-03-161-0/+9
* Removed references to MainActivity since they weren't necessary.calderwoodra2018-03-131-35/+32
* Keyboard and search now close when appropriate.calderwoodra2018-03-121-2/+30
* NUI loggingyueg2018-03-061-0/+5
* Implemented DialerFloatingActionButtoncalderwoodra2018-03-011-0/+5
* Rename NUI logging prefix from NUI_ to MAIN_yueg2018-03-011-9/+10
* Fixed some a11y issues in MainActivity.calderwoodra2018-02-271-5/+18
* Implement contacts promo in NUI.yueg2018-02-271-0/+36
* Added Call History activity to MainMenu.calderwoodra2018-02-261-0/+4
* Fixed a few bugs in NUI Main Activity.calderwoodra2018-02-241-0/+3
* Fixed some bugs in NUI search.calderwoodra2018-02-221-9/+40
* Fix a few UI issues based around multiselect in new nav.calderwoodra2018-02-221-7/+9
* Do no preload dialpad fragment when opening search through search bar.calderwoodra2018-02-221-15/+4
* Add logging to NUI.yueg2018-02-221-0/+19
* Implemented hangouts connection into GoogleMainActivity.calderwoodra2018-02-221-1/+1
* Fixed some search UI nits.calderwoodra2018-02-121-4/+33
* Implemented NUI menu items.calderwoodra2018-02-091-2/+10
* Implemented GoogleMainSearchController to customize menu to GoogleDialer.calderwoodra2018-02-091-8/+13
* Updated bottom nav to match redlines.calderwoodra2018-02-051-0/+1
* Missed calls now go to MainActivity if you have the component enabled.calderwoodra2018-02-051-0/+11
* Implemented Post Call in NUI.calderwoodra2018-01-261-10/+8
* Add voice search to NUI.calderwoodra2018-01-261-2/+34
* Search, Dialpad, BottomBar and Toolbar now persist state through rotation.calderwoodra2018-01-181-0/+30
* Fixed regression with search not reacting properly to on touch events.calderwoodra2018-01-181-4/+36
* Search query is now shared with the Search Fragment in NUI.calderwoodra2018-01-171-1/+19
* Moved SearchController into its own class.calderwoodra2018-01-171-0/+246