-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* add number_of_logins field to profile proto * add increment login count function * add tests * init number of logins to 0 when new profile is added * hide promoted stories for the first time user * add cta text * modify header text * shorten line length * modify tests so that number of logins are two * modify tests so that number of logins are two * modify tests so that number of logins are two * modify tests so that number of logins are two * shorten lines: optional nit * remove all topics string resource * add new test for not displaying promoted stories * remove unused resource (build was failing) * add new test case * use suggested method to reduce function size * change tests to account for changing the loginIntoProfile method inside profileTestHelper.kt * correction: change tests to account for changing the loginIntoProfile method inside profileTestHelper.kt
- Loading branch information
1 parent
091b45a
commit 76f954d
Showing
10 changed files
with
86 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -127,7 +127,6 @@ | |
<string name="ongoing_story_last_month">Played within the Last Month</string> | ||
<string name="story_activity_title">Chapter List</string> | ||
<string name="lesson_thumbnail_content_description">Image for %s</string> | ||
<string name="all_topics">All Topics</string> | ||
<string name="stories_you_can_play">Stories You Can Play</string> | ||
<string name="navigate_up">Navigate up</string> | ||
<string name="recently_played_activity">Recently-Played Stories</string> | ||
|
@@ -548,4 +547,5 @@ | |
<string name="faq_answer_9"><![CDATA[<p>If you cannot find your question or would like to report a bug, contact us at [email protected].</p>]]></string> | ||
<string name="profile_edit_fragment_test_activity_label">Profile Edit Fragment Test Activity</string> | ||
<string name="administrator_controls_fragment_test_activity_label">Administrator Controls Fragment Test Activity</string> | ||
<string name="select_a_topic_to_start">Select a Topic to Start</string> | ||
</resources> |
Oops, something went wrong.