ShizuruNotes
ShizuruNotes copied to clipboard
An unofficial Android tool application for "Princess Connect Re:Dive"
中文说明请点此处
ShizuruNotes
An unofficial Android tool application for "Princess Connect Re:Dive".
Requirement
- Android 8+
Build
Requires Android Studio Arctic Fox or later.
Before executing build commands, you need to create a local.properties
in project's root directory if it does not exist.
$ touch local.properties
Debug Version App
You can build app with debug variant by excuting the following command directly.
$ ./gradlew :app:assembleDebug
Release Version App
If you want to build a release version app, you must add the following lines into local.properties
first:
signing.storeFile=${PATH_TO_YOUR_KEY_STORE_FILE}
signing.storePassword=${YOUR_KEY_STORE_PASSWORD}
signing.keyAlias=${YOUR_KEY_ALIAS}
signing.keyPassword=${YOUR_KEY_PASSWORD}
Then you can excute build command with release variant:
$ ./gradlew :app:assembleRelease
Features
- Chara
- Chara Derivative Status
- Clan Battle Boss
- Dungeon
- Equipment
- Drop Search
- Event Boss
- Event Calendar
- Event Notification
- Rank Comparison
Localization
Japanese and Chinese are fully supported and maintained with each update.
Korean and English are also somehow supported, yet may be updated with less frequency.
- Korean strings are provided by applemintia.
- English strings are provided by southrop & MightyZanark.
References
ShizuruNotes is highly inspired by the following illustrious repos, thanks them:
ShizuruNotes also uses these open source software.
Related projects
- KasumiNotes The KR server version of ShizuruNotes, developed by HerDataSam.
License
ShizuruNotes is licensed under the Apache License 2.0.