Skip to content

Commit

Permalink
Update credits list
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Sep 11, 2023
1 parent 870f6d9 commit fbc5ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ private InfoAdapter initCreditsList() {
credits_list.add(new InfoModel(getResources().getString(R.string.section_title_thanks)));
credits_list.add(new InfoModel(this, "Icons8.com", getResources().getString(R.string.info_icons8_desc), "https://icons8.com/", R.drawable.ic_link));
credits_list.add(new InfoModel(this, "iconsax.io", getResources().getString(R.string.info_iconsax_desc), "http://iconsax.io/", R.drawable.ic_link));
credits_list.add(new InfoModel(this, "Siavash", getResources().getString(R.string.info_xposed_desc), "https://t.me/siavash7999", R.drawable.ic_user));
credits_list.add(new InfoModel(this, "Jai", getResources().getString(R.string.info_shell_desc), "https://t.me/Jai_08", R.drawable.ic_user));
credits_list.add(new InfoModel(this, "1perialf", getResources().getString(R.string.info_rro_desc), "https://t.me/Rodolphe06", R.drawable.ic_user));
credits_list.add(new InfoModel(this, "modestCat", getResources().getString(R.string.info_rro_desc), "https://t.me/ModestCat03", R.drawable.ic_user));
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@
<string name="info_iconsax_desc">For in-app icon set.</string>
<string name="info_shell_desc">For helping me with Shell Script.</string>
<string name="info_rro_desc">For helping me with RRO.</string>
<string name="info_xposed_desc">For helping me with Xposed.</string>
<string name="info_tester_desc">For testing the app.</string>
<string name="info_betterqs_desc">For permission to use better QS.</string>
<string name="section_title_contributors">Contributors</string>
Expand Down

0 comments on commit fbc5ef9

Please sign in to comment.