summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Check if cursor is closed.Chiao Cheng2013-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rest of the class already checks the state of the cursor so this is consistent with how the rest of the code behaves. Bug: 7490630 Change-Id: I17321a651aa28814d0036d468b987ed9cfed9563
* | | | | | | | | Merge "Fixing accessibility for title and company on detail view." into ↵Chiao Cheng2013-04-111-1/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr2-dev
| * | | | | | | | | Fixing accessibility for title and company on detail view.Chiao Cheng2013-04-101-1/+12
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8570664 Change-Id: I8cd561421c0e3212b3afe73ee927c13e4da26fad
* / / / / / / / / Stop social update view from stealing focus.Chiao Cheng2013-04-101-12/+24
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ContactDetailFragmentCarousel was requesting focus to set the initial offset of the HorizontalScrollView. This was probably a hacky work around to get the smoothScrollTo() method to work. Instead of requesting focus, call scrollTo(). Before scrollTo() did not work in the enableSwipe() method because HorizontalScrollView "clamp"s the offset to the size of the width. And the size of the width was calculated based on mEnableSwipe flag in the onMeasure() method. To fix it so scrollTo() works within enableSwipe(), change the width calculation to also take into account mCurrentPage which may be initialized to 1 instead of 0. Old order + onMeasure() [mEnabledSwipe = false, width set for a single child] + enableSwipe() [mEnabledSwipe = true, width still set for a single child] + scrollTo() [page 1, fails because width set for a single child] New logic + onMeasure() [mCurrentPage = 1, width set for 2 childs] + enableSwipe() + scrollTo() [page 1, suceeds] Bug: 8157306 Change-Id: I3a693a0b3d43a68d251faea4b5805791f2316aaa
* | | | | | | | Don't access margin directly in QuickContactActivity indicatorYorke Lee2013-04-081-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 7536213 Change-Id: I926f12f917ef3a3a01777536fbd3f2d9193d9071
* | | | | | | | Fix QuickContacts viewpager indicator in RTL modeYorke Lee2013-04-081-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 7536213 Change-Id: I9140e2c39730ca06d1903ac22d0350003a235cb5
* | | | | | | | Merge "Fix bug #7536213 UI should be mirrored for RTL languages (people, ↵Fabrice Di Meglio2013-04-05142-78/+370
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | dialer, in-call)" into jb-mr2-dev
| * | | | | | | | Fix bug #7536213 UI should be mirrored for RTL languages (people, dialer, ↵Fabrice Di Meglio2013-04-05142-78/+370
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in-call) - add start/end properties aside to left/right ones - update Gravity to START/END - add mirrored version of Drawables - use android:textAlignment="viewStart" when needed on TextView - use android:textDirection="ltr" for when needed for Phone Numbers Change-Id: I5f5deb69e4af350b632a6592447721196bedb539
* | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-04-038-15/+8
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I43b70e08a9ec609ac2005163f9819e8d71b4c660 Auto-generated-cl: translation import
* | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-2940-82/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I88ac0dca458d5334a8b9b8df048deb255318e422 Auto-generated-cl: translation import
* | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-2749-57/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibccb869d4ca0565636aac4b237234b2b4a260851 Auto-generated-cl: translation import
* | | | | | | | Merge "Wording change: "select" instead of "tap"." into jb-mr2-devChiao Cheng2013-03-271-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Wording change: "select" instead of "tap".Chiao Cheng2013-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6855697 Change-Id: I8a4abb2574833c0615479581dcf6f273ec1a95b9
* | | | | | | | | am e7902c4f: (-s ours) Reconcile with jb-mr1.1-release - do not mergeThe Android Open Source Project2013-03-260-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / / | | | | | | | | * commit 'e7902c4f4c0755ad55af3ed680efa5027483abcf': Import translations. DO NOT MERGE
| * | | | | | | Reconcile with jb-mr1.1-release - do not mergeThe Android Open Source Project2013-03-260-0/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8f9de7a20cf390ce9e6fb729554a31a4be593a45
| | * | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-148-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie09838c97794f5412add6f9d9d9b00b8541cafd8 Auto-generated-cl: translation import
* | | | | | | | | am 7a45549b: (-s ours) am 02efa840: am 8020f741: Import translations. DO NOT ↵Baligh Uddin2013-03-140-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MERGE * commit '7a45549bbd1c206e8e5e4377c352f0b597a3e2ee': Import translations. DO NOT MERGE
| * | | | | | | | am 02efa840: am 8020f741: Import translations. DO NOT MERGEBaligh Uddin2013-03-138-20/+22
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | * commit '02efa840c10fada5407650e2caf39c4d06764714': Import translations. DO NOT MERGE
| | * | | | | | | am 8020f741: Import translations. DO NOT MERGEBaligh Uddin2013-03-138-20/+22
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | * commit '8020f7413b8f9992fcefff80adb03b8acf123393': Import translations. DO NOT MERGE
| | | * | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-03-138-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie09838c97794f5412add6f9d9d9b00b8541cafd8 Auto-generated-cl: translation import
* | | | | | | | | am 52805b91: am 1d9e1671: am e5af0899: am f31bca4f: (-s ours) am 2d9e4e9f: ↵Jean-Baptiste Queru2013-03-110-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (-s ours) Reconcile with jb-mr1-release - do not merge * commit '52805b91b5a4d8a48ed76c0c879b9041051d507e':
| * | | | | | | | am 1d9e1671: am e5af0899: am f31bca4f: (-s ours) am 2d9e4e9f: (-s ours) ↵Jean-Baptiste Queru2013-03-110-0/+0
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reconcile with jb-mr1-release - do not merge * commit '1d9e1671e0ff4e27ed57951365bff456cbdc4a90':
| | * | | | | | | am e5af0899: am f31bca4f: (-s ours) am 2d9e4e9f: (-s ours) Reconcile with ↵Jean-Baptiste Queru2013-03-110-0/+0
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1-release - do not merge * commit 'e5af08991772aa8028d55329e335eab89c22e684':
| | | * | | | | | am f31bca4f: (-s ours) am 2d9e4e9f: (-s ours) Reconcile with jb-mr1-release ↵Jean-Baptiste Queru2013-03-110-0/+0
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| / / / / | | | | |/ / / / | | | | | | | | | | | | | | | | - do not merge * commit 'f31bca4fe71621860791773daed21d768b6a902a':
| | | | * / / / am 2d9e4e9f: (-s ours) Reconcile with jb-mr1-release - do not mergeJean-Baptiste Queru2013-03-110-0/+0
| | | |/| | | | | | | | |/ / / | | | | | | | | | | | | | | * commit '2d9e4e9f3f1d63212e0abf0a85bfa1e49c32cba7':
| | | | * | | Reconcile with jb-mr1-release - do not mergeJean-Baptiste Queru2013-03-110-0/+0
| | | | |\ \ \
* | | | | \ \ \ Merge remote-tracking branch 'goog/jb-mr2-release'Ed Heyl2013-02-200-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | merge in jb-mr2-release history after reset to masterThe Android Automerger2013-02-200-0/+0
|/| | | | | | | |
| * | | | | | | | merge in jb-mr2-release history after reset to masterThe Android Automerger2013-02-190-0/+0
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge in jb-mr2-release history after reset to masterThe Android Automerger2013-02-140-0/+0
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Call notifyDataSetChanged after mime type list changes.Chiao Cheng2013-02-122-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug where ViewPager is not being told that the dataset has changed which causes quick contact card action to be missing. Bug: 8177216 Change-Id: Ide38731304f6623f11e30e0b0e8946ff2ff09779
| | | * | | | | | | | merge in jb-mr2-release history after reset to masterThe Android Automerger2013-02-070-0/+0
| | | |\ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ merge in jb-mr2-release history after reset to masterThe Android Automerger2013-02-060-0/+0
| | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ merge in jb-mr2-release history after reset to masterThe Android Automerger2013-02-050-0/+0
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ merge in jb-mr2-release history after reset to masterThe Android Automerger2013-01-310-0/+0
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ merge in jb-mr2-release history after reset to masterThe Android Automerger2013-01-290-0/+0
| | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ merge in jb-mr2-release history after reset to masterThe Android Automerger2013-01-230-0/+0
| | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ merge in jb-mr2-release history after reset to masterThe Android Automerger2013-01-210-0/+0
| | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ merge in jb-mr2-release history after reset to masterThe Android Automerger2013-01-180-0/+0
| | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | | Fix empty name field when adding contact from mapsYorke Lee2013-01-171-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8026778 Change-Id: Id8ee1b7a02b2c9845258aca09f68ed9e1e4d3642
| | | | | | | | | | | * | | | | | | | Fix crash when adding a new contactYorke Lee2013-01-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check if mRawContacts is not null before trying to save it into outState in onSaveInstanceState. If it is not null, save an empty arraylist instead. Bug: 8018115 Change-Id: I14db6bad22707b5154ffe016d2fd3b4391c13c85
* | | | | | | | | | | | | | | | | | | Import translations. DO NOT MERGEBaligh Uddin2013-02-191-2/+2
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia336c9dbb658b43412696c1b8ee6cfac79336292 Auto-generated-cl: translation import
* / / / / / / / / / / / / / / / / / Import translations. DO NOT MERGEBaligh Uddin2013-02-151-1/+1
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I412100b74eeb6b2d2fcbc3cb6bc87c381c34a4d1 Auto-generated-cl: translation import
* | | | | | | | | | | | | | | | | Merge "Remove unknown google auth mail permission."Chiao Cheng2013-02-131-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Remove unknown google auth mail permission.Chiao Cheng2013-02-131-1/+0
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1ed95a757b285372fea12b497278af5743b6dcfa
* / / / / / / / / / / / / / / / / Call notifyDataSetChanged after mime type list changes.Chiao Cheng2013-02-122-3/+25
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug where ViewPager is not being told that the dataset has changed which causes quick contact card action to be missing. Bug: 8177216 Change-Id: Ide38731304f6623f11e30e0b0e8946ff2ff09779
* | | | | | | | | | | | | | | | Merge "Correctly align "Set up my profile" message in RTL"Yorke Lee2013-02-061-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Correctly align "Set up my profile" message in RTLYorke Lee2013-02-061-4/+4
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5590204 Change-Id: Iba3ef1c38217aad12d225935bf6656f72af7a31d
* | | | | | | | | | | | | | | | Merge "Discontinue use of special collator for ja"Jay Shrauner2013-02-061-14/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Discontinue use of special collator for jaJay Shrauner2013-01-041-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch JA locale to using default ICU collator for sorting contacts and stop using special Android collator. Bug:7351596 Change-Id: I5db96f1f7632887a14a5987df5d7cafdf00431bf