summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Fix user icon loadingAmith Yamasani2013-05-131-2/+2
| | | | | | Was broken by a recent merge from mr2. Change-Id: I063e0a5e08615f7b47d3861796985f4aeec23537
* Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-05-131-5/+5
|\
| * Import translations. DO NOT MERGEBaligh Uddin2013-05-131-5/+5
| | | | | | | | | | Change-Id: I6ca9fe333df62cd61004cefef44cf0a9a48a9624 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEBaligh Uddin2013-05-131-0/+24
|/ | | | | Change-Id: Ibcb1efe45bc48d070fcdeddd168c8032f8f4ea1b Auto-generated-cl: translation import
* am ae925f62: am 11184922: Merge "Fix battery level quick settings tile bug." ↵John Spurlock2013-05-101-1/+1
|\ | | | | | | | | | | | | into jb-mr2-dev * commit 'ae925f62b9bb582384408c269427215e4cbeb531': Fix battery level quick settings tile bug.
| * am 11184922: Merge "Fix battery level quick settings tile bug." into jb-mr2-devJohn Spurlock2013-05-101-1/+1
| |\ | | | | | | | | | | | | * commit '11184922d30f468bf97a2e20a3aeff7e1ae7ca54': Fix battery level quick settings tile bug.
| | * Fix battery level quick settings tile bug.John Spurlock2013-05-101-1/+1
| | | | | | | | | | | | | | | Bug: 8726138 Change-Id: I068a78f99ab30ffe24e620be7744cf7835142f56
* | | am 8f1b2e0b: am 00553835: Merge "Attempt to fix NPE in keyguard" into jb-mr2-devJim Miller2013-05-101-2/+7
|\ \ \ | |/ / | | | | | | | | | * commit '8f1b2e0b7fdb1de3537fe3f45ba634fb74a94b4e': Attempt to fix NPE in keyguard
* | | Fix build error due to incorrect mergeAmith Yamasani2013-05-093-8/+43
| | | | | | | | | | | | | | | | | | Keyguard package was moved, so a new file didn't get to the right directory. Change-Id: I2cdf2d9ef785ca7852c38278f51b5af9f96320f7
* | | resolved conflicts for merge of 069d7e9b to masterAmith Yamasani2013-05-096-5/+93
|\ \ \ | |/ / | | | | | | Change-Id: Ia8fd5de3d4cc275fd358132bcb2c198d1e7b6877
| * | am 153919ed: Merge "Cache the scaled avatar drawables in the keyguard user ↵Amith Yamasani2013-05-091-2/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | switcher" into jb-mr2-dev * commit '153919ed2f128fb5d1b55782ea89fadcc20fc841': Cache the scaled avatar drawables in the keyguard user switcher
| | * Merge "Cache the scaled avatar drawables in the keyguard user switcher" into ↵Amith Yamasani2013-05-091-2/+4
| | |\ | | | | | | | | | | | | jb-mr2-dev
| | | * Cache the scaled avatar drawables in the keyguard user switcherAmith Yamasani2013-05-091-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Loading the avatar icons and drawing them into the sized bitmap turns out to be quite expensive and the cost increases with number of users. Caching them shaves off several hundred milliseconds from Keyguard inflation time during user switching on the lockscreen. For instance, 15ms vs. 750ms with 3 avatars on a certain 7" tablet. Bug: 7986933 Change-Id: I3e2065bfa25aa263133ba204ca364c3b04d7c0ff
* | | | am abd37bcf: am ffe3b5b8: Merge "Exempt the notification panel from ↵Daniel Sandler2013-05-091-0/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | animation lockout." into jb-mr2-dev * commit 'abd37bcfac84ff85dbcd719d27b014a6eb01d5e0': Exempt the notification panel from animation lockout.
| * | | am ffe3b5b8: Merge "Exempt the notification panel from animation lockout." ↵Daniel Sandler2013-05-091-0/+8
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | into jb-mr2-dev * commit 'ffe3b5b89fa58f7b12a2fc690c89480fc16a9fd6': Exempt the notification panel from animation lockout.
| | * | Merge "Exempt the notification panel from animation lockout." into jb-mr2-devDaniel Sandler2013-05-091-0/+8
| | |\ \
| | | * | Exempt the notification panel from animation lockout.Daniel Sandler2013-05-081-0/+8
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do a lot of launch-app-then-collapse, and it's a game to see whether the app's window activity animation starts before the panel has a chance to finish collapsing. The winning move here is not to play. Requires change I2773601d in f/b. Bug: 8666124 Change-Id: I3e3f1c5a4a505ad7d487c804139445ffd499d8d4
* | | | Merge "Navigation hideybar via new system ui opt-in flag."John Spurlock2013-05-093-18/+48
|\ \ \ \
| * | | | Navigation hideybar via new system ui opt-in flag.John Spurlock2013-05-083-18/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apps using SYSTEM_UI_FLAG_HIDE_NAVIGATION to hide the nav bar or SYSTEM_UI_FLAG_FULLSCREEN to hide the status bar can now opt into hideybars by also using a new public sysui flag: View.SYSTEM_UI_FLAG_ALLOW_OVERLAY When opting in, apps accept the fact that bars can be overlayed over their content, but gain the ability to use the entire gesture space - something that was not possible before, particularly when hiding the nav bar. Swiping from the nav bar edge of the screen will reveal the new hidey version of the nav bar, if applicable. Bug: 8682181 Change-Id: I6405bee50e6516667ba6b9a62d4f1e43490b5562
* | | | | am 7741b63c: am 6dee0a0f: Merge "Fix bug where thumbnails flashed more often ↵Michael Jurka2013-05-081-1/+10
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | in Recents" into jb-mr2-dev * commit '7741b63c5a8e14b5123c4b735dc768cf55fa2ed5': Fix bug where thumbnails flashed more often in Recents
| * | | | am 6dee0a0f: Merge "Fix bug where thumbnails flashed more often in Recents" ↵Michael Jurka2013-05-081-1/+10
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | into jb-mr2-dev * commit '6dee0a0fe68096a6714b7d570241f61e4d6ea20a': Fix bug where thumbnails flashed more often in Recents
| | * | | Fix bug where thumbnails flashed more often in RecentsMichael Jurka2013-05-081-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 8867698 Change-Id: I2773601d83507dbb55c3a1d0b723e3853e22d352
* | | | | am 13f693d5: am d7bf6d46: Merge "Fix bug #8846648 Reduce unnecessary drawing ↵Fabrice Di Meglio2013-05-081-8/+28
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | & GC in NetworkController/SignalClusterView" into jb-mr2-dev * commit '13f693d5b2f75c76a2fe4351860310b1ded6ea12': Fix bug #8846648 Reduce unnecessary drawing & GC in NetworkController/SignalClusterView
| * | | | am d7bf6d46: Merge "Fix bug #8846648 Reduce unnecessary drawing & GC in ↵Fabrice Di Meglio2013-05-081-8/+28
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | NetworkController/SignalClusterView" into jb-mr2-dev * commit 'd7bf6d46bd636991885662da5e710b1cf08a44d8': Fix bug #8846648 Reduce unnecessary drawing & GC in NetworkController/SignalClusterView
| | * | | Fix bug #8846648 Reduce unnecessary drawing & GC in ↵Fabrice Di Meglio2013-05-071-8/+28
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | NetworkController/SignalClusterView - use onRtlPropertiesChanged(int) callback for resetting drawables Change-Id: I53eaa1fe6a211d89e2f2a9581631fb39c7c243c3
* | | | Merge "Eliminate flash when going from home to recents"Craig Mautner2013-05-082-0/+2
|\ \ \ \
| * | | | Eliminate flash when going from home to recentsCraig Mautner2013-05-082-0/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the wallpaper animation is coupled to the recents animation it will go from fully transparent to visible along with it. In master this is causing noticable jank if we are going from the home screen where it was previously visible. Detaching the wallpaper animation from the recents animation fixes it. Change-Id: If1d1a1478530610017d954983b00ca6101cbaa8b
* | | | Import translations. DO NOT MERGEBaligh Uddin2013-05-081-0/+24
|/ / / | | | | | | | | | | | | Change-Id: Iecabdf3bc156108d88dd0bc76a48c50b608678dc Auto-generated-cl: translation import
* | | am 664f785e: am 72f2a7af: Merge "Fix bug where thumbnails in Recents ↵Michael Jurka2013-05-062-0/+7
|\ \ \ | |/ / | | | | | | | | | | | | | | | disappear" into jb-mr2-dev * commit '664f785e2c8697aa31fa69b9a109c09a99a2d50b': Fix bug where thumbnails in Recents disappear
| * | am 72f2a7af: Merge "Fix bug where thumbnails in Recents disappear" into ↵Michael Jurka2013-05-062-0/+7
| |\ \ | | |/ | | | | | | | | | | | | | | | jb-mr2-dev * commit '72f2a7af828056fc426d936c1d40cb6bbdbdf7c7': Fix bug where thumbnails in Recents disappear
| | * Fix bug where thumbnails in Recents disappearMichael Jurka2013-05-022-0/+7
| | | | | | | | | | | | | | | Bug: 7900353 Bug: 8752242 Bug: 7382208
* | | Import translations. DO NOT MERGEBaligh Uddin2013-05-063-10/+10
| | | | | | | | | | | | | | | Change-Id: Ib1038b7f235b8f7388d2472fd1cab81a611b04c2 Auto-generated-cl: translation import
* | | Import translations. DO NOT MERGEBaligh Uddin2013-05-0334-1/+793
| | | | | | | | | | | | | | | Change-Id: Ie69dada1f0b5efd2ba1abc62b17757b3d142dd3f Auto-generated-cl: translation import
* | | Merge "Fix date fields in media database for screenshot files"Mike Lockwoood2013-05-021-3/+6
|\ \ \
| * | | Fix date fields in media database for screenshot filesMike Lockwoood2013-05-021-3/+6
| | | | | | | | | | | | | | | | | | | | Bug: 8770827 Change-Id: Ib0e8695ab00c58dc77505387a1e31ea693d416e2
* | | | External storage provider, document picker UI.Jeff Sharkey2013-05-019-0/+587
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Continuing to flesh out storage backends by adding an external storage document backend. Still rough, but it can traverse files and directories. Early pass at OPEN/CREATE_DOC picker UI, which offers to traverse any known storage backends. Supports opening subdirectories and returning a picked file. Change-Id: Idc3554036b3816a93d9b465ee8a620746859d2ae
* | | am 4c8fc9f0: am e8569117: Merge "Properly populates AccessibilityEvents for ↵Casey Burkhardt2013-05-012-5/+25
|\ \ \ | |/ / | | | | | | | | | | | | | | | notification and quick settings shades" into jb-mr2-dev * commit '4c8fc9f067dec773f6030a291477e396030e55b7': Properly populates AccessibilityEvents for notification and quick settings shades
| * | am e8569117: Merge "Properly populates AccessibilityEvents for notification ↵Casey Burkhardt2013-05-012-5/+25
| |\ \ | | |/ | | | | | | | | | | | | | | | and quick settings shades" into jb-mr2-dev * commit 'e85691176261baca50aff1284c01880dc2188a81': Properly populates AccessibilityEvents for notification and quick settings shades
| | * Merge "Properly populates AccessibilityEvents for notification and quick ↵Casey Burkhardt2013-05-012-5/+25
| | |\ | | | | | | | | | | | | settings shades" into jb-mr2-dev
| | | * Properly populates AccessibilityEvents for notification and quick settings ↵Casey Burkhardt2013-04-302-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shades Previously, our method of announcing the expansion of the notification shade and quick notification shade relied on populating a contentDescription attribute on the highest-level container. This behavior is incorrect as it causes accessibility services to infer importance and assign the view accessibility focus. This change adds descriptive text to the AccessibilityEvent fired when the shade opens without modifying the container's description. Bug: 8699624 Change-Id: Id909b60d63cdec96c307dea2624b0651ab4f1f36
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-05-011-1/+1
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2013-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia6b724bc2426c4248b3b83569f21dd0ffe91bb3a Auto-generated-cl: translation import
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-05-011-1/+1
|\ \ \ \ \
| * | | | | Import translations. DO NOT MERGEBaligh Uddin2013-05-011-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | Change-Id: I247665db04a208df5ea3681001855b1321341a55 Auto-generated-cl: translation import
* | | | | Import translations. DO NOT MERGEBaligh Uddin2013-05-0113-0/+312
|/ / / / | | | | | | | | | | | | | | | | Change-Id: I5f6ba8997fc6d041d18e6c2103cc3c0fc7d83ee8 Auto-generated-cl: translation import
* | | | am a111ceab: am a934ad11: Merge "Speed up user-switching wallpaper changes" ↵Chet Haase2013-04-301-1/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | into jb-mr2-dev * commit 'a111ceab03410100a4b67328a99feb6299bd7bc5': Speed up user-switching wallpaper changes
| * | | am a934ad11: Merge "Speed up user-switching wallpaper changes" into jb-mr2-devChet Haase2013-04-301-1/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit 'a934ad112c9da1c7a342a990fcb06bae2ea7485e': Speed up user-switching wallpaper changes
| | * | Speed up user-switching wallpaper changesChet Haase2013-04-301-1/+0
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous work in ImageWallpaper cached the bitmap for a user to avoid reloading it (an expensive operation on large-display devices) when we could simply re-use it. User switching still caused a reload, however, since the place where we cache the bitmap (ImageWallpaper) is in an instance that is re-created on user-switch. A simple fix is to have the ImageWallpaper stop telling the WallpaperManager to erase its own cache of the bitmap prior to re-loading it. That step is unnecessary, since a bitmap that is cached can be assumed to be valid. A wallpaper change will correctly null out that cached version, so if the cached bitmap is non-null, then we can simply use it as-is. The fix is to remove the call to forgetLoadedWallpaper() and allow the caching mechanism to do its job. Issue #7986933 user switching on lock screen is slow (sometimes like molasses) Change-Id: I447754ab85337bc8ae59b4ad6c3e6c2b30e13735
* | | Import translations. DO NOT MERGEBaligh Uddin2013-04-291-1/+1
| | | | | | | | | | | | | | | Change-Id: I1c5619a53271ddb3289ef2b6527274ef252e35e0 Auto-generated-cl: translation import
* | | Remove obsolete OMA-DRM supportMike Lockwood2013-04-291-33/+6
| | | | | | | | | | | | Change-Id: Ic6008d4c9f8b9cd9fd4efec070260227af70559c