Skip to content

jpfox/cryptotext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build

Install Cordova

Follow instructions on Cordova documentation site

Initialise project

Create Cordova structure

 $ cordova create cryptotext fr.jpfox.cryptotext CryptoText
 $ cd cryptotext/
 $ cordova platform add android
 $ cordova plugin add http://github.com/jpfox/Custom-URL-scheme.git --variable URL_SCHEME=https --variable HOST=jpfox.fr --variable PATH_PREFIX="/c/"
 $ cordova plugin add nl.x-services.plugins.socialsharing

Get source from github repository into this existing structure

 $ git init
 $ git remote add origin https://github.com/jpfox/cryptotext.git
 $ git fetch
 $ git checkout -f -t origin/master

Build application

 $ cordova build

Test in emulator

 $ cordova emulate

About

Cordova application encrypting and decrypting SMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published