-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstatement-of-originality.yml
92 lines (69 loc) · 3.65 KB
/
statement-of-originality.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# for information & examples on how to fill this out correctly, see
# https://cs.anu.edu.au/courses/comp1720/resources/faq/#statement-of-originality
# this document has been modified for the purpose of the COMP2100/6442 group assignment.
declaration: >-
I declare that everything I have submitted in this assignment is entirely our
own work, with the following exceptions:
# add as many "url+licence+comment" entries as necessary
# (or remove it altogether if you haven't used any external code)
code:
- comment: used to change the colour of the thumb
url: https://stackoverflow.com/questions/16470475/how-to-change-colour-of-the-thumb-in-seekbar
licence: CC-BY-SA
- comment: used to create the circular images in the profile/creation pages
url: https://www.youtube.com/watch?v=nRPoW0X16QU
- comment: used to create the bottom navigation menu
url: https://www.youtube.com/watch?v=Chso6xrJ6aU
- comment: used to help convert some activities to fragments
url: https://stackoverflow.com/questions/15478105/start-an-activity-from-a-fragment
licence: CC-BY-SA
- comment: used to help convert some activities to fragments
url: https://stackoverflow.com/questions/6495898/findviewbyid-in-fragment
licence: CC-BY-SA
- comment: used to help convert some activities to fragments
url: https://www.geeksforgeeks.org/difference-between-a-fragment-and-an-activity-in-android/
licence: CC-BY
- comment: used to help create the background xml drawable for the login
url: https://stackoverflow.com/questions/12153890/angle-attribute-in-android-gradient
licence: CC-BY-SA
- comment: used to change the colour of the navBar in the theme
url: https://stackoverflow.com/questions/27839105/android-lollipop-change-navigation-bar-color
licence: CC-BY-SA
- comment: used to help create the feed adapter
url: https://www.geeksforgeeks.org/how-to-create-recyclerview-with-multiple-viewtype-in-android/
licence: CC-BY
- comment: used to change the way the messages are displayed to the latest message is in view
url: https://stackoverflow.com/questions/29474876/make-recycler-view-show-rows-from-bottom
licence: CC-BY-SA
- comment: used to add the activity chips to the feed on event posts
url: https://stackoverflow.com/questions/61847481/dynamically-add-chips-to-chipgroup
licence: CC-BY-SA
- comment: used to create the chips in the select interests section
url: https://www.youtube.com/watch?v=9PyXldztAEI
- comment: used to change the colour of the radio buttons
url: https://stackoverflow.com/questions/17120199/change-the-circle-color-of-radio-button
licence: CC-BY-SA
- comment: used to change location of hint in textboxes/inputs
url: https://stackoverflow.com/questions/65693123/set-hint-on-top-of-textinputedittext-in-textinputlayout
licence: CC-BY-SA
- comment: used to help create the background shapes
url: https://stackoverflow.com/questions/27787624/android-how-do-i-put-a-solid-color-rectangle-in-a-layout
licence: CC-BY-SA
- comment: used to put padding in textboxes
url: https://stackoverflow.com/questions/10194187/padding-for-hint-text-inside-edittext
licence: CC-BY-SA
- comment: used to teach how to use drawables as backgrounds for UI elements
url: https://www.youtube.com/watch?v=nlPtfncjOWA
- comment: Used to construct queries
url: https://firebase.google.com/docs/firestore/query-data/queries
# for each member, write your name and uid here
# remove any empty "name+uid" entries
members:
- name: Shaazaan Majeed
uid: u7283219
- name: Deni Lanc
uid: u7284728
- name: Akshat Jain
uid: u7284072
- name: Leon Zolati
uid: u7285188