index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
RemoteViews.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle exceptions from querying appinfo in RemoteViews#addAppWidget.
Sunny Goyal
2025-10-07
1
-6
/
+10
*
RemoteViews - Always load new ApplicationInfo from PackageManager.
Zak Cohen
2025-07-08
1
-3
/
+11
*
Check more URIs in notifications
Ioana Alexandru
2024-11-18
1
-0
/
+23
*
Visit URIs in themed remoteviews icons.
Ioana Alexandru
2023-06-14
1
-1
/
+9
*
Check URIs in sized remote views.
Ioana Alexandru
2023-06-14
1
-0
/
+5
*
Implement visitUris for RemoteViews ViewGroupActionAdd.
Ioana Alexandru
2023-06-14
1
-0
/
+5
*
Visit URIs in landscape/portrait custom remote views.
Ioana Alexandru
2023-05-27
1
-0
/
+6
*
Merge "RemoteViews: fix BitmapCache after immutable Bitmap switch" into tm-qp...
TreeHugger Robot
2022-08-10
1
-3
/
+8
|
\
|
*
RemoteViews: fix BitmapCache after immutable Bitmap switch
Tim Murray
2022-07-27
1
-3
/
+8
*
|
Wrapping various apply parameters into a separate class
Sunny Goyal
2022-08-05
1
-178
/
+193
|
/
*
RemoteViews: make bitmaps immutable
Tim Murray
2022-04-18
1
-4
/
+13
*
RemoteViews: don't crash on null display in getLaunchOptions
Julia Tuttle
2022-03-04
1
-1
/
+7
*
Propagate apply flags to nested RemoteViews
Willie Koomson
2022-01-27
1
-0
/
+23
*
Make setRemoteAdapter() work for nested RemoteViews
Willie Koomson
2022-01-27
1
-5
/
+21
*
Merge "Deprecate RemoteViews showNext/showPrevious"
Pierre Barbier de Reuille
2022-01-25
1
-0
/
+14
|
\
|
*
Deprecate RemoteViews showNext/showPrevious
Stevie Kideckel
2021-11-24
1
-0
/
+14
*
|
Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""
Bernardo Rufino
2022-01-19
1
-1
/
+1
*
|
Merge "Revert "Migrate unsafe parcel APIs in framework-minus-apex""
Ashwini Oruganti
2022-01-12
1
-1
/
+1
|
\
\
|
*
|
Revert "Migrate unsafe parcel APIs in framework-minus-apex"
Bernardo Rufino
2022-01-12
1
-1
/
+1
*
|
|
Merge "Set launch display id to an action performed on RemoteViews."
Iris Yang
2022-01-11
1
-0
/
+1
|
\
\
\
|
*
|
|
Set launch display id to an action performed on RemoteViews.
Iris Yang
2021-12-15
1
-0
/
+1
*
|
|
|
Merge "Fix crash in RemoteViews w/ Bundle due to Parcel.allowSquashing" into ...
Jeff DeCew
2022-01-05
1
-1
/
+19
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix crash in RemoteViews w/ Bundle due to Parcel.allowSquashing
Jeff DeCew
2021-12-30
1
-1
/
+19
*
|
|
|
Migrate unsafe parcel APIs in framework-minus-apex
Bernardo Rufino
2021-12-15
1
-1
/
+1
|
/
/
/
*
|
/
Copy caches when initializing RemoteViews
Stevie Kideckel
2021-12-08
1
-4
/
+7
|
|
/
|
/
|
*
|
Merge "Optimize parcelization protocol in RemoteViews and RemoteCollectionIte...
Stevie Kideckel
2021-11-17
1
-119
/
+283
|
\
\
|
*
|
Optimize parcelization protocol in RemoteViews and RemoteCollectionItems
Stevie Kideckel
2021-11-09
1
-119
/
+283
*
|
|
Check if the view can be recycled if viewId is set
Pierre Barbier de Reuille
2021-11-10
1
-17
/
+27
*
|
|
Revert "Always check if the view can be recycled."
Daniel Chapin
2021-11-08
1
-6
/
+10
*
|
|
Always check if the view can be recycled.
Pierre Barbier de Reuille
2021-11-01
1
-10
/
+6
|
/
/
*
|
Check if a view can be recycled in async case.
Pierre Barbier de Reuille
2021-10-28
1
-1
/
+1
*
|
Check if APK paths are valid right before creating the context.
Pierre Barbier de Reuille
2021-10-25
1
-2
/
+5
*
|
Make RemoteViewsContextWrapper take the user id of the application info.
Pierre Barbier de Reuille
2021-09-02
1
-0
/
+10
|
/
*
Revert "Revert "Apply overlay updates to widget provider info""
Ryan Mitchell
2021-08-09
1
-0
/
+19
*
Revert "Apply overlay updates to widget provider info"
Patrick Baumann
2021-08-04
1
-19
/
+0
*
Apply overlay updates to widget provider info
Ryan Mitchell
2021-07-29
1
-0
/
+19
*
Revert^3 "Deprecate Context#createApplicationContext"
Ryan Mitchell
2021-06-30
1
-3
/
+2
*
Revert^2 "Deprecate Context#createApplicationContext"
Paul Hobbs
2021-06-29
1
-2
/
+3
*
Revert "Deprecate Context#createApplicationContext"
Ryan Mitchell
2021-06-22
1
-3
/
+2
*
Ensure that the RemoteResponse is not empty before acting on it
Stevie Kideckel
2021-06-10
1
-1
/
+3
*
Fix handling for onItemClick of fixed collection items
Stevie Kideckel
2021-06-07
1
-23
/
+25
*
Deprecate Context#createApplicationContext
Ryan Mitchell
2021-05-18
1
-2
/
+3
*
Save/restore view states when reapplying RemoteViews for color changes
Stevie Kideckel
2021-05-04
1
-0
/
+89
*
Fix some potential nullability issues in RemoteViews
Stevie Kideckel
2021-04-27
1
-9
/
+34
*
Merge "Allow passing 0 to RemoteViews.setDimen() or setAttr()" into sc-dev
Jeff DeCew
2021-04-20
1
-50
/
+100
|
\
|
*
Allow passing 0 to RemoteViews.setDimen() or setAttr()
Jeff DeCew
2021-04-16
1
-50
/
+100
*
|
Merge "Ensure that the root view is an AppWidgetHostView in setRemoteAdapter"...
TreeHugger Robot
2021-04-20
1
-4
/
+12
|
\
\
|
|
/
|
/
|
|
*
Ensure that the root view is an AppWidgetHostView in setRemoteAdapter
Stevie Kideckel
2021-04-16
1
-4
/
+12
*
|
Add attribute setters for RemoteViews
Pierre Barbier de Reuille
2021-04-13
1
-38
/
+322
|
/
*
Replace RemoteViews#setViewId with a constructor
Pierre Barbier de Reuille
2021-04-07
1
-27
/
+9
[next]