Skip to content

Commit 4d54abb

Browse files
lukstbitaniri
andauthored
Enable details screen for user's notes (#242)
* Enable details screen for user's notes * Implement UI requested changes * Fix issues with form-question codes * Fix adding notes directly from forms list * Tweak UI and save codes for note into database * Update app/src/main/java/ro/code4/monitorizarevot/ui/notes/NoteDetailsFragment.kt * Update app/src/main/res/values/strings.xml * Apply suggestions from code review Co-authored-by: Irina Borozan <anirib@gmail.com>
1 parent cb2aefd commit 4d54abb

File tree

29 files changed

+1303
-46
lines changed

29 files changed

+1303
-46
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ dependencies {
154154
kapt "androidx.room:room-compiler:$roomVersion"
155155
implementation "androidx.room:room-ktx:$roomVersion"
156156
implementation "androidx.room:room-rxjava2:$roomVersion"
157+
implementation 'com.squareup.picasso:picasso:2.71828'
157158

158159
// Unit tests
159160
testImplementation 'junit:junit:4.13'

0 commit comments

Comments
 (0)