summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-23Merge "Hide the FAB if the dialpad chooser is shown." into lmp-devAndrew Lee
2014-09-23Merge "Add null check when auto-scrolling listView" into lmp-devYorke Lee
2014-09-22Add null check when auto-scrolling listViewYorke Lee
Bug: 17609944 Change-Id: Icb14a0539ee3e57ddfc8e237e440b4563fccabf5
2014-09-22Hide the FAB if the dialpad chooser is shown.Andrew Lee
This bug was happening because in onHiddenChanged, the dialpad button was being made to be shown. Now, only reveal the fab at that point if the dialpad chooser is not visible. There is some slight quirk... I would have thought that checking !mDialpadChooser.isShown() should have been sufficient, but it returns false at that point. The isDialpadChooserVisible check works fine. Bug: 17609779 Change-Id: I11eb3dc81a2849874202a3ea06e40c097b50ac9a
2014-09-22Fix for janky dialpad ripplesYorke Lee
Bug: 17611750 Change-Id: Ica20f1bd060e30280f3f4540ac03db99ec817308
2014-09-21Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ibd5df84492e562daac70bc439690069950271433 Auto-generated-cl: translation import
2014-09-20Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-09-18Merge "Update colors in Dialer for GAR requirements" into lmp-devYorke Lee
2014-09-17Update colors in Dialer for GAR requirementsYorke Lee
Make View call history color #737373 Make preference headers #333333 Make preference descriptions/summaries #737373 Bug: 17548969 Change-Id: I2cf85896d6bbef934fee73ac2f8a3a96d50ef3ac
2014-09-17Merge "Fix activity leak in Dialer" into lmp-devYorke Lee
2014-09-17Fix activity leak in DialerYorke Lee
Make sure to close the contact lookup thread when ListsFragment is destroyed, just like in CallLogFragment. The thread was holding a reference to the outer adapter because it was a non-static inner class, which was causing the adapter and activity to leak. Bug: 17472228 Change-Id: Ic2d6fbded0c8c40cf99d779fe24a535d75bc802a
2014-09-17Merge "Don't double scroll listview in Dialer" into lmp-devBrian Attwell
2014-09-17Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I2ea9a975f5803d9222abc74a0bbbab83cc2b508c Auto-generated-cl: translation import
2014-09-17Merge "Remove ability to enable/disable phoneaccounts (4/6)" into lmp-devNancy Chen
2014-09-16Don't double scroll listview in DialerBrian Attwell
Instead of consuming the ListView's scroll in onPreNestedScroll, we were consuming -scroll. This had the affect of making the ListView move at double its natural speed. Bug: 16462679 Change-Id: I553f9a7b02a403c93657b0770f77b7a12bf31a40
2014-09-16Remove ability to enable/disable phoneaccounts (4/6)Nancy Chen
Enabling/disabling of phone accounts was only used for SIP accounts and is no longer necessary for the purpose it was put in. Bug: 17510811 Change-Id: I41a2d11cfa85343fdf3f8681f1152d94abd79d2f
2014-09-16Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-09-15Merge "Use the BROADCAST_STICKY permission" into lmp-devEvan Charlton
2014-09-15Make FAB button ripple boundedYorke Lee
Bug: 17411557 Change-Id: I7b9946bf11daa37e9e242019ae2b14463daaa8c5
2014-09-15Use the BROADCAST_STICKY permissionEvan Charlton
In order to be able to send sticky broadcasts (needed for InCallUI visibility), require the BROADCAST_STICKY permission. Bug: 16988478 Change-Id: I7805071ede8c1dd82d446e868ab577d9c9c1f8b8
2014-09-15Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I7eafbce61ad74aacfad70d0d4ea72df2d0866387 Auto-generated-cl: translation import
2014-09-12Renaming Telecomm to Telecom.Tyler Gunn
- Changing package from android.telecomm to android.telecom - Changing package from com.android.telecomm to com.android.server.telecomm. - Renaming TelecommManager to TelecomManager. Bug: 17364651 Change-Id: I44d6d6546cac53232e4e2be0ebe0391d02411309
2014-09-12Merge "When view's expand, scroll them onto screen" into lmp-devBrian Attwell
2014-09-12When view's expand, scroll them onto screenBrian Attwell
Do this for views at the top and bottom of the list. Bug: 17410384 Change-Id: I5506909ae93658dea4e86b4a541eefbec28c15e4
2014-09-12Fix cursor handling in CallLogQueryHandlerJay Shrauner
Remove dead code and fix potential leak. Bug:17472228 Change-Id: I0d628b20efa424c049457b57b4a669670d3d51ed
2014-09-12Merge "Move scrollbar to the right. Add custom assets." into lmp-devNancy Chen
2014-09-12Merge "Move blue fab out of Dialer" into lmp-devBrian Attwell
2014-09-11Move scrollbar to the right. Add custom assets.Nancy Chen
Added custom scroll bar handle so that the scroll bar track is moved 8dp to the right. Bug: 17359310 Change-Id: Id33d6bd2a031084e7be41999018979563abec793
2014-09-12Merge "Fix cursor leaks" into lmp-devJay Shrauner
2014-09-11Align shortcut card to top while scrolling.Andrew Lee
Bug: 16462679 Change-Id: I031909df291a25bf4894fbd34d06d163a195d94d
2014-09-11Fix cursor leaksJay Shrauner
Bug:17472228 Change-Id: Ia34252e1a4e0ba0193c8a13006121972e889d27d
2014-09-11Move blue fab out of DialerBrian Attwell
Bug: 17380050 Change-Id: Iba2389e264f74bb970c660e64adb9de1a424cb42
2014-09-11Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-09-11Merge "Set default action bar elevation for dialer." into lmp-devNancy Chen
2014-09-10Set default action bar elevation for dialer.Nancy Chen
Currently the action bar elevation is only applied to the main android activity, we want this elevation everywhere, in particular for the Settings action bar. Bug: 17420792 Change-Id: Ia80ac4debfbfa771364b74a2002c2db4d0b3b685
2014-09-10Merge "Update keyguard preview per UX feedback" into lmp-devYorke Lee
2014-09-10Update keyguard preview per UX feedbackYorke Lee
Bug: 17446553 Change-Id: I92f3ae9f5b6205f868b4cec0968337f4ea386b8e
2014-09-10Merge "Fix drag events transfering through dialpad" into lmp-devYorke Lee
2014-09-09Fix drag events transfering through dialpadYorke Lee
Ignore drag events sent by the dialpad's EditText Bug: 17375188 Change-Id: Ia2f83ee1c1b2f59a54bd226c44f28609d2bc195e
2014-09-09Set the visibility of the FAB correctly even if mAnimate is falseYorke Lee
When launching directly into the dialpad from a dial intent, the FAB wasn't getting shown sometimes due to animation being skipped. Make sure to force it to appear regardless of whether animation is required. Bug: 17443578 Change-Id: Ic53628b9792038cda0e3e447e5268e8e6fd22190
2014-09-09Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I89affb2cf1a983a5ca2cf1feaed6b629b79ba707 Auto-generated-cl: translation import
2014-09-08Replace Calls.FEATURES_NONE with 0 (2/4)Yorke Lee
Bug: 17253963 Change-Id: I9e9e56cdf4c9a60ac1e047bef0eba2ba0c8f10fb
2014-09-06Use framework scheme definitionsJay Shrauner
Use PhoneAccount defined values for SCHEME_{TEL, SIP, VOICEMAIL}. Bug:17398074 Change-Id: I77dfa539646b9c5ae5dca220bbc906048a17b383
2014-09-05Merge "Don't set the same viewId twice" into lmp-devBrian Attwell
2014-09-05Don't set the same viewId twiceBrian Attwell
This change is necessitated by a change in ag/541280. Dialer doesn't actually use the account_filter_header. But I figure I should keep references to it upto date as long as they have it. Bug: 17399714 Change-Id: I0a853876af895b9cb5493e872b91c44ba3bbba2f
2014-09-05Update Contacts application title in Dialer stringYorke Lee
Bug: 17404537 Change-Id: I72a90bdcbaa0b42c0d7482443c53ab8f468b5547
2014-09-04Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-09-04Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I9f09abe6fa2fa816f1349d45abeb92dae81f93b1 Auto-generated-cl: translation import
2014-09-04Merge "Clean up activity/application labels" into lmp-devJay Shrauner
2014-09-03Remove vcard supportJay Shrauner
Vcard support was left in both Dialer and Contacts as a legacy from splitting the two apps apart. Leave in Contacts and remove from Dialer. Bug:17357579 Change-Id: I536960c9882a30097e3be6976db23042d0f5e0ea
2014-09-03Clean up activity/application labelsJay Shrauner
Bug:17357577 Change-Id: Ibaa4251665e46cf29d36190670042522da9baeaf
2014-09-03Merge "Use different FAB for dialpad, and use new animations." into lmp-devAndrew Lee
2014-09-03Add colorControlActivated attribute to DialerYorke Lee
Bug: 17359310 Change-Id: I28f2c2dd45bedd86752eb7059670458b5c04d107
2014-09-02Use different FAB for dialpad, and use new animations.Andrew Lee
+ Use scaleIn/scaleOut for FABs in the Dialer application. + Add assets for green fab. + Update dialpad fragment, both the Java and layouts, to have their own FAB containers and FABs. + Change DialpadSlidingLinearLayout into DialpadSlidingRelativeLayout. - Removed or relocated dial some FAB handling, visibility, and translation functions. Now that the FABs in the dialpad fragment and DialtactsActivity are distinct, the logic can be scoped more precisely to a particular fragment/view. Bug: 16399233 Change-Id: I86f9f0053dc3c50fe0d5046389632af7ddff9f67
2014-09-02Fix NPE when activity is nullJay Shrauner
Bug:17360566 Change-Id: I20f3b0843bc8766ea1ded91b30c2662ea08cf7df
2014-09-01Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I7902fe751ee18c375605c3908c7db3dbbb1c57c1 Auto-generated-cl: translation import
2014-08-29Fix layout inconsistencies due to add to contacts shortcutYorke Lee
Use the contact uri (which is stored in the call log and does not depend on performing an asynchronous lookup) instead of the lookup key to determine whether or not to show the add to contacts shortcut. Bug: 17316578 Change-Id: Ib7ba14eaa6eeeb42c0aea784ee663f673f67040b
2014-08-27Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-08-27Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I9763d29be0198bfae9f779730796ef08580446b0 Auto-generated-cl: translation import
2014-08-26Merge "Revert "Fix IllegalStateException in Dialer"" into lmp-devYorke Lee
2014-08-26Revert "Fix IllegalStateException in Dialer"Yorke Lee
This reverts commit 94762c39403e4b49aefa8f49620b4a6bc2e675b3. Underlying ART bug has been fixed, so we don't need this anymore. Bug: 16862804 Change-Id: I205390bfc4fda3b8dcdf48ef99a0d1c4144c2802
2014-08-25Merge "Add xxxhdpi icons for Dialer." into lmp-devNancy Chen
2014-08-25Merge "Remove call log actionbar elevation" into lmp-devYorke Lee
2014-08-25Remove call log actionbar elevationYorke Lee
Bug: 17260173 Change-Id: I587b01077a86e8a5715e8d5fd4583dd4480aa33b
2014-08-25Merge "API Review PhoneManager -> TelecommManager. Rename methods (1/6)" ↵Nancy Chen
into lmp-dev
2014-08-25Add xxxhdpi icons for Dialer.Nancy Chen
Supporting xxxhdpi icons. Bug: 17212103 Change-Id: If5aeb41201e4e69aa24406699fdb8c4db50a54e9
2014-08-25Merge "Hiding VideoCall button in call log when video is not available." ↵Tyler Gunn
into lmp-dev
2014-08-24Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I6efebd9ae5b80ea4c15da2d79d23c11118756910 Auto-generated-cl: translation import
2014-08-22API Review PhoneManager -> TelecommManager. Rename methods (1/6)Nancy Chen
PhoneManager - handlePinMMI docs should explain what a Pin is and what MMI is - rename isInAPhoneCall to isInCall - rename showCallScreen to showInCallScreen - merge this class into TelecommManager, we don't need both Bug: 16960458 Change-Id: I6d1939175c0292641f6ece0b630db8a864871d7e
2014-08-22Merge "Add "add to contacts" actionable item to shortcut card." into lmp-devAndrew Lee
2014-08-22Add "add to contacts" actionable item to shortcut card.Andrew Lee
+ This appears for contacts with no lookup key. This means that it will show up for businesses too; even though we match a name, there's no lookup key. + Remove missed call information which used to be shown below the shortcut card, but no longer is. + Make alignment of this call log list item more pretty. + Add tinted person_add drawable for this actionable item. Bug: 17186220 Change-Id: Iabcfa73c2ffeeb0bb24127ef74e85e612be51b9e
2014-08-22Hiding VideoCall button in call log when video is not available.Tyler Gunn
Bug: 17179079 Change-Id: Ice1cc4b83dd740b751414075b0ea96fb2ab201b3
2014-08-22Merge "Defaulting InCall UI to portrait." into lmp-devTyler Gunn
2014-08-22Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-08-22Defaulting InCall UI to portrait.Tyler Gunn
If video APIs are in use there is code to allow orientation switching. Since these APIs are not in use now default to locked portrait orientation. Bug: 17188135 Change-Id: If31edc02607aa8694f4058f244f654d74e629b70
2014-08-22Merge "String updates for general dialer settings." into lmp-devAndrew Lee
2014-08-21Merge "Update UI for Caller ID by Google is enabled badge." into lmp-devNancy Chen
2014-08-21Update UI for Caller ID by Google is enabled badge.Nancy Chen
* Changed settings gear icon * Made the dismiss button a visible color * Realigned the text * Removed most of the extra space around the dividing line Bug: 15740204 Change-Id: I4049a04b4bc48747ffe8208bd79d58ca8a423e38
2014-08-21String updates for general dialer settings.Andrew Lee
+ Reorder "vibrate" to be after "dialpad tones" settings. Bug: 16788935 Change-Id: I752ff34624b9ca44187aea5596918233644c5831
2014-08-21Merge "Change tint of call log phone account icon to match text." into lmp-devNancy Chen
2014-08-21Merge "Change default alert dialog theme's accentColor" into lmp-devBrian Attwell
2014-08-21Change default alert dialog theme's accentColorBrian Attwell
Bug: 17164053 Change-Id: I3ccdb6a8e31a83a42d6b294e5b41aa9d3cd1632a
2014-08-21Merge "Pass application context into isVideoEnabled usages." into lmp-devAndrew Lee
2014-08-20Change tint of call log phone account icon to match text.Nancy Chen
^see title Bug: 16685783 Change-Id: I652386918b118d591743a36008e78a41747bc3a8
2014-08-20Pass application context into isVideoEnabled usages.Andrew Lee
Bug: 16211386 Change-Id: I0bda040bd6cd5c55ee7c708044befaad8977d460
2014-08-20Fix for overflow menu disappearing during rotationYorke Lee
Bug: 17146511 Change-Id: I101b9839a0626dea8ba89d82e3487f8c4654723d
2014-08-18Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I654c91f9f3d9f45e37090f4347f0bdebab6b42dd Auto-generated-cl: translation import
2014-08-19Merge "Make the settings accent color blue instead of green." into lmp-devAndrew Lee
2014-08-20Make the settings accent color blue instead of green.Andrew Lee
Bug: 17139811 Bug: 16788935 Change-Id: I5a5eca581d5350ae2d877dfa13f22ed4919ac734
2014-08-16Merge "Import translations. DO NOT MERGE" into lmp-devBaligh Uddin
2014-08-16am 0b911c89: (-s ours) am fe641ddf: (-s ours) Import translations. DO NOT MERGEBaligh Uddin
* commit '0b911c89f0e8d8a187de056c3708a192c07af589': Import translations. DO NOT MERGE
2014-08-16Import translations. DO NOT MERGEBaligh Uddin
Change-Id: Ib72ad337db2b9b3c346e056ab312216864cce70c Auto-generated-cl: translation import
2014-08-16Merge "Expand transcription view when call log item clicked" into lmp-devYorke Lee
2014-08-19Expand transcription view when call log item clickedYorke Lee
* Expand and collapse voicemail transcription view as necessary when tweaked * Modify call_log_list_item layout slightly to pin the photo at the top of the call log item Bug: 16320164 Change-Id: Ib0d84dd77065dce86339c852313adb94b34ba5aa
2014-08-19Merge "Pass in floating action button to controller." into lmp-devAndrew Lee
2014-08-19Pass in floating action button to controller.Andrew Lee
Bug:16399233 Change-Id: I15a45804919711cffc884b6e9faa0be7734f786b
2014-08-19Merge "Reveal InCallUI from touch point in Dialer. COMPLETED." into lmp-devNancy Chen
2014-08-19Moves isVideoEnabled to ContactsCommon (2/3)Paul Soulos
bug: 16015752 Change-Id: Idaedd70a53b81e375d3a8bf8d9a4fbce1c62cd3f
2014-08-19Merge "Add theme color to notifications (3/4)" into lmp-devYorke Lee
2014-08-19Add theme color to notifications (3/4)Yorke Lee
Bug: 17129072 Change-Id: I54cfe84575b707ffa05d8a4985f363caf8a15453