summaryrefslogtreecommitdiffstats
path: root/core/java/com
Commit message (Collapse)AuthorAgeFilesLines
* am 521d400b: Fix 2209086: Add animations and misc ui improvements to SlidingTab.Jim Miller2009-11-151-67/+174
|\ | | | | | | | | | | | | Merge commit '521d400b230bee5e7b9748f26832c0d0275b8253' into eclair-mr2 * commit '521d400b230bee5e7b9748f26832c0d0275b8253': Fix 2209086: Add animations and misc ui improvements to SlidingTab.
| * Fix 2209086: Add animations and misc ui improvements to SlidingTab.Jim Miller2009-11-151-67/+174
| | | | | | | | | | | | | | | | Added translation animation where tab "flies" when you release. Added translation animation where pressing and releasing one tab will hide/show the other Added alpha animation to make target appear gradually Added margin around swipe area to allow easier unlocking. Removed unused handler.
* | am 16a9d9a7: Fix 2209086: Fix missing callback that was preventing tab bar ↵Jim Miller2009-11-151-0/+1
|\ \ | |/ | | | | | | | | | | | | | | text from updating. Merge commit '16a9d9a736a1bfdc12aa54c549508dd12596247f' into eclair-mr2 * commit '16a9d9a736a1bfdc12aa54c549508dd12596247f': Fix 2209086: Fix missing callback that was preventing tab bar text from updating.
| * Fix 2209086: Fix missing callback that was preventing tab bar text from ↵Jim Miller2009-11-151-0/+1
| | | | | | | | | | | | updating. Also includes a cosmetic fix to move the Digital clock down a bit.
* | am 7c1c4600: Merge change I425ca595 into eclairJim Miller2009-11-141-20/+23
|\ \ | |/ | | | | | | | | | | Merge commit '7c1c46000be136ffda36283fdc93bfe3cba72601' into eclair-mr2 * commit '7c1c46000be136ffda36283fdc93bfe3cba72601': Fix 2261626: Don't show text on button if orientation is vertical.
| * Fix 2261626: Don't show text on button if orientation is vertical.Jim Miller2009-11-131-20/+23
| |
* | am 11fea858: Merge change I8061e6ac into eclairJim Miller2009-11-121-7/+26
|\ \ | |/ | | | | | | | | | | Merge commit '11fea858b2f2d3f9c40a4da848d7bcee47edde04' into eclair-mr2 * commit '11fea858b2f2d3f9c40a4da848d7bcee47edde04': Fix 2209086: Updated assets and fixed widget dimension calculation.
| * Fix 2209086: Updated assets and fixed widget dimension calculation.Jim Miller2009-11-121-7/+26
| | | | | | | | | | | | | | | | Added hvga assets for new lock screen widget. Tested: LockScreen on wvga and hvga devices. InCallScreen on wvga and hvga devices.
* | Rename [I]DropBox[Service] to [I]DropBoxManager[Service].Dan Egnor2009-11-121-12/+12
| | | | | | | | Un-hide the DropBoxManager interface, and update the public API accordingly.
* | am 2477fd69: Merge change Ic31c11ad into eclairJim Miller2009-11-121-20/+31
|\ \ | |/ | | | | | | | | | | Merge commit '2477fd69492055f3c6ee62ed9993e9fde8283144' into eclair-mr2 * commit '2477fd69492055f3c6ee62ed9993e9fde8283144': Fix 2209086: restore drawable states when drawables change.
| * Merge change Ic31c11ad into eclairAndroid (Google) Code Review2009-11-121-20/+31
| |\ | | | | | | | | | | | | * changes: Fix 2209086: restore drawable states when drawables change.
| | * Fix 2209086: restore drawable states when drawables change.Jim Miller2009-11-121-20/+31
| | | | | | | | | | | | | | | | | | | | | This fixes a bug where the right tab hightlight wasn't being seen. The prooblem was that we weren't preserving the drawables' states when the application requested a new drawable. We now track the drawable state so we can updated it when the resources change.
* | | am 609bbf18: Merge change I54089080 into eclairDaniel Sandler2009-11-121-0/+186
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '609bbf182e4b4f39b6be7ed01331887ca70ea4c1' into eclair-mr2 * commit '609bbf182e4b4f39b6be7ed01331887ca70ea4c1': Update keyguard and pattern-lock layouts for new UX designs.
| * | Update keyguard and pattern-lock layouts for new UX designs.Daniel Sandler2009-11-121-0/+186
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To do this, we bring DigitalClock over from Clock into the internal widgets. Its font, Clockopia, comes along for the ride (find it in /system/fonts). This change is required for relevant code changes in frameworks/policy/phone. Change-Id: I354534f1abd9cf9557c9d18566f1d55b6be5e8f1
* | | am 34d723d8: Merge change I32371166 into eclairDianne Hackborn2009-11-111-4/+11
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '34d723d8fa75e8f97401311e03b3839246143018' into eclair-mr2 * commit '34d723d8fa75e8f97401311e03b3839246143018': Fix issue #2239203: Setting large background causes OOME and soft-reboot spiral
| * | Fix issue #2239203: Setting large background causes OOME and soft-reboot spiralDianne Hackborn2009-11-111-4/+11
| |/ | | | | | | | | | | Try really really hard not to crash, for any reason. Change-Id: I32371166229825f13fc8d12d5cf3a6531cdb345e
* | am f2897fe4: Merge change Idc34a3f7 into eclairJim Miller2009-11-111-10/+15
|\ \ | |/ | | | | | | | | | | Merge commit 'f2897fe42e22966127dbee8025d6bdc1d1697d81' into eclair-mr2 * commit 'f2897fe42e22966127dbee8025d6bdc1d1697d81': Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states.
| * Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string ↵Jim Miller2009-11-111-10/+15
| | | | | | | | | | | | file for new SlidingTab sound states. Tweak "animation" to be 250ms based on conversation with ui guys. Some minor performance tweaks to SlidingTab.
* | am 2f92bd3e: Merge change Ia895aa7d into eclairJim Miller2009-11-111-0/+626
|\ \ | |/ | | | | | | | | | | Merge commit '2f92bd3ecb45e2690dcdc9c09564a1b3805f673b' into eclair-mr2 * commit '2f92bd3ecb45e2690dcdc9c09564a1b3805f673b': Fix for 2209086: Initial pass at new SlidingTab widget and integration into LockScreen.
| * Fix for 2209086: Initial pass at new SlidingTab widget and integration into ↵Jim Miller2009-11-111-0/+626
| | | | | | | | | | | | | | | | | | | | LockScreen. Tested: - unlock and mute/unmute Not working: - highlighting on right tab.
* | am 11cff8cd: Merge change Ie211adae into eclairMarco Nelissen2009-11-092-1/+2
|\ \ | |/ | | | | | | | | | | Merge commit '11cff8cd30f03b5adb137e985532543da5e960c4' into eclair-mr2 * commit '11cff8cd30f03b5adb137e985532543da5e960c4': Add a way for wallpapers to know the delta between virtual screens.
| * Add a way for wallpapers to know the delta between virtual screens.Marco Nelissen2009-11-092-1/+2
| |
* | Instead of a raw AIDL interface, give DropBox a JavaDan Egnor2009-10-281-0/+42
|/ | | | | | | | interface (android.os.DropBox); move the Binder interface behind the scenes. Make DropBoxEntry into DropBox.Entry. Make it possible to get a dropbox from an (Application)Context with the usual getSystemService(DROPBOX_SERVICE) type thing. Update the tests accordingly.
* Add a method to clear info about a contactTom Taylor2009-10-231-0/+11
| | | | | | | Add a method so the ContactInfoWidget will throw away the cached info it has on a contact (e.g. picture and uri). Change-Id: Ia8f376e356c6bcf246bbd72239c5ca2a3b7c9574
* Implement feature #2117336: Create event communication APIs for live wallpaperDianne Hackborn2009-10-221-0/+11
| | | | | | | Note: currently only implements an async version (no result), and not yet actually tested. Change-Id: Id47ed045a4b0eb309ea8c58daf41a0e03eff1d3a
* Proper fix for zero signal strength and no_service. Fixes #2176141Amith Yamasani2009-10-193-22/+85
| | | | | | | | | | Track phone service state changes and use a separate timer for out-of-service since the hunting can timeout on some devices. Store the timeout value in the config.xml, as it is device/network specific. Settings App will also change to use the hunting duration to compute the cost of zero signal.
* Fix for 2177367: Reduce duration of vibrate in RotaryLockScreenJim Miller2009-10-081-2/+2
| | | | BUG=2177367
* Fix issue #2171460: Turn off background blurring of power dialogDianne Hackborn2009-10-071-2/+9
| | | | Change-Id: I521629e0ccd0116acf149eeb7476c8474fc7c74a
* Introduce BluetoothAdapter.getDefaultAdapter().Nick Pelly2009-10-081-1/+1
| | | | | | | | | | | | | This is the main entry point to the Bluetooth APIs, and returns the default local Bluetooth adapter. It replaces context.getSystemService(Context.BLUETOOTH_SERVICE). This was never in a public SDK release. DrNo: eastham Bug: 2158765 Joke: Why can't you play cards in the jungle? Because there's too many cheetas! Change-Id: Ieed8be009ee5aba621cb69090ee8c8a9c19c840d
* Fix for 2161835: Tweaks to rotary lock screen:Jim Miller2009-10-061-45/+37
| | | | | - Make inactive dimples dim. - When an item is grabbed, make all other dimples dim.
* Work on issue #2163789: Way too much loggingDianne Hackborn2009-10-041-1/+0
| | | | | | Dr.No from mcleron. Change-Id: Iaca2268684f83fe8757e64db0b0e047a19755311
* RotarySelector widget: add callback for "grabbed" state changes.David Brown2009-10-021-9/+32
| | | | | | | | | | | | | | This is the frameworks/base part of the fix for Bug 2158434: add a new callback to the OnDialTriggerListener interface, so the RotarySelector can tell the app about state changes between NOTHING_GRABBED and LEFT_HANDLE_GRABBED and RIGHT_HANDLE_GRABBED. BUG=2158434 DRNO=timsullivan TESTED=regular incoming calls, call waiting calls, answering a call, rejecting a call. Also verified I didn't affect the lock screen at all.
* Adjust opacity for inactive dimple in rotary widgetJim Miller2009-09-301-10/+15
|
* Check if rename of backed up file fails before persisting new changes.Suchi Amalapurapu2009-09-301-2/+11
| | | | | | | | | If not these system services will end up with inconsistent settings files when the device runs out of storage. Delete mangled settings file in PackageManager if the current write fails so that we don't end up overwriting the backed up version with the mangled version Include null check when retrieving fwd locked resource for an existing package
* Merge change I8dfd6ea8 into eclairAndroid (Google) Code Review2009-09-301-4/+4
|\ | | | | | | | | * changes: Handle bad lines in /proc/wakelocks : Fix for 2124260
| * Handle bad lines in /proc/wakelocks : Fix for 2124260Amith Yamasani2009-09-301-4/+4
| | | | | | | | | | | | Use the return value from the native parser to skip over bad lines. When the wakelocks overflow, there could be empty or badly formatted lines. Skip over them.
* | Change FasttrackBadgeWidget->QuickContactBadge and make public.Evan Millar2009-09-301-3/+3
| | | | | | | | Change-Id: I9d12beeba16c2f64742b4a99d0da4ceb73525b5b
* | Fix for 2139014: Allow platform customization of vibration pattern in ↵Jim Miller2009-09-301-2/+27
| | | | | | | | | | | | LockScreenView. Can be configured by config_virtualKeyVibePattern.
* | Fix for 2137900: Be more conservative about poking the wakelock.Jim Miller2009-09-291-0/+9
|/ | | | Updated after review: white space, check for null pattern listener.
* Adding status update attribution to ContactHeaderWidgetDmitri Plotnikov2009-09-281-13/+68
| | | | Change-Id: I677f8a8d805c68d95ee56cd1119cc3e97c6ae073
* Delegate exclude mimetypes to FasttrackBadgeWidgetTadashi G. Takaoka2009-09-281-0/+1
| | | | Internal Bug: 2138745
* Adding columns to support attribution of status updates. Also renaming some ↵Dmitri Plotnikov2009-09-271-11/+11
| | | | | | columns to better describe their purpose. Change-Id: If6d7812f38a3cfd662a5ae2387c72c4761fdf9fa
* bug 2148061: if PduBody is zero length, treat it as an empty message.Wei Huang2009-09-271-3/+2
| | | | Change-Id: I2f352dd481f6b8d02b67cd3a44d692e3a5d03999
* Changing contact status to Presence-basedDmitri Plotnikov2009-09-271-87/+65
| | | | Change-Id: I35589e87f1e1743413d3f10509e9eccc333aa2fb
* Fix http://b/issue?id=2106682 (Don't show status if we don't have it).Evan Millar2009-09-261-2/+7
| | | | Change-Id: I1636914ef47fc5319f2593d3e7aea33e523be3c7
* Change longClick -> click in ContactHeaderWidget.Evan Millar2009-09-261-33/+31
| | | | | | | Also don't enable it by default, but add an api to explicitly request it. Change-Id: I75fa4bfddba7a1800dec24e6a068eca614370a26
* Center name when no status.Neel Parekh2009-09-251-1/+7
| | | | | | Also shows the status if exists (not actually hooked up yet though). Bug: 2138736
* Merge change 26720 into eclairAndroid (Google) Code Review2009-09-251-1/+10
|\ | | | | | | | | * changes: Allow us to set the contact uri without setting the fast track's uri
| * Allow us to set the contact uri without setting the fast track's uriNeel Parekh2009-09-231-1/+10
| |
* | Optimize rotary selector widget by using bitmaps instead of drawables.Karl Rosaen2009-09-251-39/+15
| | | | | | | | In profiling setBounds was expensive. Time per onDraw from 13.3ms to 6.59ms :)