index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
appwidget
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose class name in AppWidgetHostView for accessibility
Guang Zhu
2012-05-15
1
-0
/
+7
*
Accounting for widget padding in dips instead of pixels
Adam Cohen
2012-05-09
1
-6
/
+7
*
Account for auto-padding in AppWidgetHostView#updateAppWidgetSize (issue 6454...
Adam Cohen
2012-05-08
1
-6
/
+17
*
Changing app widget "extras" to "options" and another small API Review issue
Adam Cohen
2012-05-02
3
-38
/
+39
*
Pushing widget resize callback responsibility to AppWidgetHost
Adam Cohen
2012-04-30
1
-20
/
+16
*
New API to allow third-party apps to bind widgets
Michael Jurka
2012-04-24
1
-2
/
+113
*
Adding callback for widget size changed, and potentially other extra info
Adam Cohen
2012-04-19
3
-2
/
+146
*
docs: Add developer guide cross-references, Project ACRE, round 4
Joe Fernandez
2011-12-22
3
-8
/
+18
*
Making default widget padding public API
Adam Cohen
2011-11-07
1
-22
/
+33
*
Adding default padding to AppWidgetHostView for widgets >= API level 14
Adam Cohen
2011-09-30
1
-0
/
+52
*
Getting rid of the (hidden) oldName parameter for widgets
Adam Cohen
2011-08-17
2
-21
/
+0
*
Fixing widget notifyDataSetChanged() not getting called, issue 5092676
Adam Cohen
2011-07-28
1
-0
/
+6
*
Fixing new minResizeWidth/Height API
Adam Cohen
2011-07-22
2
-0
/
+12
*
Adding resizeMinWidth/Height to AppWidgetProviderInfo
Adam Cohen
2011-07-19
2
-2
/
+26
*
Small change to AppWidgetProviderInfo public field name and docs
Adam Cohen
2011-02-28
1
-3
/
+9
*
Adding framework support for resizable widgets
Adam Cohen
2011-02-25
2
-4
/
+44
*
Update package descriptions with editorial revisions.
Scott Main
2011-01-26
1
-23
/
+23
*
previewImage API shouldn't be hidden.
Patrick Dubroy
2011-01-19
1
-2
/
+0
*
Refactoring app widgets to address security/performance issues.
Winson Chung
2011-01-18
1
-0
/
+42
*
Fixing bug related to collisions with AppWidget view ids and AppWidgetHost vi...
Adam Cohen
2011-01-16
1
-1
/
+5
*
Allow old view hierarchy to be GC'ed more quickly during rotation.
Patrick Dubroy
2011-01-14
1
-0
/
+11
*
Adding widget auto-advance capability
Adam Cohen
2010-11-10
1
-6
/
+9
*
Adding callback and fix to RemoteViewsFactory on notifyDataSetChanged.
Winson Chung
2010-08-17
3
-12
/
+9
*
-> Enabled partial updates to app widgets through AppWidgetManager.
Adam Cohen
2010-08-17
1
-0
/
+61
*
Initial changes to allow collections in widgets.
Winson Chung
2010-07-19
3
-0
/
+71
*
am b65d2256: merge from open-source master
The Android Open Source Project
2010-07-12
1
-11
/
+11
|
\
|
*
merge from open-source master
The Android Open Source Project
2010-07-12
1
-11
/
+11
|
|
\
|
|
*
Reduced Warnings by adding Type Arguments and removing unused imports
Christian Mehlmauer
2010-06-25
1
-11
/
+11
*
|
|
Convert the minWidth and minHeight to device units when calling getInstalledP...
Patrick Dubroy
2010-07-12
1
-1
/
+9
*
|
|
Add a new attribute to allow widgets to specify a preview image.
Patrick Dubroy
2010-06-28
1
-0
/
+13
*
|
|
am 801b63d3: am 51e895f0: Merge "Need to give the AppWidgetHostView the new i...
Joe Onorato
2010-06-23
2
-15
/
+14
|
\
\
\
|
|
/
/
|
*
|
Need to give the AppWidgetHostView the new info about the provider, in case t...
Joe Onorato
2010-06-23
2
-15
/
+14
|
|
/
*
|
Removed API changes from CL 54712.
Gilles Debunne
2010-06-17
1
-1
/
+1
*
|
Removed warnings in LayoutInflater.
Gilles Debunne
2010-06-16
1
-3
/
+4
|
/
*
Call into app widget hosts when the provider is updated.
Joe Onorato
2010-05-04
2
-3
/
+23
*
Add correct copyright headers to multiple files
Kenny Root
2010-03-11
1
-0
/
+1
*
Preserve widgets on upgrade.
Romain Guy
2010-03-11
2
-0
/
+22
*
Deprecate fill_parent and introduce match_parent.
Romain Guy
2010-01-08
1
-2
/
+2
*
Prevent crash in Home when using widgets whose ids collide with Home's
Romain Guy
2009-11-05
1
-2
/
+9
*
Fix possible NPE in the code that restores widgets' state.
Romain Guy
2009-10-15
1
-1
/
+2
*
Use remote Context when inflating initialLayout, add debug.
Jeff Sharkey
2009-08-19
1
-2
/
+3
*
Fixes #2021442. Prevent app widgets from clobbering Home's view ids.
Romain Guy
2009-08-11
1
-2
/
+53
*
Fix AppWidget layout inflation to resolve references.
Jeff Sharkey
2009-08-06
1
-8
/
+41
*
Merge change 6809 into donut
Android (Google) Code Review
2009-07-17
1
-5
/
+3
|
\
|
*
Correctly deliver AppWidgetProvider.onDeleted() events.
Jeff Sharkey
2009-07-10
1
-5
/
+3
*
|
Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes.
Joe Onorato
2009-07-15
1
-0
/
+3
|
/
*
Fixes #1963229. Introduces Context#isRestricted().
Romain Guy
2009-07-06
1
-1
/
+1
*
Cleanup a bunch of warnings in app widgets code.
Romain Guy
2009-07-01
2
-10
/
+7
*
resolve complex value in application context instead of system context.
Mitsuru Oshima
2009-07-01
1
-1
/
+14
*
Fix typos.
Ken Shirriff
2009-05-13
1
-1
/
+1
[next]