-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add installer app name when possible
* Mapping installer app name from installed app informations * Rename "Preload or ADB" to "OS or ADB" * Change format of mapping installer list * Add more installer * Move contributors list to `Contributors`
- Loading branch information
1 parent
1096ff2
commit 20c68ac
Showing
18 changed files
with
453 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
app/src/main/java/com/akexorcist/ruammij/common/Contributors.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package com.akexorcist.ruammij.common | ||
|
||
object Contributors { | ||
val contributors = listOf( | ||
"9arm", | ||
"Somkiat Khitwongwattana", | ||
"Sorakrich Oanmanee", | ||
"เอกลักษณ์ ต่อติด", | ||
"Kritsadin Rayanakorn", | ||
"Tipatai Puthanukunkit", | ||
"Dheerapat Tookkane", | ||
"Kajornsak Peerapathananont", | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.