Giter Site home page Giter Site logo

companion-fisl's Introduction

companion

Build Status

About

Companion is a mobile application to track schedules of conferences and events.

Features

  • Clean UI
    • displays the schedule in an easy-to-browse manner
  • Always correct
    • update the schedule to reflect latest times and changes
  • Fast and reliable
    • keeps a cached version of the last synced schedule for browsing even when offline
    • displays the time of the latest sync
  • Your planning
    • ability to mark sessions that you are interested in following
    • calendar integration
      • ability add reminders to your system's calendar on supported platforms:
        • Android
  • Free as in Freedom
    • developed in HTML5 under an open source licenses (MIT License)

Related plugins

For calendar interoperation:

cordova plugin add https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin.git

For background service to JS

cordova plugin add [directory||https://github.com/Red-Folder/bgs-core]

This last plugin asks for another plugin to be used, which instantiates the above,

https://github.com/Red-Folder/bgs-sample

Releasing an APK

This should probably live in a script in our framework.

cordova run --release

The above command will generate an APK file, unsigned, in the ./platforms/android/ant-build/ directory.

Initial Instructions for Packaging to Android

You can follow the Android instructions for packaging/signing which involves basically:

$ keytool -genkey -v -keystore my-release-key.keystore
-alias alias_name -keyalg RSA -keysize 2048 -validity 10000

For the key, which you should keep in a safe directory. And then you can sign the resease Jar created previously:

$ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore
my_application.apk alias_name

Then you can copy to Android with adb push filename-signed.apk /sdcard/path-in-device/file.adk β€”Β or push to a market, etc.

companion-fisl's People

Contributors

fczuardi avatar taboca avatar

Watchers

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