summaryrefslogtreecommitdiffstats
path: root/core/res
Commit message (Collapse)AuthorAgeFilesLines
* Add resources to specify package name for network location and geocode ↵Mike Lockwood2010-01-311-0/+6
| | | | | | | | | providers. Will be used in an upcoming location manager change. Change-Id: Idc0ad897704d2eab160e09c144776fa8586baba4 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Merge "Update search source selector assets"Bjorn Bringert2010-01-296-8/+12
|\
| * Update search source selector assetsBjorn Bringert2010-01-296-8/+12
| | | | | | | | Change-Id: Id56e2ac195e1d1f8dcfe2fbe07025f3527396bba
* | Merge "New full-screen activity for USB mass storage interaction."Daniel Sandler2010-01-296-12/+142
|\ \ | |/ |/|
| * New full-screen activity for USB mass storage interaction.Daniel Sandler2010-01-286-12/+142
| | | | | | | | | | | | | | | | | | Still TODO: patch into forthcoming callbacks from MountService so the USB storage activity always shows the correct state of the device. (Right now it only refreshes its display onResume.) Bug: 2299129
* | am fbf977be: am 9985867a: Fix 2397617: Right-align carrier text in lock ↵Jim Miller2010-01-285-10/+26
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | screen and add carrier text to PINunlock in landscape mode. Merge commit 'fbf977be5471a81b664bfc0a048497f268688a17' * commit 'fbf977be5471a81b664bfc0a048497f268688a17': Fix 2397617: Right-align carrier text in lock screen and add carrier text to PINunlock in landscape mode.
| * | Fix 2397617: Right-align carrier text in lock screen and add carrier text to ↵Jim Miller2010-01-265-10/+26
| | | | | | | | | | | | PINunlock in landscape mode.
* | | resolved conflicts for merge of 33ca1f32 to masterKenny Root2010-01-285-5/+24
|\ \ \ | |/ / | | / | |/ |/| Change-Id: If5344c23c4fd727c0ad684859126337de6ca1d9f
| * Fix 2287263: Change carrier TextView to be 1 line and marquee if text is too ↵Jim Miller2010-01-225-8/+27
| | | | | | | | | | | | long. This is intended as a workaround for the long text lines introduced in https://android-git.corp.google.com/g/#change,38100.
* | am ad0e5363: am 50adb167: Pull in "emergency calls only" translations.Eric Fischer2010-01-2720-0/+20
|\ \ | |/ | | | | | | | | | | Merge commit 'ad0e53635571066e7928e30a4a669067fff6a382' * commit 'ad0e53635571066e7928e30a4a669067fff6a382': Pull in "emergency calls only" translations.
| * Pull in "emergency calls only" translations.Eric Fischer2010-01-2120-0/+20
| |
* | am 97fdd0ab: am 7f70998d: Merge "Add Emergency Calls Only String." into eclairJohn Wang2010-01-271-0/+2
|\ \ | |/ | | | | | | | | | | Merge commit '97fdd0aba93f7c609c1194edf636805ff70e4918' * commit '97fdd0aba93f7c609c1194edf636805ff70e4918': Add Emergency Calls Only String.
| * Add Emergency Calls Only String.John Wang2010-01-211-0/+2
| | | | | | | | | | | | | | Prepare strings for bug 2352094. The string is the same as the settings.R.string.radioInfo_service_emergency, so use the same msgid and translations.
* | More work on device admins:Dianne Hackborn2010-01-271-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - You can now show a dynamic message to the user when asking to have your DeviceAdmin added. - A DeviceAdmin can now provide a warning message that is displayed before a user disables it. - Better ordering (and text) of the policy warnings. - New API to set the maximum failed password attempts before the device wipes itself. - We now store the number of failed unlock attempts in persistent storage. - New managed dialog APIs that will be used by the settings app. Also a little bit of cleanup as I was working on this - removed the long unused MailboxNotAvailableException, fixed a java doc in Messenger.
* | AppsOnSd feature - Add default containerSuchi Amalapurapu2010-01-272-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new remote interface to do temporary copies. The new remote stub handling is done on mHandler thread and doesn't need locking for now. Add new InstallArgs class and subclasses to isolate cases for installation. Move resource deletion for failed installs/upgrades to later on in installation cycle. Fix code path for forward locked apps when using scanPackageLI TODO's Fix installation paths to completely use InstallArgs based design later on. Get rid of using flags in various install/uninstall code paths. Ideally InstallArgs should be created using these flags and used in the rest of the code. Function renames. Revisit mount api's.
* | MountService: Introduce new @hide permissions to protect secure containers.San Mehat2010-01-272-0/+65
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | Merge "remove @deprecated from dropDownHeight and dropDownWidth"Scott Main2010-01-261-2/+2
|\ \
| * | remove @deprecated from dropDownHeight and dropDownWidthScott Main2010-01-261-2/+2
| | |
* | | Merge "remove @deprecated tag from "fill_parent" because it bubbles up and ↵Scott Main2010-01-261-2/+2
|\ \ \ | |/ / | | | | | | declares the entire attribute as deprecated."
| * | remove @deprecated tag from "fill_parent" because it bubbles upScott Main2010-01-261-2/+2
| | | | | | | | | | | | and declares the entire attribute as deprecated.
* | | More device admin work: description, policy control.Dianne Hackborn2010-01-262-0/+39
|/ / | | | | | | | | | | | | | | | | | | | | | | There is now a description attribute associated with all components, that can supply user-visible information about what the component does. We use this to show such information about device admins, and wallpapers are also updated to be able to show this in addition to the existing description in their meta-data. This also defines security control for admins, requiring that they declare the policies they will touch, and enforcing that they do so to be able to use various APIs.
* | Make dialogs look better when their content is small.Romain Guy2010-01-222-3/+10
| |
* | Merge "Add a new attribute to LinearLayout: useLargestChild. Bug #2379138"Romain Guy2010-01-212-1/+6
|\ \
| * | Add a new attribute to LinearLayout: useLargestChild.Romain Guy2010-01-212-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Bug #2379138 This new attribute is to be used when the LinearLayout is wrap_content but you want all the children inside to have the same dimension. Set useLargestChild to true and give all the children a width/height of 0 and a weight of 1.0.
* | | am 84928fa9: am 813d2d86: Merge "Fix for 2292713: Remove workaround that ↵Jim Miller2010-01-212-0/+25
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | hides SlidingTab widget while internal state is inconsistent." into eclair Merge commit '84928fa93c3be222b77794de9922d299f4971ea4' * commit '84928fa93c3be222b77794de9922d299f4971ea4': Fix for 2292713: Remove workaround that hides SlidingTab widget while internal state is inconsistent.
| * | Fix for 2292713: Remove workaround that hides SlidingTab widget while ↵Jim Miller2010-01-152-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | internal state is inconsistent. The previous workaround for this race condition prevented glitches by postponing drawing the SlidingTab until the internal state was consistent. Unfortunately, the InCallScreen seems to trigger this most of the time if the keyboard is open or the last application was in landscape mode. Instead, we'll handle this separately in lockscreen.
* | | Bug 2330111Paul Westbrook2010-01-213-7/+7
| |/ |/| | | | | | | | | | | | | Make NumberPicker public Made setCurrent() more robust, as the value needs to be within the range specified earlier. setCurrent() will now throw an exception if the specified doesn't fall in the range
* | Implement Notification.DEFAULT_LIGHTS flag.Mike Lockwood2010-01-201-0/+9
| | | | | | | | | | | | | | | | | | | | This flag was already in the public API but did not do anything until now. We now use it so we can override the default notification LED color on a per device basis. Change-Id: I0d6e239b7da2fdbeda9608d6d4de3e778aa88e2c BUG: 2329568 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge "Add DateTimeView, a widget that shows a time or the date depending on ↵Joe Onorato2010-01-191-1/+1
|\ \ | | | | | | | | | the current time. Use that for notifications instead of a TextView that doesn't ever update."
| * | Add DateTimeView, a widget that shows a time or the date depending on theJoe Onorato2010-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | current time. Use that for notifications instead of a TextView that doesn't ever update. BUG 1563917
* | | Fix WEB_SEARCH handler whitelistBjorn Bringert2010-01-191-1/+2
| | | | | | | | | | | | Change-Id: I9450ac1554ed062cc3f833b0986157e54165e8f1
* | | First pass at new device policy and administration APIs.Dianne Hackborn2010-01-172-5/+17
|/ / | | | | | | | | | | | | | | This adds new DevicAdmin, DevicePolicyManager, and DeviceAdminInfo classes. See the java docs for each on documentation on them. Basically: a DeviceAdmin is what you derive from to administer a device; DevicePolicyManager is what you use to apply and check your policy requirements and perform other administration tasks.
* | Add QSB's GoogleSearch as the preferred web search providerBjorn Bringert2010-01-131-0/+1
| | | | | | | | | | | | | | This is temporary, until we can switch to using the GLOBAL_SEARCH permission to decide who is the web search provider. Change-Id: I6491671e33ab05297d05114968d8b7f492a2b6d4
* | Fix 2332563: Add password-lock support to lockscreenJim Miller2010-01-117-445/+469
| |
* | Copy SearchSourceSelector from QuickSearchBoxBjorn Bringert2010-01-095-7/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The widget shows the icon for a search source, and when clicked fires an intent that shows a search source selection activity. That intent is handled by the QuickSearchBox app. This change also adds the source selector to the in-app search dialog. An upcoming change to QuickSearchBox will add the search source selector to the home screen search widget and to the Quick Search Box activity. TODO: Add assets for selected and pressed states to the search selector. TODO: The SearchDialog hides when the soruce selection activity appears. This will be fixed when SearchDialog is changed from a system window to a normal app window. Change-Id: I91eadd60682577614e274ecf5b995b927c70a48a
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-0893-356/+364
| | | | | | | | Bug: #2361749.
* | Update with latest translations.Eric Fischer2010-01-0720-2901/+2146
| |
* | add ACCESS_CACHE_FILESYSTEM permission to core manifestDoug Zongker2010-01-062-0/+11
| | | | | | | | | | | | | | | | All of the permissions in data/etc/platform.xml are defined in core/res/AndroidManifest.xml, except for ACCESS_CACHE_FILESYSTEM. Add it. Change-Id: If7906bc0007484cc21196fb1c0593b967fd79920
* | Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru2010-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: I7c5feba1c7d07f915b97dd098584f29938a4c885
* | Merge "Remove the drawables for the VerticalTextSpinner, since they're no ↵Marco Nelissen2010-01-067-21/+0
|\ \ | | | | | | | | | longer needed here."
| * | Remove the drawables for the VerticalTextSpinner, since they're no longer ↵Marco Nelissen2010-01-057-21/+0
| | | | | | | | | | | | needed here.
* | | Kill the task killers.Dianne Hackborn2010-01-052-7/+32
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ActivityManager.restartPackage() API is now deprecated, and no longer allows applications to mess up the state of other applications. This was being abused by task killers, causing users to think their other applications had bugs. A new API is introduced for task killers, ActivityManager.killBackgroundProcesses(), which allows these applications to kill processes but only the same amount that the out of memory killer does, thus causing no permanent damage. The old restartPackage() API is now a wrapper for calling this new API. There is also a new private forceStopPackage() API that is used for the system's force stop UI which does what the old restartPackage() API did.
* | Don't perform app transition of the app is not currently visible.Dianne Hackborn2009-12-213-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yet more special casing for the window manager... try really hard, if we are performing an activity transition that is behind an opaque window (like say the lock screen or status bar) to just not do it. And, just as important, do a reasonable transition away from whatever is on top. Examples: - If the lock screen is up, and you get a call or press the emergency dialer button, we fade from the lock screen to the new UI, instead of fading to the animation going on between the old and new. - If you are in something hiding the lock screen, like the in-call screen, and that is hidden, then fade back to the lock screen. - If you select an item from the status bar, then have the new item displayed behind it as the status bar rolls up rather than seeing a second animation. (In fact this can't always be done because we may not start the transition to the new thing until the status bar is already going away. But for most cases we can do this with just one anim.)
* | am 9a6c8168: am 77fa05a4: Merge change Iab5952e1 into eclairScott Main2009-12-191-1/+7
|\ \ | |/ | | | | | | | | | | Merge commit '9a6c8168f743c1dc8cc28de22fe12be4623434cd' * commit '9a6c8168f743c1dc8cc28de22fe12be4623434cd': docs: add "required" attribute to the <uses-feature> docs
| * docs: add "required" attribute to the <uses-feature> docsScott Main2009-12-191-1/+7
| | | | | | | | | | | | | | and add a note to the CAMERA permission stating that it enables the <uses-feature> for camera. This is an incrimental update for the 2.0.1 docs. More changes to come for the 2.1 docs to include more features
| * Import revised translations. DO NOT MERGEEric Fischer2009-12-091-23/+23
| |
* | am 5ee51f07: am 05de7c88: Merge change I420cc110 into eclair-mr2Jim Miller2009-12-181-48/+45
|\ \ | | | | | | | | | | | | | | | | | | Merge commit '5ee51f07356b81ff2b026ef864f2f6349994e3fc' * commit '5ee51f07356b81ff2b026ef864f2f6349994e3fc': Fix 2318046: Modify PIN entry layout in keyguard so it works well on HVGA as well as WVGA devices.
| * \ Merge change I420cc110 into eclair-mr2Android (Google) Code Review2009-12-181-48/+45
| |\ \ | | | | | | | | | | | | | | | | * changes: Fix 2318046: Modify PIN entry layout in keyguard so it works well on HVGA as well as WVGA devices.
| | * | Fix 2318046: Modify PIN entry layout in keyguard so it works well on HVGA as ↵Jim Miller2009-12-141-48/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | well as WVGA devices. This change basically tightens up the layout and makes the emergency button area the "stretchy" part of the layout.
| * | | Introducing fields for capturing national specifics of contact names.Dmitri Plotnikov2009-12-151-2/+2
| | | | | | | | | | | | | | | | Change-Id: Ia848390b9a74c5eb1a5a45a0b909a40307beb9ab