diff --git a/Habitica/res/layout/fragment_chat.xml b/Habitica/res/layout/fragment_chat.xml index 05274489b..b175bd558 100644 --- a/Habitica/res/layout/fragment_chat.xml +++ b/Habitica/res/layout/fragment_chat.xml @@ -4,18 +4,37 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - + android:paddingHorizontal="@dimen/spacing_large" + android:paddingVertical="@dimen/spacing_medium"> + + + + + @color/brand_500 @color/green_500 @color/gray_400 + @color/gray_500 @color/gray_400 @color/gray_10 @color/gray_50 @@ -70,4 +71,5 @@ @color/red_100 @color/brand_600 + diff --git a/Habitica/res/values/colors.xml b/Habitica/res/values/colors.xml index 33617e217..c0dc4a072 100644 --- a/Habitica/res/values/colors.xml +++ b/Habitica/res/values/colors.xml @@ -129,7 +129,8 @@ @color/brand_400 @color/green_10 - @color/gray_10 + @color/gray_100 + @color/gray_100 @color/gray_200 @color/gray_600 @color/gray_600 diff --git a/Habitica/res/values/strings.xml b/Habitica/res/values/strings.xml index dca561937..b196b73d7 100644 --- a/Habitica/res/values/strings.xml +++ b/Habitica/res/values/strings.xml @@ -628,6 +628,8 @@ Edit your public profile. Display Name Photo URL + You can display an image on your Habitica profile for others to see by adding a link to the image here. + Save Photo URL Login Name About App Settings @@ -635,7 +637,9 @@ Change your authentication options. Change Password Change Email Address + This is the email address that you use to log in to Habitica, as well as receive notifications. Change Username + Usernames must be 1 to 20 characters, containing only letters a to z, numbers 0 to 9, hyphens, or underscores. Change Character Level Auto Allocate Points @@ -763,6 +767,8 @@ Username copied to clipboard One of these Veteran Pets will be waiting for you after you’ve finished confirming! What should we call you? + Change Display Name + This is the name that will be displayed for your avatar in Habitica. Unlike username, it does not have to be a unique identifier. Display names must be between 1 and 30 characters Join Habitica (Check me off!) You can either complete this To Do, edit it, or remove it. @@ -813,6 +819,8 @@ Old Password New Password Repeat new Password + Passwords must be 8 characters or more. Changing your password will log you out of any other devices and third-party tools you may use. + Confirm new Password Adjust Streak Adjust Counter Password successfully changed @@ -1041,6 +1049,7 @@ Stat Allocation All Habitica characters have four stats that affect the gameplay aspects of Habitica.\n\n**Strength (STR)** affects critical hits and raises damage done to a Quest Boss. Warriors and Rogues gain STR from their class equipment.\n\n**Constitution (CON)** raises your HP and makes you take less damage. Healers and Warriors gain CON from their class equipment.\n\n**Intelligence (INT)** raises the amount of EXP you earn and gives you more Mana. Mages and Healers gain INT from their class equipment.\n\n**Perception (PER)** increases the gold you earn and the rate of finding dropped items. Rogues and Mages gain PER from their class equipment.\n\nAfter level 10, you earn 1 Stat Point every level you gain that you can put into any stat you’d like. You can also equip gear that has different combinations of stat boosts. Use Skill + Use on Party Standard Premium Currency @@ -1220,6 +1229,8 @@ My Account Public Profile About Me + Add a small blurb about yourself that will appear on your Habitica profile when others view it. + Save About Me API Account Info Login Methods @@ -1230,7 +1241,7 @@ Connect Disconnect Add - Copy Token. Be careful, this is a password! + Password token for developers and third-party tools. Added %s authentication Copied %s to clipboard Disconnected %s @@ -1565,7 +1576,8 @@ Max Gem Cap Instantly start at the max Gem Cap They instantly start at the Max Gem Cap - + Start chatting! + Remember to be friendly and follow the Community Guidelines. Gem Cap Get 12 Mystic Hourglasses immediately after your first 12 month subscription! 12 Mystic Hourglasses @@ -1582,7 +1594,16 @@ Error getting credentials for authentication. Received invalid credentials. Unknown error during authentication. - Start chatting!\nRemember to be friendly and follow the Community Guidelines. + API Token + Your API Token is like a password + + Do not share it publicly. You may occasionally be asked for your User ID, but never post your API Token where others can see it, including on Github. + + If you need a new API Token + + You can change your password to reset it. Once it is reset, you will need to log back in to any other devices you use Habitica on and provide the new API Token to third-party tools you may use. + + Copy Token diff --git a/Habitica/res/values/styles.xml b/Habitica/res/values/styles.xml index c0ba51079..b8d88a68a 100644 --- a/Habitica/res/values/styles.xml +++ b/Habitica/res/values/styles.xml @@ -952,6 +952,21 @@ @style/TaskFormHintTextAppearance + +