-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee9081b
commit 751e873
Showing
7 changed files
with
37 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<TextView android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:id="@android:id/title" | ||
android:layout_marginBottom="16dip" | ||
style="@style/Body1" | ||
android:textSize="12sp" | ||
android:textColor="@color/text_ternary" | ||
android:paddingStart="32dip" | ||
android:paddingEnd="32dip" | ||
android:paddingBottom="16dp" | ||
android:text="@string/copy_tasks_description" | ||
xmlns:android="http://schemas.android.com/apk/res/android" /> |
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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
New in 4.0.1: | ||
New in 4.0.2: | ||
-Habitica has a brand new WearOS app for smart watches! | ||
-Some pesky bug fixes | ||
-Group Plan subscribers can switch on displaying shared tasks from Settings | ||
-Past To Do reminders will not constantly show anymore | ||
-Pet category labels show again | ||
-Newly designed Backgrounds section | ||
-Ability to filter, preview, and pin Backgrounds | ||
-New bottom sheet designs in Items, Pets & Mounts, and Filters | ||
-New Day Start Adjustment interface | ||
-Improvements to task reminder reliability | ||
-Improvements to payment and subscription handling | ||
-Fixes account deletion confirmation prompt | ||
-Fixes task reorder bug for new accounts | ||
-Fixes sprite size in Quest Details preview | ||
|
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
NAME=4.0.1 | ||
CODE=4470 | ||
NAME=4.0.2 | ||
CODE=4510 |
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