diff --git a/packages/SystemUI/Android.mk b/packages/SystemUI/Android.mk index 0cc2a67a3be34..ece34fb8fb63a 100644 --- a/packages/SystemUI/Android.mk +++ b/packages/SystemUI/Android.mk @@ -6,7 +6,9 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-proto-files-under,src) $(call all-Iaidl-files-under, src) \ src/com/android/systemui/EventLogTags.logtags -LOCAL_STATIC_JAVA_LIBRARIES := Keyguard +LOCAL_STATIC_JAVA_LIBRARIES := \ + Keyguard \ + android-support-v7-recyclerview LOCAL_JAVA_LIBRARIES := telephony-common LOCAL_PACKAGE_NAME := SystemUI diff --git a/packages/SystemUI/res/layout/recents.xml b/packages/SystemUI/res/layout/recents.xml index 064d2258150fe..2c010ddc6bddb 100644 --- a/packages/SystemUI/res/layout/recents.xml +++ b/packages/SystemUI/res/layout/recents.xml @@ -39,6 +39,12 @@ android:layout_width="match_parent" android:layout_height="match_parent" /> + + + + + + + + \ No newline at end of file diff --git a/packages/SystemUI/res/layout/recents_history_button.xml b/packages/SystemUI/res/layout/recents_history_button.xml new file mode 100644 index 0000000000000..38457c7b2a61b --- /dev/null +++ b/packages/SystemUI/res/layout/recents_history_button.xml @@ -0,0 +1,26 @@ + + + \ No newline at end of file diff --git a/packages/SystemUI/res/layout/recents_history_date.xml b/packages/SystemUI/res/layout/recents_history_date.xml new file mode 100644 index 0000000000000..6d6a9eed6187d --- /dev/null +++ b/packages/SystemUI/res/layout/recents_history_date.xml @@ -0,0 +1,28 @@ + + + \ No newline at end of file diff --git a/packages/SystemUI/res/layout/recents_history_task.xml b/packages/SystemUI/res/layout/recents_history_task.xml new file mode 100644 index 0000000000000..b9de15606bfb4 --- /dev/null +++ b/packages/SystemUI/res/layout/recents_history_task.xml @@ -0,0 +1,27 @@ + + + \ No newline at end of file diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index d8193abfa2dc5..902db26d21fae 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -177,6 +177,9 @@ 225 + + 250 + 96 diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index e0c0f6a5bb1bd..04233ba064bd3 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -698,6 +698,10 @@ search Could not start %s. + + More + + History Split Horizontal @@ -1157,21 +1161,26 @@ Use the new Quick Settings - + Enable paging - + Enable paging via the Overview button - + Enable fast toggle - + Enable launch timeout while paging - + Enable fullscreen screenshots - + Enable fullscreen screenshots in Overview + + Show History + + Enables the history view to see more recent tasks + Experimental diff --git a/packages/SystemUI/res/xml/tuner_prefs.xml b/packages/SystemUI/res/xml/tuner_prefs.xml index 4d07d5f2c9a34..f398af3d04c99 100644 --- a/packages/SystemUI/res/xml/tuner_prefs.xml +++ b/packages/SystemUI/res/xml/tuner_prefs.xml @@ -102,6 +102,11 @@ android:title="@string/overview_fullscreen_thumbnails" android:summary="@string/overview_fullscreen_thumbnails_desc" /> + +