Skip to content

Commit

Permalink
Updated credits.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Aug 11, 2021
1 parent 8a1ae80 commit 985d692
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {

compileSdkVersion 30

def appVersionCode = 134
def appVersionCode = 135
def appVersionName = "positional_build_${appVersionCode}_final"

defaultConfig {
Expand Down
45 changes: 41 additions & 4 deletions app/src/main/assets/html/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ <h3>Open Source Credits</h3>
</small>
</li>
<li>
<a href="https://github.com/osmdroid/osmdroid">osmdroid</a> by osmdroid
<a href="https://github.com/vipulasri/Timeline-View">Timeline-View</a> by Vipul Asri
<br>
<small>See <a href="https://raw.githubusercontent.com/osmdroid/osmdroid/master/LICENSE">License</a>
<small>See <a
href="https://github.com/vipulasri/Timeline-View/blob/master/LICENSE">License</a>
</small>
</li>
</ul>
Expand All @@ -38,6 +39,8 @@ <h3>Art Credits</h3>
<li>Freepik</li>
<li>Vecteezy</li>
<li>Pixabay</li>
<li>Google Material Icons</li>
<li><a href="https://undraw.co/">unDraw</a></li>
</ul>

<br>
Expand All @@ -50,19 +53,51 @@ <h3>Languages</h3>
<li>CSS</li>
<li>HTML</li>
<li>JSON</li>
<li>SQL (Room API)</li>
</ul>

<br>

<h3>Programs</h3>

<uL>
<ul>
<li>Android Studio</li>
<li>Adobe PhotoShop</li>
<li>Adobe Illustrator</li>
<li>Adobe After Effects</li>
<li>InkScape</li>
<li>Handbrake</li>
</uL>
<li>Adobe Media Encoder</li>
<li>Notepad++</li>
</ul>

<br>

<h3>Bug Reports and Suggestions</h3>

<ul>
<li>Bushmills<br>
<small>Suggested <b>High Contrast Map</b> and helped me into fixing many unknown
bugs</small>
</li>
<li>Krištof Koman<br>
<small>Found a rare issue affecting only some Huawei devices and helped me into testing the
builds until the issue was fixed.</small>
</li>
<li>Потребитель<br>
<small>Reported that DMS and DM is not properly formatted for some coordinates.</small>
</li>
<li>Mike Reffuge<br>
<small>Reported that fonts are not getting rendered properly in some devices.</small>
</li>
<li>Jon-Cameron Bates<br>
<small>Reported Compass disappearing issue in Galaxy S21 Ultra 5G.</small>
</li>
</ul>

<br>

<p>Thank you guys for your time, patience and support.</p>

<br>

Expand All @@ -75,6 +110,8 @@ <h3>Extra Thanks to</h3>
<li><a href="https://www.codota.com/">Codota</a></li>
<li><a href="https://codepen.io/">Codepen</a></li>
<li><a href="https://imgbb.com/">ImgBB</a></li>
<li>StackOverFlow</li>
<li><a href="https://htmlcolorcodes.com/">HTML Color Codes</a></li>
</ul>

<br>
Expand Down

0 comments on commit 985d692

Please sign in to comment.