File tree
164 files changed
+903
-1061
lines changed- .fvm
- .github
- workflows
- android
- app
- src
- debug
- main
- kotlin/com/example/mosquito_alert_app
- res
- drawable
- drawable-hdpi
- drawable-hdpi-v31
- drawable-mdpi
- drawable-mdpi-v31
- drawable-night-hdpi
- drawable-night-hdpi-v31
- drawable-night-mdpi
- drawable-night-mdpi-v31
- drawable-night-xhdpi
- drawable-night-xhdpi-v31
- drawable-night-xxhdpi
- drawable-night-xxhdpi-v31
- drawable-night-xxxhdpi
- drawable-night-xxxhdpi-v31
- drawable-v21
- drawable-xhdpi
- drawable-xhdpi-v31
- drawable-xxhdpi
- drawable-xxhdpi-v31
- drawable-xxxhdpi
- drawable-xxxhdpi-v31
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
- values-night
- values-night-v31
- values-v31
- profile
- gradle/wrapper
- assets
- html
- img
- maps
- language
- ios
- Flutter
- Runner
- Assets.xcassets
- AppIcon.appiconset
- BrandingImage.imageset
- LaunchBackground.imageset
- LaunchImage.imageset
- Base.lproj
- Runner.xcodeproj
- lib
- api
- pages
- forms_pages
- main
- components
- map
- my_reports_pages
- components
- notification_pages
- settings_pages
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
164 files changed
+903
-1061
lines changedDiff for: .fvm/fvm_config.json
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Diff for: .fvmrc
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Diff for: .github/dependabot.yml
+19
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
Diff for: .github/workflows/analyze_and_test.yml
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 13 | + | |
17 | 14 |
| |
18 | 15 |
| |
19 | 16 |
| |
|
Diff for: .github/workflows/build_app.yml
+2-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 13 | + | |
17 | 14 |
| |
18 | 15 |
| |
19 | 16 |
| |
| |||
31 | 28 |
| |
32 | 29 |
| |
33 | 30 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
| 31 | + | |
38 | 32 |
| |
39 | 33 |
| |
40 | 34 |
| |
|
Diff for: .gitignore
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + |
Diff for: README.md
+4-4
Diff for: android/app/build.gradle
+10-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
| |||
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 | 52 |
| |
57 | 53 |
| |
58 | 54 |
| |
59 |
| - | |
60 |
| - | |
| 55 | + | |
| 56 | + | |
61 | 57 |
| |
62 | 58 |
| |
63 | 59 |
| |
| |||
84 | 80 |
| |
85 | 81 |
| |
86 | 82 |
| |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
87 | 89 |
| |
88 | 90 |
| |
89 | 91 |
| |
|
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
|
+17-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 |
| |
5 | 7 |
| |
| 8 | + | |
6 | 9 |
| |
| 10 | + | |
7 | 11 |
| |
8 |
| - | |
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
| 18 | + | |
15 | 19 |
| |
16 | 20 |
| |
17 | 21 |
| |
| |||
32 | 36 |
| |
33 | 37 |
| |
34 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
35 | 48 |
| |
36 | 49 |
| |
37 | 50 |
| |
| |||
49 | 62 |
| |
50 | 63 |
| |
51 | 64 |
| |
52 |
| - | |
| 65 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
| |
5 |
| - | |
6 |
| - | |
7 | 4 |
| |
8 | 5 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 | 6 |
|
11.3 KB
13.3 KB
11.3 KB
12.6 KB
11.3 KB
13.3 KB
7.38 KB
7.97 KB
7.38 KB
7.55 KB
7.02 KB
7.97 KB
13.3 KB
7.97 KB
18.9 KB
32.8 KB
48.5 KB
69 Bytes
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
13.5 KB
18.9 KB
13.5 KB
17.9 KB
14.8 KB
18.9 KB
20.6 KB
32.8 KB
20.6 KB
31.2 KB
21.6 KB
32.8 KB
25.3 KB
48.5 KB
25.3 KB
48.5 KB
69 Bytes
+9-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 | 2 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
935 Bytes
806 Bytes
802 Bytes
-30 Bytes
-1.43 KB
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + |
+22
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + |
+23
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + |
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
|
Diff for: android/build.gradle
+18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
11 | 29 |
| |
12 | 30 |
| |
13 | 31 |
| |
|
Diff for: android/gradle.properties
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + |
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
|
Diff for: android/settings.gradle
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
0 commit comments