Giter Site home page Giter Site logo

vampidroid's Introduction

Vampidroid

N|Solid

Vampidroid is a mobile management solution for your Vampire: The Eternal Struggle™ card game cards.

With it you will be able to search card text, manage your deck and many other things.

Material Design

Version 2.0 is a complete remake of the app using the Material Design guidelines. It is currently in BETA stage.

Play Store

You can find the current release (2.x) on play store (Beta Testing).

Also, there is the previous version (1.x) on play store.

You can have both installed side-by-side.

Current limitations

The 2.0 BETA version doens't have all the functionality of the 1.x version yet. So, it may be a good idea to have both installed if you need some features not availabe on 2.x

How to compile

In order to compile Vampidroid, just open the project in AndroidStudio and select Build -> Make Project. All dependencies are already setup.

How to update the database file

The database is located in the \app\src\main\assets\VampiDroid.mp3 file.

  1. Download and extract the vtescsv archive
  2. Download DB Browser for SQL Lite
  3. Run DB Browser for SQL Lite
  4. File > Open Database and choose the VampiDroid.mp3 file
  5. Delete the tables library and crypt by right-clicking on them and choosing Delete Table
  6. File > Import > Table from CSV file
  7. Choose the vteslib.csv file for the library table or the vtescrypt.csv file for the crypt table
  8. Set the following import values:
    • Table name: library (for vteslib.csv) or crypt (for vtescrypt.csv)
    • Column names in first line: true
    • Field separator: ,
    • Quote character: "
    • Encoding: UTF-8
    • Trim fields: true
  9. Click on OK to import the data
  10. Right-click on the table created > Modify Table. Answer Save when prompted to save the table.
  11. Check the PK checkbox for the line Id and click on OK
  12. Repeat steps 6-11 for the other table
  13. Tools > Compact Database > select Main and click on OK
  14. File > Close Database.

Copyright notice

Portions of the materials are the copyrights and trademarks of White Wolf Entertainment AB, and are used with permission. All rights reserved. For more information please visit white-wolf.com.

License

Vampidroid is licensed under GPL2

See the LICENSE file for the full license text.

vampidroid's People

Contributors

franciscojunior avatar giottoverducci avatar xrbsx avatar vincentripoll-ts avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.