Skip to content

Commit

Permalink
Maintainers: Add onclite
Browse files Browse the repository at this point in the history
Change-Id: I48b3363febba3fb955e3d9a901c61cb956e5410b
  • Loading branch information
abhayksanjay authored and Joker-V2 committed Aug 7, 2021
1 parent 12a945c commit fe61bfb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
5 changes: 4 additions & 1 deletion res/values/superior_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@
<string name="maintainer_jason_git" translatable="false">enweazudaniel</string>
<string name="device_jason">Mi Note 3</string>
<string name="device_jason_description">jason\nDanny</string>

<string name="maintainer_onclite_git" translatable="false">abhayksanjay</string>
<string name="device_onclite">Redmi 7</string>
<string name="device_onclite_description">onclite\nAbhay K Sanjay</string>

<!-- Categories -->
<string name="button_title">Buttons</string>
<string name="gestures_title">Gestures</string>
Expand Down
11 changes: 11 additions & 0 deletions res/xml/superior_devs_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,17 @@
android:action="android.intent.action.VIEW"
android:data="https://t.me/ItsMeZyrus" />
</Preference>

<Preference
android:key="maintainer_onclite"
android:title="@string/device_onclite"
android:summary="@string/device_onclite_description"
android:icon="@drawable/ic_devs_phone">
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/itachiuchiiah" />
</Preference>

</PreferenceCategory>

</PreferenceScreen>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ private void showGitProfileIcons() {
getGithubIcon(R.string.maintainer_RMX1901_git, findPreference("maintainer_RMX1901"));
getGithubIcon(R.string.maintainer_jason_git, findPreference("maintainer_jason"));
getGithubIcon(R.string.maintainer_X01BD_git, findPreference("maintainer_X01BD"));
getGithubIcon(R.string.maintainer_onclite_git, findPreference("maintainer_onclite"));

}

Expand Down

0 comments on commit fe61bfb

Please sign in to comment.