Skip to content

2E0PGS/mobile

 
 

Repository files navigation

Minds Mobile App

Build Status

The minds mobile apps source code repository.

##Platforms

  • Android
  • iOS

##Features

  • Boost (Exchange your points with Minds or p2p with other users for expanded reach)
  • Wallet (Earn points just for using the app or purchase them)
  • Encrypted Chat
  • Newsfeed
  • Discovery (Search and swipe to vote on content and connect with channels)
  • Geo-location filter for social discovery and local networking
  • Capture (Video, Photos, Upload from library)
  • Vote, Comment and Remind posts
  • Subscribe to other channels
  • Notifications

##Tech

#####Cordova (https://cordova.apache.org/) Cordova (phonegap) is a fantastic tool which lets you run HTML5 in native apps.

#####Ionic (https://ionicframework.com/) Ionic is a framework for making ui/ux work well with your app.

#####Angularjs (https://angularjs.org/) Angularjs is a MVC framework which make maintaing and development app easy

#####Requirejs (https://requirejs.org/) RequireJS is a file and module loader used to improve speed and quality of code and bring sanity to developers

#####neo4j (https://neo4j.com) neo4j is the World’s Leading Graph Database.

##Creators

  • Mark Harding - Engineering & Design
  • Bill Ottman - Design

##License

This project is licensed under the AGPLv3 free software license. See license for full text.

##Contributing

You will need to a few tools in order to contribute to this project:

Java

Ubuntu:

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer

Android SDK / Studio

Download and run the installer https://developer.android.com/studio/index.html#downloads For Ubuntu you will need to add below lines to bashrc after running the bash installer for Android Studio. Ubuntu:

sudo gedit .bashrc
export ANDROID_HOME=~/Android/Sdk
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools

NodeJS and NPM

Ubuntu:

sudo apt-get install nodejs nodejs-legacy npm
sudo npm install npm@latest -g

Mac:

brew install node

Don't have brew?

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Cordova

sudo npm install -g cordova

Grunt

sudo npm -g install grunt-cli

Run-once setup

npm install

Compiling / Building

cordova build

You will need to configure Android Studio to run the app. Here are the commands you will need: android sdk to download emulator images. android avd to setup a emulator device with that image. cordova requirements check cordova has satified requirements. cordova platform add android to add platforms. cordova run to run the built apk on the emulator via adb.

Environment configurations

Minds supports multiple environments. See config/config-example.js for an example.

To run a production build run export config_target=prod; cordova build

Releases

No releases published

Packages

No packages published

Languages

  • C 71.0%
  • Perl 10.5%
  • C++ 4.7%
  • Makefile 3.6%
  • Objective-C 2.2%
  • Java 2.0%
  • Other 6.0%