mirror of
https://github.com/gsantner/dandelion
synced 2025-12-08 21:31:10 +01:00
Code auto reformatting; Update TR, PodList
This commit is contained in:
parent
110598ea85
commit
71d8b886f6
70 changed files with 450 additions and 364 deletions
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.design.widget.CoordinatorLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/main_content"
|
||||
|
|
@ -16,24 +15,23 @@
|
|||
android:theme="@style/AppTheme.AppBarOverlay">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/appbar_linear_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/appbar_linear_layout"
|
||||
android:orientation="vertical"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:orientation="vertical"
|
||||
app:layout_scrollFlags="scroll|enterAlways|snap"
|
||||
app:popupTheme="@style/AppTheme.PopupOverlay">
|
||||
|
||||
<android.support.v7.widget.Toolbar
|
||||
android:id="@+id/main__topbar"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/main__topbar"/>
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<android.support.design.widget.TabLayout
|
||||
android:id="@+id/tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
</LinearLayout>
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
|
|
|
|||
|
|
@ -19,16 +19,16 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/fragment_about__app_name"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAlignment="center"
|
||||
android:text="@string/diaspora_for_android"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"/>
|
||||
android:textAlignment="center" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fragment_about__app_version"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/fragment_about__app_version"/>
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<android.support.v4.widget.Space
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -36,10 +36,10 @@
|
|||
|
||||
<com.github.dfa.diaspora_android.ui.HtmlTextView
|
||||
android:id="@+id/fragment_about__about_text"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Small"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fragment_about__about_content"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Small"
|
||||
android:linksClickable="true" />
|
||||
android:linksClickable="true"
|
||||
android:text="@string/fragment_about__about_content" />
|
||||
</LinearLayout>
|
||||
</android.support.v4.widget.NestedScrollView>
|
||||
|
|
|
|||
|
|
@ -20,74 +20,77 @@
|
|||
<!-- APP SECTION -->
|
||||
<TextView
|
||||
android:id="@+id/fragment_debug__section_app"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fragment_debug__section_app"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"/>
|
||||
android:text="@string/fragment_debug__section_app" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fragment_debug__package_name"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/fragment_debug__package_name"/>
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fragment_debug__app_version"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/fragment_debug__app_version"/>
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<!-- DEVICE SECTION -->
|
||||
<TextView
|
||||
android:id="@+id/fragment_debug__section_device"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fragment_debug__section_device"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"/>
|
||||
android:text="@string/fragment_debug__section_device" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fragment_debug__android_version"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/fragment_debug__android_version"/>
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fragment_debug__device_name"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/fragment_debug__device_name"/>
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<!-- POD SECTION -->
|
||||
<TextView
|
||||
android:id="@+id/fragment_debug__section_pod"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fragment_debug__section_pod"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"/>
|
||||
android:text="@string/fragment_debug__section_pod" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fragment_debug__pod_domain"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/fragment_debug__pod_domain"/>
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
<!-- LOG SECTION -->
|
||||
<TextView
|
||||
android:id="@+id/fragment_debug__section_log"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fragment_debug__section_log"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"/>
|
||||
android:text="@string/fragment_debug__section_log" />
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<HorizontalScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/fragment_debug__log_box"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:clickable="true"
|
||||
android:longClickable="true"
|
||||
android:id="@+id/fragment_debug__log_box" />
|
||||
android:longClickable="true" />
|
||||
</HorizontalScrollView>
|
||||
</ScrollView>
|
||||
</LinearLayout>
|
||||
|
|
|
|||
|
|
@ -16,32 +16,33 @@
|
|||
<android.support.v4.widget.Space
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/activity_vertical_margin" />
|
||||
|
||||
<TextView
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fragment_license__copyright_years"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"/>
|
||||
android:text="@string/fragment_license__copyright_years" />
|
||||
|
||||
<com.github.dfa.diaspora_android.ui.HtmlTextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/fragment_license__licensetext"
|
||||
android:text="@string/fragment_license__license_content"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Small"
|
||||
android:linksClickable="true" />
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:linksClickable="true"
|
||||
android:text="@string/fragment_license__license_content" />
|
||||
|
||||
<TextView
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fragment_license__3rd_party_libs_title"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Large"/>
|
||||
android:text="@string/fragment_license__3rd_party_libs_title" />
|
||||
|
||||
<com.github.dfa.diaspora_android.ui.HtmlTextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/fragment_license__3rdparty"
|
||||
style="@android:style/TextAppearance.DeviceDefault.Small"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:linksClickable="true" />
|
||||
</LinearLayout>
|
||||
</android.support.v4.widget.NestedScrollView>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
|
|
@ -15,6 +14,6 @@
|
|||
android:layout_width="fill_parent"
|
||||
android:layout_height="7dp"
|
||||
android:indeterminate="false"
|
||||
android:progressDrawable="@drawable/progressbar"/>
|
||||
android:progressDrawable="@drawable/progressbar" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
@ -1,35 +1,38 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/color_picker_dialog__title_background"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/color_picker_dialog__title"
|
||||
android:layout_margin="20dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Large.Inverse"
|
||||
/>
|
||||
android:layout_margin="20dp"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Large.Inverse" />
|
||||
</FrameLayout>
|
||||
|
||||
<uz.shift.colorpicker.LineColorPicker
|
||||
android:id="@+id/color_picker_dialog__base_picker"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_margin="10dp"
|
||||
app:orientation="horizontal"/>
|
||||
android:layout_marginTop="20dp"
|
||||
app:orientation="horizontal" />
|
||||
|
||||
<uz.shift.colorpicker.LineColorPicker
|
||||
android:id="@+id/color_picker_dialog__shade_picker"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginTop="30dp"
|
||||
android:layout_margin="10dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
app:orientation="horizontal"/>
|
||||
android:layout_marginTop="30dp"
|
||||
app:orientation="horizontal" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
@ -1,27 +1,30 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<android.support.v4.widget.NestedScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<android.support.v7.widget.RecyclerView
|
||||
android:id="@+id/fragment_followed_tags__recycler_view"
|
||||
android:scrollbars="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
|
||||
android:scrollbars="vertical"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
|
||||
|
||||
<!-- Offset -->
|
||||
<android.support.v4.widget.Space
|
||||
android:id="@+id/spacer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_toolbar_height"/>
|
||||
android:layout_height="@dimen/bottom_toolbar_height" />
|
||||
</LinearLayout>
|
||||
</android.support.v4.widget.NestedScrollView>
|
||||
</RelativeLayout>
|
||||
|
|
@ -19,10 +19,10 @@
|
|||
android:layout_height="match_parent"
|
||||
android:layout_gravity="start"
|
||||
android:fitsSystemWindows="true"
|
||||
app:itemTextColor="@color/primary_text"
|
||||
app:paddingEnd="0dp"
|
||||
app:paddingStart="0dp"
|
||||
app:headerLayout="@layout/main__nav_header"
|
||||
app:menu="@menu/main__navdrawer" />
|
||||
app:itemTextColor="@color/primary_text"
|
||||
app:menu="@menu/main__navdrawer"
|
||||
app:paddingEnd="0dp"
|
||||
app:paddingStart="0dp" />
|
||||
|
||||
</android.support.v4.widget.DrawerLayout>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.design.widget.CoordinatorLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -19,7 +18,7 @@
|
|||
android:layout_height="?attr/actionBarSize"
|
||||
android:background="?attr/colorPrimary"
|
||||
app:layout_scrollFlags="scroll|enterAlways|snap"
|
||||
app:popupTheme="@style/AppTheme.PopupOverlay"/>
|
||||
app:popupTheme="@style/AppTheme.PopupOverlay" />
|
||||
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
|
||||
|
|
@ -27,7 +26,7 @@
|
|||
android:id="@+id/fragment_container"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
|
||||
|
||||
<android.support.design.widget.AppBarLayout
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -43,7 +42,7 @@
|
|||
android:background="@color/colorPrimary"
|
||||
android:theme="@style/BottomToolbarMenuOverflowStyle"
|
||||
app:layout_scrollFlags="scroll|enterAlways|snap"
|
||||
app:popupTheme="@style/Theme.AppCompat.NoActionBar"/>
|
||||
app:popupTheme="@style/Theme.AppCompat.NoActionBar" />
|
||||
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,18 +3,18 @@
|
|||
android:id="@+id/nav_drawer"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="110dp"
|
||||
android:background="@color/colorPrimary"
|
||||
android:gravity="bottom"
|
||||
android:orientation="vertical"
|
||||
android:background="@color/colorPrimary"
|
||||
android:theme="@style/ThemeOverlay.AppCompat.Dark">
|
||||
|
||||
<!--
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/header" />
|
||||
-->
|
||||
<!--
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@drawable/header" />
|
||||
-->
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/nav_profile_picture"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ScrollView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
|
@ -21,21 +20,21 @@
|
|||
android:layout_marginTop="@dimen/activity_vertical_margin"
|
||||
android:text="@string/profile"
|
||||
android:textAppearance="@style/AppTheme.TextAppearance.Caption"
|
||||
android:visibility="gone"/>
|
||||
android:visibility="gone" />
|
||||
|
||||
<Spinner
|
||||
android:id="@+id/podselection__dialog__spinner_profile"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/activity_horizontal_margin_half"
|
||||
android:visibility="gone"/>
|
||||
android:visibility="gone" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/activity_horizontal_margin_half"
|
||||
android:text="@string/pod_name"
|
||||
android:textAppearance="@style/AppTheme.TextAppearance.Caption"/>
|
||||
android:textAppearance="@style/AppTheme.TextAppearance.Caption" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/podselection__dialog__edit_podname"
|
||||
|
|
@ -46,14 +45,14 @@
|
|||
android:hint="@string/pod_name"
|
||||
android:inputType="textPersonName"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
tools:text="Geraspora"/>
|
||||
tools:text="Geraspora" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/activity_horizontal_margin_half"
|
||||
android:text="@string/pod_address"
|
||||
android:textAppearance="@style/AppTheme.TextAppearance.Caption"/>
|
||||
android:textAppearance="@style/AppTheme.TextAppearance.Caption" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/podselection__dialog__edit_podaddress"
|
||||
|
|
@ -64,14 +63,14 @@
|
|||
android:hint="@string/pod_address"
|
||||
android:inputType="textPersonName"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
tools:text="pod.geraspora.de"/>
|
||||
tools:text="pod.geraspora.de" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/activity_horizontal_margin_half"
|
||||
android:text="@string/http_protocol"
|
||||
android:textAppearance="@style/AppTheme.TextAppearance.Caption"/>
|
||||
android:textAppearance="@style/AppTheme.TextAppearance.Caption" />
|
||||
|
||||
<RadioGroup
|
||||
android:id="@+id/podselection__dialog__radiogroup_protocol"
|
||||
|
|
@ -86,14 +85,14 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="http"/>
|
||||
android:text="http" />
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/podselection__dialog__radio_https"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="https"/>
|
||||
android:text="https" />
|
||||
</RadioGroup>
|
||||
|
||||
|
||||
|
|
@ -107,14 +106,14 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="@android:string/cancel"/>
|
||||
android:text="@android:string/cancel" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/podselection__dialog__btn_ok"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="@android:string/ok"/>
|
||||
android:text="@android:string/ok" />
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="@dimen/activity_vertical_margin"
|
||||
android:paddingLeft="@dimen/activity_horizontal_margin"
|
||||
android:paddingRight="@dimen/activity_horizontal_margin"
|
||||
android:paddingTop="@dimen/activity_vertical_margin"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
||||
|
||||
<Button
|
||||
android:id="@+id/podselection__fragment__button_use_custom_pod"
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:text="@string/podselection__custom_pod"
|
||||
tools:text="Benutzerdefinierter Pod"/>
|
||||
tools:text="Benutzerdefinierter Pod" />
|
||||
|
||||
|
||||
<ListView
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_below="@+id/podselection__fragment__button_use_custom_pod"
|
||||
android:choiceMode="singleChoice"/>
|
||||
android:choiceMode="singleChoice" />
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/recycler_view__list_item__root"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/recycler_view__list_item__root"
|
||||
android:orientation="vertical">
|
||||
|
||||
<View
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<android.support.design.widget.AppBarLayout
|
||||
android:id="@+id/settings__appbar"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -16,13 +17,13 @@
|
|||
android:layout_height="?attr/actionBarSize"
|
||||
android:background="?attr/colorPrimary"
|
||||
app:layout_scrollFlags="scroll|enterAlways|snap"
|
||||
app:popupTheme="@style/AppTheme.PopupOverlay"/>
|
||||
app:popupTheme="@style/AppTheme.PopupOverlay" />
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/settings__fragment_container"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
|
||||
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
@ -1,14 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical" android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" android:layout_gravity="center_horizontal"
|
||||
android:paddingStart="@dimen/activity_horizontal_margin_half" android:paddingEnd="@dimen/activity_horizontal_margin_half">
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:orientation="vertical"
|
||||
android:paddingEnd="@dimen/activity_horizontal_margin_half"
|
||||
android:paddingStart="@dimen/activity_horizontal_margin_half">
|
||||
|
||||
<EditText
|
||||
android:id="@+id/dialog_search__input"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:hint="@string/app_hashtag"
|
||||
/>
|
||||
android:maxLines="1" />
|
||||
</LinearLayout>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"pods": [
|
||||
{
|
||||
"active6": 10775,
|
||||
"active6": 11683,
|
||||
"score": 20,
|
||||
"podUrls": [
|
||||
{"host": "joindiaspora.com"},
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
"id": 38077
|
||||
},
|
||||
{
|
||||
"active6": 7260,
|
||||
"active6": 7194,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.geraspora.de"}],
|
||||
"name": "Geraspora",
|
||||
|
|
@ -24,15 +24,15 @@
|
|||
"id": 24783
|
||||
},
|
||||
{
|
||||
"active6": 0,
|
||||
"score": 0,
|
||||
"active6": 3712,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diasp.org"}],
|
||||
"name": "diasporg*",
|
||||
"mainLangs": [],
|
||||
"id": 12688
|
||||
},
|
||||
{
|
||||
"active6": 9039,
|
||||
"active6": 9849,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "framasphere.org"}],
|
||||
"name": "Framasphere",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"id": 38776
|
||||
},
|
||||
{
|
||||
"active6": 540,
|
||||
"active6": 519,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "nerdpol.ch"}],
|
||||
"name": "nerdpol.ch*",
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
"id": 17343
|
||||
},
|
||||
{
|
||||
"active6": 859,
|
||||
"active6": 858,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "despora.de"}],
|
||||
"name": "Despora*",
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
"id": 6695
|
||||
},
|
||||
{
|
||||
"active6": 626,
|
||||
"active6": 611,
|
||||
"score": 20,
|
||||
"podUrls": [
|
||||
{"host": "sechat.org"},
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
"id": 25432
|
||||
},
|
||||
{
|
||||
"active6": 179,
|
||||
"active6": 175,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "berlinspora.de"}],
|
||||
"name": "berlinspora.de",
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
"id": 13926
|
||||
},
|
||||
{
|
||||
"active6": 146,
|
||||
"active6": 143,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diasp.ca"}],
|
||||
"name": "diasp.ca",
|
||||
|
|
@ -199,7 +199,7 @@
|
|||
"id": 4343
|
||||
},
|
||||
{
|
||||
"active6": 199,
|
||||
"active6": 214,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diasp.nl"}],
|
||||
"name": "diasp.nl",
|
||||
|
|
@ -207,7 +207,7 @@
|
|||
"id": 33262
|
||||
},
|
||||
{
|
||||
"active6": 234,
|
||||
"active6": 217,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspod.de"}],
|
||||
"name": "diaspod.de",
|
||||
|
|
@ -231,7 +231,7 @@
|
|||
"id": 13402
|
||||
},
|
||||
{
|
||||
"active6": 30,
|
||||
"active6": 34,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.bohramt.de"}],
|
||||
"name": "bohramt.de",
|
||||
|
|
@ -247,7 +247,7 @@
|
|||
"id": 22994
|
||||
},
|
||||
{
|
||||
"active6": 27,
|
||||
"active6": 26,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.deadhexagon.com"}],
|
||||
"name": "deadhexagon.com",
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
},
|
||||
{
|
||||
"active6": 0,
|
||||
"score": 12,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.digi-merc.org"}],
|
||||
"name": "digi-merc.org",
|
||||
"mainLangs": [],
|
||||
|
|
@ -303,7 +303,7 @@
|
|||
"id": 12684
|
||||
},
|
||||
{
|
||||
"active6": 102,
|
||||
"active6": 100,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.hzsogood.net"}],
|
||||
"name": "hzsogood.net",
|
||||
|
|
@ -311,7 +311,7 @@
|
|||
"id": 3651
|
||||
},
|
||||
{
|
||||
"active6": 78,
|
||||
"active6": 69,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.kapper.net"}],
|
||||
"name": "kapper.net",
|
||||
|
|
@ -319,7 +319,7 @@
|
|||
"id": 40765
|
||||
},
|
||||
{
|
||||
"active6": 155,
|
||||
"active6": 146,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.koehn.com"}],
|
||||
"name": "koehn.com",
|
||||
|
|
@ -375,7 +375,7 @@
|
|||
"id": 9863
|
||||
},
|
||||
{
|
||||
"active6": 278,
|
||||
"active6": 272,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.permutationsofchaos.com"}],
|
||||
"name": "permutationsofchaos.com",
|
||||
|
|
@ -383,7 +383,7 @@
|
|||
"id": 1513
|
||||
},
|
||||
{
|
||||
"active6": 61,
|
||||
"active6": 50,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.pimpmypony.eu"}],
|
||||
"name": "pimpmypony.eu",
|
||||
|
|
@ -407,7 +407,7 @@
|
|||
"id": 12139
|
||||
},
|
||||
{
|
||||
"active6": 59,
|
||||
"active6": 57,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.poleni.com"}],
|
||||
"name": "poleni.com",
|
||||
|
|
@ -415,7 +415,7 @@
|
|||
"id": 1154
|
||||
},
|
||||
{
|
||||
"active6": 179,
|
||||
"active6": 181,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.psyco.fr"}],
|
||||
"name": "psyco.fr",
|
||||
|
|
@ -423,8 +423,8 @@
|
|||
"id": 31397
|
||||
},
|
||||
{
|
||||
"active6": 0,
|
||||
"score": 0,
|
||||
"active6": 307,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.punkbeer.me"}],
|
||||
"name": "punkbeer.me",
|
||||
"mainLangs": [],
|
||||
|
|
@ -471,7 +471,7 @@
|
|||
"id": 24365
|
||||
},
|
||||
{
|
||||
"active6": 0,
|
||||
"active6": 74,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.soh.re"}],
|
||||
"name": "soh.re",
|
||||
|
|
@ -479,7 +479,7 @@
|
|||
"id": 39183
|
||||
},
|
||||
{
|
||||
"active6": 38,
|
||||
"active6": 37,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.subsignal.org"}],
|
||||
"name": "subsignal.org",
|
||||
|
|
@ -495,7 +495,7 @@
|
|||
"id": 46672
|
||||
},
|
||||
{
|
||||
"active6": 23,
|
||||
"active6": 30,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.u4u.org"}],
|
||||
"name": "u4u.org",
|
||||
|
|
@ -543,7 +543,7 @@
|
|||
"id": 18248
|
||||
},
|
||||
{
|
||||
"active6": 394,
|
||||
"active6": 374,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diasporabrazil.org"}],
|
||||
"name": "diasporabrazil.org",
|
||||
|
|
@ -575,7 +575,7 @@
|
|||
"id": 46740
|
||||
},
|
||||
{
|
||||
"active6": 9,
|
||||
"active6": 20,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diasporing.ch"}],
|
||||
"name": "Diasporing.ch",
|
||||
|
|
@ -623,7 +623,7 @@
|
|||
"id": 11247
|
||||
},
|
||||
{
|
||||
"active6": 220,
|
||||
"active6": 235,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "espora.social"}],
|
||||
"name": "espora.social",
|
||||
|
|
@ -639,7 +639,7 @@
|
|||
"id": 41690
|
||||
},
|
||||
{
|
||||
"active6": 174,
|
||||
"active6": 171,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "flokk.no"}],
|
||||
"name": "flokk.no",
|
||||
|
|
@ -647,7 +647,7 @@
|
|||
"id": 45658
|
||||
},
|
||||
{
|
||||
"active6": 193,
|
||||
"active6": 177,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "freehuman.fr"}],
|
||||
"name": "freehuman.fr",
|
||||
|
|
@ -671,7 +671,7 @@
|
|||
"id": 13758
|
||||
},
|
||||
{
|
||||
"active6": 71,
|
||||
"active6": 74,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "idoru.pl"}],
|
||||
"name": "idoru.pl",
|
||||
|
|
@ -679,7 +679,7 @@
|
|||
"id": 40630
|
||||
},
|
||||
{
|
||||
"active6": 65,
|
||||
"active6": 67,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "iliketoast.net"}],
|
||||
"name": "iliketoast.net",
|
||||
|
|
@ -703,7 +703,7 @@
|
|||
"id": 32786
|
||||
},
|
||||
{
|
||||
"active6": 70,
|
||||
"active6": 68,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "karmasphe.re"}],
|
||||
"name": "karmasphe.re",
|
||||
|
|
@ -719,7 +719,7 @@
|
|||
"id": 46869
|
||||
},
|
||||
{
|
||||
"active6": 25,
|
||||
"active6": 26,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "laba.mba"}],
|
||||
"name": "laba.mba",
|
||||
|
|
@ -727,7 +727,7 @@
|
|||
"id": 32393
|
||||
},
|
||||
{
|
||||
"active6": 147,
|
||||
"active6": 145,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "liberdade.digital"}],
|
||||
"name": "liberdade.digital",
|
||||
|
|
@ -743,7 +743,7 @@
|
|||
"id": 33200
|
||||
},
|
||||
{
|
||||
"active6": 39,
|
||||
"active6": 42,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "librenet.co.za"}],
|
||||
"name": "librenet.co.za",
|
||||
|
|
@ -751,7 +751,7 @@
|
|||
"id": 14862
|
||||
},
|
||||
{
|
||||
"active6": 177,
|
||||
"active6": 175,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "librenet.gr"}],
|
||||
"name": "librenet.gr",
|
||||
|
|
@ -775,7 +775,7 @@
|
|||
"id": 16366
|
||||
},
|
||||
{
|
||||
"active6": 663,
|
||||
"active6": 643,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "mondiaspora.net"}],
|
||||
"name": "mondiaspora.net",
|
||||
|
|
@ -807,7 +807,7 @@
|
|||
"id": 31558
|
||||
},
|
||||
{
|
||||
"active6": 37,
|
||||
"active6": 39,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pe.spbstu.ru"}],
|
||||
"name": "pe.spbstu.ru",
|
||||
|
|
@ -815,8 +815,8 @@
|
|||
"id": 39808
|
||||
},
|
||||
{
|
||||
"active6": 0,
|
||||
"score": 0,
|
||||
"active6": 111,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.4ray.co"}],
|
||||
"name": "4ray.co",
|
||||
"mainLangs": [],
|
||||
|
|
@ -872,7 +872,7 @@
|
|||
},
|
||||
{
|
||||
"active6": 13,
|
||||
"score": 14,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.dapor.net"}],
|
||||
"name": "dapor.net",
|
||||
"mainLangs": [],
|
||||
|
|
@ -904,7 +904,7 @@
|
|||
},
|
||||
{
|
||||
"active6": 0,
|
||||
"score": 0,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.disroot.org"}],
|
||||
"name": "disroot.org",
|
||||
"mainLangs": [],
|
||||
|
|
@ -959,7 +959,7 @@
|
|||
"id": 36615
|
||||
},
|
||||
{
|
||||
"active6": 58,
|
||||
"active6": 56,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.hashtagueule.fr"}],
|
||||
"name": "hashtagueule.fr",
|
||||
|
|
@ -1031,7 +1031,7 @@
|
|||
"id": 9248
|
||||
},
|
||||
{
|
||||
"active6": 109,
|
||||
"active6": 104,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.nomorestars.com"}],
|
||||
"name": "nomorestars.com",
|
||||
|
|
@ -1039,7 +1039,7 @@
|
|||
"id": 31958
|
||||
},
|
||||
{
|
||||
"active6": 398,
|
||||
"active6": 401,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.orkz.net"}],
|
||||
"name": "orkz.net",
|
||||
|
|
@ -1047,7 +1047,7 @@
|
|||
"id": 41604
|
||||
},
|
||||
{
|
||||
"active6": 32,
|
||||
"active6": 35,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.ponk.pink"}],
|
||||
"name": "ponk.pink",
|
||||
|
|
@ -1063,7 +1063,7 @@
|
|||
"id": 21338
|
||||
},
|
||||
{
|
||||
"active6": 94,
|
||||
"active6": 90,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.psynet.su"}],
|
||||
"name": "psynet.su",
|
||||
|
|
@ -1127,7 +1127,7 @@
|
|||
"id": 47610
|
||||
},
|
||||
{
|
||||
"active6": 5,
|
||||
"active6": 6,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.storel.li"}],
|
||||
"name": "storel.li",
|
||||
|
|
@ -1143,7 +1143,7 @@
|
|||
"id": 20115
|
||||
},
|
||||
{
|
||||
"active6": 51,
|
||||
"active6": 52,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.thomasdalichow.de"}],
|
||||
"name": "thomasdalichow.de",
|
||||
|
|
@ -1160,14 +1160,14 @@
|
|||
},
|
||||
{
|
||||
"active6": 1,
|
||||
"score": 11,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pod.volt.io"}],
|
||||
"name": "volt.io",
|
||||
"mainLangs": [],
|
||||
"id": 19139
|
||||
},
|
||||
{
|
||||
"active6": 48,
|
||||
"active6": 50,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "podbay.net"}],
|
||||
"name": "podbay.net",
|
||||
|
|
@ -1191,7 +1191,7 @@
|
|||
"id": 6398
|
||||
},
|
||||
{
|
||||
"active6": 88,
|
||||
"active6": 91,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "pubpod.alqualonde.org"}],
|
||||
"name": "pubpod.alqualonde.org",
|
||||
|
|
@ -1215,7 +1215,7 @@
|
|||
"id": 41788
|
||||
},
|
||||
{
|
||||
"active6": 108,
|
||||
"active6": 104,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "ruhrspora.de"}],
|
||||
"name": "ruhrspora.de",
|
||||
|
|
@ -1239,15 +1239,15 @@
|
|||
"id": 39003
|
||||
},
|
||||
{
|
||||
"active6": 1,
|
||||
"score": -18,
|
||||
"active6": 3,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "social.acclaro.digital"}],
|
||||
"name": "acclaro.digital",
|
||||
"mainLangs": [],
|
||||
"id": 33853
|
||||
},
|
||||
{
|
||||
"active6": 23,
|
||||
"active6": 22,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "social.baldr.io"}],
|
||||
"name": "baldr.io",
|
||||
|
|
@ -1263,7 +1263,7 @@
|
|||
"id": 37517
|
||||
},
|
||||
{
|
||||
"active6": 85,
|
||||
"active6": 87,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "social.elaon.de"}],
|
||||
"name": "elaon.de",
|
||||
|
|
@ -1279,7 +1279,7 @@
|
|||
"id": 48421
|
||||
},
|
||||
{
|
||||
"active6": 21,
|
||||
"active6": 19,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "social.mbuto.me"}],
|
||||
"name": "mbuto.me",
|
||||
|
|
@ -1295,7 +1295,7 @@
|
|||
"id": 8983
|
||||
},
|
||||
{
|
||||
"active6": 176,
|
||||
"active6": 178,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "socializer.cc"}],
|
||||
"name": "socializer.cc",
|
||||
|
|
@ -1319,7 +1319,7 @@
|
|||
"id": 29359
|
||||
},
|
||||
{
|
||||
"active6": 49,
|
||||
"active6": 45,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "sysad.org"}],
|
||||
"name": "sysad.org",
|
||||
|
|
@ -1335,7 +1335,7 @@
|
|||
"id": 5276
|
||||
},
|
||||
{
|
||||
"active6": 4222,
|
||||
"active6": 4150,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "therealtalk.org"}],
|
||||
"name": "therealtalk.org",
|
||||
|
|
@ -1343,7 +1343,7 @@
|
|||
"id": 26786
|
||||
},
|
||||
{
|
||||
"active6": 47,
|
||||
"active6": 43,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "thinkopen.net"}],
|
||||
"name": "thinkopen.net",
|
||||
|
|
@ -1351,7 +1351,7 @@
|
|||
"id": 7366
|
||||
},
|
||||
{
|
||||
"active6": 92,
|
||||
"active6": 93,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "tippentappen.de"}],
|
||||
"name": "tippentappen.de",
|
||||
|
|
@ -1375,7 +1375,7 @@
|
|||
"id": 5842
|
||||
},
|
||||
{
|
||||
"active6": 312,
|
||||
"active6": 314,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "wk3.org"}],
|
||||
"name": "wk3.org",
|
||||
|
|
@ -1383,7 +1383,7 @@
|
|||
"id": 39292
|
||||
},
|
||||
{
|
||||
"active6": 45,
|
||||
"active6": 46,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "www.datataffel.dk"}],
|
||||
"name": "datataffel.dk",
|
||||
|
|
@ -1397,7 +1397,39 @@
|
|||
"name": "diasporaix.de",
|
||||
"mainLangs": ["de"],
|
||||
"id": 26219
|
||||
},
|
||||
{
|
||||
"active6": 0,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.hofud.com"}],
|
||||
"name": "hofud.com",
|
||||
"mainLangs": [],
|
||||
"id": 10983
|
||||
},
|
||||
{
|
||||
"active6": 0,
|
||||
"score": 20,
|
||||
"podUrls": [{"host": "diaspora.softwarelivre.org"}],
|
||||
"name": "softwarelivre.org",
|
||||
"mainLangs": [],
|
||||
"id": 33510
|
||||
},
|
||||
{
|
||||
"active6": 0,
|
||||
"score": 13,
|
||||
"podUrls": [{"host": "confetticake.club"}],
|
||||
"name": "confetticake.club",
|
||||
"mainLangs": [],
|
||||
"id": 41623
|
||||
},
|
||||
{
|
||||
"active6": 0,
|
||||
"score": -15,
|
||||
"podUrls": [{"host": "diaspora.mike-jones.me.uk"}],
|
||||
"name": "mike-jones.me.uk",
|
||||
"mainLangs": [],
|
||||
"id": 8574
|
||||
}
|
||||
],
|
||||
"timestamp": 1475804650123
|
||||
"timestamp": 1476399808521
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,12 +2,14 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
<!-- Category Titles -->
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
<!-- Load images -->
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
|
|
@ -15,12 +16,6 @@
|
|||
<string name="pref_desc__sub_nav_slider">Konfiguration der Sichtbarkeit von Einträgen im Navigation-Slider</string>
|
||||
<string name="pref_cat__visibility_nav_items">Sichtbarkeit der Einträge</string>
|
||||
<!-- Themes -->
|
||||
<string name="pref_title__themes">Farbschema</string>
|
||||
<string name="pref_desc__themes">Einstellungen des Farbdesigns</string>
|
||||
<string name="pref_title__primary_color">Primärfarbe</string>
|
||||
<string name="pref_desc__primary_color">Färbung der Werkzeugleisten</string>
|
||||
<string name="pref_title__accent_color">Akzentfarbe</string>
|
||||
<string name="pref_desc__accent_color">Färbung der Details</string>
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">Schriftgröße</string>
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
|
|
@ -30,9 +25,6 @@
|
|||
<!-- Proxy -->
|
||||
<string name="pref_title__sub_proxy">Proxy</string>
|
||||
<string name="pref_title__proxy_enabled">Aktiviere Netzwerkproxy</string>
|
||||
<string name="pref_desc__http_proxy_enabled">Nutze einen Proxyserver, um Firewalls zu umgehen</string>
|
||||
<string name="pref_title__http_proxy_host">Host</string>
|
||||
<string name="pref_title__http_proxy_port">Port</string>
|
||||
<!-- Chrome custom tabs -->
|
||||
<string name="pref_title__chrome_custom_tabs_enabled">Chrome Custom Tabs</string>
|
||||
<string name="pref_desc__chrome_custom_tabs_enabled">Externe Links mit Chrome Custom Tabs öffnen. Chromium oder Google Chrome muss für dieses Feature installiert sein.\nWICHTIGER HINWEIS: Chrome Custom Tabs verwenden die konfigurierten Proxy-Server nicht!</string>
|
||||
|
|
|
|||
|
|
@ -2,12 +2,14 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
<!-- Category Titles -->
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
<!-- Load images -->
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
<string name="pref_title__sub_nav_slider">Control deslizante de navegación</string>
|
||||
<string name="pref_desc__sub_nav_slider">Control de visibilidad de las entradas en el cajón de navegación</string>
|
||||
<string name="pref_cat__visibility_nav_items">Elemento visibilidad</string>
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">Tamaño de letra</string>
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
|
|
@ -22,9 +24,6 @@
|
|||
<string name="pref_desc__load_images">Desactivar la carga de de imágenes a datos móviles seguros</string>
|
||||
<!-- Proxy -->
|
||||
<string name="pref_title__proxy_enabled">Activar Proxy</string>
|
||||
<string name="pref_desc__http_proxy_enabled">El tráfico proxificado de Diaspora para evitar firewalls.\nPuede necesitar reiniciarse</string>
|
||||
<string name="pref_title__http_proxy_host">Anfitrión</string>
|
||||
<string name="pref_title__http_proxy_port">Puerto</string>
|
||||
<!-- Chrome custom tabs -->
|
||||
<!-- Diaspora Settings -->
|
||||
<string name="pref_title__personal_settings">Configuración personal</string>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
<string name="pref_title__sub_nav_slider">Barre de défilement</string>
|
||||
<string name="pref_desc__sub_nav_slider">Contrôles de la visibilité des entrées dans le volet de navigation</string>
|
||||
<string name="pref_cat__visibility_nav_items">Visibilité de l’élément</string>
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">Taille de la police</string>
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
|
|
@ -21,13 +23,16 @@
|
|||
<string name="pref_title__load_images">Charger les images</string>
|
||||
<string name="pref_desc__load_images">Désactiver le chargements des images pour préserver la data mobile</string>
|
||||
<!-- Proxy -->
|
||||
<string name="pref_title__http_proxy_load_tor_preset">Charger la pré-configuration Tor</string>
|
||||
<string name="pref_desc__http_proxy_load_tor_preset">Charger les paramètres proxy pour Tor (Orbot) HTTP Proxy</string>
|
||||
<string name="pref_title__sub_proxy">Proxy</string>
|
||||
<string name="pref_title__proxy_enabled">Activer Proxy</string>
|
||||
<string name="pref_desc__http_proxy_enabled">Serveur Proxy.\n(Nécessite un redémarrage)</string>
|
||||
<string name="pref_desc__http_proxy_enabled">Proxy pour diaspora pour contourner les pare-feux.\nPeut nécessiter un redémarrage</string>
|
||||
<string name="pref_title__http_proxy_host">Hôte</string>
|
||||
<string name="pref_title__http_proxy_port">Port</string>
|
||||
<!-- Chrome custom tabs -->
|
||||
<string name="pref_title__chrome_custom_tabs_enabled">Onglets personnalisés de Chrome</string>
|
||||
<string name="pref_desc__chrome_custom_tabs_enabled">Ouvrir les liens externes avec les onglets personnalisés de Chrome. Chomium ou Google Chrome doit être installé pour cette fonctionnalité. \nNOTE IMPORTANTE : les onglets personnalisés de Chrome n\'utilisent pas les serveurs proxy configurés !</string>
|
||||
<!-- Diaspora Settings -->
|
||||
<string name="pref_title__personal_settings">Paramètres personnels</string>
|
||||
<string name="pref_desc__personal_settings">Ouvrir vos paramètres de compte diaspora</string>
|
||||
|
|
|
|||
|
|
@ -2,12 +2,14 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
<!-- Category Titles -->
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
<!-- Load images -->
|
||||
|
|
|
|||
|
|
@ -2,12 +2,14 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
<!-- Category Titles -->
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
<!-- Load images -->
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
<string name="pref_title__sub_nav_slider">Menù di navigazione</string>
|
||||
<string name="pref_desc__sub_nav_slider">Controlla la visibilità degli elementi nel menù di navigazione</string>
|
||||
<string name="pref_cat__visibility_nav_items">Visibilità degli elementi</string>
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">Dimensione font</string>
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
|
|
@ -23,11 +25,11 @@
|
|||
<!-- Proxy -->
|
||||
<string name="pref_title__sub_proxy">Proxy</string>
|
||||
<string name="pref_title__proxy_enabled">Attiva proxy</string>
|
||||
<string name="pref_desc__http_proxy_enabled">Traffico del proxy di Diaspora per bypassare i firewall.\nPuò essere necessario il riavvio dell\'app</string>
|
||||
<string name="pref_title__http_proxy_host">Host</string>
|
||||
<string name="pref_title__http_proxy_port">Porta</string>
|
||||
<!-- Chrome custom tabs -->
|
||||
<string name="pref_title__chrome_custom_tabs_enabled">Schede personalizzate di Chrome</string>
|
||||
<string name="pref_desc__chrome_custom_tabs_enabled">Apri collegamenti esterni con le schede personalizzate di Chrome. Chromium o Google Chrome devono essere installati per questa funzione. \nNOTA IMPORTANTE: le schede personalizzate di Chrome non usano i server proxy configurabili!</string>
|
||||
<!-- Diaspora Settings -->
|
||||
<string name="pref_title__personal_settings">Impostazioni personali</string>
|
||||
<string name="pref_desc__personal_settings">Apri le impostazioni del tuo account Diaspora</string>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
<string name="pref_title__sub_nav_slider">ナビゲーション スライダー</string>
|
||||
<string name="pref_desc__sub_nav_slider">ナビゲーションドロワー内のエントリーの表示を制御します</string>
|
||||
<string name="pref_cat__visibility_nav_items">アイテムの表示</string>
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">フォントサイズ</string>
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
|
|
@ -21,6 +23,8 @@
|
|||
<string name="pref_title__load_images">画像の読み込み</string>
|
||||
<string name="pref_desc__load_images">安全なモバイルデータのため、画像の読み込みを無効にします</string>
|
||||
<!-- Proxy -->
|
||||
<string name="pref_title__http_proxy_load_tor_preset">Tor プリセットを読み込む</string>
|
||||
<string name="pref_desc__http_proxy_load_tor_preset">Tor (Orbot) HTTP プロキシのプロキシ設定を読み込みます</string>
|
||||
<string name="pref_title__sub_proxy">プロキシ</string>
|
||||
<string name="pref_title__proxy_enabled">プロキシを有効にする</string>
|
||||
<string name="pref_desc__http_proxy_enabled">Diaspora の通信をプロキシして、ファイアウォールに回避します。\n再起動が必要になることがあります</string>
|
||||
|
|
@ -28,6 +32,7 @@
|
|||
<string name="pref_title__http_proxy_port">ポート</string>
|
||||
<!-- Chrome custom tabs -->
|
||||
<string name="pref_title__chrome_custom_tabs_enabled">Chrome カスタムタブ</string>
|
||||
<string name="pref_desc__chrome_custom_tabs_enabled">Chrome のカスタム タブで外部リンクを開きます。この機能は Chromium または Google Chrome をインストールする必要があります。\n重要な注意: Chrome のカスタム タブは構成されているプロキシ サーバーを使用しません!</string>
|
||||
<!-- Diaspora Settings -->
|
||||
<string name="pref_title__personal_settings">個人用設定</string>
|
||||
<string name="pref_desc__personal_settings">Diaspora アカウント設定を開きます</string>
|
||||
|
|
|
|||
|
|
@ -2,12 +2,14 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
<!-- Category Titles -->
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
<!-- Load images -->
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
<string name="pref_title__sub_nav_slider">നാവിഗേഷൻ സ്ലൈഡർ</string>
|
||||
<string name="pref_desc__sub_nav_slider">നാവിഗേഷൻ ഡ്രാവറിൽ കാണേണ്ട എൻട്രികൾ നിയന്ത്രിക്കൂ</string>
|
||||
<string name="pref_cat__visibility_nav_items">ഇനത്തിന്റെ കാഴ്ച</string>
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">ഫോണ്ട് സൈസ്</string>
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
|
|
@ -22,9 +24,6 @@
|
|||
<string name="pref_desc__load_images">മൊബൈൽ ഡാറ്റ ഉപഭോഗം കുറയ്ക്കാനായി ചിത്രങ്ങൾ ലോഡ് ചെയ്യാതിരിക്കുക</string>
|
||||
<!-- Proxy -->
|
||||
<string name="pref_title__proxy_enabled">പ്രോക്സി അനുവദിക്കൂ</string>
|
||||
<string name="pref_desc__http_proxy_enabled">ഫയർവാളുകളെ മറികടക്കാൻ ഡയസ്പോറ ട്രാഫിക് പ്രോക്സി ചെയ്യൂ.\nപുനരാരംഭിക്കേണ്ടി വന്നേക്കാം</string>
|
||||
<string name="pref_title__http_proxy_host">ആഥിതേയൻ</string>
|
||||
<string name="pref_title__http_proxy_port">പോർട്ട്</string>
|
||||
<!-- Chrome custom tabs -->
|
||||
<!-- Diaspora Settings -->
|
||||
<string name="pref_title__personal_settings">സ്വകാര്യ സജ്ജീകരണങ്ങൾ</string>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
|
|
@ -13,6 +14,7 @@
|
|||
<!-- Navigiation Slider -->
|
||||
<string name="pref_title__sub_nav_slider">Navigatie Slider</string>
|
||||
<string name="pref_cat__visibility_nav_items">Item Zichtbaarheid</string>
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">Lettergrootte</string>
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
|
|
@ -21,9 +23,6 @@
|
|||
<string name="pref_desc__load_images">Afbeelding laden uitschakelen om mobiele data te besparen</string>
|
||||
<!-- Proxy -->
|
||||
<string name="pref_title__proxy_enabled">Proxy inschakelen</string>
|
||||
<string name="pref_desc__http_proxy_enabled">Gebruik een Proxy voor Diaspora om de firewalls te omzeilen.\nRestart nodig</string>
|
||||
<string name="pref_title__http_proxy_host">Host</string>
|
||||
<string name="pref_title__http_proxy_port">Poort</string>
|
||||
<!-- Chrome custom tabs -->
|
||||
<!-- Diaspora Settings -->
|
||||
<string name="pref_title__personal_settings">Persoonlijke instellingen</string>
|
||||
|
|
|
|||
|
|
@ -2,12 +2,14 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
<!-- Category Titles -->
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
<!-- Load images -->
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
|
|
@ -11,6 +12,7 @@
|
|||
<string name="pref_cat__pod_settings">Ustawienia poda</string>
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">Rozmiar czcionki</string>
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
<string name="pref_title__sub_nav_slider">Controle deslizante de navegação</string>
|
||||
<string name="pref_desc__sub_nav_slider">Visibilidade do controle de entradas na gaveta de navegação</string>
|
||||
<string name="pref_cat__visibility_nav_items">Visibilidade de item</string>
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">Tamanho da fonte</string>
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
|
|
@ -22,9 +24,6 @@
|
|||
<string name="pref_desc__load_images">Desabilitar o carregamento de imagens para economizar seus créditos</string>
|
||||
<!-- Proxy -->
|
||||
<string name="pref_title__proxy_enabled">Habilitar o Proxy</string>
|
||||
<string name="pref_desc__http_proxy_enabled">Usar proxy para o tráfego da diáspora para contornar firewalls.\nPode requerer reinicialização</string>
|
||||
<string name="pref_title__http_proxy_host">Servidor</string>
|
||||
<string name="pref_title__http_proxy_port">Porta</string>
|
||||
<!-- Chrome custom tabs -->
|
||||
<!-- Diaspora Settings -->
|
||||
<string name="pref_title__personal_settings">Configurações pessoais</string>
|
||||
|
|
|
|||
|
|
@ -2,12 +2,14 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
<!-- Category Titles -->
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
<!-- Load images -->
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
|
|
@ -14,6 +15,7 @@
|
|||
<string name="pref_title__sub_nav_slider">Слайдер навигации</string>
|
||||
<string name="pref_desc__sub_nav_slider">Управление видимостью записей в ящике навигации</string>
|
||||
<string name="pref_cat__visibility_nav_items">Видимость элемента</string>
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<string name="pref_title__font_size">Размер шрифта</string>
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
|
|
@ -22,9 +24,6 @@
|
|||
<string name="pref_desc__load_images">Отключить загрузку изображений для экономии траффика</string>
|
||||
<!-- Proxy -->
|
||||
<string name="pref_title__proxy_enabled">Использовать прокси</string>
|
||||
<string name="pref_desc__http_proxy_enabled">Перенаправить трафик Диаспоры в обход брандмауэров.\nМожет потребовать перезапуска</string>
|
||||
<string name="pref_title__http_proxy_host">Хост</string>
|
||||
<string name="pref_title__http_proxy_port">Порт</string>
|
||||
<!-- Chrome custom tabs -->
|
||||
<!-- Diaspora Settings -->
|
||||
<string name="pref_title__personal_settings">Личные настройки</string>
|
||||
|
|
|
|||
|
|
@ -2,12 +2,14 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
<!-- Category Titles -->
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
<!-- Load images -->
|
||||
|
|
|
|||
|
|
@ -2,12 +2,14 @@
|
|||
<!--Generated by crowdin.com-->
|
||||
<resources>
|
||||
<!-- Key Names (Untranslatable) -->
|
||||
<!-- Themes -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- PodProfile -->
|
||||
<!-- More -->
|
||||
<!-- Category Titles -->
|
||||
<!-- Visuals -->
|
||||
<!-- Navigiation Slider -->
|
||||
<!-- Themes -->
|
||||
<!-- Font size -->
|
||||
<!-- prefix 's' is needed to make this a string array. Otherwise ListPreference would crash -->
|
||||
<!-- Load images -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue