Skip to content
Snippets Groups Projects
Commit 337a0e15 authored by Taras's avatar Taras
Browse files

Move explanation to app module

parent c54106ed
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ import androidx.recyclerview.widget.DividerItemDecoration
import by.kirich1409.viewbindingdelegate.viewBinding
import dagger.hilt.android.AndroidEntryPoint
import org.futo.circles.R
import org.futo.circles.auth.feature.explanation.CirclesExplanationDialog
import org.futo.circles.feature.explanation.CirclesExplanationDialog
import org.futo.circles.core.base.NetworkObserver
import org.futo.circles.core.databinding.FragmentRoomsBinding
import org.futo.circles.core.extensions.navigateSafe
......
package org.futo.circles.auth.feature.explanation
package org.futo.circles.feature.explanation
import android.app.ActionBar
import android.content.Context
......@@ -13,7 +13,7 @@ import android.widget.ImageView
import android.widget.LinearLayout
import android.widget.Space
import androidx.appcompat.app.AppCompatDialog
import org.futo.circles.auth.R
import org.futo.circles.R
import org.futo.circles.auth.databinding.DialogCirclesExplanationBinding
import org.futo.circles.core.model.CircleRoomTypeArg
import org.futo.circles.core.model.CircleRoomTypeArg.Group
......
......@@ -15,7 +15,7 @@ import androidx.recyclerview.widget.DividerItemDecoration
import by.kirich1409.viewbindingdelegate.viewBinding
import dagger.hilt.android.AndroidEntryPoint
import org.futo.circles.R
import org.futo.circles.auth.feature.explanation.CirclesExplanationDialog
import org.futo.circles.feature.explanation.CirclesExplanationDialog
import org.futo.circles.core.base.NetworkObserver
import org.futo.circles.core.databinding.FragmentRoomsBinding
import org.futo.circles.core.extensions.navigateSafe
......
......@@ -199,12 +199,20 @@
<string name="downloading">Downloading</string>
<string name="privacy_policy">Privacy policy</string>
<string name="privacy_policy_url" translatable="false">https://circles.futo.org/privacy/android/</string>
<!-- Rich text editor -->
<string name="general">General</string>
<string name="empty_media_storage_info">0 MB used</string>
<string name="in_timeline_format">(in %1$s / %2$s)</string>
<string name="circle_explanation"><![CDATA[Tip: A <b>circle</b> works like a secure, private version of Facebook or Twitter. Everyone posts to their own timeline, and you see posts from all the timelines that you\'re following.
<br/><br/>A circle is a good way to share things with lots of people who don\'t all know each other, but they all know you.
<br/><br/>For example, think about all the aunts and uncles and cousins from the different sides of your family.
Or, think about all of your friends across all of the places you\'ve ever lived.
<br/><br/>If you want to connect a bunch of people who <i>do</i> all know each other, then it\'s better to create a <b>Group</b> instead.]]></string>
<string name="group_explanation"><![CDATA[Tip: A <b>group</b> is the best way to connect a bunch of people where everyone is connected to everyone else.
<br/><br/>Everyone in the group posts to the same timeline, and everyone in the group can see every post.
<br/><br/>For example, you might want to create a group for your book club, or your sports team, or your scout troop.
<br/><br/>If you want to share with lots of different people who <i>don\'t</i> all know each other, then you should invite those people to follow you in a <b>Circle</b> instead.]]></string>
<string-array name="debug_domains">
<item>nl.circles-dev.net</item>
<item>matrix.org</item>
......
......@@ -138,17 +138,6 @@
<string name="friends_circle_description">Optional: Circle to follow your friends timelines. You will be able to create it anytime</string>
<string name="family_circle_description">Optional: Circle to follow your family members timelines. You will be able to create it anytime</string>
<string name="community_circle_description">Optional: Circle to follow other people timelines. You will be able to create it anytime</string>
<string name="circle_explanation"><![CDATA[Tip: A <b>circle</b> works like a secure, private version of Facebook or Twitter. Everyone posts to their own timeline, and you see posts from all the timelines that you\'re following.
<br/><br/>A circle is a good way to share things with lots of people who don\'t all know each other, but they all know you.
<br/><br/>For example, think about all the aunts and uncles and cousins from the different sides of your family.
Or, think about all of your friends across all of the places you\'ve ever lived.
<br/><br/>If you want to connect a bunch of people who <i>do</i> all know each other, then it\'s better to create a <b>Group</b> instead.]]></string>
<string name="group_explanation"><![CDATA[Tip: A <b>group</b> is the best way to connect a bunch of people where everyone is connected to everyone else.
<br/><br/>Everyone in the group posts to the same timeline, and everyone in the group can see every post.
<br/><br/>For example, you might want to create a group for your book club, or your sports team, or your scout troop.
<br/><br/>If you want to share with lots of different people who <i>don\'t</i> all know each other, then you should invite those people to follow you in a <b>Circle</b> instead.]]></string>
<string name="configure">Configure</string>
<string name="receive_email_updates">Receive email updates</string>
<string name="you_don_t_have_any_active_subscriptions">You don\'t have any active subscriptions</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment