Compare commits

...

13 Commits

Author SHA1 Message Date
shuvashish76
28c5166221
Merge 94a3f968fcaf98a0b87be9ebaf726c7449b60e2e into 83a603e1bf9d3d265c2ab91e2052911c4c4f8351 2024-02-19 16:23:33 +07:00
shuvashish76
94a3f968fc
Update oem.json
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-11-18 05:39:21 +00:00
shuvashish76
08f5436740
Create weather_apps.json
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-11-18 03:50:29 +00:00
shuvashish76
e92bba3a8e
Create video_players.json
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-10-29 07:31:36 +00:00
shuvashish76
e1fab31133
Update oem.json
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-10-29 07:11:55 +00:00
shuvashish76
6556204e29
Update carrier.json
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-10-29 06:27:45 +00:00
shuvashish76
cfafd09329
Update carrier.json
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-10-04 10:28:43 +00:00
shuvashish76
4c88832f2b
Update carrier.json
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-10-04 10:15:47 +00:00
shuvashish76
f56456ac6a
Add com.motorola.carrierconfig
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-10-04 09:33:56 +00:00
shuvashish76
c3602ca222
Remove com.motorola.carrierconfig
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-10-04 09:11:48 +00:00
shuvashish76
86872a38bb
Update oem.json
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-10-04 08:44:09 +00:00
shuvashish76
b0fb463289
Update oem.json
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-09-24 15:47:56 +00:00
shuvashish76
a2d985e6a3
Update oem.json
Signed-off-by: shuvashish76 <sc76@tutanota.com>
2023-09-24 15:16:47 +00:00
4 changed files with 796 additions and 175 deletions

View File

@ -45,6 +45,15 @@
], ],
"removal": "delete" "removal": "delete"
}, },
{
"id": "com.android.wifi.resources.overlay.WifiVodafoneOverlay",
"label": "com.android.wifi.resources.overlay.WifiVodafoneOverlay",
"description": "Not sure what it does",
"web": [
"https://beta.pithus.org/report/d8b19f854eb85ea97fbaeafb8c11842cf9b27f169b08d3e8b2659f52db9dd408"
],
"removal": "delete"
},
{ {
"id": "com.asurion.android.mobilerecovery.att", "id": "com.asurion.android.mobilerecovery.att",
"label": "AT&T Protect Plus", "label": "AT&T Protect Plus",
@ -385,6 +394,16 @@
], ],
"removal": "delete" "removal": "delete"
}, },
{
"id": "com.motorola.carrierconfig",
"label": "Carrier Services",
"description": "Related to various communication related actions.",
"web": [
"https://source.android.com/docs/core/connect/carrier"
],
"removal": "caution",
"warning": "Disabling this app may cause network-related issues"
},
{ {
"id": "com.motorola.ltebroadcastservices_vzw", "id": "com.motorola.ltebroadcastservices_vzw",
"label": "com.motorola.ltebroadcastservices_vzw", "label": "com.motorola.ltebroadcastservices_vzw",
@ -747,7 +766,7 @@
{ {
"id": "com.sprint.ms.cnap", "id": "com.sprint.ms.cnap",
"label": "Caller ID", "label": "Caller ID",
"description": "CNAP = Caller Name Presentation\nLets you change the name that is displayed on caller ID when making a call.\nStrange is it the same thing than \"com.sprint.ecid\" ?\n", "description": "CNAP = Caller Name Presentation\nLets you change the name that is displayed on caller ID when making a call.\nStrange is it the same thing than \"com.sprint.ecid\" ?",
"web": [ "web": [
"https://en.wikipedia.org/wiki/Calling_Name_Presentation" "https://en.wikipedia.org/wiki/Calling_Name_Presentation"
], ],

935
oem.json

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
[
{
"id": "org.videolan.vlc",
"label": "VLC",
"source": "fg",
"repo": "https://code.videolan.org/videolan/vlc-android"
}
]

View File

@ -0,0 +1,7 @@
[
{
"id": "org.breezyweather",
"label": "Breezy Weather",
"repo": "https://github.com/breezy-weather/breezy-weather"
}
]