File tree
153 files changed
+1925
-667
lines changed- app
- src/main
- kotlin/com/epicdima/stockfly
- db
- di
- model
- other
- shortcut
- ui
- company
- chart
- news
- recomendation
- summary
- main
- all
- favourite
- search
- buildSrc/src/main/kotlin
- dependencies
- core-buildconfig
- src/main
- java/com/epicdima/stockfly/core/buildconfig
- core-common
- src/main
- java/com/epicdima/stockfly/core/common
- core-customtabs
- src/main
- java/com/epicdima/stockfly/core/customtabs
- di
- core-data
- src/main
- java/com/epicdima/stockfly/core/data
- di
- core-database
- schemas/com.epicdima.stockfly.core.database.AppDatabase
- src/main
- java/com/epicdima/stockfly/core/database
- dao
- di
- entity
- other
- core-formatter
- src/main
- java/com/epicdima/stockfly/core/formatter
- di
- model
- core-model
- src/main
- java/com/epicdima/stockfly/core/model
- core-network
- src/main
- java/com/epicdima/stockfly/core/network
- di
- response
- core-preferences
- src/main
- java/com/epicdima/stockfly/core/preferences
- di
- core-shortcuts
- src/main
- java/com/epicdima/stockfly/core/shortcuts
- core-ui
- src/main
- java/com/epicdima/stockfly/core/ui
- core-utils
- src/main
- java/com/epicdima/stockfly/core/utils
- di
- core-work
- src/main
- java/com/epicdima/stockfly/core/work
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
153 files changed
+1925
-667
lines changedDiff for: LICENSE
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
|
Diff for: app/build.gradle.kts
+35-25
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
| 5 | + | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 17 | + | |
| 18 | + | |
22 | 19 |
| |
23 | 20 |
| |
24 | 21 |
| |
25 | 22 |
| |
26 | 23 |
| |
27 | 24 |
| |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 | 25 |
| |
38 | 26 |
| |
39 | 27 |
| |
40 |
| - | |
| 28 | + | |
41 | 29 |
| |
42 | 30 |
| |
43 | 31 |
| |
| |||
46 | 34 |
| |
47 | 35 |
| |
48 | 36 |
| |
| 37 | + | |
| 38 | + | |
| 39 | + | |
49 | 40 |
| |
50 |
| - | |
51 | 41 |
| |
52 |
| - | |
53 |
| - | |
| 42 | + | |
| 43 | + | |
54 | 44 |
| |
55 |
| - | |
56 | 45 |
| |
57 |
| - | |
58 |
| - | |
| 46 | + | |
59 | 47 |
| |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
60 | 59 |
| |
61 | 60 |
| |
62 | 61 |
| |
| |||
77 | 76 |
| |
78 | 77 |
| |
79 | 78 |
| |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
80 | 92 |
| |
81 | 93 |
| |
82 | 94 |
| |
| |||
126 | 138 |
| |
127 | 139 |
| |
128 | 140 |
| |
129 |
| - | |
130 | 141 |
| |
131 |
| - | |
132 | 142 |
| |
133 | 143 |
| |
134 | 144 |
| |
|
Diff for: app/proguard-rules.pro
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
46 |
| - | |
47 | 45 |
| |
48 | 46 |
| |
49 | 47 |
| |
|
Diff for: app/src/main/AndroidManifest.xml
-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 | 7 |
| |
18 | 8 |
| |
19 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
| 12 | + | |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
| |||
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
25 |
| - | |
| 24 | + | |
26 | 25 |
| |
27 | 26 |
| |
28 | 27 |
| |
|
This file was deleted.
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 | + | |
| 24 | + | |
| 25 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| |||
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 |
| - | |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 |
| - | |
19 |
| - | |
| 19 | + | |
| 20 | + | |
20 | 21 |
| |
21 | 22 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
| |
5 |
| - | |
6 |
| - | |
7 | 4 |
| |
8 | 5 |
| |
9 | 6 |
| |
10 | 7 |
| |
11 |
| - | |
12 | 8 |
| |
13 | 9 |
| |
14 | 10 |
| |
15 | 11 |
| |
16 | 12 |
| |
17 | 13 |
| |
18 | 14 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 | 15 |
| |
32 | 16 |
| |
33 | 17 |
| |
|
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments