Skip to content

Commit

Permalink
updated credits section
Browse files Browse the repository at this point in the history
  • Loading branch information
LivingWithHippos committed Oct 4, 2020
1 parent 6bd16c9 commit 12f4c78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions app/app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
<string name="torrent_not_downloaded">Torrent non ancora scaricato</string>
<string name="feedback_summary">Segnala problemi tecnici o suggerisci nuove funzionalità</string>
<string name="feedback_title">Invia feedback</string>
<string name="credits_summary">Un ringraziamento a tutti</string>
<string name="credits_title">Crediti</string>
<string name="license_title">Licenza</string>
<string name="terms_title">Termini di utilizzo</string>
Expand All @@ -132,10 +131,12 @@
<![CDATA[
<body>
<p>
Tutti questi progetti, risorse o persone hanno contribuito alla creazione di questo progetto:
Vari progetti, risorse e persone hanno contribuito alla creazione di questo progetto. In particolare vorrei ringraziare:
<br>
<ul>
<li> Logo e simboli ispirati dal <a href="https://www.rawpixel.com/image/843352/minimal-logo-designs-set" target="_blank" rel="noopener noreferrer">set minimal logo design</a> offerto da rawpixel.com </li>
<li> I dipendenti di Real Debrid per il loro lavoro </li>
<li> @oathzed per aver testato ogni parte di questa app</li>
<li> rawpixel.com per l\'ispirazione del logo e simboli con il <a href="https://www.rawpixel.com/image/843352/minimal-logo-designs-set" target="_blank" rel="noopener noreferrer">set minimal logo design</a></li>
</ul>
</p>
</body>
Expand Down
7 changes: 4 additions & 3 deletions app/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
<string name="torrent_not_downloaded">Torrent not ready yet</string>
<string name="feedback_summary">Report technical issues or suggest new features</string>
<string name="feedback_title">Send feedback</string>
<string name="credits_summary">Thanks to everyone who helped</string>
<string name="credits_title">Credits</string>
<string name="license_title">License</string>
<string name="license_gpl" translatable="false">GPL-3.0</string>
Expand All @@ -146,10 +145,12 @@
<![CDATA[
<body>
<p>
The following projects, resources and people have helped in the creation of this app:
Various projects, resources, and people have helped in the creation of this app. A thank goes to:
<br>
<ul>
<li> Logo and symbols inspired by <a href="https://www.rawpixel.com/image/843352/minimal-logo-designs-set" target="_blank" rel="noopener noreferrer">minimal logo design set</a> offered by rawpixel.com </li>
<li> Real Debrid people for all their work </li>
<li> @oathzed for testing every nooks and cranny of the app</li>
<li> rawpixel.com for inspiring the logo and symbols with the <a href="https://www.rawpixel.com/image/843352/minimal-logo-designs-set" target="_blank" rel="noopener noreferrer">minimal logo design set</a> </li>
</ul>
</p>
</body>
Expand Down
1 change: 0 additions & 1 deletion app/app/src/main/res/xml/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

<Preference
app:key="credits"
app:summary="@string/credits_summary"
app:title="@string/credits_title" />

<Preference
Expand Down

0 comments on commit 12f4c78

Please sign in to comment.