summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Show the icon in the compatibilty ticker.Joe Onorato2010-11-212-3/+16
| | | | Change-Id: Ib0f466a6773f9e66ad418bf48303504dedf73d21
* Show the number in the expanded notification instead of in the bar.Joe Onorato2010-11-214-2/+9
| | | | Change-Id: I248b4fe1732ed290e9f3f9c094de4544a0e396ab
* Update the look of the notifications. Includes adding a new ↵Joe Onorato2010-11-215-65/+66
| | | | | | Notification.Builder class. Change-Id: I7c57b81c45defe77d6f3d22472e9cf8432bbed03
* Merge "Improve hide/show animations in status bar."Daniel Sandler2010-11-192-117/+158
|\
| * Improve hide/show animations in status bar.Daniel Sandler2010-11-192-117/+158
| | | | | | | | | | | | | | | | | | This cleans up the lights out experience so you can clearly see that the "shadows" along the bottom of the bar correspond to invisible (but still available) UI elements. Bug: 3203171 Change-Id: I635394d625bf97bbbe7260c1ae9320b616ea7aec
* | Removing logs of text that is being spoken.Charles Chen2010-11-191-25/+25
| | | | | | | | Change-Id: I12624e51eb093b6ee464fc11275046a9e5100925
* | Merge "Update screen timeout again."Amith Yamasani2010-11-191-14/+24
|\ \ | |/ |/|
| * Update screen timeout again.Amith Yamasani2010-11-181-14/+24
| | | | | | | | Bug: 3165933
* | Merge "Import initial translations for 20 new locales."Eric Fischer2010-11-1880-0/+2080
|\ \
| * | Import initial translations for 20 new locales.Eric Fischer2010-11-1780-0/+2080
| |/ | | | | | | Change-Id: I37d479c9d6293eb57d68ad686d00838445a18890
* | Merge "Added support for full PC-style keyboards."Jeff Brown2010-11-181-1/+2
|\ \
| * | Added support for full PC-style keyboards.Jeff Brown2010-11-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BREAKING CHANGE: Redesigned the key character map format to accomodate full keyboards with more comprehensive suite of modifiers. Old key character maps will not work anymore and must be updated. The new format is plain text only and it not compiled to a binary file (so the "kcm" tool will be removed in a subsequent check-in). Added FULL keyboard type to support full PC-style keyboards. Added SPECIAL_FUNCTION keyboard type to support special function keypads that do not have any printable keys suitable for typing and only have keys like HOME and POWER Added a special VIRTUAL_KEYBOARD device id convention that maps to a virtual keyboard with a fixed known layout. This is designed to work around issues injecting input events on devices whose built-in keyboard does not have a useful key character map (ie. when the built-in keyboard is a special function keyboard only.) Modified several places where events were being synthesized to use the virtual keyboard. Removed support for the "qwerty" default layout. The new default layout is "Generic". For the most part "qwerty" was being used as a backstop in case the built-in keyboard did not have a key character map (probably because it was a special function keypad) and the framework needed to be able to inject key events anyways. The latter issue is resolved by using the special VIRTUAL_KEYBOARD device instead of BUILT_IN_KEYBOARD. Added the concept of a key modifier behavior so that MetaKeyKeyListener can distinguish between keyboards that use chorded vs. toggled modifiers. Wrote more robust key layout and key character map parsers to enable support for new keyboard features and user installable key maps. Fixed a bug in InputReader generating key ups when keys are released out of sequence. Updated tons of documentation. Currently QwertyKeyListener is being used for full keyboards with autotext and capitalization disabled. This mostly works but causes some problems with character pickers, etc. These issues will be resolved in subsequent changes. Change-Id: Ica48f6097a551141c215bc0d2c6f7b3fb634d354
* | | Hello, HoloClock.Daniel Sandler2010-11-185-17/+205
|/ / | | | | | | | | Bug: 3203162 Change-Id: I3c4fb47eb4fd7f6de966055e0d0a5de77b0c4eac
* | Status bar formatting tweaksJoe Onorato2010-11-176-28/+64
| | | | | | | | Change-Id: Icb6c8d87e109d9e133e86b0fdb7bea12fe376d92
* | Use an triangle instead of a gearJoe Onorato2010-11-172-1/+1
| | | | | | | | Change-Id: Ic2a04045133a1d328bd1b3a4eee11ad3dc54143f
* | Lights out was getting stuck. Fixed.Daniel Sandler2010-11-171-16/+20
| |
* | Merge "Implement new lights-out mode in system bar."Daniel Sandler2010-11-174-76/+249
|\ \ | |/ |/|
| * Implement new lights-out mode in system bar.Daniel Sandler2010-11-174-76/+249
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an app requests fullscreen display, "shadows" of the visible system bar UI elements are drawn in their place. The user can still interact with these elements by poking the shadows; the widgets will temporarily shine through, long enough for the user interaction. Known issues: - if the notification panel is up for too long, the shadow will not be re-enabled on the notification area (need to route all hide/show requests through the shadowcontroller) - status bar hide/show animations have been temporarily turned off to make this work correctly; they'll be put back later Bug: 3203171
* | Merge "Import revised translations."Eric Fischer2010-11-1741-61/+91
|\ \
| * | Import revised translations.Eric Fischer2010-11-1741-61/+91
| |/ | | | | | | Change-Id: I0433434e0ac7e590a066a4e0b435278293089dbd
* | More cleanups from CloseGuard reports.Brad Fitzpatrick2010-11-171-4/+15
|/ | | | Change-Id: Ib3d5428073563d564fe45475127eb2cec177ab49
* Updated layouts for new status barJoe Onorato2010-11-169-114/+309
| | | | Change-Id: I30dc7c458669c4e6a35c67b7815a00ebbbae8dd3
* Add the quick settings panel. There's currently nothing in it.Joe Onorato2010-11-158-7/+201
| | | | Change-Id: I71195c7b0bd2b902da1c60527b6e23964b1ea4fc
* use the proper number of wifi icon levels.Joe Onorato2010-11-152-2/+5
| | | | Change-Id: Ib8d4bccff7240d0086729093d79f564aa97001ff
* Don't crash if we haven't gotten a signal strength yet.Joe Onorato2010-11-151-1/+3
| | | | | Bug: 3198447 Change-Id: I645b484eadfff6ed34517571b0c6fea3057ec563
* Don't cancel the key buttons when you drag outside their bounds.Joe Onorato2010-11-151-9/+11
| | | | | Bug: 3183205 Change-Id: I9e0f2e4e550b3e5b1b46099145b4c703b77aca77
* The beginnings of the new status bar.Joe Onorato2010-11-1585-1078/+1150
| | | | | | There is a lot of rough stuff still, but most of the functionality is here again. Change-Id: I4b1241e61270f1434e798481afa83634233ee670
* Merge "Change recents UIs to do task switches."Dianne Hackborn2010-11-122-6/+27
|\
| * Change recents UIs to do task switches.Dianne Hackborn2010-11-122-6/+27
| | | | | | | | | | | | | | | | | | | | | | When switching to a recent task that is currently active, do a task switch instead of a start activity, so the activity is brought back in its exact same state. Also fix problem in phone recents where the icon would disappear after you touch it. Change-Id: Id5c8478f8c33c90f52fbb4d969037d2bf5af9fff
* | Enable touch splitting for all windows by default.Jeff Brown2010-11-124-7/+14
|/ | | | | | | | | | | New default only applies to applications with targetSdkVersion >= HONEYCOMB. Old applications default to no touch splitting for their windows. In addition, enabled split touch for various system windows. Bug: 3049580 Change-Id: Idc8da9baa2cd8e1e4e76af8967d7b6a5ccb94427
* Import revised translations.Eric Fischer2010-11-1021-0/+42
| | | | Change-Id: I268a46ef97765c4d806b84f50a5b99667ec4eb53
* Merge changes I40bfa0f8,I9fe6a999Eric Fischer2010-11-1042-40/+828
|\ | | | | | | | | | | * changes: Restore deleted string still referenced from AndroidManifest. Import revised translations.
| * Import revised translations.Eric Fischer2010-11-0942-40/+828
| | | | | | | | Change-Id: I9fe6a999fc665faefbf0e7e222d5dfb4fdbcd3b1
* | Initial pass to update RecentApps panel to new UI specification.Jim Miller2010-11-095-64/+218
|/ | | | | | | This updates recent apps to show a vertical list, complete with thumbnails and a text description of the application. Change-Id: I178ed8d7d32e790ac51aa7f88593aa24d6786a78
* Add CHAR LIMIT and translatable=false to SystemUI strings.Joe Onorato2010-11-092-24/+20
| | | | | | Bug: 3147304 Bug: 3174712 Change-Id: I318da54da861d15e1528335eeba9319eda9cc84d
* Show date in system bar.Daniel Sandler2010-11-054-18/+28
| | | | | Bug: 2996123 Change-Id: If2f588defaa4c27bf6010e14c946c5ab2894e1db
* Merge "Restore user-accessible lights-out control."Daniel Sandler2010-11-055-32/+43
|\
| * Restore user-accessible lights-out control.Daniel Sandler2010-11-055-32/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current system area gestures: tap - no-op (bug 3114340) swipe up - open system panel swipe down - lights out long press - lights out (bug 3134973) The enter/exit animations have been tweaked to reinforce this, particularly the swipe down for lights out. (Swiping up to exit lights out will work, as will any kind of tap in the lights-out "curtain".) Change-Id: Ie027d7a0e86a402d06a8a368a5a43050a6bb9e58
* | Merge "Adjust default screen timeout."Amith Yamasani2010-11-051-1/+18
|\ \ | |/ |/|
| * Adjust default screen timeout.Amith Yamasani2010-11-051-1/+18
| | | | | | | | Bug: 3165933
* | Created missing assets by up/down scaling the one in other dpiGilles Debunne2010-11-04156-0/+0
|/ | | | | | | Some of these assets may no longer be used. An other CL will remove these later. Needed to remove warnings in new aapt version. Change-Id: Iac296247012a05757bd3264ab50212d37ce80adf
* Rotation lock.Daniel Sandler2010-11-049-2/+124
| | | | | | | | | | | | | | | | | | IWindowManager now supports two new methods, freezeRotation() and thawRotation(), that allow a caller to temporarily stash the device's current rotation as the default rotation (when no other constraints are present). The system bar uses this to implement a user-accessible rotation lock by calling freezeRotation() and then turning off accelerometer-based display rotation; unless overridden by an app, the display will continue to appear in the frozen rotation until the rotation is unlocked by the user (either via the rotation lock icon in the system bar or by checking "rotate screen automatically" in Settings). Bug: 2949639 Change-Id: Icd21c169d1053719590e72401f229424b254622f
* am 5f5bcf50: am e0887cc7: Merge "Squash ANRs in UsbStorageActivity." into ↵Hiroshi Lockheimer2010-11-041-14/+57
|\ | | | | | | | | | | | | gingerbread * commit '5f5bcf5039774050eec587dcc31905bd5a370b7b': Squash ANRs in UsbStorageActivity.
| * Merge "Squash ANRs in UsbStorageActivity." into gingerbreadHiroshi Lockheimer2010-11-031-14/+57
| |\
| | * Squash ANRs in UsbStorageActivity.Daniel Sandler2010-11-031-14/+57
| | | | | | | | | | | | | | | | | | | | | | | | Important safety tip: talking to the storage manager and mount service can be very, very slow. Bug: 3138068 Change-Id: I652e8bb2075535b42c83a46df1d8ae8bf299dd0d
| * | Merge "DO NOT MERGE - Updated VPNServices stat_sys icons" into gingerbreadJustin Ho2010-11-032-0/+0
| |\ \ | | |/ | |/|
| | * DO NOT MERGE - Updated VPNServices stat_sys iconsJustin Ho2010-11-032-0/+0
| | | | | | | | | | | | Change-Id: I2dfb6873488460528bab68225a69cae61c215006
* | | Merge "Add some network/phone type constants."Robert Greenwalt2010-11-031-0/+1
|\ \ \
| * | | Add some network/phone type constants.Robert Greenwalt2010-11-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for LTE (and SIP-based voice) and the stepping-stone eHPRD. bug:3125398 Change-Id: Ied3d96fa09d9c758a82a2fd1817f55db711d1a4f
* | | | am 9f4f20c2: am 65816a32: Merge "Fix the fix for storage ANRs." into gingerbreadDaniel Sandler2010-11-031-2/+29
|\ \ \ \ | | |/ / | |/| | | | | | | | | | * commit '9f4f20c2451325850cb81e886f1e76155e7e098d': Fix the fix for storage ANRs.