2017-08-07 14:09:38 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright 2017 Thomas Schneider
|
|
|
|
|
|
|
|
This file is a part of Mastalab
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it under the terms of the
|
|
|
|
GNU General Public License as published by the Free Software Foundation; either version 3 of the
|
|
|
|
License, or (at your option) any later version.
|
|
|
|
|
|
|
|
Mastalab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
|
|
|
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
|
|
|
|
Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License along with Mastalab; if not,
|
|
|
|
see <http://www.gnu.org/licenses>.
|
|
|
|
-->
|
|
|
|
<ScrollView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/swipeContainer"
|
|
|
|
android:paddingLeft="@dimen/drawer_padding"
|
|
|
|
android:paddingRight="@dimen/drawer_padding"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:padding="@dimen/fab_margin"
|
|
|
|
android:orientation="vertical"
|
|
|
|
tools:ignore="UselessParent">
|
|
|
|
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_share_validation"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_share_validation"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2017-09-10 09:48:05 +02:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_share_validation_fav"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_share_validation_fav"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2017-08-07 14:09:38 +02:00
|
|
|
|
2017-08-15 09:02:46 +02:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_auto_add_media_url"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_auto_add_media_url"
|
|
|
|
android:layout_height="wrap_content" />
|
2017-08-07 14:09:38 +02:00
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_auto_store"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_auto_store_toot"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2018-10-10 11:03:51 +02:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_display_direct"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_display_direct"
|
|
|
|
android:layout_height="wrap_content" />
|
2017-08-25 14:30:55 +02:00
|
|
|
|
2017-10-30 13:29:39 +01:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_display_local"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_display_local"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_display_global"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_display_global"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2018-12-05 17:51:28 +01:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_display_art"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_display_art"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2018-01-06 08:19:26 +01:00
|
|
|
<!-- CARRIAGE RETURN AFTER MENTION IN REPLIES -->
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_capitalize"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_capitalize"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2017-11-11 10:05:37 +01:00
|
|
|
<!-- LIVE NOTIFICATIONS SETTINGS -->
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_live_notify"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/live_notif"
|
|
|
|
android:layout_height="wrap_content" />
|
2017-10-30 13:29:39 +01:00
|
|
|
|
2018-10-14 10:06:48 +02:00
|
|
|
<!-- BACKGROUND PROCESS SETTINGS -->
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_keep_background_process"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_keep_background_process"
|
|
|
|
android:layout_height="wrap_content" />
|
2017-12-10 08:33:26 +01:00
|
|
|
|
|
|
|
<!-- GIF AVATARS -->
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_disable_gif"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_disable_gif"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2017-12-22 07:00:02 +01:00
|
|
|
|
2018-02-09 17:39:09 +01:00
|
|
|
<!-- EXPAND CW -->
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_expand_cw"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/expand_cw"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2018-09-15 09:33:53 +02:00
|
|
|
<!-- EXPAND Images -->
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_expand_image"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/expand_image"
|
|
|
|
android:layout_height="wrap_content" />
|
2018-03-25 11:39:53 +02:00
|
|
|
|
|
|
|
<!-- DISPLAY BOOKMARK BUTTON -->
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_display_bookmarks"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_display_bookmark_button"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2018-04-28 12:27:49 +02:00
|
|
|
<!-- FIT PREVIEWS -->
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_fit_preview"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_fit_preview"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2018-05-12 09:41:47 +02:00
|
|
|
<!-- COMPACT MODE -->
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_compact_mode"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_compact_mode"
|
|
|
|
android:layout_height="wrap_content" />
|
2018-09-15 09:53:13 +02:00
|
|
|
|
|
|
|
<!-- HIDE FOLLOW INSTANCE BUTTON -->
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_display_follow_instance"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_display_follow_instance"
|
|
|
|
android:layout_height="wrap_content" />
|
2018-05-12 09:41:47 +02:00
|
|
|
|
2018-05-12 11:11:17 +02:00
|
|
|
<!-- PUT THE WHOLE CONTENT WHEN SHARING -->
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_share_details"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_share_details"
|
|
|
|
android:layout_height="wrap_content" />
|
2018-05-12 09:41:47 +02:00
|
|
|
|
2018-08-15 11:24:57 +02:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_automatically_split_toot"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_automatically_split_toot"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2018-10-28 11:32:23 +01:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_display_emoji"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_display_emoji"
|
|
|
|
android:layout_height="wrap_content" />
|
2018-11-07 08:07:45 +01:00
|
|
|
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_display_card"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_display_card"
|
|
|
|
android:layout_height="wrap_content" />
|
2018-11-10 10:07:44 +01:00
|
|
|
|
2018-11-14 15:42:26 +01:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_display_video_preview"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_display_video_preview"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2018-11-10 10:07:44 +01:00
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/set_old_direct_timeline"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/set_old_direct_timeline"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2018-11-28 09:44:19 +01:00
|
|
|
<!-- TRUNCATE LONG TOOTS -->
|
2018-11-28 11:24:59 +01:00
|
|
|
<TextView
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_marginBottom="10dp"
|
2018-11-28 09:44:19 +01:00
|
|
|
android:layout_width="wrap_content"
|
2018-11-28 11:24:59 +01:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:text="@string/set_truncate_toot"/>
|
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/set_truncate_toots"
|
|
|
|
android:gravity="end"
|
|
|
|
android:layout_width="30dp"
|
|
|
|
android:layout_marginEnd="10dp"
|
|
|
|
android:layout_marginRight="10dp"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
<SeekBar
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:id="@+id/set_truncate_size"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
</SeekBar>
|
|
|
|
</LinearLayout>
|
2018-11-10 10:07:44 +01:00
|
|
|
|
2018-01-24 11:15:45 +01:00
|
|
|
<!-- Resize pictures -->
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:id="@+id/resize_layout_container"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/set_resize_picture"/>
|
|
|
|
<Spinner
|
|
|
|
android:id="@+id/set_resize_picture"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
2018-08-14 16:20:53 +02:00
|
|
|
<!-- Translation engine -->
|
2017-08-28 10:59:44 +02:00
|
|
|
<LinearLayout
|
2018-08-14 16:20:53 +02:00
|
|
|
android:layout_marginTop="10dp"
|
2017-08-28 10:59:44 +02:00
|
|
|
android:id="@+id/translation_layout_container"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
2018-08-14 16:20:53 +02:00
|
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
2017-08-28 10:59:44 +02:00
|
|
|
android:layout_height="wrap_content"
|
2018-08-14 16:20:53 +02:00
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/about_yandex"/>
|
|
|
|
<Spinner
|
|
|
|
android:id="@+id/translation_layout_spinner"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
<CheckBox
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
android:id="@+id/set_trans_forced"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
</LinearLayout>
|
|
|
|
<EditText
|
|
|
|
android:hint="@string/your_api_key"
|
|
|
|
android:id="@+id/translation_key"
|
|
|
|
android:layout_width="match_parent"
|
2017-09-23 08:16:32 +02:00
|
|
|
android:layout_height="wrap_content" />
|
2017-08-28 10:59:44 +02:00
|
|
|
</LinearLayout>
|
2017-08-20 12:11:58 +02:00
|
|
|
|
2017-08-07 14:09:38 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:id="@+id/file_chooser"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
|
|
android:maxLines="1"
|
|
|
|
android:text="@string/set_folder_title"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
<TextView
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
android:maxLines="2"
|
|
|
|
android:textStyle="italic"
|
|
|
|
android:textColor="?attr/colorAccent"
|
|
|
|
android:id="@+id/set_folder"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:textSize="12sp"
|
|
|
|
android:textStyle="italic"
|
|
|
|
android:text="@string/click_to_change"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:id="@+id/set_embedded_browser"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/embedded_browser"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
2017-08-25 15:53:04 +02:00
|
|
|
|
2018-02-09 17:01:13 +01:00
|
|
|
<CheckBox
|
|
|
|
android:visibility="gone"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:id="@+id/set_custom_tabs"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:text="@string/custom_tabs"
|
|
|
|
android:layout_height="wrap_content" />
|
2017-08-25 15:53:04 +02:00
|
|
|
|
2017-08-07 14:09:38 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/set_javascript_container"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/use_javascript"/>
|
|
|
|
<android.support.v7.widget.SwitchCompat
|
|
|
|
android:id="@+id/set_javascript"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:gravity="center"
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/set_cookies_container"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/use_cookies"/>
|
|
|
|
<android.support.v7.widget.SwitchCompat
|
|
|
|
android:id="@+id/set_cookies"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:gravity="center"
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2018-05-11 10:40:58 +02:00
|
|
|
android:text="@string/set_theme"/>
|
|
|
|
<Spinner
|
2017-08-07 14:09:38 +02:00
|
|
|
android:id="@+id/set_night_mode"
|
|
|
|
android:layout_width="wrap_content"
|
2018-05-11 10:40:58 +02:00
|
|
|
android:layout_height="wrap_content" />
|
2017-08-07 14:09:38 +02:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<!-- TOOTS visibility -->
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/toot_visibility_container"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/toots_visibility_tilte"/>
|
|
|
|
<ImageButton
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
android:layout_marginStart="20dp"
|
|
|
|
android:id="@+id/set_toot_visibility"
|
|
|
|
android:padding="5dp"
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="40dp"
|
2017-10-15 12:05:26 +02:00
|
|
|
style="@style/Base.Widget.AppCompat.Button.Colored"
|
2017-10-28 14:32:18 +02:00
|
|
|
android:src="@drawable/ic_public"
|
2018-12-10 14:58:45 +01:00
|
|
|
android:contentDescription="@string/toot_visibility_tilte" />
|
2017-08-07 14:09:38 +02:00
|
|
|
</LinearLayout>
|
|
|
|
<!-- NSFW Timeout -->
|
|
|
|
<TextView
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:text="@string/set_nsfw_timeout"/>
|
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/set_nsfw_timeout_value"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_width="50dp"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
<SeekBar
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:id="@+id/set_nsfw_timeout"
|
|
|
|
android:layout_width="300dp"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
</SeekBar>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|
|
|
|
|