| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| | |
resources used for homescreen widgets." into honeycomb-mr2
* commit '7322e557cfe42da42779625d69ced2db74a9df90':
Fix issue #4502672: Wrong xml resources used for homescreen widgets.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
There was a race in the system process between applying the initial
configuration and executing code in higher-level system services
like the app widget service that relies on the config. For some
reason it starting showing up more after my code changes; it should
now be completely fixed.
Also fix the activity starting window to run in compatibility mode
if its application is going to be in compatibility mode.
And some various cleanup and small fixes.
Change-Id: I0566933bf1bbb4259c1d99a60c0a3c19af1542e5
|
| |/
|
|
|
|
|
| |
-made onDestroy() one way
-moved uncaught exception handling to the application process
Change-Id: I958571a34eaa48b27e441e3a117c109fb2d2c644
|
| |
|
|
| |
Change-Id: Ib20c880bb7626565541ab4697317fcfaa2e6b5b7
|
| |
|
|
| |
Change-Id: Ia799cfc1824ccee1f7fd041ae8ecaa1a0395c3f6
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
-> Added resizeMode to the widget xml
-> Fixed an unexposed bug in AppWidgetHost where
minWidth and minHeight were never being converted
from complex type to dp
Change-Id: Ibbc4fc6542d095623ac2a40694b6a3dbfeb279ad
|
| | |
| |
| |
| | |
Change-Id: I3d60c115190a6e478777229d4851dedc78111c39
|
| |/
|
|
| |
Change-Id: I15ad04eee18bc3e09d4846c7f2f2d2d8d168e518
|
| |
|
|
|
|
|
|
|
| |
(3394210)
- Fix for crash when detaching from window
- Potential fix for occasional IllegalStateException when updating List based widgets
Change-Id: I3d3f2bb691552a1136111043db686c4926b510c6
|
| |
|
|
|
|
| |
widgets.
Change-Id: Iee53d4930dc4007df4298a282cdd5101876215a1
|
| |
|
|
|
|
|
| |
- Moving the service binding to AppWidgetService to prevent arbitrary apps from binding to widget services
- Requiring RemoteViewsServices to require android.permission.BIND_REMOTEVIEWS permission
Change-Id: Id135bafba998299eb278067712b8a5d8487cfd04
|
| |
|
|
| |
Change-Id: Ie6b75cb90be38bbce694ccf2d5a342d7f0172fa4
|
| |
|
|
| |
Change-Id: I058573f40a48fd7b5c2efa5f1041a1199919a51a
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
sd cards, because they don\'t work anyway." into gingerbread
Merge commit '8f0f1b1e9defc61c2831e8856b18f2e00cfd789d'
* commit '8f0f1b1e9defc61c2831e8856b18f2e00cfd789d':
Just disable widgets that come from apps on sd cards, because they don't work anyway.
|
| | |
| |
| |
| |
| |
| | |
work anyway.
Change-Id: I2d7ef4a63bcbd43547e40c01e997d813cc01e800
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
with app widgets." into gingerbread
Merge commit '32982c701cee6f73262200468419b80343a0bea7'
* commit '32982c701cee6f73262200468419b80343a0bea7':
Fix typo that makes apps on sd work better with app widgets.
|
| | |
| |
| |
| |
| | |
Bug: 2489571
Change-Id: Idbfb91d960b952aaf32c604b7e52592d77b5ef2e
|
| | |
| |
| |
| |
| |
| | |
Also removing extra parameter in AppWidgetManager.notifyDataSetChanged.
Change-Id: Ic771fe045ae793a6dacf09f1230e7c1c4b59a13e
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Partial updates are not cached by the AppWidgetService.
-> Added the ability to insert commands with no parameters into
RemoteViews objects.
-> Added showNext() and showPrevious() methods to RemoteViews.
-> Made showNext() / showPrevious() of AdapterViewFlipper remotable.
Change-Id: Ic5491bb374424a54728c4ca92b94b1f00dfb87ff
|
| | |
| |
| |
| | |
Change-Id: I3cfa899bae88cd252912cecebc12e93c27a3b7c9
|
| |/
|
|
| |
Change-Id: I0d79c85c6a2fc477af17eda05eabaa3151b0bef5
|
| |
|
|
| |
Change-Id: Ic3e3a7c679a74b822a3567faeb353950af3cfbca
|
| |\
| |
| |
| | |
Change-Id: I5f552b45caae639170674213c23f154437b58afd
|
| | |
| |
| |
| | |
Change-Id: Ic1f4d8ade0d32f3b74decbe557d4275dc2e19466
|
| | |
| |
| |
| |
| |
| | |
Bug #2464545
Change-Id: I802878af49dc4d98210fb8049df0bbdc49268d99
|
| | |
| |
| |
| | |
Change-Id: I134c4e694e66aaea47ad7da83d37b6621f4a527a
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug #2376231: Apps lose window focus (and back key causes ANR) if the
lock screen is dismissed while the phone is in landscape mode
This is another case where we weren't recomputing the focused window
after changing the visibility policy.
bug #2479958: Investigate source of "Resources don't contain package
for resource number 0x7f0a0000"
Um, okay, so it turns out there were bugs all over the place where
we would load an XML resource from a another application, but not
use the Resources for that application to retrieve its resources...!
I think the only reason any of this stuff was working at all was
because it typically only cared about retrieving the resource
identifiers of the items (it would look up the values later).
Bug #2401082: Passion ERE26 monkey crash - InputMethodManagerService
Add some null checks.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
This is the framework part, moving classes around so the framework
no longer needs to link to android-common. Makes some APIs public,
others that didn't need to be public are private in the framework,
some small things are copied.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
queryBroadcastReceivers() can return null, so AppWidgetService
should guard against that.
Fixes http://b/issue?id=2418982
Change-Id: I1ba83c0c37622e0280f3dba2fef5eca2cc90c975
|
| | |
| |
| |
| |
| |
| | |
Add checks for fwdlocked and updated system apps
add more tests
remove duplicate adds
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add new broadcasts ACTION_MEDIA_RESOURCES_AVAILABLE and
ACTION_MEDIA_RESOURCES_UNAVAILABLE that get broadcast by
PackageManagerService when sdcard gets mounted/unmounted
by MountService so that packages on sdcard get recognized by
various system services as being installed/available or
removed/unavailable by the system.
The broadcasts are sent before the actual package cleanup which includes
mounting/unmounting the packages and we force a gc right after so
that any lingering file references to resources on sdcard get
released.
|
| | |
| |
| |
| | |
Thanks Bjorn for the tip.
|
| |/
|
|
|
| |
Several files were moved to android-common. Update all the references
to import those files from the new location.
|
| |
|
|
| |
Bug 1814373, Bug 2152730
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
lookupHostLocked caller needs to check for null return value.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
There are three major classes of changes here:
- Avoid writing lines where their values are often empty, false, or some other typical thing.
- Use partial writes to the PrintWriter to avoid creating temporary strings.
- Use StringBuilder where we need to generate real String objects (and where possible cache the result).
|
| |
|