MalitsPlus / ShizuruNotes

An unofficial Android tool application for "Princess Connect Re:Dive"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

中文

Try another app with a more modern design and powerful features!

ShizuruNotes

An unofficial Android information application for "Princess Connect Re:Dive".

Requirement

  • Android 8+

Build

Requires Android Studio Hedgehog or later.

Create a local.properties in project's root directory if it does not exist before building.

touch local.properties

Debug Version App

Leave local.properties empty and simply use the following command to build a debug variant app.

./gradlew :app:assembleDebug

Release Version App

Signature related informations must be added to local.properties first before building a release version app:

signing.storeFile=${PATH_TO_YOUR_KEY_STORE_FILE}
signing.storePassword=${YOUR_KEY_STORE_PASSWORD}
signing.keyAlias=${YOUR_KEY_ALIAS}
signing.keyPassword=${YOUR_KEY_PASSWORD}

After that you can build app with release variant by using:

./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.

References

ShizuruNotes is highly inspired by the following illustrious repos, thanks them:

ShizuruNotes also uses these open source software.

Related projects

License

ShizuruNotes is licensed under the Apache License 2.0.

About

An unofficial Android tool application for "Princess Connect Re:Dive"

License:Apache License 2.0


Languages

Language:Java 77.0%Language:Kotlin 21.7%Language:C++ 0.7%Language:Starlark 0.5%Language:Python 0.0%