8000 GitHub - Jankku/eino-android: Native Android app for Eino.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Jankku/eino-android

Repository files navigation



Eino

Book and movie tracker with web and Android clients.

You can find backend code here and web frontend code here.

Download

Get the app from releases page.

Building

Create baseurl.properties file to the root folder with the following content:

baseUrl="<backend url>"

Now you can a debug build. If you want a release build, do the following:

Create signing.properties file to the root folder with the following content:

storeFile=<path to keystore>
keyAlias=
storePassword=
keyPassword=

Now you can build a release build.

Screenshots

Authentication

Authentication

Books

Books

Movies

Movies

Search

Search

Profile

Profile

Settings

Settings

License

Licensed under the MIT License.

0