Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

Commit

Permalink
Add OSS about/help info
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Jan 31, 2015
1 parent 23c229a commit 2488821
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<string name="about_tagline">Check your mobile provider bill</string>
<string name="about_version">Version: </string>
<string name="about_author">by Petar Petrov</string>
<string name="about_oss">MyGlob is an open source app under GNU GPL license. If you want to help with fixes and enhancements please drop me a line. Any kind of help is appreciated.</string>
<string name="about_icons_info">Free icons from</string>
<string name="dlg_error_msg_title">An error occurred! Check your Internet connection.</string>

Expand Down
1 change: 1 addition & 0 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<string name="about_tagline">Проверете сметката си към мобилния оператор</string>
<string name="about_version">Версия: </string>
<string name="about_author">Автор - Petar Petrov</string>
<string name="about_oss">MyGlob е приложение с отворен код под GNU GPL лиценз. Моля пишете ми, ако искате да се включите в разработката. Всякаква помощ е добре дошла.</string>
<string name="about_icons_info">Безплатни икони от</string>
<string name="dlg_error_msg_title">Възникна грешка! Проверете връзката към Интернет.</string>

Expand Down
3 changes: 3 additions & 0 deletions src/net/vexelon/myglob/fragments/AboutFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa
.append("http://code.google.com/p/myglob")
.append("\n")
.append("\n")
.append(getResString(R.string.about_oss))
.append("\n")
.append("\n")
.append(getResString(R.string.about_thanks))
.append("\n").append("Kristian Iliev (Testing)")
.append("\n").append("Atanas Atanasow (Testing)")
Expand Down

0 comments on commit 2488821

Please sign in to comment.