Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8078cd1
Revert "Pulse blacklist [2/2]"
liquid0624 Nov 20, 2018
2d73fd3
Revert "Add Pulse settings"
liquid0624 Nov 20, 2018
09cd0d3
lounge: missing advanced doze settings
liquid0624 Nov 28, 2018
6eced2e
Power Menu animations [2/2]
Nov 19, 2018
ce29a33
Rotation anim to Power and reboot menu [1/2]
LorDClockaN Nov 22, 2018
71cba29
Breathing missedcall/sms/voicemail [5/5]
garwedgess Nov 19, 2018
e35a10f
Disable Immersive Messages [2/2]
Nov 19, 2018
ef00b0b
Liquid - add central slim ActionListViewSettings class back.
kufikugel Dec 9, 2014
cd6a83d
Liquid - add dslv controller
kufikugel Nov 3, 2013
f1b0ae6
Settings - Materialize DSLV
kufikugel Dec 9, 2014
eb06f8b
Settings - add user configurable lockscreen shortcuts [2/2]
dankoman30 Dec 5, 2014
058edaa
Settings - Slim DSLV improvement
XXMrHyde Sep 1, 2015
3d90611
Settings - dslv: Bring in FAB for Lockscreen Shortcuts
mydongistiny Nov 15, 2015
f9178c1
Settings - Add new lockscreen shortcuts icons
westcripp Nov 28, 2015
fbdc895
Settings - dslv: Remove add icon. We already have a FAB
mydongistiny Dec 23, 2015
879345c
Settings - Lockscreen shortcuts improvements [2/2]
rogersb11 Dec 13, 2015
472d7a3
Settings - DSLV: Resize system icons to match vector drawable size
fusionjack Jun 6, 2015
224a624
Settings - Add double tap option to lockscreen shortcuts [2/2]
gmillz Nov 20, 2018
76b4c07
Volume dialog timeout (2/2)
LorDClockaN Nov 22, 2018
cdaba7f
Option to use volume keys to control ring volume anytime (2/2)
pawitp Nov 21, 2018
8ea3ad0
PowerMenu: add Screenrecord to the menu [2/2]
eyosen Nov 23, 2018
bf04f5b
Disable lockscreen shortcuts for now
SKULSHADY Nov 23, 2018
077dee6
Revert OmniJaws [2/2]
Destiny911gtr Nov 18, 2018
eb0724c
Integrate Weather client [2/2]
jhenrique09 Oct 31, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions res/anim/floating_action_button_elevation.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
<objectAnimator
android:propertyName="translationZ"
android:duration="@android:integer/config_shortAnimTime"
android:valueTo="@dimen/fab_elevation_pressed"
android:valueType="floatType"/>
</item>
<item>
<objectAnimator
android:propertyName="translationZ"
android:duration="@android:integer/config_shortAnimTime"
android:valueTo="0dp"
android:valueType="floatType"/>
</item>
</selector>
Binary file added res/drawable-hdpi/ic_grabber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-mdpi/ic_grabber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xhdpi/ic_grabber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xxhdpi/ic_grabber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/drawable-xxxhdpi/ic_grabber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions res/drawable/fab_background.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/fab_ripple">
<item>
<shape>
<solid android:color="@color/fab_shape" />
</shape>
</item>
<item android:drawable="@drawable/fab_accent"/>
</ripple>
26 changes: 26 additions & 0 deletions res/drawable/floating_action_button.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="@color/floating_action_button_touch_tint">
<item android:id="@android:id/mask">
<shape android:shape="oval">
<solid android:color="@android:color/white" />
</shape>
</item>
<item android:drawable="@drawable/fab_accent"/>
</ripple>
38 changes: 0 additions & 38 deletions res/drawable/ic_settings_weather.xml

This file was deleted.

68 changes: 68 additions & 0 deletions res/layout/action_list_view_item.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 Slimroms

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:paddingStart="?android:attr/listPreferredItemPaddingStart"
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
android:paddingTop="8dip"
android:paddingBottom="8dip" >
<ImageView
android:id="@id/drag_handle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/ic_grabber"
android:layout_marginEnd="8dip"
android:layout_gravity="center_vertical"
android:scaleType="centerInside"
android:contentDescription="@null" />
<LinearLayout
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_gravity="fill_horizontal|center_vertical"
android:orientation="vertical"
android:paddingRight="5dp">
<TextView
android:id="@+id/click_action_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="fill_horizontal"
android:singleLine="true"
android:ellipsize="marquee"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textAlignment="viewStart" />
<TextView
android:id="@+id/longpress_action_description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="fill_horizontal"
android:layout_marginTop="2dip"
android:singleLine="true"
android:ellipsize="marquee"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textAlignment="viewStart" />
</LinearLayout>
<ImageView
android:id="@+id/icon"
android:layout_width="36dip"
android:layout_height="36dip"
android:layout_marginEnd="8dip"
android:layout_gravity="center_vertical"
android:scaleType="centerInside"
android:contentDescription="@null" />
</GridLayout>
72 changes: 72 additions & 0 deletions res/layout/action_list_view_main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 Slimroms

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
</LinearLayout>
<View
android:id="@+id/divider"
android:layout_width="match_parent"
android:layout_height="1dp"
android:visibility="gone"
android:background="@android:color/darker_gray"/>
<TextView
android:id="@+id/disable_message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="20dip"
android:layout_gravity="center"
android:gravity="center_horizontal"
android:text="@string/shortcut_action_disable_message"
android:textAppearance="?android:attr/textAppearanceMedium"
android:visibility="gone" />
<com.liquid.liquidlounge.preferences.dslv.DragSortListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="0dp"
android:paddingBottom="0dp"
android:paddingLeft="0dp"
android:layout_margin="0dp"
android:dividerHeight="1dp"
settings:dragEnabled="true"
settings:collapsedHeight="2dp"
settings:dragScrollStart="0.33"
settings:maxDragScrollSpeed="0.5"
settings:floatAlpha="0.6"
settings:slideShuffleSpeed="0.3"
settings:trackDragSort="false"
settings:useDefaultController="true"
settings:dragHandleId="@id/drag_handle"
settings:sortEnabled="true"
settings:removeEnabled="true"
settings:dragStartMode="onMove"
settings:removeMode="flingRemove"
settings:floatBackgroundColor="@color/dslv_float_background_color" />
</LinearLayout>
<include layout="@layout/fab" />
</RelativeLayout>
23 changes: 23 additions & 0 deletions res/layout/fab.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014 The CyanogenMod Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/floating_action_button"
style="@style/floating_action_button">
<ImageView
style="@style/floating_action_button_image"
android:src="@drawable/ic_menu_add_white"/>
</FrameLayout>
Loading