-
Notifications
You must be signed in to change notification settings - Fork 945
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
Add notes to specific dates #1103
Conversation
Thank you for the PR and welcome to the project, @vbh! Please let us know when you think this is ready for review. |
@vbh can you double-check that |
@vbh and you can check https://github.com/iSoron/uhabits/blob/dev/docs/TEST.md to run the tests. |
uhabits-android/src/main/java/org/isoron/uhabits/activities/habits/list/views/HabitCardView.kt
Outdated
Show resolved
Hide resolved
uhabits-core/src/jvmMain/java/org/isoron/uhabits/core/ui/views/HistoryChart.kt
Outdated
Show resolved
Hide resolved
uhabits-core/src/jvmMain/java/org/isoron/uhabits/core/io/HabitBullCSVImporter.kt
Show resolved
Hide resolved
Thank you for implementing this, @vbh. I will provide you some feedback soon. |
...ts-android/src/main/java/org/isoron/uhabits/activities/habits/list/views/NumberButtonView.kt
Outdated
Show resolved
Hide resolved
...s-core/src/jvmMain/java/org/isoron/uhabits/core/ui/screens/habits/list/HabitCardListCache.kt
Outdated
Show resolved
Hide resolved
uhabits-core/src/jvmMain/java/org/isoron/uhabits/core/ui/widgets/WidgetBehavior.kt
Outdated
Show resolved
Hide resolved
...ts-core/src/jvmMain/java/org/isoron/uhabits/core/ui/screens/habits/show/views/HistoryCard.kt
Outdated
Show resolved
Hide resolved
...src/androidTest/java/org/isoron/uhabits/activities/habits/list/views/NumberButtonViewTest.kt
Outdated
Show resolved
Hide resolved
Thanks for the changes, @vbh! The code looks very good now. The only thing we are missing to complete this feature, I think, is improving the dialogs. I prepared some mocks below, with some design suggestions. Would you like to try to implement them? Please also feel free to suggest any changes. |
Thanks @vbh, I am planning to review this shortly. |
Replace `etNotes.setText` by `etNotes.append` so that the cursor moves to the end of the line.
Merged into |
closes #1074
Subtasks
Images