summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* When updating notifications, always reuse the last row.Daniel Sandler2010-11-301-3/+6
| | | | | | | | | | | | Ordinarily, changing the "when" slot when updating a Notification will move its expanded payload to the bottom of the notification panel's list. But if it's already at the bottom, this causes an unsightly out-then-in animation sequence. We now check for that exact situation. Bug: 3222274 Bug: 3162218 Change-Id: I8b643b3f8bce64e57a22bdbb06d92c196c2484c2
* Merge "Import revised translations."Eric Fischer2010-11-2961-702/+370
|\
| * Import revised translations.Eric Fischer2010-11-2961-702/+370
| | | | | | | | Change-Id: I8d5fe7c1cf2f2a7903997da38b6abfe4dcabdab7
* | Show the network type.Joe Onorato2010-11-293-7/+32
| | | | | | | | Change-Id: I3487655dce80eef26bfd575b63eb649d9b5e5325
* | Do not disturb.Joe Onorato2010-11-296-2/+184
|/ | | | Change-Id: I9550970f322872787ef903ca762dfdf2ed9d2835
* Show the down back instead of the left back when the IME is up.Joe Onorato2010-11-282-2/+25
| | | | Change-Id: Ief99935c4341b492d985c5f705b41f75e6b4d291
* Auto-hide the peek window after 5 seconds, not right away.Joe Onorato2010-11-281-6/+4
| | | | Change-Id: Idf210f25e6cefc61a4eca40a9943dc156adafbf7
* Deal with re-posting tickers.Joe Onorato2010-11-282-30/+85
| | | | Change-Id: If3c6e8ad57eb6682145cf8ed0f3755f176f117d0
* tighten up the notifciation layoutsJoe Onorato2010-11-272-1/+9
| | | | Change-Id: I8e4f6a6412123fdd2d76381d568ab0bc3157b974
* Check if this is null.Joe Onorato2010-11-271-1/+1
| | | | Change-Id: Ia74babdd1b1d76a2e5965db66bb995ea659dc6c1
* Don't crash when there's a flood of tickers.Joe Onorato2010-11-271-2/+2
| | | | | | Tell if the queue is empty, not if there's currently something showing. Change-Id: I6d8530d4c749a7566419741710d588005a698e1a
* Rename strings.Joe Onorato2010-11-2768-184/+184
| | | | Change-Id: I0a9d016aa5864e5d64e9cab6b0e720daaa816537
* Scroll back to the top when the notification window closees.Joe Onorato2010-11-271-0/+1
| | | | Change-Id: I72cfe292950953cc3bebe27367dab5149cc10080
* Rename the status bar layouts to more consistent namesJoe Onorato2010-11-2720-669/+28
| | | | Change-Id: Ic593e6c93794f2a2eb36576501d35be54a0a0681
* Merge "Start filling in the system settings panel."Joe Onorato2010-11-266-6/+431
|\
| * Start filling in the system settings panel.Joe Onorato2010-11-266-6/+431
| | | | | | | | Change-Id: I3384bb1cf6c2339d6136764635bb010ba096659b
* | Removed InputMethodSubtypePickersatok2010-11-251-1/+1
| | | | | | | | Change-Id: I08abac5d65a30c02cc671f4f70e93df25b6c8a92
* | Store the current IME's token in the system bar for changing the current IME ↵satok2010-11-256-33/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | to a shortcut IME from the system bar Bug: 3212206 Bug: 3201828 - Added a shortcut IME button. This will be used for calling a shortcut IME (e.g. Voice input) - Made the positions of IME buttons left aligned - IME token is required to change IME because of the security reasons. Change-Id: I48ba5e2509b3aa1bfd2394f9201427fa6b93c6d3
* | Adding missing assets, created from synced designers' treeGilles Debunne2010-11-2426-0/+0
| | | | | | | | Change-Id: I52c97ae90225abbea6b6b3966de705c9a5ef0e30
* | Merge "Assets moved from drawable to drawable-mdpi. hdpi created"Gilles Debunne2010-11-244-0/+0
|\ \ | |/ |/|
| * Assets moved from drawable to drawable-mdpi. hdpi createdGilles Debunne2010-11-184-0/+0
| | | | | | | | Change-Id: I1101e51f85fe44a635f48becb99d190465012379
* | Align the battery & data icons correctly.Joe Onorato2010-11-241-6/+9
| | | | | | | | Change-Id: I006897306aa70b53f4626d88729c3d7c200b9e22
* | Allow status bar panels to be on top of the status bar.Joe Onorato2010-11-244-5/+7
| | | | | | | | Change-Id: I3c74ece5f7042e6302717f4263746d59d5447ec9
* | new signal strength assetsJoe Onorato2010-11-2334-35/+126
| | | | | | | | Change-Id: I6387d68659ff7ccf5024f186eeb75ab33c477a1f
* | Merge "Stop listening to supplicant state change events"Irfan Sheriff2010-11-231-4/+1
|\ \
| * | Stop listening to supplicant state change eventsIrfan Sheriff2010-11-231-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | wifi connected status should be based only on network state change events or it can lead to a race condition. Change-Id: Ib2343f0d192ef99959f908a370d55aae7ba86a5a
* | | Merge overscrolling from gingerbread.Adam Powell2010-11-231-0/+1
| | | | | | | | | | | | Change-Id: I3eb4413261b38ddd8c609d6153bdfd4ae46c6a0f
* | | Implement issue #3221502: New APIs to support new back stack / task navigationDianne Hackborn2010-11-222-11/+10
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | What this adds: - A new Intent activity flag to completely replace an existing task. - A new Intent activity flag to bring the current home task up behind a new task being started/brought to the foreground. - New versions of startActivity() that take an array of Intents to be started, allowing applications to start a task in a specific state. - A public moveTaskToFront() method on ActivityManager, with a new flag that allows the caller to have the task moved to the front with the current home task immediately behind it. Change-Id: Ie8028d09acffb5349d98043c67676daba09f75c8
* | new battery assetsJoe Onorato2010-11-211-4/+7
| | | | | | | | Change-Id: I61331a6eb237f8883bf604c0767623b08c2fa41b
* | Use new nav button assets.Joe Onorato2010-11-2123-36/+31
| | | | | | | | Change-Id: I5728222ba173eedb67e6fa4c599b39b61c923e23
* | The ticker shouldn't be modal.Joe Onorato2010-11-211-3/+3
| | | | | | | | Change-Id: I6bb4df07ad4659d900a95379193f5cb95d7706c3
* | The icon sticks out of the ticker.Joe Onorato2010-11-219-36/+107
| | | | | | | | | | | | | | The ticker still needs to show up over the status bar, which will take a bit of window manager work, so it's just out of position for now. Change-Id: Ib5781925db63a22d9352a7b5017a36eec3229395
* | Deal with more notifications than fit on screen.Joe Onorato2010-11-213-29/+47
| | | | | | | | Change-Id: I432b9ee73a473fe4af8b0caeede4993c67be6518
* | The large icon for notifications.Joe Onorato2010-11-215-4/+59
| | | | | | | | Change-Id: I8537c602b5b5fca03be8980295bfa28330543669
* | Test for using the right size of notification info text.Joe Onorato2010-11-211-0/+1
| | | | | | | | Change-Id: Iac8764542ddcd3ef0375f6d6d03225e9f6c2fc1c
* | 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