Skip to content

Commit 8cff223

Browse files
committed
QuietHours: added support for multiple time ranges
Allows to set one or more time ranges for automatic quiet hours together with days which they apply to.
1 parent c2f7abe commit 8cff223

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+827
-323
lines changed

.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<classpathentry kind="lib" path="ext/api-82.jar" sourcepath="ext/api-82-sources.jar"/>
88
<classpathentry combineaccessrules="false" kind="src" path="/android-support-v7-palette"/>
99
<classpathentry combineaccessrules="false" kind="src" path="/android-support-v7-appcompat"/>
10+
<classpathentry combineaccessrules="false" kind="src" path="/android-support-design"/>
1011
<classpathentry kind="src" path="gen"/>
1112
<classpathentry kind="output" path="bin/classes"/>
1213
</classpath>

AndroidManifest.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,17 @@
129129
android:theme="@style/AppCompatTheme" >
130130
</activity>
131131

132+
<activity
133+
android:name="com.ceco.oreo.gravitybox.ledcontrol.QuietHoursRangeListActivity"
134+
android:label="@string/lc_qh_ranges_list_label"
135+
android:theme="@style/AppCompatTheme" >
136+
</activity>
137+
138+
<activity
139+
android:name="com.ceco.oreo.gravitybox.ledcontrol.QuietHoursRangeActivity"
140+
android:label="@string/lc_qh_ranges_detail_label">
141+
</activity>
142+
132143
<activity
133144
android:name="com.ceco.oreo.gravitybox.UnlockActivity"
134145
android:theme="@android:style/Theme.Translucent.NoTitleBar"

project.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
# Project target.
1414
target=android-27
1515
sdk.buildtools=25.0.3
16-
android.library.reference.1=../android-support-v7-appcompat
17-
android.library.reference.2=../android-support-v7-palette
16+
android.library.reference.1=..\\android-support-v7-appcompat
17+
android.library.reference.2=..\\android-support-v7-palette
18+
android.library.reference.3=../android-support-design
144 Bytes
Loading
210 Bytes
Loading
97 Bytes
Loading
194 Bytes
Loading
189 Bytes
Loading
296 Bytes
Loading
113 Bytes
Loading

0 commit comments

Comments
 (0)