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
/
services
/
java
/
com
/
android
/
server
/
AppWidgetServiceImpl.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 8277f248: am b685faa2: Merge "Implement #8323587, #8323342, #8323590: new ...
Dianne Hackborn
2013-03-23
1
-7
/
+80
|
\
|
*
Implement #8323587, #8323342, #8323590: new features.
Dianne Hackborn
2013-03-22
1
-7
/
+80
*
|
Add "database" upgrader for widget hosts.
Jim Miller
2013-03-08
1
-2
/
+40
|
/
*
Add explicit userId to AppWidget binder calls
Jim Miller
2013-02-20
1
-4
/
+5
*
Rename bindService to bindServiceAsUser to follow convention.
Amith Yamasani
2013-01-16
1
-3
/
+6
*
Fix crosstalk between users for widgets hosted in lockscreen
Amith Yamasani
2012-11-30
1
-24
/
+14
*
Merge "Making sure keyguard and homescreen only display eligible widgets (iss...
Adam Cohen
2012-11-28
1
-5
/
+1
|
\
|
*
Making sure keyguard and homescreen only display eligible widgets (issue 7550...
Adam Cohen
2012-11-28
1
-5
/
+1
*
|
Logging to help find the cause of widget crash in clock widget.
Amith Yamasani
2012-11-26
1
-0
/
+24
|
/
*
Delete appWidgetId when removing lockscreen widgets
Michael Jurka
2012-11-16
1
-0
/
+22
*
Making sure launcher doesn't show keyguard-only widgets (issue 7550090)
Adam Cohen
2012-11-15
1
-1
/
+5
*
Pushing state persistence to a background thread
Adam Cohen
2012-11-15
1
-13
/
+33
*
Use clock's widget as the default keyguard widget
Michael Jurka
2012-11-01
1
-2
/
+2
*
Stripping dead API related to keyguard widgets
Adam Cohen
2012-10-31
1
-4
/
+0
*
Do cleanup when Stopping users
Amith Yamasani
2012-10-15
1
-1
/
+4
*
Letting partial update fall through if the widget has not received a full upd...
Winson Chung
2012-10-11
1
-2
/
+5
*
Skip merge and assign RemoteViews directly if updateAppWidget() has not been ...
Winson Chung
2012-10-11
1
-1
/
+1
*
Fix widget cross-talk between users due to Settings widget
Amith Yamasani
2012-10-05
1
-7
/
+20
*
Fixing AppWidgetService / AppWidgetHost to work in system process
Adam Cohen
2012-09-26
1
-5
/
+35
*
Load resources for the correct user
Amith Yamasani
2012-09-25
1
-3
/
+3
*
Merge "Fix security check for private allocateAppWidgetId api" into jb-mr1-dev
Michael Jurka
2012-09-24
1
-2
/
+1
|
\
|
*
Fix security check for private allocateAppWidgetId api
Michael Jurka
2012-09-21
1
-2
/
+1
*
|
Fixing typos
Adam Cohen
2012-09-21
1
-5
/
+5
*
|
Fixing partiallyUpdateAppWidget to cache the new changes
Adam Cohen
2012-09-20
1
-2
/
+6
|
/
*
Add support for settings for lock widgets
Jim Miller
2012-09-14
1
-1
/
+11
*
Fix bug with getting widget categories
Michael Jurka
2012-09-14
1
-2
/
+2
*
Adding notion of keyguard widgets
Adam Cohen
2012-09-11
1
-7
/
+72
*
Centralize the creation of the user system directory
Amith Yamasani
2012-08-31
1
-2
/
+3
*
Enforce permissions for calls with specified userId
Amith Yamasani
2012-08-30
1
-4
/
+5
*
Switch public APIs to use new UserHandle class for identifying users.
Dianne Hackborn
2012-08-17
1
-5
/
+5
*
Rename UserId to UserHandle.
Dianne Hackborn
2012-08-16
1
-6
/
+6
*
Add APIs for interacting across users.
Dianne Hackborn
2012-08-02
1
-5
/
+5
*
Make AtomicFile a public API. It's about time!
Dianne Hackborn
2012-07-31
1
-1
/
+1
*
Stop using raw display size except in window manager.
Jeff Brown
2012-07-25
1
-3
/
+6
*
Fixing issue where you couldn't set null RemoteViews for a widget
Adam Cohen
2012-07-16
1
-1
/
+4
*
Merge "Fixing index-out-of-bounds in AppWidgetService. (Bug 6717459)"
Winson Chung
2012-07-09
1
-6
/
+23
|
\
|
*
Fixing index-out-of-bounds in AppWidgetService. (Bug 6717459)
Winson Chung
2012-06-25
1
-6
/
+23
*
|
am 037faad0: am ab779e0b: Merge "Increase bitmap memory cap for widgets (Bug ...
Michael Jurka
2012-06-22
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Increase bitmap memory cap for widgets (Bug 6597440)
Winson Chung
2012-06-22
1
-1
/
+3
*
|
Updating AppWidgetHost to receive a callback when any appWidget has changed. ...
Winson Chung
2012-06-13
1
-8
/
+48
|
/
*
Cap widget bitmap usage by screen size (issue 6464700)
Adam Cohen
2012-05-10
1
-0
/
+19
*
Merge "Changing app widget "extras" to "options" and another small API Review...
Adam Cohen
2012-05-02
1
-8
/
+8
|
\
|
*
Changing app widget "extras" to "options" and another small API Review issue
Adam Cohen
2012-05-02
1
-8
/
+8
*
|
Fix a bug in appwidget migration to multiuser directory.
Amith Yamasani
2012-05-01
1
-9
/
+9
|
/
*
New API to allow third-party apps to bind widgets
Michael Jurka
2012-04-24
1
-6
/
+77
*
Adding callback for widget size changed, and potentially other extra info
Adam Cohen
2012-04-19
1
-0
/
+33
*
User management and switching
Amith Yamasani
2012-03-27
1
-1
/
+15
*
Package restrictions per user
Amith Yamasani
2012-03-22
1
-19
/
+42
*
Fix Power Control widget
Amith Yamasani
2012-02-16
1
-9
/
+6
*
Multi-user - wallpaper service
Amith Yamasani
2012-02-10
1
-10
/
+12
[next]