summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Hand merge bc5d9d22: Need to close the windowshade on ↵Joe Onorato2010-08-271-1/+1
| | | | | | | | ACTION_CLOSE_SYSTEM_DIALOGS and ACTION_SCREEN_OFF." into master Change-Id: I4e42155d231f92893c48ffe911e3dfce9d70eb49
* Merge "Fix 2797185: Integrate 3D RecentApps View into system."Jim Miller2010-08-262-0/+347
|\
| * Fix 2797185: Integrate 3D RecentApps View into system.Jim Miller2010-08-252-0/+347
| | | | | | | | | | | | | | | | This adds 3D recents to the platform. Enabling it is a matter of setting 'config_enableRecentApps3D' on devices capable of supporting it (those with OGLES2.0 at the moment). Change-Id: Ife7bfe8ca02e7657821b68f915e31b0dab50cd2c
* | System bar improvements.Daniel Sandler2010-08-2543-53/+418
|/ | | | | | | | | | | - Updated artwork for buttons and signal/battery meters. - Layout change: meters on either side of clock - RSSI for mobile data. The algorithm is more or less the same as the one used in the phone status bar. Note that mobile data is only shown if Wi-Fi is unavailable. Bug: 2924643 Change-Id: Idaa0c52422db4a63616475bde96626d1953830b4
* am 384759b1: am 2b81d6dd: am 02e18d4d: Merge "Make the default backup ↵Christopher Tate2010-08-241-1/+2
|\ | | | | | | | | | | | | | | | | configuration "disabled; local transport selected"" into froyo Merge commit '384759b1c5e39d0f99fa551a369ae73197ab26c5' * commit '384759b1c5e39d0f99fa551a369ae73197ab26c5': Make the default backup configuration "disabled; local transport selected"
| * am 02e18d4d: Merge "Make the default backup configuration "disabled; local ↵Christopher Tate2010-08-241-1/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | transport selected"" into froyo Merge commit '02e18d4d4eed949da02fd8aa87801858d99b902a' into gingerbread * commit '02e18d4d4eed949da02fd8aa87801858d99b902a': Make the default backup configuration "disabled; local transport selected"
| | * Merge "Make the default backup configuration "disabled; local transport ↵Christopher Tate2010-08-241-1/+2
| | |\ | | | | | | | | | | | | selected"" into froyo
| | | * Make the default backup configuration "disabled; local transport selected"Christopher Tate2010-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default out of the box, an Android build will have the backup mechanism in its "disabled" state and pointed to the LocalTransport test transport. We do not want retail devices built without the Google backend to have backup enabled out of the box; it would cause them to gradually grind away the cache partition for no good reason. On those devices with this change, developers would need to enable backup manually (possibly using the normal Settings UI; more probably using the 'bmgr' shell tool), but would no longer also have to manually configure the active transport name. Device vendors producing Google-enabled products will simply use resource overlays to configure the default state and transport name for their builds. When building a product that points to the Google backup transport by default, the "def_backup_enabled" boolean resource should still be set to 'false' -- the Google backup disclosure activity supplied by GSF will take care of enabling the backup services if the user opts in to it. (Basically, vendors will never have to overlay the def_backup_enabled resource -- the default value of 'false' is correct for any retail device regardless of whether it can use the Google backup transport.) In the SDK build, the default transport will remain the local one, but the default enable state overridden and set to "true". This is the ideal situation for developers: all aspects of the backup mechanism immediately operative with no manual configuration needed. Change-Id: I866f8f627b023b338bc7757e61604e6d8a901a34
* | | | am d335f9a9: am bb0eb5ca: Merge "Negatively cache settings and proactively ↵Brad Fitzpatrick2010-08-241-12/+170
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | slurp settings into cache." into gingerbread Merge commit 'd335f9a90375db18b2f77f22f62379ac2d257384' * commit 'd335f9a90375db18b2f77f22f62379ac2d257384': Negatively cache settings and proactively slurp settings into cache.
| * | | Negatively cache settings and proactively slurp settings into cache.Brad Fitzpatrick2010-08-241-12/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The settings database cache is tiny (or should be tiny) and can be slurped into memory. Once it's in memory and we know we have it all we can avoid going to disk at all for keys not in the cache. This is a big percentage of the StrictMode violations & latency. Change-Id: I649411be0c40d348f58376ccfb3eda059fd69fbc
| * | | Merge "Fix periodically disappearing status icons." into gingerbreadDaniel Sandler2010-08-201-17/+17
| |\ \ \
| | * | | Fix periodically disappearing status icons.Daniel Sandler2010-08-191-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Occasionally the animation listener wasn't being told that the ticker animation had completed; this callback was essential to keeping the status bar's internal state correct (namely, setting mTicking=false). The safest thing to do is simply set mTicking to false immediately upon tickerDone() or tickerHalting(). Bug: 2915280 Change-Id: I997911b12fa2985fa83b42154fb3485220886219
* | | | | More final artwork for status bar.Daniel Sandler2010-08-249-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Iaa79567bf6f1c36bd4249eb756e694dc74730fef
* | | | | Final status bar artwork.Daniel Sandler2010-08-2421-24/+16
| | | | | | | | | | | | | | | | | | | | Change-Id: I7933388ec090a049447ff1b2b3e1560df064c32b
* | | | | am 36c051c7: am a695cbc9: am 0fe27cf5: make android_id random seed depend on ↵Doug Zongker2010-08-211-9/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | time as well as ro.serialno Merge commit '36c051c717391afe12a1fe8163960286175f2f7e' * commit '36c051c717391afe12a1fe8163960286175f2f7e': make android_id random seed depend on time as well as ro.serialno
| * | | | am 0fe27cf5: make android_id random seed depend on time as well as ro.serialnoDoug Zongker2010-08-191-9/+4
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | | | | | | | | | | | | Merge commit '0fe27cf5bd1407bc7b4eabefaa91ff535582badc' into gingerbread * commit '0fe27cf5bd1407bc7b4eabefaa91ff535582badc': make android_id random seed depend on time as well as ro.serialno
| | * | make android_id random seed depend on time as well as ro.serialnoDoug Zongker2010-08-191-9/+4
| | |/ | | | | | | | | | Change-Id: I0a48aacd8da30896d91fa05b7791335e6ed751e5
| * | Import revised translations. DO NOT MERGEEric Fischer2010-08-1720-0/+480
| | | | | | | | | | | | Change-Id: Id47f0897de1361ba755f149b2886d7d1f79ff494
* | | Notification.fullScreenIntent support.Daniel Sandler2010-08-201-2/+21
| | | | | | | | | | | | | | | Bug: 2911617 Change-Id: I1b4cd6ff0f760bad721a3a8eed61209b44b64c02
* | | Merge "Import Romansh translations."Eric Fischer2010-08-191-0/+23
|\ \ \
| * | | Import Romansh translations.Eric Fischer2010-08-181-0/+23
| | | | | | | | | | | | | | | | Change-Id: I798cc041fc1d93c3e51a1598a80781453229a523
* | | | Merge "Wi-Fi signal strength and status in the system bar & panel."Daniel Sandler2010-08-193-30/+137
|\ \ \ \ | |/ / / |/| | |
| * | | Wi-Fi signal strength and status in the system bar & panel.Daniel Sandler2010-08-193-30/+137
| | | | | | | | | | | | | | | | Change-Id: I67b948b7c87650b51e5785471b66b4b2cca218ed
* | | | Import revised translations.Eric Fischer2010-08-171-1/+1
| | | | | | | | | | | | | | | | Change-Id: I03d83a241843f1fe88471425e4a7f7e6f33fee16
* | | | am e03e6d30: am 80810f86: Merge "Fix crash in status bar ticker." into ↵Daniel Sandler2010-08-161-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | | | | gingerbread Merge commit 'e03e6d3072592b2a49ee4a43c5977e7462bf9fd0' * commit 'e03e6d3072592b2a49ee4a43c5977e7462bf9fd0': Fix crash in status bar ticker.
| * | Fix crash in status bar ticker.Daniel Sandler2010-08-161-2/+2
| | | | | | | | | | | | | | | Bug: 2900850 Change-Id: Iaf71e093578501258a24cd43e5deaf624d28461e
| * | DO NOT MERGE Fix wifi status iconIrfan Sheriff2010-08-151-1/+2
| | | | | | | | | | | | | | | | | | | | | Doing a setIcon makes the icon visible and overrides setIconVisibility Change-Id: I7a177cc07e46f211d421e4aa86203ece5936c3fb
* | | Battery meter now functioning in the system bar and settings panel.Daniel Sandler2010-08-1331-10/+179
| | | | | | | | | | | | Change-Id: I08881a597f166eaeabd01d550a59109661535639
* | | Import revised translations.Eric Fischer2010-08-1220-20/+20
| | | | | | | | | | | | Change-Id: I0b89d1baf9ed02c492e8845f45fad1bee56e8d56
* | | Merge "System bar settings panel: first pass."Daniel Sandler2010-08-1219-30/+413
|\ \ \
| * | | System bar settings panel: first pass.Daniel Sandler2010-08-1219-30/+413
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented: Clock, brightness, silent toggle, airplane mode (although this seems not to be working well yet on the device). Unimplemented: Orientation lock, battery, wifi signal, date. Change-Id: Iec9cc833103a68aecccf46cd6eeffc2128d64eea
* | | | am f5ee5358: am ac9717ab: Merge "Move OBB file reading to ↵Kenny Root2010-08-111-0/+6
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | | | | DefaultContainerService" into gingerbread Merge commit 'f5ee5358c187107b2e5a1e1fbcb5a648d793c798' * commit 'f5ee5358c187107b2e5a1e1fbcb5a648d793c798': Move OBB file reading to DefaultContainerService
| * | Move OBB file reading to DefaultContainerServiceKenny Root2010-08-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | The system_server shouldn't touch files on the SD card. This change moves the things that touch the SD card out to the DefaultContainerService so that it will get killed if the SD card goes away instead of the system_server. Change-Id: I0aefa085be4b194768527195532ee6dddc801cfc
| * | Import revised translations. DO NOT MERGEEric Fischer2010-08-0420-480/+0
| | | | | | | | | | | | Change-Id: Ibc3e9f1f83159835c2e6c3bcdaa8ff6a7e7fa384
* | | Apparently people want to know what time it is.Daniel Sandler2010-08-111-1/+2
| | | | | | | | | | | | | | | Bug: 2897410 Change-Id: I8a9a995cf50d197f1f8894455372d0e325eb3eae
* | | Incremental system bar improvements.Daniel Sandler2010-08-1013-156/+334
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - scrolling list of notifications - fixed crashes when inserting notifications - new "expand" icon in prep for different touch behavior on notification icons - adjustments to the Ticker API in preparation for Kicker work Change-Id: I18908cbb2bbbfb7969c7bb48dbda67697732c438
* | | Fix startup crash on phones.Daniel Sandler2010-08-061-0/+24
| | | | | | | | | | | | | | | Bug: 2899243 Change-Id: I344fdd4cd3acce64f78cb9b71848b888f59fadfa
* | | Basic support for notification payloads in the panel.Daniel Sandler2010-08-0511-66/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Line-item veto is there, but allows you to cancel some notifications you probably shouldn't be canceling. (Should hide the "X" in those cases.) No preference given to "sticky" notifications, because there's no such thing yet. Notifications are now limited to 4 visible icons, per spec. The implementation is a total hack for now. Change-Id: Ibdf433ae94189117f983c510fe5e0cff0bf5c44c
* | | Merge "Cleaning up the notification data structures."Daniel Sandler2010-08-043-54/+38
|\ \ \
| * | | Cleaning up the notification data structures.Daniel Sandler2010-08-033-54/+38
| | | | | | | | | | | | | | | | Change-Id: I2e39fee81a2bd99245b9de6edd2ce5c45bd733c7
* | | | Generated hdpi drawable size reducedGilles Debunne2010-08-0310-0/+0
| | | | | | | | | | | | | | | | Change-Id: Id17bb27500ba8729c33613bbf457f1b3193ced38
* | | | Merge "frameworks/base/ : added scaled hdpi version of assets that were ↵Gilles Debunne2010-08-0310-0/+0
|\ \ \ \ | |/ / / |/| | | | | | | moved to drawable-mdpi"
| * | | frameworks/base/ : added scaled hdpi version of assets that were moved to ↵Gilles Debunne2010-08-0310-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | drawable-mdpi Change-Id: I95c7e6afb84af981867c32fe7f86b140f643b5b9
* | | | Merge "Move pngs from drawable to drawable-mdpi in project frameworks/base"Gilles Debunne2010-08-0210-0/+0
|\ \ \ \ | |/ / /
| * | | Move pngs from drawable to drawable-mdpi in project frameworks/baseGilles Debunne2010-08-0210-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | After error during file transfer... Change-Id: I21da694f81a4290e9af1f7647a8ceb6c6d3d806b
* | | | am 59d4a536: am 739cdab7: Merge "Do not deference before null check" into ↵Kenny Root2010-08-021-2/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | gingerbread Merge commit '59d4a5369cd68d4b65809ded407611b62b013f9a' * commit '59d4a5369cd68d4b65809ded407611b62b013f9a': Do not deference before null check
| * | | Merge "Do not deference before null check" into gingerbreadKenny Root2010-08-021-2/+1
| |\ \ \
| | * | | Do not deference before null checkKenny Root2010-08-021-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The return of parsePackageLite wasn't checked until after it was deferenced. Move the deference below the null check and remove redundant set. Bug: 2852726 Change-Id: I3eaaea5050948145eed44b64507dc846993d98eb
* | | | | Actually reference the fixed Proguard flags.Daniel Sandler2010-08-021-0/+2
| |_|/ / |/| | | | | | | | | | | | | | | Bug: 2869888 Change-Id: I3277b51cd411c7933607c08b6022870ef83e9197
* | | | 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.