mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-13 14:10:46 +02:00
you've been waiting for this moment for so long
This commit is contained in:
7
app/src/main/res/xml/backup_descriptor.xml
Normal file
7
app/src/main/res/xml/backup_descriptor.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<full-backup-content>
|
||||
<!-- Exclude the shared preferences file that contains the GCM registrationId -->
|
||||
<exclude domain="sharedpref" path="cookies.xml" />
|
||||
<exclude domain="sharedpref" path="evernote_jobs.xml" />
|
||||
<exclude domain="database" path="evernote_jobs.db" />
|
||||
</full-backup-content>
|
5
app/src/main/res/xml/network_security_config.xml
Normal file
5
app/src/main/res/xml/network_security_config.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<network-security-config>
|
||||
<base-config cleartextTrafficPermitted="true" >
|
||||
</base-config>
|
||||
</network-security-config>
|
7
app/src/main/res/xml/provider_paths.xml
Normal file
7
app/src/main/res/xml/provider_paths.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<root-path
|
||||
name="root"
|
||||
path="." />
|
||||
<external-path name="external_files" path="."/>
|
||||
</paths>
|
15
app/src/main/res/xml/widget_lucky_number_info.xml
Normal file
15
app/src/main/res/xml/widget_lucky_number_info.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:initialKeyguardLayout="@layout/widget_lucky_number"
|
||||
android:initialLayout="@layout/widget_lucky_number"
|
||||
android:minWidth="110dp"
|
||||
android:minHeight="40dp"
|
||||
android:minResizeWidth="40dp"
|
||||
android:minResizeHeight="40dp"
|
||||
android:previewImage="@drawable/widget_lucky_number_preview"
|
||||
android:resizeMode="horizontal|vertical"
|
||||
android:updatePeriodMillis="1800000"
|
||||
android:widgetCategory="home_screen"
|
||||
android:configure="pl.szczodrzynski.edziennik.widgets.WidgetConfigActivity"
|
||||
tools:ignore="UnusedAttribute" />
|
15
app/src/main/res/xml/widget_notifications_info.xml
Normal file
15
app/src/main/res/xml/widget_notifications_info.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:initialKeyguardLayout="@layout/widget_notifications"
|
||||
android:initialLayout="@layout/widget_notifications"
|
||||
android:minWidth="250dp"
|
||||
android:minHeight="180dp"
|
||||
android:minResizeWidth="110dp"
|
||||
android:minResizeHeight="110dp"
|
||||
android:previewImage="@drawable/widget_notifications_preview"
|
||||
android:resizeMode="horizontal|vertical"
|
||||
android:updatePeriodMillis="5400000"
|
||||
android:widgetCategory="home_screen"
|
||||
android:configure="pl.szczodrzynski.edziennik.widgets.WidgetConfigActivity"
|
||||
tools:ignore="UnusedAttribute" />
|
15
app/src/main/res/xml/widget_timetable_info.xml
Normal file
15
app/src/main/res/xml/widget_timetable_info.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:initialKeyguardLayout="@layout/widget_timetable"
|
||||
android:initialLayout="@layout/widget_timetable"
|
||||
android:minWidth="250dp"
|
||||
android:minHeight="180dp"
|
||||
android:minResizeWidth="110dp"
|
||||
android:minResizeHeight="110dp"
|
||||
android:previewImage="@drawable/widget_timetable_preview"
|
||||
android:resizeMode="horizontal|vertical"
|
||||
android:updatePeriodMillis="1800000"
|
||||
android:widgetCategory="home_screen"
|
||||
android:configure="pl.szczodrzynski.edziennik.widgets.WidgetConfigActivity"
|
||||
tools:ignore="UnusedAttribute" />
|
Reference in New Issue
Block a user