Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Tobi823/ffupdater
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi823 committed Jun 2, 2024
2 parents 6dfaedb + d157aef commit 8550817
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,18 @@
"contributions": [
"translation"
]
},
{
"login": "nortio",
"name": "nortio",
"avatar_url": "https://avatars.githubusercontent.com/u/22685799?v=4",
"profile": "https://github.com/nortio",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
"linkToUsage": true,
"commitType": "docs"
}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80">](https://f-droid.org/app/de.marmaro.krt.ffupdater)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

# Firefox-Updater
Expand Down Expand Up @@ -100,6 +100,9 @@ For advanced users: [How to contribute](HOW_TO_CONTRIBUTE.md)
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ubergeek77"><img src="https://avatars.githubusercontent.com/u/3455585?v=4?s=100" width="100px;" alt="ubergeek77"/><br /><sub><b>ubergeek77</b></sub></a><br /><a href="https://github.com/Tobi823/ffupdater/commits?author=ubergeek77" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/guy-teube"><img src="https://avatars.githubusercontent.com/u/18379228?v=4?s=100" width="100px;" alt="guy-teube"/><br /><sub><b>guy-teube</b></sub></a><br /><a href="#translation-guy-teube" title="Translation">🌍</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nortio"><img src="https://avatars.githubusercontent.com/u/22685799?v=4?s=100" width="100px;" alt="nortio"/><br /><sub><b>nortio</b></sub></a><br /><a href="https://github.com/Tobi823/ffupdater/commits?author=nortio" title="Code">💻</a></td>
</tr>
</tbody>
<tfoot>
<tr>
Expand Down
1 change: 1 addition & 0 deletions ffupdater/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<style name="main_activity__theme" parent="@style/Theme.Material3.DayNight.NoActionBar">
<item name="colorSurface">@color/colorPrimary</item>
<item name="android:statusBarColor">@color/colorPrimary</item>
</style>

<style name="crash_report__theme" parent="Theme.AppCompat.DayNight.DarkActionBar">
Expand Down

0 comments on commit 8550817

Please sign in to comment.