summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use the built-in handler instead of allocating another one.Joe Onorato2010-06-021-3/+1
| | | | Change-Id: Ia2e5db99b751d3f299c4a9b587ef718212bd8161
* Get the ticker working again.Joe Onorato2010-06-023-32/+78
| | | | Change-Id: Idb7e456bc302578c3866448334eb0ebf0ba235d4
* better debugging "slot" for the notification icons.Joe Onorato2010-06-021-1/+1
| | | | Change-Id: Ib7c130a97826f6950f51462ef915a9d0a5f847d6
* Populate the notifications at startup of SystemUI.apk.Joe Onorato2010-06-025-175/+55
| | | | Change-Id: Ie0b3fd9ed4bc9a012791372e6276f0b5908370a5
* Get the IconMerger working again.Joe Onorato2010-06-023-16/+43
| | | | Change-Id: I73719f4fd475a39d4c1245de45c6a13c31e6323b
* New shadowy status bar, direct from Z'ha'dum.Daniel Sandler2010-06-0224-49/+68
| | | | | | | | | | | | | | | | Artwork is FPO but serviceable enough. Many hardcoded font colors & styles were moved to styles.xml where they belong. AM/PM finally given the old heave-ho (but configurable in StatusBarPolicy.java). Notification content remains on a light-gray background for now (so as not to screw up custom RemoteViews) but status icons will definitely need across-the-board rework to look better against a dark background. (Re-integrated on top of new status bar code.) Change-Id: Ia180b3c2ba8e23c9a2f50cf46f98f12958022b53
* Start moving resources to SystemUI.apk.Joe Onorato2010-06-02117-384/+236
| | | | Change-Id: Ibf30b8196d65d7fbca1177968cefa5f7a875bf1d
* Move the StatusBarPhone package into a new catch-all SystemUI.apk.Joe Onorato2010-06-0261-44/+47
|
* Remove unused files from the service package.Joe Onorato2010-06-024-163/+0
| | | | Change-Id: Ia28fd7b3c42a842137afd12c4822e9b7cb4310a0
* In fact, switching an item between ongoing and notifications works.Joe Onorato2010-06-021-1/+1
| | | | | | The test just wasn't testing that. Change-Id: If1af2a7258d2a3764f845d9862a0a0ff62b1d7ed
* Get the text appearance compilingJoe Onorato2010-06-021-4/+5
| | | | Change-Id: I1bc0a2ad57f370a0661c30b92e14ac2fce5cdfcd
* Deal with broken notifications.Joe Onorato2010-06-022-28/+40
| | | | Change-Id: I21582ba4db70677f411a7e14bcdd7eac7d5a643e
* Handle bad icon resources.Joe Onorato2010-06-022-16/+40
| | | | Change-Id: I87c5fe68ad8016596068ba7889f3b6d36da3386b
* Implement setAreThereNotifications.Joe Onorato2010-06-022-7/+29
| | | | Change-Id: I8b69330c35d613ce808a472748dd2651adb5efa3
* updateNotifications works.Joe Onorato2010-06-025-175/+183
| | | | Change-Id: I924763a2d42ca1967719f3eb72c57d1cbb912dd7
* Implement removeNotification.Joe Onorato2010-06-022-3/+37
| | | | Change-Id: I58b999901b45b4dce6d3af3a7701e0c9ad2b77df
* Notifications don't crash when you click them, and pass through events to ↵Joe Onorato2010-06-023-6/+23
| | | | | | NotificationManagerService Change-Id: Iae4a636d3c6d5c617440b11eb5b8bc77838ad584
* notifications showJoe Onorato2010-06-027-47/+138
| | | | Change-Id: I9240b803c643874828c95afcf1ba9ed91194dbc0
* Checkpoint. Doesn't build.Joe Onorato2010-06-029-350/+101
| | | | Change-Id: I92e4d539ea71af9e22ced02cbdee7fbd456b7971
* Checkpoint. Data structures for Notifications in place.Joe Onorato2010-06-0213-446/+375
| | | | Change-Id: I146fb9bc1d349112541368e2c99a667821dfdf6e
* Remove unused stuff.Joe Onorato2010-06-026-356/+3
| | | | Change-Id: I85864ed242cb39c7298e82cb83beba8f98db6a6d
* Add expand and collapse.Joe Onorato2010-06-028-72/+76
| | | | Change-Id: I58ad95c59b2c46d3f25349e137d5624aefc6c6cd
* Make disable() work.Joe Onorato2010-06-027-131/+112
| | | | Change-Id: I93fea37e777b3e04fe7f9171d5b84821587c24f5
* Remove unused cruft.Joe Onorato2010-06-024-80/+5
| | | | Change-Id: I21a10d74106d1e4384a70cb654e4336b8f679e4a
* ClockJoe Onorato2010-06-024-126/+204
|
* Get icon updating working.Joe Onorato2010-06-024-6/+7
| | | | Change-Id: I749967545af5c97756e316231e740208fcd8ad3c
* Set the visibility of the icons.Joe Onorato2010-06-026-22/+42
| | | | Change-Id: Ib414718f1c51f1d306308a989d5d31d8e3ea7fd1
* Put the icons in the right order.Joe Onorato2010-06-022-38/+20
| | | | Change-Id: Ice077764b74221319291474bb5681b941b2f7364
* The status bar draws its icons now.Joe Onorato2010-06-0243-4412/+832
|
* Checkpoint status bar factoring. Now it builds and doesn't crash at boot.Joe Onorato2010-06-0256-181/+4887
| | | | Change-Id: I23f2045abfec0b414d5381f5e609b7267da7f21a
* PhoneStatusBarServiceJoe Onorato2010-06-023-23/+64
| | | | Change-Id: I8c71f827f6cfb4f5dd5f13891c54fcd1f9680a46
* StatusBarService -> StatusBarManagerServiceJoe Onorato2010-06-0213-48/+48
| | | | Change-Id: I7efc245395bd91a656b30d420c9b080877162360
* Add IStatusBarJoe Onorato2010-06-025-8/+8
| | | | Change-Id: Ie73d665085d5ce7358c285bf332ef1dc96005d0f
* Rename IStatusBar to IStatusBarService.Joe Onorato2010-06-026-14/+14
| | | | Change-Id: Icfec2a830f037b21f6afaa796bf49da610567e7b
* First pass at splitting the status bar for the different devices.Joe Onorato2010-06-0216-1/+562
| | | | Change-Id: I2f568df92f88dfe8de18d24dd004239f52761aa6
* am 105e1c5a: am 6a297118: Merge "docs: a couple doc bug fixes" into froyoScott Main2010-06-022-3/+3
|\ | | | | | | | | | | | | Merge commit '105e1c5adc3da14996d659ac403e7254b81bcb76' into kraken * commit '105e1c5adc3da14996d659ac403e7254b81bcb76': docs: a couple doc bug fixes
| * am 6a297118: Merge "docs: a couple doc bug fixes" into froyoScott Main2010-06-022-3/+3
| |\ | | | | | | | | | | | | | | | | | | Merge commit '6a297118724f31b1063b74f52295d459ec4f58dc' into froyo-plus-aosp * commit '6a297118724f31b1063b74f52295d459ec4f58dc': docs: a couple doc bug fixes
| | * Merge "docs: a couple doc bug fixes" into froyoScott Main2010-06-022-3/+3
| | |\
| | | * docs: a couple doc bug fixesScott Main2010-06-022-3/+3
| | | | | | | | | | | | | | | | Change-Id: I37b2adf9d30249eb9c0cbb007d9172d3956421b5
* | | | am 1bd7597b: merge from open-source masterThe Android Open Source Project2010-06-023-4/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '1bd7597b8cdaf39d1183077c463cb30596eb31b0' into kraken * commit '1bd7597b8cdaf39d1183077c463cb30596eb31b0': Replaced raw string arguments for Context.getSystemService() with final Context variables
| * | | merge from open-source masterThe Android Open Source Project2010-06-023-4/+5
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I8333e295ba6b6ed8e7658ecf3fbf1ebea3537aeb
| | * | | Replaced raw string arguments for Context.getSystemService() with final ↵Christian Mehlmauer2010-05-313-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Context variables Change-Id: If5139a1526101292e5da557bfad3f4db80fb64a8
* | | | | am c8763858: merge from open-source masterThe Android Open Source Project2010-06-021-4/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'c8763858cfcae8be89c0f88df87bf9a3ad90ae64' into kraken * commit 'c8763858cfcae8be89c0f88df87bf9a3ad90ae64': Fix for issue 895 (missing android: prefix), Removed unused imports
| * | | | merge from open-source masterThe Android Open Source Project2010-06-021-4/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | Change-Id: Ife78a3e7582be1853d28bbcef41f5d06f3b97ef6
| | * | | Fix for issue 895 (missing android: prefix), Removed unused importsChristian Mehlmauer2010-05-211-4/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I5eeca1db7eb97251729dff728b4c482de4b14885
* | | | | am a6703415: am 85fb2066: Amend previous ndc commitKenny Root2010-06-011-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'a6703415ead229d6387973c25f5b833cefd26e9b' into kraken * commit 'a6703415ead229d6387973c25f5b833cefd26e9b': Amend previous ndc commit
| * \ \ \ \ am 85fb2066: Amend previous ndc commitKenny Root2010-06-011-1/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '85fb20665feadda526ad422c093b859e8c4d40bc' into froyo-plus-aosp * commit '85fb20665feadda526ad422c093b859e8c4d40bc': Amend previous ndc commit
| | * | | | | Amend previous ndc commitKenny Root2010-06-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted wrong patchset. This includes the delta for the latest patchset. Change-Id: I30f8fa1503cda2459ec7284eb9fa199c9fd5ef9b
* | | | | | | am 847b82d8: am 89bc1395: Merge "Add more error checking for ndc" into froyoKenny Root2010-06-013-113/+280
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '847b82d8a6d3cc6969cbeeaf9ca7e879abab482a' into kraken * commit '847b82d8a6d3cc6969cbeeaf9ca7e879abab482a': Add more error checking for ndc
| * | | | | | am 89bc1395: Merge "Add more error checking for ndc" into froyoKenny Root2010-06-01644-24923/+483643
| |\ \ \ \ \ \ | | |/ / / / / | | | / / / / | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '89bc1395748a0a139db82adbf01166ed6fa79766' into froyo-plus-aosp * commit '89bc1395748a0a139db82adbf01166ed6fa79766': (392 commits) Add more error checking for ndc Add javadoc for camera scene modes. more clean-up in preparation of bigger changes Fix a typo in Singleton<> Avoid copying for input recording frames in CameraSource Add video frame parameter. more clean-up of Surfaceflinger's client management Better sniffing of MPEG4 content by checking for a compatible sub-brand. Remove the logic in CameraSource using CameraParameters class to find out the buffer size. Add support for gps altitude EXIF tags. minor clean-up GLclampx -> GLclampf clean-up dead-code Make sure to use filtering while in fixed-size mode oopsie. forgot to displatch SET_BUFFERS_GEOMETRY Avoid repeatedly allocating and freeing memory in CameraSource After failing to create an AudioTrack, only stop the source if we were the ones starting it. Convert a number of assertions into runtime errors (OggExtractor) fix [2712278] The preview buffer left some black borders in left and bottom edges Fix 2667859: change text back to default size Support for thumbnail extraction in the Matroska extractor. ...