Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/illusionman1212/nps-browser
A NoPayStation client for android
https://github.com/illusionman1212/nps-browser
android android-app kotlin nopaystation ps-vita
Last synced: 4 days ago
JSON representation
A NoPayStation client for android
- Host: GitHub
- URL: https://github.com/illusionman1212/nps-browser
- Owner: IllusionMan1212
- License: gpl-2.0
- Created: 2020-05-09T07:45:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T22:04:10.000Z (about 1 year ago)
- Last Synced: 2024-04-27T17:34:27.200Z (7 months ago)
- Topics: android, android-app, kotlin, nopaystation, ps-vita
- Language: Kotlin
- Homepage:
- Size: 762 KB
- Stars: 20
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NPS Browser
NPS Client app for android written in kotlin.## Building
The application targets android 13 (API 33) with a minimum version of android 6 (API 23).1. Create a `keystore` using android studio: `Build > Generate Signed Bundle / APK > Next > Create new`
2. Create a `keystore.properties` file in the root directory of the repo.
3. Specify the keystore location, alias and keys in `keystore.properties`\
For example:
```
storePassword=password
keyPassword=password2
keyAlias=alias1
storeFile=keyStore.jks
```
4. Move your newly generated `keyStore.jks` file to `app/`Note: keyStore is relative to the `app` directory. So it's very **recommended** to save it as `app/keyStore.jks`
## Contributing
Contributions are very welcome, just open a PR if you have a piece of code to contribute and we'll iron out the details when it's time.## License
This repository is licensed under the GPLv2 license.## Disclaimer
No mentions of any links or piracy related content will be tolerated on this repository, and any persons asking for help with such things will be ignored, not receive any sort of help or potentially get banned.