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
/
packages
/
SystemUI
/
src
/
com
/
android
/
systemui
/
recents
/
views
/
RecentsView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
SystemUI: add closed all tasks event log
Roman Birg
2016-04-11
1
-0
/
+1
*
SystemUI: add RecentsView EventLogs
Roman Birg
2016-04-11
1
-0
/
+8
*
SystemUI: handle hiding recents search bar dynamically
Roman Birg
2016-02-08
1
-2
/
+2
*
Adding metrics to overview.
Winson Chung
2015-07-06
1
-0
/
+15
*
Refactoring recents search bar widget logic.
Winson Chung
2015-06-24
1
-13
/
+10
*
Speed up recents -> app #2
Jorim Jaggi
2015-06-04
1
-28
/
+70
*
Speed up recents -> app
Jorim Jaggi
2015-06-04
1
-1
/
+3
*
Make entering recents a lot faster
Jorim Jaggi
2015-06-04
1
-0
/
+7
*
Fixing case where we were not preloading tasks correctly.
Winson Chung
2015-06-03
1
-1
/
+1
*
Make recents use immutable ashmem bitmaps for things it frequently passes acr...
Riley Andrews
2015-05-18
1
-1
/
+2
*
Ensuring that we reload a widget that was updated in another orientation.
Winson Chung
2015-04-03
1
-4
/
+5
*
Adding menu to arrange one or two tasks and arrange them accordingly
Skuhne
2015-03-24
1
-0
/
+47
*
Change resize logic: Use resizeTask and remove stack resize UI/logic
Skuhne
2015-03-17
1
-52
/
+3
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-1
/
+0
*
Ensuring that the list of stack views are mutable. (Bug 19245963)
Winson Chung
2015-02-03
1
-19
/
+10
*
Adding some debug controls to test multi-window.
Winson Chung
2015-01-29
1
-119
/
+172
*
Adding dismiss-all button.
Winson Chung
2015-01-22
1
-5
/
+13
*
Cherry picking recents fixes to screen pinning and visibility.
Winson Chung
2015-01-20
1
-1
/
+1
*
Bug 18784289: Fix issue with transition animation callback.
Winson Chung
2014-12-18
1
-1
/
+1
*
Initial changes to add callback on task stack changes. (Bug 17672056, Bug 182...
Winson Chung
2014-12-02
1
-0
/
+5
*
Reset the task stack instead of the view when Recents is hidden. (Bug. 184368...
Winson Chung
2014-11-21
1
-9
/
+4
*
Merge "Preload only visible thumbnails and task icons. (Bug 17672056, Bug 182...
Winson Chung
2014-11-12
1
-2
/
+6
|
\
|
*
Preload only visible thumbnails and task icons. (Bug 17672056, Bug 18291345)
Winson Chung
2014-11-11
1
-2
/
+6
*
|
Merge "Material design for screen pinning cling" into lmp-mr1-dev
Jason Monk
2014-11-07
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Material design for screen pinning cling
Jason Monk
2014-11-07
1
-2
/
+4
*
|
Merge "Don't reload the layout every time we enter Recents. (Bug 18160176)" i...
Winson Chung
2014-11-06
1
-24
/
+52
|
\
\
|
|
/
|
/
|
|
*
Don't reload the layout every time we enter Recents. (Bug 18160176)
Winson Chung
2014-11-05
1
-24
/
+52
*
|
Fix issue #17305377: Don't kill process if it still has tasks.
Wale Ogunwale
2014-11-04
1
-3
/
+1
|
/
*
Ensuring that user-specific Recent tasks are removed. (Bug 18036610)
Winson Chung
2014-10-23
1
-4
/
+2
*
Adding mouse wheel support. (Bug 17323718)
Winson Chung
2014-10-14
1
-3
/
+1
*
Merge "Handling broader set of exceptions when startingActivity from Recents....
Winson Chung
2014-09-18
1
-4
/
+10
|
\
|
*
Handling broader set of exceptions when startingActivity from Recents. (Bug 1...
Winson Chung
2014-09-17
1
-4
/
+10
*
|
Add option for recents to use fake shadows
Jorim Jaggi
2014-09-18
1
-1
/
+2
|
/
*
Removing unnecessary delays, ensuring transition thumbnail is the size of the...
Winson Chung
2014-09-07
1
-7
/
+10
*
Workaround to prevent starting the same task from Recents twice. (Bug 17322903)
Winson Chung
2014-08-29
1
-0
/
+9
*
Additional changes to improve performance when loading Recents. (Bug 16987565)
Winson Chung
2014-08-27
1
-2
/
+2
*
Merge "Fix issue #16311398: Limit number of documents a process can open" int...
Dianne Hackborn
2014-08-26
1
-10
/
+0
|
\
|
*
Fix issue #16311398: Limit number of documents a process can open
Dianne Hackborn
2014-08-26
1
-10
/
+0
*
|
Multiple performance changes to speed recents invocation/app launching time. ...
Winson Chung
2014-08-25
1
-11
/
+31
|
/
*
Implementing Recents focus states. (Bug 16950262)
Winson Chung
2014-08-12
1
-6
/
+15
*
Fixing regression with scrolling and launching an out-of-view task. (Bug 1687...
Winson Chung
2014-08-07
1
-1
/
+1
*
Launch application details for correct profile from recents.
Kenny Guy
2014-08-07
1
-1
/
+3
*
Unregistering receiver in onStart/Stop vs onCreate/Destroy. (Bug 16513124)
Winson Chung
2014-08-01
1
-0
/
+11
*
Updating the stack layout to use a parameterized curve.
Winson Chung
2014-08-01
1
-3
/
+5
*
Adding fallback transition for animating in/out of affiliate groups.
Winson Chung
2014-07-24
1
-1
/
+1
*
Intermediate refactoring to move towards in-app view transitions.
Winson Chung
2014-07-22
1
-78
/
+48
*
Create API for launching from recents
Craig Mautner
2014-07-22
1
-12
/
+4
*
Fixing optimization in Task loading. (Bug 16372369)
Winson Chung
2014-07-17
1
-5
/
+3
*
Don't clobber intent flags when starting recent activities anew. (Bug 16327074)
Winson Chung
2014-07-16
1
-3
/
+5
*
DO NOT MERGE Using a fixed sized ImageView to prevent unnecessary layouts.
Winson Chung
2014-07-15
1
-2
/
+2
[next]