Closed Indomet closed 1 year ago
In GitLab by @jacniy on May 20, 2023, 09:42
requested review from @zepei
In GitLab by @zepei on May 20, 2023, 10:14
Commented on AndroidApp/app/src/main/java/com/example/myapplication/MusicFragment.java line 149
Good use of File.separator here to make sure the syntax is applicable for all devices.
In GitLab by @zepei on May 20, 2023, 10:16
Commented on AndroidApp/app/src/main/java/com/example/myapplication/MusicFragment.java line 154
Adding comments to these two lines of code would be helpful for other developers to understand why this is needed.
In GitLab by @zepei on May 20, 2023, 10:44
Commented on AndroidApp/app/src/main/java/com/example/myapplication/MusicFragment.java line 170
Why is the profile picture functionality being handled in the MusicFragment class? Consider refactoring to Util or SettingsFragment for example as this as it violates the single responsibily principle.
In GitLab by @mohamadk on May 21, 2023, 17:03
added 31 commits
main
In GitLab by @zepei on May 21, 2023, 17:10
Commented on AndroidApp/app/src/main/java/com/example/myapplication/MusicFragment.java line 136
Delete commented method
In GitLab by @mohamadk on May 21, 2023, 17:11
Commented on AndroidApp/app/src/main/java/com/example/myapplication/MusicFragment.java line 136
changed this line in version 3 of the diff
In GitLab by @mohamadk on May 21, 2023, 17:11
added 1 commit
In GitLab by @zepei on May 21, 2023, 17:13
approved this merge request
In GitLab by @zepei on May 21, 2023, 17:13
marked the checklist item add the picture to its designated place as completed
In GitLab by @zepei on May 21, 2023, 17:13
marked the checklist item have the picture stay after the user reopens the app as completed
In GitLab by @zepei on May 21, 2023, 17:15
All acceptance criteria passed
In GitLab by @zepei on May 21, 2023, 17:15
enabled an automatic merge when the pipeline for 61356660c41c76f36afcb8e7cf06529dbac193b9 succeeds
In GitLab by @zepei on May 21, 2023, 17:16
mentioned in commit 7bbde4b2f0b7ba9fce4f9e9b91ff28b62adec794
In GitLab by @jacniy on May 20, 2023, 09:42
Merges savePicture -> main
Refactoring