Drawables and strings and everything else. Some unconverted java classes.
This commit is contained in:
20
app/src/main/res/xml/bottombar.xml
Normal file
20
app/src/main/res/xml/bottombar.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<tabs>
|
||||
<tab
|
||||
id="@+id/tab_new"
|
||||
icon="@drawable/ic_fiber_new_black_24dp"
|
||||
title="@string/tab_new"
|
||||
barColorWhenSelected="@color/colorAccent" />
|
||||
|
||||
<tab
|
||||
id="@+id/tab_archive"
|
||||
icon="@drawable/ic_archive_black_24dp"
|
||||
title="@string/tab_read"
|
||||
barColorWhenSelected="@color/colorAccentDark"/>
|
||||
|
||||
<tab
|
||||
id="@+id/tab_fav"
|
||||
icon="@drawable/ic_favorite_black_24dp"
|
||||
title="@string/tab_favs"
|
||||
barColorWhenSelected="@color/pink"/>
|
||||
|
||||
</tabs>
|
7
app/src/main/res/xml/default_remote_config.xml
Normal file
7
app/src/main/res/xml/default_remote_config.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<defaultsMap>
|
||||
<entry>
|
||||
<key>github_apk</key>
|
||||
<value>https://github.com/aminecmi/ReaderForSelfoss-tracker/releases/download/1.4.0.9/mobile-githubConfig-release.apk</value>
|
||||
</entry>
|
||||
</defaultsMap>
|
64
app/src/main/res/xml/pref_general.xml
Normal file
64
app/src/main/res/xml/pref_general.xml
Normal file
@ -0,0 +1,64 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!--<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="preferred_browser"
|
||||
android:summary="@string/pref_switch_browser"
|
||||
android:title="@string/pref_switch_browser_title"/>-->
|
||||
|
||||
<PreferenceCategory
|
||||
android:title="@string/pref_general_category_links">
|
||||
|
||||
</PreferenceCategory>
|
||||
<SwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="prefer_internal_browser"
|
||||
android:summaryOff="@string/pref_general_internal_browser_off"
|
||||
android:summaryOn="@string/pref_general_internal_browser_on"
|
||||
android:title="@string/pref_general_internal_browser_title" />
|
||||
<SwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:dependency="prefer_internal_browser"
|
||||
android:key="prefer_article_viewer"
|
||||
android:summaryOff="@string/prefer_article_viewer_off"
|
||||
android:summaryOn="@string/prefer_article_viewer_on"
|
||||
android:title="@string/prefer_article_viewer_title" />
|
||||
<PreferenceCategory
|
||||
android:title="@string/pref_general_category_displaying">
|
||||
|
||||
</PreferenceCategory>
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="card_view_active"
|
||||
android:summaryOff="@string/pref_switch_card_view_off"
|
||||
android:summaryOn="@string/pref_switch_card_view_on"
|
||||
android:title="@string/pref_switch_card_view_title" />
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:dependency="card_view_active"
|
||||
android:key="full_height_cards"
|
||||
android:summaryOff="@string/card_height_off"
|
||||
android:summaryOn="@string/card_height_on"
|
||||
android:title="@string/card_height_title" />
|
||||
<SwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="display_unread_count"
|
||||
android:summaryOn="@string/switch_unread_count"
|
||||
android:title="@string/switch_unread_count_title" />
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:dependency="display_unread_count"
|
||||
android:key="display_other_count"
|
||||
android:title="@string/display_all_counts_title" />
|
||||
<PreferenceCategory
|
||||
android:title="@string/pref_general_category_actions">
|
||||
|
||||
</PreferenceCategory>
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="tab_on_tap"
|
||||
android:summaryOff="@string/pref_switch_actions_tap_off"
|
||||
android:summaryOn="@string/pref_switch_actions_tap_on"
|
||||
android:title="@string/pref_switch_actions_tap_title" />
|
||||
|
||||
</PreferenceScreen>
|
13
app/src/main/res/xml/pref_headers.xml
Normal file
13
app/src/main/res/xml/pref_headers.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<header
|
||||
android:fragment="apps.amine.bou.readerforselfoss.settings.SettingsActivity$GeneralPreferenceFragment"
|
||||
android:icon="@drawable/ic_settings_black_24dp"
|
||||
android:title="@string/pref_header_general"/>
|
||||
|
||||
<header
|
||||
android:fragment="apps.amine.bou.readerforselfoss.settings.SettingsActivity$LinksPreferenceFragment"
|
||||
android:icon="@drawable/ic_info_black_24"
|
||||
android:title="@string/pref_header_links"/>
|
||||
|
||||
</preference-headers>
|
10
app/src/main/res/xml/pref_links.xml
Normal file
10
app/src/main/res/xml/pref_links.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<Preference android:title="@string/issue_tracker_link"
|
||||
android:summary="@string/issue_tracker_summary"
|
||||
android:key="trackerLink" />
|
||||
|
||||
<Preference android:title="@string/source_code"
|
||||
android:key="sourceLink" />
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user