Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Anti-censorship
Pluggable Transports
Snowflake Mobile
Commits
3d466477
Verified
Commit
3d466477
authored
Aug 06, 2020
by
HashikD
Browse files
Changed the Users Served text
parent
d86bad34
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/torproject/snowflake/fragments/MainFragment.java
View file @
3d466477
...
...
@@ -80,7 +80,8 @@ public class MainFragment extends Fragment {
if
(
served
>
0
)
{
usersServedTV
.
setVisibility
(
View
.
VISIBLE
);
usersServedTV
.
setText
(
getString
(
R
.
string
.
users_served_text
)
+
served
);
String
servedText
=
getString
(
R
.
string
.
users_served_text
)
+
served
;
usersServedTV
.
setText
(
servedText
);
}
}
}
\ No newline at end of file
app/src/main/res/values/strings.xml
View file @
3d466477
...
...
@@ -2,7 +2,7 @@
<string
name=
"app_name"
>
Snowflake
</string>
<string
name=
"not_channel_desc"
>
This Channel should not be muted. The Android system will consider Snowflake not import and will kill the service if it\'s muted.
</string>
<string
name=
"not_channel_name"
>
Snowflake Service
</string>
<string
name=
"users_served_text"
>
Users you
ha
ve
helped circumvent censorship in the
p
ast
day \n
</string>
<string
name=
"users_served_text"
>
Number of users your Snowflake
ha
s
helped circumvent censorship in the
l
ast
24 hours: $
</string>
<string
name=
"Snowflake_Off"
>
Snowflake is Off
</string>
<string
name=
"Snowflake_On"
>
Snowflake is On
</string>
</resources>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment