summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Managed dialogs should run on the same thread as their activity.Joe Onorato2011-02-031-6/+20
| | | | | Bug: 3418998 Change-Id: I9b1cf73f9d6f8a5594f405546fcaa3cfd6f03c45
* Import revised translations. DO NOT MERGEEric Fischer2011-01-3120-20/+20
| | | | Change-Id: I07d18c234d74184a6bc83894a3e874ce1ae782da
* Import revised translations. DO NOT MERGEEric Fischer2011-01-281-1/+1
| | | | Change-Id: Id8afb303d2ecfc6270d1af1abd189c0ef0bf2314
* Import revised translations. DO NOT MERGEEric Fischer2011-01-2721-21/+21
| | | | Change-Id: I1cf12c4a061a7982666176b42ac68d6dedd207ed
* Set the default state of NOTIFICATIONS_USE_RING_VOLUME to true.Amith Yamasani2011-01-182-0/+8
| | | | | | | | Bug: 3319615 This doesn't affect upgrades, only new installs. Change-Id: I86fa77b36867649becce8fc470bf9a559fe48131
* Merge "Updated flightmode assets" into gingerbreadJustin Ho2011-01-122-0/+0
|\
| * Updated flightmode assetsJustin Ho2011-01-122-0/+0
| | | | | | | | Change-Id: Ia26da7982822d818f8416a110a21d17d316d7b3f
* | Import translations for additional languages.Eric Fischer2011-01-0685-1/+1808
|/ | | | Change-Id: I8a30fc0f90e22a5ec8d746aaf4b64776a3274016
* Import revised translations. DO NOT MERGEEric Fischer2010-12-0920-40/+20
| | | | | | Bug 3272618 Change-Id: I165a5964e62e3d3df59c26cf6595898ea3f84996
* Grant ACCESS_ALL_DOWNLOADS to DefaultContainerServiceKenny Root2010-12-011-0/+1
| | | | | | | | Be compatible with the old DownloadProvider behavior of being able to operate on content URIs returned from .insert() Bug: 3242328 Change-Id: I7dad15ac0fefa867c3c8a33a579fc9899ac80262
* 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
* | Fix the fix for storage ANRs.Daniel Sandler2010-11-031-2/+29
|/ | | | | | | This repairs Icf2a836b6 to avoid an infinite loop on boot. Bug: 3138068 Change-Id: Ic3a0455e18002dfb82774d96b3467030c4b15e2f
* Revert "UMS: Avoid SystemUI ANRs during long vold operations."Dianne Hackborn2010-11-021-29/+2
| | | | This reverts commit 010704f95de534214cd7b86f93e22050a595dce3.
* UMS: Avoid SystemUI ANRs during long vold operations.Daniel Sandler2010-11-021-2/+29
| | | | | | | | | Stop handling StorageEventListener callbacks on the main thread, where calls back into StorageManager could take a while (i.e., during a long fsck). Bug: 3138068 Change-Id: Icf2a836b69ff60606edce7c5575ad64dc24698c6
* Rescaled/updated mdpi assets added.Gilles Debunne2010-11-0182-0/+0
| | | | Change-Id: Idce2f1a3fb66565abe2c710281dab1ec6650d0c2
* Import translations for status bar.Eric Fischer2010-10-2220-0/+640
| | | | Change-Id: I5f40e9c507530fb4110da711e54465c2ae920a94
* DO NOT MERGE - Re-adding missing status_bar_close_on.9 for mdpi emulatorJustin Ho2010-10-221-0/+0
| | | | Change-Id: Ia855f0461a984974e3f54d8f8f5fe146ff330c4f
* Reduce logging.Joe Onorato2010-10-192-7/+4
| | | | | | | | | | Remember, the system and main logs are - Shared resources - Primarily for recording problems - To be used only for large grained events during normal operation Bug: 3104855 Change-Id: I136fbd101917dcbc8ebc3f96f276426b48bde7b7
* Updated GPS icons and new status bar backgroundJustin Ho2010-10-145-0/+0
| | | | Change-Id: If901a145b7cdb33b32076dcfb6964be59e3967da
* Merge "Fix SD card mounting issues #3074555 and #3072332" into gingerbreadDianne Hackborn2010-10-112-20/+14
|\
| * Fix SD card mounting issues #3074555 and #3072332Dianne Hackborn2010-10-112-20/+14
| | | | | | | | | | | | Change-Id: I79572bb4e92d2546abd97512a119ae74f0d72019 3074555: Kill "Shared storage safe to remove" notification 3072332: "blank shared storage" notification doesn't go anywhere
* | Add animation for the status bar going away.Joe Onorato2010-10-111-1/+1
| | | | | | | | | | Bug: 3077525 Change-Id: I0c166fc161f8febe963e667259517173b9ac609b
* | Fix status bar flashing after orientation changeJoe Onorato2010-10-111-21/+21
|/ | | | | | | hand merge 43a87c5c874f1b8fbf582ff522f10051a6434906 and add some more fixes Change-Id: Iea608bfba37e2e4c6a3430c13f683e54b0eff64b
* New assets for buttons and notificationGilles Debunne2010-10-0647-0/+0
| | | | Change-Id: I95ffa7600476f97e3be3c577ef55855abeaeac5e
* Merge "Make USB mass storage hide keyguard when shown." into gingerbreadDianne Hackborn2010-10-061-0/+6
|\
| * Make USB mass storage hide keyguard when shown.Dianne Hackborn2010-10-041-0/+6
| | | | | | | | Change-Id: I4d3592ade43c8b2e87768a55ba0fafb8e189a1fc
* | DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for ↵Adam Powell2010-10-051-1/+1
| | | | | | | | | | | | over-scroll Change-Id: If34c8ea4e15697420adad0bc404f3c278efd7c1b
* | DO NOT MERGE: Get rid of status bar's dim during night.Dianne Hackborn2010-10-051-39/+0
| | | | | | | | | | | | This does more harm than good now that the background is black. Change-Id: Ia5407c5078a83231a229fc9ed85839144f0da913
* | Revert for 68833 and 68483 which introduced new assets instead of just updating.Gilles Debunne2010-10-04189-0/+0
|/ | | | Change-Id: Ib37c0a61c5a2b061e4e70268db6d02a9adde10c2
* Merge "New green in assets for battery, download, upload" into gingerbreadGilles Debunne2010-10-0411-0/+0
|\
| * New green in assets for battery, download, uploadGilles Debunne2010-10-0411-0/+0
| | | | | | | | Change-Id: Iea08cddee109273fd070a7c9dae7ccb9d22d0e05
* | implement the number bubbles on the status barJoe Onorato2010-10-045-38/+86
|/ | | | | Bug: 2993482 Change-Id: I73b1f8c39e995fd4f986c25ea04127eb23c3cd07
* DO NOT MERGE Fix bug 3026771, other design/asset fixes.Adam Powell2010-10-014-2/+2
| | | | | | | | * Button text changed to bold by default. * Change notification divider to lighter gray (new asset). * Change "Clear" notification button to use system small button assets. Change-Id: Id1f1bdcf8c034186ad9acbdbdd544546bd32bbd8
* Hash keys with MD5; track IBinders not IInterfaceKenny Root2010-09-301-1/+1
| | | | | | | | | | | | Using a plaintext password doesn't work unless it's a certain length, so just hash the plaintext password with MD5 to make it the right length for the twofish encryption. Tracking the IInterface doesn't make much sense since it's different each time, so track the IBinder instead. That way we can unlinkToDeath the binder when the last thing it's holding onto goes away. Change-Id: Id828d25b4d74f27e9d8b4bfb3909c964469cc473
* Merge "Import revised translations. DO NOT MERGE" into gingerbreadEric Fischer2010-09-301-1/+1
|\
| * Import revised translations. DO NOT MERGEEric Fischer2010-09-291-1/+1
| | | | | | | | Change-Id: Iaa642982ed369b45f0923f919167ccb2e27b72c4
* | Merge "Change the 0_fully signal icon to the new style" into gingerbreadRobert Greenwalt2010-09-291-0/+0
|\ \
| * | Change the 0_fully signal icon to the new styleRobert Greenwalt2010-09-291-0/+0
| | | | | | | | | | | | | | | bug:3047901 Change-Id: I1faceb69fa44714bf1d73db0da7bddaaa3bddf3b
* | | Merge "New assets for status bar data_edge and overscroll" into gingerbreadGilles Debunne2010-09-291-0/+0
|\ \ \ | |/ / |/| |
| * | New assets for status bar data_edge and overscrollGilles Debunne2010-09-291-0/+0
| | | | | | | | | | | | Change-Id: I32b8e036fc54a912719df660db3063045d8d7c93
* | | Merge "Fix proguard flag file dependency." into gingerbreadYing Wang2010-09-291-1/+1
|\ \ \ | |/ / |/| |
| * | Fix proguard flag file dependency.Ying Wang2010-09-291-1/+1
| |/ | | | | | | Change-Id: Ibc160fc98334ca83fa8059372d2384880069b9d2
* | Merge "AnimatedImageView: Stop the animation when we're not visible." into ↵Joe Onorato2010-09-291-4/+15
|\ \ | |/ |/| | | gingerbread
| * AnimatedImageView: Stop the animation when we're not visible.Joe Onorato2010-09-291-4/+15
| | | | | | | | Change-Id: I5dedc4048806f1ea44ef4777ccf578a29e79869b
* | Merge "New assets: wifi signal 1, no sim card." into gingerbreadGilles Debunne2010-09-294-0/+0
|\ \ | |/ |/|
| * New assets: wifi signal 1, no sim card.Gilles Debunne2010-09-284-0/+0
| | | | | | | | Change-Id: I2f7571769079998a171ac90d088ca4e82a53ce99
* | Update OBB API to include callbacksKenny Root2010-09-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Add a callback for users of the StorageManager API to be able to receive notifications when the requested operation completes for mountObb and unmountObb. Add NDK API to get to ObbInfo like the Java API has. Also update the docs for the API and remove the "STOPSHIP" comments. Change-Id: I23a4409c7f8b74d3169614beba920b4d667990a4