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
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-21
1
-0
/
+22
*
Merge "Autofill: new UX for TV and support themes" into pi-dev
TreeHugger Robot
2018-04-26
1
-0
/
+20
|
\
|
*
Autofill: new UX for TV and support themes
Dake Gu
2018-04-25
1
-0
/
+20
*
|
Disabled reply action when pending intents are cancelled
Selim Cinek
2018-04-24
1
-0
/
+1
*
|
Split the reply icon permanently from the right icon
Selim Cinek
2018-04-23
1
-2
/
+20
|
/
*
Visit Uris in RemoteViews for granting purposes.
Jeff Sharkey
2018-04-18
1
-0
/
+50
*
Changed the appearance of phone call notifications
Selim Cinek
2018-04-12
1
-0
/
+15
*
Remove uses of libcore.util.Objects.hashCode / equals.
Narayan Kamath
2018-02-19
1
-5
/
+4
*
add list of supported views to RemoteViews docs
Scott Main
2017-11-21
1
-0
/
+25
*
Notification: Fix PendingIntent whitelisting
Adrian Roos
2017-10-27
1
-8
/
+23
*
Optimizing memory for RemoteViewsAdapter caches.
Sunny Goyal
2017-10-19
1
-5
/
+12
*
Updating documentation for setOnClickPendingIntent
Sunny Goyal
2017-10-12
1
-1
/
+5
*
Merge "Simplifying writeToParcel for various actions"
TreeHugger Robot
2017-09-27
1
-337
/
+139
|
\
|
*
Simplifying writeToParcel for various actions
Sunny Goyal
2017-09-27
1
-337
/
+139
*
|
Fixing wrong actions were written to parcel when copying
Sunny Goyal
2017-09-26
1
-1
/
+1
|
/
*
Preventing data overwirte in a Parcel
Sunny Goyal
2017-09-21
1
-32
/
+32
*
ActivityOptions.set/getLaunchStackId() be gone!
Wale Ogunwale
2017-09-19
1
-5
/
+6
*
Adding a copy constructor for RemoteViews
Sunny Goyal
2017-09-06
1
-214
/
+111
*
Changing RemoteViews to using MethodHandles instead of relection
Sunny Goyal
2017-08-31
1
-97
/
+90
*
Transforming all texts of decorated media custom views
Selim Cinek
2017-08-23
1
-0
/
+63
*
Fixed a bug with decorated custom views
Selim Cinek
2017-08-22
1
-0
/
+28
*
Reducing bitmap sizes in notifications
Selim Cinek
2017-07-19
1
-0
/
+16
*
Merge "Merge "Fix bug where RemoteViews addView is backwards." into oc-dr1-de...
Anthony Chen
2017-07-06
1
-0
/
+2
|
\
|
*
Fix bug where RemoteViews addView is backwards.
Anthony Chen
2017-07-05
1
-0
/
+2
*
|
Manually merge 23bb5bf262279ab37cfa109091c1bf0ae75e0685 to fix APIs
Alan Viverette
2017-06-14
1
-15
/
+24
*
|
Revert "Hide APIs not intended to ship in DR."
Jeff Sharkey
2017-06-12
1
-16
/
+14
|
/
*
Hide APIs not intended to ship in DR.
Jeff Sharkey
2017-06-12
1
-14
/
+16
*
Merge "Fixed a bug where systemui could crash while cloning" into oc-dev
Selim Cinek
2017-06-09
1
-1
/
+1
|
\
|
*
Fixed a bug where systemui could crash while cloning
Selim Cinek
2017-06-08
1
-1
/
+1
*
|
Allow inline replying directly from the image
Selim Cinek
2017-06-02
1
-1
/
+1
*
|
Allow progress bar dimensions to be configured.
Anthony Chen
2017-05-30
1
-143
/
+263
|
/
*
Perf: Fix RemoteViews memory leak
Adrian Roos
2017-04-24
1
-14
/
+25
*
Remove scale up animation for startActivity from RemoteViews
Ian Lake
2017-04-18
1
-3
/
+1
*
Update more implementations of findViewById()
Alan Viverette
2017-04-13
1
-3
/
+3
*
Implicitly cast views obtained via View.findView methods
Alan Viverette
2017-02-27
1
-4
/
+4
*
Revert "Implicitly cast views obtained via View.findView methods"
Alan Viverette
2017-02-03
1
-4
/
+4
*
Implicitly cast views obtained via View.findView methods
Alan Viverette
2017-01-27
1
-4
/
+4
*
Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9
Elliot Waite
2017-01-26
1
-2
/
+2
|
\
|
*
Fix @links in reference docs. am: 54de77470d am: ab978c035e
Elliot Waite
2017-01-26
1
-4
/
+4
|
|
\
|
|
*
Fix @links in reference docs.
Elliot Waite
2017-01-25
1
-4
/
+4
|
*
|
Preventing widgets from exceeding Bitmap memory limit
Sunny Goyal
2016-11-15
1
-19
/
+2
|
|
/
*
|
Enforcing a maximum depth on nested RemoteViews calls
Sunny Goyal
2016-11-16
1
-8
/
+23
*
|
Preventing widgets from exceeding Bitmap memory limit
Sunny Goyal
2016-11-14
1
-19
/
+2
*
|
Fixing async inflation for nested RemoteViews
Sunny Goyal
2016-11-09
1
-9
/
+37
*
|
Avoding writing ApplicationInfo multiple times for nested RemoteViews
Sunny Goyal
2016-10-31
1
-13
/
+36
*
|
Merge "Adding support for async view loading in RemoteViewsAdapter"
Sunny Goyal
2016-10-27
1
-2
/
+48
|
\
\
|
*
|
Adding support for async view loading in RemoteViewsAdapter
Sunny Goyal
2016-09-29
1
-2
/
+48
*
|
|
Fix import statements in android.widget package.
Aurimas Liutikas
2016-10-11
1
-1
/
+2
|
/
/
*
|
Changed the appearance of fullscreen intent notifications again am: 981962e6ad
Selim Cinek
2016-07-22
1
-0
/
+12
|
\
|
|
*
Changed the appearance of fullscreen intent notifications again
Selim Cinek
2016-07-22
1
-0
/
+12
[next]