File tree Expand file tree Collapse file tree
java/org/librefit/ui/screens/about Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,6 +203,8 @@ Thanks to everyone who helped the project!
203203
204204- FlashyGhost
205205- jakedevs
206+ - [debianite65](https://github.com/debianite65)
207+ - The Blue Blurr
206208- Anonymous donators
207209
208210> [Donate](README.md#-donate) to be listed here.
Original file line number Diff line number Diff line change @@ -314,6 +314,23 @@ fun AboutScreen(navController: NavHostController) {
314314 )
315315 }
316316
317+ item {
318+ AboutItem (
319+ icon = painterResource(R .drawable.ic_person),
320+ text = stringResource(R .string.debianite65),
321+ onClick = {
322+ url.value = resources.getString(R .string.url_debianite65)
323+ }
324+ )
325+ }
326+
327+ item {
328+ AboutItem (
329+ icon = painterResource(R .drawable.ic_person),
330+ text = stringResource(R .string.the_blue_blurr)
331+ )
332+ }
333+
317334 item {
318335 HeadlineText (stringResource(R .string.contributors))
319336 }
Original file line number Diff line number Diff line change 6767 <string name =" b3nj5m1n" translatable =" false" >b3nj5m1n</string >
6868 <string name =" url_b3nj5m1n" translatable =" false" >https://github.com/b3nj5m1n</string >
6969 <string name =" jakedevs" translatable =" false" >jakedevs</string >
70+ <string name =" url_debianite65" translatable =" false" >https://github.com/debianite65</string >
71+ <string name =" debianite65" translatable =" false" >debianite65</string >
72+ <string name =" the_blue_blurr" translatable =" false" >The Blue Blurr</string >
7073
7174
7275 <!-- Before saving screen-->
You can’t perform that action at this time.
0 commit comments