Skip to content

Commit

Permalink
devinfo: Add UI/UX dev and lisa maintainer
Browse files Browse the repository at this point in the history
Signed-off-by: Sipun Ku Mahanta <[email protected]>
Change-Id: Ia2d56f51885b2f247b84a69f2523ab88ceff77fc
  • Loading branch information
Darkstar085 committed Sep 11, 2022
1 parent b2e68f2 commit 7ee56c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
10 changes: 5 additions & 5 deletions res/values/superior_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
<string name="dev_1">Sipun Ku Mahanta</string>
<string name="dev1_description">Developer</string>
<string name="dev_2">Jayant Deshmukh</string>
<string name="dev2_description">Lead Developer</string>
<string name="dev2_description">Developer</string>
<string name="dev_3">Nipin NA</string>
<string name="dev3_description">Developer</string>
<string name="dev_4">Adnan Faysal</string>
<string name="dev4_description">Graphic Designer</string>
<string name="dev_5">Arun Teltia</string>
<string name="dev5_description">Web Developer</string>
<string name="dev_5">MikdadAli</string>
<string name="dev5_description">UI/UX Developer</string>

<!-- Mentions -->
<string name="mentions_header">Honorable Mentions</string>
Expand All @@ -62,10 +62,10 @@
<string name="device_violet_description">violet\nNipin NA</string>
<string name="device_whyred">Redmi Note 5 Pro</string>
<string name="device_whyred_description">whyred\nSipun Ku Mahanta</string>
<string name="device_sunfish">Pixel 4a</string>
<string name="device_sunfish_description">sunfish\nJayant Deshmukh</string>
<string name="device_avicii">Nord</string>
<string name="device_avicii_description">avicii\nSipun Ku Mahanta</string>
<string name="device_lisa">Mi 11 Lite NE 5G</string>
<string name="device_lisa_description">lisa\nMikdadali</string>

<!-- Categories -->
<string name="button_title">Buttons</string>
Expand Down
27 changes: 11 additions & 16 deletions res/xml/superior_devs_info.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2016 The AOSP-RRO Project
Copyright (C) 2018-19 The Superior OS Project
Copyright (C) 2018-2022 The Superior OS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -84,7 +84,7 @@
android:summary="@string/dev5_description" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/T3rr0r1st" />
android:data="https://t.me/ali_171821" />
</Preference>

</PreferenceCategory>
Expand Down Expand Up @@ -139,20 +139,6 @@

</PreferenceCategory>

<PreferenceCategory
android:key="maintainer"
android:title="@string/device_google" >

<Preference
android:title="@string/device_sunfish"
android:summary="@string/device_sunfish_description"
android:icon="@drawable/ic_devs_phone">
<intent
android:action="android.intent.action.VIEW"
android:data="http://t.me/JD1811" />
</Preference>
</PreferenceCategory>

<PreferenceCategory
android:key="maintainer"
android:title="@string/device_oneplus" >
Expand All @@ -171,6 +157,15 @@
android:key="maintainer"
android:title="@string/device_xiaomi" >

<Preference
android:title="string/device_lisa"
android:summary="@string/device_lisa_description"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/ali_171821" />
</Preference>

<Preference
android:title="@string/device_whyred"
android:summary="@string/device_whyred_description"
Expand Down

0 comments on commit 7ee56c0

Please sign in to comment.