- Introduction
- Creating an distribution.json
- Distribute your distribution.json
- Set your own distro in launcher
- Some tips to costumize your fork
- Translation checklist
- Costumize images
- Setting up Discord RichPresense
This file contains hidden or 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
| package io.github.drdeee.security; | |
| import android.util.Base64; | |
| import java.nio.charset.StandardCharsets; | |
| import java.security.GeneralSecurityException; | |
| import java.security.spec.KeySpec; | |
| import javax.crypto.Cipher; | |
| import javax.crypto.SecretKey; |
This file contains hidden or 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
| @charset "utf-8"; | |
| @import url('https://fonts.googleapis.com/css2?family=Jost'); | |
| $font-main: "jost", sans-serif; | |
| $family-sans-serif: $font-main; | |
| $primary: #1da64a; | |
| $link: #1b7340; | |
| $info: #90d3ed; |