Coder Social home page Coder Social logo

jhonth0r / ipoli-android Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sanshao27/ipoli-android

0.0 1.0 0.0 13.6 MB

ToDo (Task) List, Calendar & Habit tracking using Material Design for Android. Uses RxJava + Retrofit2 + Realm + Otto + ButterKnife + Dagger2!

Home Page: http://www.ipoli.io/

Java 100.00%

ipoli-android's Introduction

iPoli

iPoli: AI-powered task scheduling for your life!

iPoli is a combination of Calendar, ToDo list and Habit tracking app, all in one place! It's goal is to find time for the things that matter most in your life, make you stick to good habits and free you from the burden of scheduling tasks by yourself.

How does it look like?

Want to watch it in action?

iPoli in action

Can I just install it?

Yep, you are in luck!

Get it on Google Play

Have a question or just want to get in touch?

Join the community on Slack or write us at [email protected]

How to run it locally?

  1. Clone this repo
  2. Import in Android Studio
  3. Create APIConstants.java file and fill it with
public interface APIConstants {
  String DEV_IPOLI_ENDPOINT = "http://10.0.3.2/v1/";
  String PROD_IPOLI_ENDPOINT = "http://10.0.3.2/v1/";
  String DEV_SCHEDULING_ENDPOINT = "http://10.0.3.2/v1/";
  String PROD_SCHEDULING_ENDPOINT = "http://10.0.3.2/v1/";
  String API_KEY = "test";
}
  1. Create AnalyticsConstants.java file and fill it with
public interface AnalyticsConstants {
  String PROD_FLURRY_KEY = "123456";
  String DEV_FLURRY_KEY = "42";
}
  1. Run on your favorite device/emulator

Main features so far

  • Calendar + ToDo list for your daily schedule
  • Overview/Agenda of the tasks for today and the next 7 days
  • Smart Add - adding tasks using natural language
  • Recurrent tasks/habits
  • Background sync between device(s) and server
  • Flexible habit scheduling - Workout 3 times per week every Mon, Tue, Fri and Sat
  • Sync with Google Calendar/Outlook (something else?)

Upcoming

  • Automatic task scheduling - find the best slot (time) to start/do a task

Libraries used

  • Otto
  • Realm
  • PrettyTime
  • Butterknife
  • Dagger2
  • JodaTime
  • Retrolambda
  • Retrofit2
  • RxJava
  • RxAndroid
  • probably some more

Want to help?

Hack on iPoli and send a pull request

License

This Android app is MIT licensed (do whatever you want with it)

ipoli-android's People

Contributors

curiousily avatar polyvjk avatar

Watchers

 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.