summaryrefslogtreecommitdiffstats
path: root/java/com/android/dialer/speeddial
Commit message (Expand)AuthorAgeFilesLines
* Automatic translation importMichael Bestas2020-01-273-0/+88
* Update translation strings.Eric Erfanian2018-07-1082-1558/+1722
* Remove redundant @TargetApi, @RequiresApi and @SuppressWarningslinyuh2018-06-281-4/+0
* Fix scroll for new favoritesyueg2018-06-283-5/+16
* Request high resolution photo to be downloaded by the sync adapter when a con...twyen2018-06-271-1/+24
* Fix SpeedDialUiItem.getDefaultVoiceChannelyueg2018-06-271-9/+13
* Refactor ContactPreferencetwyen2018-06-261-7/+7
* Remove suggestion from NUI favoriteyueg2018-06-261-50/+24
* NUI favorite loggingyueg2018-06-213-6/+37
* Drag favorite to removeyueg2018-06-199-81/+372
* Center favorites name textyueg2018-06-051-0/+2
* Began implementation of Dialer dark theme.calderwoodra2018-05-297-35/+9
* Implement a global theme to be easily configured in Dialer.calderwoodra2018-05-2110-22/+18
* Update dynamic shortcuts to match speed dial pinned positions.calderwoodra2018-05-171-0/+4
* Add empty content view for when the user has no contacts in favorites.calderwoodra2018-05-172-13/+59
* Fixed various speed dial issues.calderwoodra2018-05-175-45/+43
* Added assisted dialing to all calls in speed dial.calderwoodra2018-05-162-1/+7
* Improve ContactPhotoViewlinyuh2018-05-161-4/+4
* Don't add identical numbers in the cursor to the SpeedDialUiItem.calderwoodra2018-05-151-1/+11
* Clear frequents dialog now reloads the speed dial fragment.calderwoodra2018-05-151-0/+16
* Added contacts permission screen to speed dial fragment.calderwoodra2018-05-153-16/+137
* Don't crash when cp2 returns a null label.calderwoodra2018-05-151-1/+1
* Place Duo calls with PreCalltwyen2018-05-092-24/+8
* Simplify how we build bottom sheet options (a.k.a. modules).linyuh2018-05-041-7/+4
* Merge "Tuned Speed Dial UI according to red lines."android-build-prod (mdb)2018-05-049-38/+89
|\
| * Tuned Speed Dial UI according to red lines.calderwoodra2018-05-049-38/+89
* | Merge changes I481fbbc7,I57e48b5d,Ieb52489b,I2763ddd9android-build-prod (mdb)2018-05-047-254/+165
|\|
| * Migrated context menu to be a PopupMenu instead.calderwoodra2018-05-047-254/+165
* | Replace DuoConstants with interface.twyen2018-05-042-7/+7
* | Fixed labels for speed dial UI.calderwoodra2018-05-043-9/+26
|/
* Merge "Fixed speed dial remove."android-build-prod (mdb)2018-05-043-16/+6
|\
| * Fixed speed dial remove.calderwoodra2018-05-023-16/+6
* | Updated bottomsheet to be scrollable.calderwoodra2018-05-031-2/+11
|/
* Implement "Add to favorites" option in suggestions menu.calderwoodra2018-04-302-1/+39
* Updated logic on showing voice/video/sms options in favorites menus.calderwoodra2018-04-283-115/+83
* Implemented remove starred contact from speed dial fragment.calderwoodra2018-04-282-7/+114
* Build out the bottom sheet for suggested contacts in Speed Dial.calderwoodra2018-04-264-24/+142
* Persist contacts pinned positions in speed dial.calderwoodra2018-04-257-32/+160
* Show clear frequents option in the toolbar if there are suggested contacts.calderwoodra2018-04-252-5/+17
* Newly starred SpeedDialUiItems now have SpeedDialEntry ids set.calderwoodra2018-04-254-28/+79
* SpeedDialEntries with default numbers now properly show up.calderwoodra2018-04-233-18/+21
* Implement display name ordering in Speed Dial fragment.calderwoodra2018-04-232-7/+38
* Implemented context menu actions.calderwoodra2018-04-237-51/+201
* If the Speed Dial contact only has one channel, place the call immediately.calderwoodra2018-04-191-25/+64
* Implement remember this choice in SpeedDialEntry database.calderwoodra2018-04-196-12/+109
* Implement adding favorites.calderwoodra2018-04-184-126/+94
* Added duo channels to favorite contacts and duo suggestions.calderwoodra2018-04-184-12/+127
* Migrate SpeedDialUiLoader to use contact lookup URIs.calderwoodra2018-04-175-84/+177
* Implement drag to remove contacts in SpeedDialFragment.calderwoodra2018-04-137-37/+338
* Added context menu for favorite contacts in new speed dial.calderwoodra2018-04-1110-39/+377