summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* am f4e145fd: am 543f250d: Merge "Make the systemui process persistent." into ↵Dianne Hackborn2010-07-311-0/+1
|\ | | | | | | | | | | | | | | | | gingerbread Merge commit 'f4e145fd123a6941348e16a595107b155bd880e8' * commit 'f4e145fd123a6941348e16a595107b155bd880e8': Make the systemui process persistent.
| * Make the systemui process persistent.Dianne Hackborn2010-07-301-0/+1
| | | | | | | | | | | | | | This ensures that the system won't kill it for memory, the user can't stop services inside of it, etc. Change-Id: I923c376afa1133bccc000253f5bba851f9119a52
* | Fix Proguard flags causing crash in system bar.Daniel Sandler2010-07-301-0/+4
| | | | | | | | | | Bug: 2869888 Change-Id: I32198676732a1f272b12154d87d7917f354bb91c
* | Merge "Show notification icons in the system bar."Daniel Sandler2010-07-293-20/+270
|\ \
| * | Show notification icons in the system bar.Daniel Sandler2010-07-293-20/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | Caveats: - Ongoing and normal are lumped together - Currently no limit on number of icons (should be 4) - Still can't see the notifications in the panel Change-Id: I83ac474db6ff290207d37747b672a1a56788a238
* | | Fixed StatusBar ANRs due to input event injection on UI thread.Jeff Brown2010-07-291-8/+14
| | | | | | | | | | | | | | | | | | | | | Added a new asynchronous injection mode and made the existing synchronization mechanism more robust. Change-Id: I0464f70ff5cbd519dbb02686b2cb5d810fe7dbb2
* | | Add character limit for translators.Eric Fischer2010-07-281-1/+1
|/ / | | | | | | Change-Id: If3d77fed7ebc1ef08c546b7f7d32177b4d80d2b9
* | am ef1b9c6a: am 3ac8eb72: Update app label.Dianne Hackborn2010-07-261-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit 'ef1b9c6aa7a9a4dd79823e47829a9ca894c06a0f' * commit 'ef1b9c6aa7a9a4dd79823e47829a9ca894c06a0f': Update app label.
| * Update app label.Dianne Hackborn2010-07-241-1/+1
| | | | | | | | Change-Id: I6c688fd9292aeaa58435eec6273b3a19cad5eff9
* | Tweak FPO art.Daniel Sandler2010-07-231-0/+0
| | | | | | | | Change-Id: I3a0176adbebd43a2cbf1d54c0d5153d0d3f5b60c
* | Merge "Improvements to the system bar:"Daniel Sandler2010-07-2314-29/+268
|\ \
| * | Improvements to the system bar:Daniel Sandler2010-07-2314-29/+268
| | | | | | | | | | | | | | | | | | - dummy panels for the notification & system areas - dummy battery/wifi status indicators - new "whiteboard ui" temporary artwork
* | | Merge "Fix wifi status icon"Irfan Sheriff2010-07-221-1/+2
|\ \ \ | |/ / |/| |
| * | Fix wifi status iconIrfan Sheriff2010-07-221-1/+2
| | | | | | | | | | | | | | | | | | | | | Doing a setIcon makes the icon visible and overrides setIconVisibility Change-Id: If71c9b727ace268f47121c2bf5f724481f592c8e
* | | Fix pressed states on system bar buttons.Daniel Sandler2010-07-214-1/+4
|/ / | | | | | | Change-Id: Ie12958fee80d9e292e4ab8e6a267db47d91b10b1
* | Move more of the system bar to the layout.Daniel Sandler2010-07-152-25/+37
| | | | | | | | Change-Id: I2fd67e687b8048a48e2c6531ac896d33815ce615
* | Merge "checkpoint tablet status bar"Joe Onorato2010-07-1514-1568/+1920
|\ \
| * | checkpoint tablet status barJoe Onorato2010-07-1214-1568/+1920
| | | | | | | | | | | | Change-Id: Ia9089cce370ead4e685dffbca722fa8404a8f443
* | | am b0e787d2: am e339464f: am 1bcb6658: Merge "Fix issue #2834005: Android ↵Dianne Hackborn2010-07-122-0/+28
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | Settings.Secure bypass" into froyo Merge commit 'b0e787d2d67d1214b3233b822a5ed2517c8e0557' * commit 'b0e787d2d67d1214b3233b822a5ed2517c8e0557': Fix issue #2834005: Android Settings.Secure bypass
| * am 1bcb6658: Merge "Fix issue #2834005: Android Settings.Secure bypass" into ↵Dianne Hackborn2010-07-122-0/+28
| |\ | | | | | | | | | | | | | | | | | | | | | | | | froyo Merge commit '1bcb665825dc97789e8c1b892ec4298fd0b8c552' into gingerbread * commit '1bcb665825dc97789e8c1b892ec4298fd0b8c552': Fix issue #2834005: Android Settings.Secure bypass
| | * Fix issue #2834005: Android Settings.Secure bypassDianne Hackborn2010-07-122-0/+28
| | | | | | | | | | | | Change-Id: Ic4f14e2ff5c2b4f623405d30389863a9e3e82572
* | | am 4dc96b85: am f7d2b4a2: Use fullScreenIntent to show the USB mass storage ↵Daniel Sandler2010-07-081-15/+17
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | dialog. Merge commit '4dc96b8513ad3d3af54321716251f789769a11b4' * commit '4dc96b8513ad3d3af54321716251f789769a11b4': Use fullScreenIntent to show the USB mass storage dialog.
| * | Use fullScreenIntent to show the USB mass storage dialog.Daniel Sandler2010-07-081-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this is not a FLAG_HIGH_PRIORITY notification. In immersive mode the UMS dialog will be suppressed entirely (but an icon will still appear in the status bar). Bug: 2821219 Change-Id: I21f910c8830aff8d0633deda4eb59dbda13262ed
* | | top and bottom can't be the same thingJoe Onorato2010-07-071-1/+1
| | | | | | | | | | | | Change-Id: Ia5e4684db6dab390394f11182612c45818c7bcc0
* | | buttons on the bottomJoe Onorato2010-07-0715-5/+151
| | | | | | | | | | | | Change-Id: I52184ad2752c38bcc4c7646b404f3f305e0ac4b6
* | | Add KeyButtonViewJoe Onorato2010-07-072-0/+135
| | | | | | | | | | | | Change-Id: Ic32076c07bd45cbf2a6db25d8e8e933701fdf8b2
* | | add a button areaJoe Onorato2010-07-072-0/+23
| | | | | | | | | | | | Change-Id: I78171b3d6cc44a5984e5f602565228909f3e1c00
* | | am 0e1d3391: am b59b9445: Fix icon size in intruder alerts.Daniel Sandler2010-07-071-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '0e1d3391e3943e695caa0281f4e3374419bb616d' * commit '0e1d3391e3943e695caa0281f4e3374419bb616d': Fix icon size in intruder alerts.
| * | Fix icon size in intruder alerts.Daniel Sandler2010-07-071-1/+1
| | | | | | | | | | | | | | | | | | (Updated test app to confirm the fix.) Change-Id: Ife56cf07f282786162e2ebc5aaddbb24dac6cafd
* | | am 5c57e03d: am 6ffd9ff0: Merge "Log full exception when failing to inflate ↵Steve Howard2010-07-011-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | notification view" into gingerbread Merge commit '5c57e03d3dbd474deb73f51b564c4fb929a2a816' * commit '5c57e03d3dbd474deb73f51b564c4fb929a2a816': Log full exception when failing to inflate notification view
| * | Log full exception when failing to inflate notification viewSteve Howard2010-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When inflating a notification's view fails, include the exception in the log message. Without this exception all we get is "couldn't inflate view for notification <package>/<id>", which isn't very helpful for tracking down the particular error in the view. This exception used to be included in the log message, but it was removed in 005847b03b2 -- any particular reason why? Change-Id: I623b9e4c8291e4c035f26380e5f22ad6b65176a7
* | | am 393e1459: am a2dd4c17: put the status bar back in the system processJoe Onorato2010-07-011-1/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '393e1459340effdb8bdc6531e22c0976d0aea026' * commit '393e1459340effdb8bdc6531e22c0976d0aea026': put the status bar back in the system process
| * | put the status bar back in the system processJoe Onorato2010-07-011-1/+3
| | | | | | | | | | | | Change-Id: I401b0ac8e3c96b61e787eb18341d18be75b3761d
* | | am 6fd470fb: am 6be4739e: quiet noisy debug spewJoe Onorato2010-07-011-4/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '6fd470fbdc46777d7dc201bd6f475becc7976014' * commit '6fd470fbdc46777d7dc201bd6f475becc7976014': quiet noisy debug spew
| * | quiet noisy debug spewJoe Onorato2010-07-011-7/+7
| | | | | | | | | | | | Change-Id: I55c3b16f58bbe0ec4c6547c525863a7d16f8263d
* | | am 9b4b74be: am 294c9fb8: Improved graphics for the intruder alert.Daniel Sandler2010-06-309-12/+43
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '9b4b74becf0e99b0a9090758d6337c6615cff1d1' * commit '9b4b74becf0e99b0a9090758d6337c6615cff1d1': Improved graphics for the intruder alert.
| * | Improved graphics for the intruder alert.Daniel Sandler2010-06-309-12/+43
| | | | | | | | | | | | Change-Id: I9aa6c8995da39f332b724fabe67ed5efe584552f
* | | am 77655393: am 5d7f6e61: Merge "Support for tapping on an immersive-mode ↵Daniel Sandler2010-06-291-19/+25
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | priority notification." into gingerbread Merge commit '776553934aa254b4240fc84ef6d97105a640348e' * commit '776553934aa254b4240fc84ef6d97105a640348e': Support for tapping on an immersive-mode priority notification.
| * | Support for tapping on an immersive-mode priority notification.Daniel Sandler2010-06-291-19/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | When the user taps on an intruder alert (the priority notification in immersive mode), the .contentIntent in the Notification object will be sent, just as we handle tapping on a normal Notification in the windowshade. Change-Id: Ib6991837b0b2122fe138cddacf347fdbc426b99d
* | | resolved conflicts for merge of 32b739b6 to masterJoe Onorato2010-06-298-1569/+1512
|\ \ \ | |/ / | | | | | | Change-Id: I5a1791d12ca57ee682e46ade7d24b21e9f59aff2
| * | recombine StatusBarService and PhoneStatusBarServiceJoe Onorato2010-06-298-1568/+1512
| | | | | | | | | | | | Change-Id: I64178209985bfac283740d6a667211d2f962f71a
* | | resolved conflicts for merge of 7f9ede96 to masterJoe Onorato2010-06-291-13/+14
|\ \ \ | |/ / | | | | | | Change-Id: Iaa688e5f7adaa363c88e0824b44233c8906e9e26
| * | Separate the status bar height from the icon size.Joe Onorato2010-06-291-12/+13
| | | | | | | | | | | | Change-Id: I9cc8c5e8ed2c48d03b7c1c89f1bf7f94cc119171
* | | am be5f3121: am 5dbd05ed: Intruder alert! (First try at the immersive-mode ↵Daniel Sandler2010-06-284-11/+114
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | alert bar.) Merge commit 'be5f31212064b78735cd6f643015f244ad81ce78' * commit 'be5f31212064b78735cd6f643015f244ad81ce78': Intruder alert! (First try at the immersive-mode alert bar.)
| * | Intruder alert! (First try at the immersive-mode alert bar.)Daniel Sandler2010-06-284-11/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a FLAG_HIGH_PRIORITY notification is posted and the foreground activity is immersive, this window will be shown to the user. It disappears after a while (currently 10s, which is far too long to be usable but is very handy for testing) and can be dismissed by a tap. Artwork is extremely rough; please ignore the aesthetics. Still TODO: - sticky alerts for ongoing priority notifications - tap to launch PendingIntent associated with the notification Change-Id: Ief4a98b84cc836d33359bd7d65de9909f5186317
* | | am bc4bc709: am 87160757: Basic handling of Notifications with fullScreenIntent.Daniel Sandler2010-06-251-2/+39
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'bc4bc709a819801a23aa604896ae2457ae710bec' * commit 'bc4bc709a819801a23aa604896ae2457ae710bec': Basic handling of Notifications with fullScreenIntent.
| * | Basic handling of Notifications with fullScreenIntent.Daniel Sandler2010-06-241-2/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a Notification has a non-null fullScreenIntent AND the topmost Activity is not immersive, that PendingIntent will fire (presumably causing a nice dialog or full-screen activity to appear). Immersive mode handling for FLAG_HIGH_PRIORITY Notifications is still unimplemented (although the fullScreenIntent will be suppressed in immersive mode). Note that currently your fullScreenIntent notification will also get posted to the status bar, so you're responsible for clearing it out (e.g. in onPause in your alert intent). See forthcoming changes to StatusBarTest for an example. Change-Id: Ie750d1b7bcc788bd29ee1d8626f971dd47fd2817
* | | am 0bf5cce9: am 0a0edcca: Merge "Fix the notification vibration setting and ↵Joe Onorato2010-06-241-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | add a test app that lets you recover from the busted state." into gingerbread Merge commit '0bf5cce9ee5f7db9932a8ba27e86836a9d96677c' * commit '0bf5cce9ee5f7db9932a8ba27e86836a9d96677c': Fix the notification vibration setting and add a test app that lets you recover from the busted
| * | Merge "Fix the notification vibration setting and add a test app that lets ↵Joe Onorato2010-06-241-1/+1
| |\ \ | | | | | | | | | | | | you recover from the busted state." into gingerbread
| | * | Fix the notification vibration setting and add a test app that lets you ↵Joe Onorato2010-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recover from the busted state. Bug: 2767349 Change-Id: Id0c41734e82a1256a49175a2dc6b40f0abaf4f8b