-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #3384 : Arranged string resources based on screens #4823
Changes from all commits
f8ee55f
d4bcf1d
bb3d3d4
7153aef
4113302
c033a39
9ea9d7c
8ba669b
7dc1b4a
0708dd6
2f3b9ec
ce3872a
12bb87f
690ba7e
bce7b61
9912ffc
f48f663
dacc6ee
656c283
f40026f
5461595
57268f3
b6b2363
0c77b97
53ea822
cc61a49
da20047
119cc0f
c39d761
bcbbe75
0cd7c77
af82314
9c9325e
4afb67f
9470168
9f8dc02
77108da
8147a38
e3bc8d8
c960247
b9a8ebb
4b15b26
ba32c86
d7efb88
36cf793
c935f08
77e6007
79c8778
2b8bf6c
e6329de
2465b11
dd8f042
96dbf50
5ebb605
6090de1
f95c272
444b3e7
7e76429
42be212
ea2df4a
660a94e
13347c5
8ce252d
f701455
07eac88
9e3787d
863f4ca
c67079f
2ca2f0f
272bcdb
bac4eb5
bfb5c2a
fd177db
9c2b62b
d2c8b3a
1c64914
4f5076f
a76d906
368679b
2ccb654
d48b4fa
aa56028
1456119
2834337
be02709
b5a6e67
7ee48ac
778e37b
a16d6e6
0b47109
4e4e8b6
7ffb0d5
7a5dcd0
f4e7af8
2deecd6
b01118b
d228c6e
59d3d18
181efd8
738eea6
c45014b
57e9ee5
0c97c2c
5afa8b6
6211828
713b834
b034d82
edff0b5
06b4ad9
b86931b
2ec19d6
c265c85
fdc28f7
c180328
03b4bad
504c2c0
8a668ee
864cb40
bb5d6f2
536eaa3
911cd5d
136a052
5988765
bbab289
a272075
d270552
07e345f
f254260
0feeb33
5ed10da
7577b1b
8974dc3
9dc5427
d284c8d
1dd3633
a35b927
7a98f9e
19e3bfe
69eb1ce
be5daf6
14253fc
21ef75d
db33d19
d291c68
aef8992
b0bfa56
63316ae
5b1994d
0953aab
f88114f
56bcd83
9e65504
3c76aae
a8a9129
79a0ac7
23c7482
6a26be8
772d218
eeead8c
a7c465a
22f6984
583b748
f6ccd3e
a564556
0dea12b
2a38722
2e01f0e
f1f32f9
ffbb650
4739454
bf7750c
d6278e9
d2918cd
362f701
6493cba
93ef558
297df5c
e153619
3855988
7ae745e
d1b196f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -26,7 +26,7 @@ | |||||
android:value="2020-09-01" /> | ||||||
<activity | ||||||
android:name=".app.administratorcontrols.AdministratorControlsActivity" | ||||||
android:label="@string/administrator_controls_title" | ||||||
android:label="@string/administrator_controls_activity_label_title" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.testing.AdministratorControlsFragmentTestActivity" | ||||||
|
@@ -38,27 +38,27 @@ | |||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.administratorcontrols.appversion.AppVersionActivity" | ||||||
android:label="@string/app_version_activity_title" | ||||||
android:label="@string/administrator_controls_app_version_activity_app_version_activity_label_title" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.administratorcontrols.learneranalytics.ProfileAndDeviceIdActivity" | ||||||
android:label="@string/profile_and_device_id_activity_title" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar"/> | ||||||
<activity | ||||||
android:name=".app.completedstorylist.CompletedStoryListActivity" | ||||||
android:label="@string/completed_story_list_activity_title" | ||||||
android:label="@string/completed_story_list_activity_toolbar_title" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.help.faq.FAQListActivity" | ||||||
android:label="@string/faq_activity_title" | ||||||
android:label="@string/faq_single_activity_title" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.help.faq.faqsingle.FAQSingleActivity" | ||||||
android:label="@string/faq_activity_title" | ||||||
android:label="@string/faq_single_activity_title" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.help.HelpActivity" | ||||||
android:label="@string/help_activity_title" | ||||||
android:label="@string/help_activity_label_title" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.help.thirdparty.LicenseListActivity" | ||||||
|
@@ -74,7 +74,7 @@ | |||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.home.HomeActivity" | ||||||
android:label="@string/home_activity_title" | ||||||
android:label="@string/home_activity_label_title" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.home.recentlyplayed.RecentlyPlayedActivity" | ||||||
|
@@ -114,7 +114,7 @@ | |||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.options.ReadingTextSizeActivity" | ||||||
android:label="@string/reading_text_size_activity_title" | ||||||
android:label="@string/reading_text_size" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please make sure that the activity/toolbar title strings are not confused with the label strings that are used in the options fragment. I think you will notice that you need 2 seperate strings for this. |
||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.player.exploration.ExplorationActivity" | ||||||
|
@@ -128,7 +128,7 @@ | |||||
<activity android:name=".app.player.state.testing.StateFragmentTestActivity" /> | ||||||
<activity | ||||||
android:name=".app.profile.AddProfileActivity" | ||||||
android:label="@string/add_profile_activity_label" | ||||||
android:label="@string/add_profile_activity_label_text" | ||||||
android:theme="@style/OppiaThemeWithoutActionBarColorAccentColorPrimary" /> | ||||||
<activity | ||||||
android:name=".app.profile.AdminAuthActivity" | ||||||
|
@@ -137,16 +137,16 @@ | |||||
android:windowSoftInputMode="adjustResize" /> | ||||||
<activity | ||||||
android:name=".app.profile.AdminPinActivity" | ||||||
android:label="@string/admin_pin_activity_title" | ||||||
android:label="@string/admin_pin_activity_label_text" | ||||||
android:windowSoftInputMode="adjustResize" /> | ||||||
<activity | ||||||
android:name=".app.profile.PinPasswordActivity" | ||||||
android:label="@string/pin_password_activity_title" | ||||||
android:label="@string/pin_password_activity_pin_password_activity_label_title" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This does not conform to the expected pattern. |
||||||
android:theme="@style/OppiaThemeWithoutActionBar" | ||||||
android:windowSoftInputMode="adjustResize" /> | ||||||
<activity | ||||||
android:name=".app.profile.ProfileChooserActivity" | ||||||
android:label="@string/profile_chooser_activity_label" | ||||||
android:label="@string/profile_chooser_activity_label_text" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.profileprogress.ProfilePictureActivity" | ||||||
|
@@ -244,11 +244,11 @@ | |||||
<activity android:name=".app.testing.SplashTestActivity" /> | ||||||
<activity | ||||||
android:name=".app.topic.TopicActivity" | ||||||
android:label="@string/topic_page" | ||||||
android:label="@string/topic_activity_topic_page_label_text" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.walkthrough.WalkthroughActivity" | ||||||
android:label="@string/walkthrough_activity_title" | ||||||
android:label="@string/walkthrough_activity_label_text" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity android:name=".app.testing.LessonThumbnailImageViewTestActivity" /> | ||||||
<activity | ||||||
|
@@ -294,7 +294,7 @@ | |||||
android:name=".app.devoptions.forcenetworktype.testing.ForceNetworkTypeTestActivity" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity android:name=".app.policies.PoliciesActivity" | ||||||
android:label="@string/policy_activity_title" | ||||||
android:label="@string/policy_activity_label_title" | ||||||
android:theme="@style/OppiaThemeWithoutActionBar" /> | ||||||
<activity | ||||||
android:name=".app.devoptions.mathexpressionparser.MathExpressionParserActivity" | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The label should be for the activity and not title.