mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 12:02:33 +01:00
Delete links for slack, xda, and paypal
This commit is contained in:
parent
8a644cabfe
commit
a6ded24153
@ -6,8 +6,7 @@
|
||||
[![ZenHub](https://img.shields.io/badge/Shipping%20faster%20with-ZenHub-45529A.svg)](https://app.zenhub.com/workspace/o/allanwang/frost-for-facebook/boards)
|
||||
[![GitHub license](https://img.shields.io/badge/license-GPL--v3-blue.svg)](https://raw.githubusercontent.com/AllanWang/Frost-for-Facebook/dev/LICENSE)
|
||||
|
||||
[Download from Github Releases](https://github.com/AllanWang/Frost-for-Facebook/releases) <br/>
|
||||
[Join the Slack Workspace](https://frost-slack.allanwang.ca)
|
||||
[Download from Github Releases](https://github.com/AllanWang/Frost-for-Facebook/releases)
|
||||
|
||||
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
|
||||
alt="Get it on F-Droid"
|
||||
|
@ -180,8 +180,6 @@ class AboutActivity : AboutActivityBase(null) {
|
||||
GoogleMaterial.Icon.gmd_file_download to { c.startLink(R.string.github_downloads_url) },
|
||||
CommunityMaterial.Icon3.cmd_reddit to { c.startLink(R.string.reddit_url) },
|
||||
CommunityMaterial.Icon2.cmd_github to { c.startLink(R.string.github_url) },
|
||||
CommunityMaterial.Icon3.cmd_slack to { c.startLink(R.string.slack_url) }
|
||||
// CommunityMaterial.Icon3.cmd_xda to { c.startLink(R.string.xda_url) }, // TODO add back?
|
||||
)
|
||||
|
||||
images =
|
||||
|
@ -1,15 +1,11 @@
|
||||
<resources>
|
||||
<string name="dev_name" translatable="false">Pitched Apps</string>
|
||||
<string name="dev_email" translatable="false">pitchedapps@gmail.com</string>
|
||||
<string name="dev_paypal" translatable="false">https://www.paypal.me/Allanw9</string>
|
||||
<string name="paypal" translatable="false">PayPal</string>
|
||||
<string name="translation_url" translatable="false">https://crwd.in/frost-for-facebook</string>
|
||||
<string name="github_url" translatable="false">https://github.com/AllanWang/Frost-for-Facebook</string>
|
||||
<string name="github_downloads_url" translatable="false">https://github.com/AllanWang/Frost-for-Facebook/releases</string>
|
||||
<string name="fdroid_url" translatable="false">https://f-droid.org/en/packages/com.pitchedapps.frost</string>
|
||||
<string name="reddit_url" translatable="false">https://www.reddit.com/r/FrostForFacebook</string>
|
||||
<string name="slack_url" translatable="false">https://frost-slack.allanwang.ca</string>
|
||||
<string name="xda_url" translatable="false">https://forum.xda-developers.com/android/apps-games/app-frost-facebook-t3685896</string>
|
||||
<string name="frost_prefix" translatable="false">Frost for Facebook:</string>
|
||||
<string name="feedback" translatable="false">Feedback</string>
|
||||
<string name="bug_report" translatable="false">Bug Report</string>
|
||||
|
Loading…
Reference in New Issue
Block a user