From e6cb3f7806c329a6c64d21850115568744a88396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C6=B0ng=20Phan?= Date: Tue, 28 Apr 2020 21:58:55 +0700 Subject: [PATCH] Cherish:Add about team --- res/drawable/ic_about.xml | 15 +++ res/drawable/ic_devs.xml | 12 ++ res/drawable/ic_donate.xml | 12 ++ res/drawable/ic_maintainers.xml | 12 ++ res/drawable/ic_social_github.xml | 7 ++ res/drawable/ic_social_telegram.xml | 7 ++ res/drawable/ic_social_web.xml | 7 ++ res/values-vi/cherish_about.xml | 44 +++++++ res/values/cherish_about.xml | 47 ++++++++ res/xml/cherish_about.xml | 114 ++++++++++++++++++ res/xml/cherish_maintainers.xml | 20 +++ res/xml/cherish_settings.xml | 8 ++ src/com/cherish/settings/fragments/About.java | 67 ++++++++++ .../settings/fragments/Maintainers.java | 67 ++++++++++ 14 files changed, 439 insertions(+) create mode 100644 res/drawable/ic_about.xml create mode 100644 res/drawable/ic_devs.xml create mode 100644 res/drawable/ic_donate.xml create mode 100644 res/drawable/ic_maintainers.xml create mode 100644 res/drawable/ic_social_github.xml create mode 100644 res/drawable/ic_social_telegram.xml create mode 100644 res/drawable/ic_social_web.xml create mode 100644 res/values-vi/cherish_about.xml create mode 100644 res/values/cherish_about.xml create mode 100644 res/xml/cherish_about.xml create mode 100644 res/xml/cherish_maintainers.xml create mode 100644 src/com/cherish/settings/fragments/About.java create mode 100644 src/com/cherish/settings/fragments/Maintainers.java diff --git a/res/drawable/ic_about.xml b/res/drawable/ic_about.xml new file mode 100644 index 0000000..f58e0c5 --- /dev/null +++ b/res/drawable/ic_about.xml @@ -0,0 +1,15 @@ + + + + diff --git a/res/drawable/ic_devs.xml b/res/drawable/ic_devs.xml new file mode 100644 index 0000000..c0e0b4a --- /dev/null +++ b/res/drawable/ic_devs.xml @@ -0,0 +1,12 @@ + + + + + diff --git a/res/drawable/ic_donate.xml b/res/drawable/ic_donate.xml new file mode 100644 index 0000000..3d9a8f4 --- /dev/null +++ b/res/drawable/ic_donate.xml @@ -0,0 +1,12 @@ + + + + + diff --git a/res/drawable/ic_maintainers.xml b/res/drawable/ic_maintainers.xml new file mode 100644 index 0000000..fd615bf --- /dev/null +++ b/res/drawable/ic_maintainers.xml @@ -0,0 +1,12 @@ + + + + + diff --git a/res/drawable/ic_social_github.xml b/res/drawable/ic_social_github.xml new file mode 100644 index 0000000..599d5ff --- /dev/null +++ b/res/drawable/ic_social_github.xml @@ -0,0 +1,7 @@ + + + diff --git a/res/drawable/ic_social_telegram.xml b/res/drawable/ic_social_telegram.xml new file mode 100644 index 0000000..2fd4ab0 --- /dev/null +++ b/res/drawable/ic_social_telegram.xml @@ -0,0 +1,7 @@ + + + diff --git a/res/drawable/ic_social_web.xml b/res/drawable/ic_social_web.xml new file mode 100644 index 0000000..a36f6ec --- /dev/null +++ b/res/drawable/ic_social_web.xml @@ -0,0 +1,7 @@ + + + diff --git a/res/values-vi/cherish_about.xml b/res/values-vi/cherish_about.xml new file mode 100644 index 0000000..bc723af --- /dev/null +++ b/res/values-vi/cherish_about.xml @@ -0,0 +1,44 @@ + + + + Thông tin + Về chúng tôi + CherishOS dựa trên Pixel Experience, với một số tính năng bổ sung. Chúng tôi mang đến một ROM có hiệu năng vượt trội, cân bằng các tính năng và cải thiện thời lượng pin. + Về CherishOS + Nhìn lại đội ngũ chúng tôi + Hung Phan + Người sáng lập + Hung Phan + Nhà phát triển chính + #Lets Go! + Trang web + Trang web CherishOS cho thông tin và nhiều hơn nữa. + http://cherish.github.io + Telegram + Kênh CherishOS. + https://t.me/CherishOS + Github + Chúng tôi có mã nguồn mở! + https://github.com/CherishOS/ + Hiển thị Hỗ trợ của bạn + Đóng góp là không cần thiết, nhưng mỗi xu từ bạn sẽ giúp chúng tôi thanh toán hóa đơn máy chủ. + https://paypal.me/hungphan2001 + + Thiết bị chính thức + Người bảo trì + thiết bị chính thức và người bảo trì + diff --git a/res/values/cherish_about.xml b/res/values/cherish_about.xml new file mode 100644 index 0000000..f8ef818 --- /dev/null +++ b/res/values/cherish_about.xml @@ -0,0 +1,47 @@ + + + + + About + About Us + CherishOS based on Pixel Experience, with some added extras. We bring a ROM that exceptional performance, a balance of features, and improve battery life. + About CherishOS + Meet Our Team + Hung Phan + Founder + Hung Phan + Lead Developer + #Lets Go! + Website + CherishOS website for Infos and more. + http://cherish.github.io + Telegram + CherishOS Channel. + https://t.me/CherishOS + Github + We are open source! + https://github.com/CherishOS/ + Show your support + Donation is not necessary, but each and every penny from you will help us to pay server bills. + https://paypal.me + + + Official Devices + Our Maintainers + official devices and maintainers + + diff --git a/res/xml/cherish_about.xml b/res/xml/cherish_about.xml new file mode 100644 index 0000000..d48a7aa --- /dev/null +++ b/res/xml/cherish_about.xml @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/xml/cherish_maintainers.xml b/res/xml/cherish_maintainers.xml new file mode 100644 index 0000000..f3da370 --- /dev/null +++ b/res/xml/cherish_maintainers.xml @@ -0,0 +1,20 @@ + + + + + diff --git a/res/xml/cherish_settings.xml b/res/xml/cherish_settings.xml index 3c02034..1701e16 100644 --- a/res/xml/cherish_settings.xml +++ b/res/xml/cherish_settings.xml @@ -87,6 +87,14 @@ android:fragment="com.cherish.settings.fragments.MiscSettings" android:icon="@drawable/ic_settings_miscs"/> + + + +