Skip to content

Commit

Permalink
drop unmaintained support for CalyxOS
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Dec 8, 2020
1 parent 5630dde commit bae024d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,6 @@ private static class DeviceInfo {
new DeviceInfo(R.string.device_pixel_4_xl, 3, 4, false /* uses new API */, true, R.string.os_graphene))
.put("9F2454A1657B1B5AD7F2336B39A2611F7A40B2E0DDFD0D6553A359605928DF29",
new DeviceInfo(R.string.device_pixel_4a, 3, 4, false /* uses new API */, true, R.string.os_graphene))
// CalyxOS
.put("BCEBF6844F6B0FA2ABE8E62A9D0D57A324D0C02CEFDFA019FD49832F9ED39105",
new DeviceInfo(R.string.device_pixel_2_generic, 2, 3, true, true, R.string.os_calyx))
.put("B4DE537A5F4B8FDAB6789EB2C06EC6E065E48A79EDD493A91F635004DD89F3E2",
new DeviceInfo(R.string.device_pixel_3_generic, 3, 4, false /* uses new API */, true, R.string.os_calyx))
.build();
private static final ImmutableMap<String, DeviceInfo> fingerprintsStock = ImmutableMap
.<String, DeviceInfo>builder()
Expand Down Expand Up @@ -456,9 +451,6 @@ private static class DeviceInfo {
new DeviceInfo(R.string.device_pixel_4_xl, 3, 4, false /* uses new API */, true, R.string.os_graphene))
.put("9F2454A1657B1B5AD7F2336B39A2611F7A40B2E0DDFD0D6553A359605928DF29",
new DeviceInfo(R.string.device_pixel_4a, 3, 4, false /* uses new API */, true, R.string.os_graphene))
// CalyxOS
.put("B4DE537A5F4B8FDAB6789EB2C06EC6E065E48A79EDD493A91F635004DD89F3E2",
new DeviceInfo(R.string.device_pixel_3_generic, 3, 4, false /* uses new API */, true, R.string.os_calyx))
.build();
private static final ImmutableMap<String, DeviceInfo> fingerprintsStrongBoxStock = ImmutableMap
.<String, DeviceInfo>builder()
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
<string name="device_nokia_7_1">Nokia 7.1</string>
<string name="device_pixel_2">Google Pixel 2</string>
<string name="device_pixel_2_xl">Google Pixel 2 XL</string>
<string name="device_pixel_2_generic">Google Pixel 2 / Pixel 2 XL</string>
<string name="device_pixel_3_generic">Google Pixel 3 / Pixel 3 XL</string>
<string name="device_pixel_3">Google Pixel 3</string>
<string name="device_pixel_3_xl">Google Pixel 3 XL</string>
Expand Down Expand Up @@ -140,5 +139,4 @@

<string name="os_stock">Stock</string>
<string name="os_graphene">GrapheneOS</string>
<string name="os_calyx">CalyxOS</string>
</resources>

0 comments on commit bae024d

Please sign in to comment.