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.
Yep, you are in luck!
Join the community on Slack or write us at hi@ipoli.io
- Clone this repo
- Import in Android Studio
- 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";
}
- Create AnalyticsConstants.java file and fill it with
public interface AnalyticsConstants {
String PROD_FLURRY_KEY = "123456";
String DEV_FLURRY_KEY = "42";
}
- Run on your favorite device/emulator
- 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?)
- Automatic task scheduling - find the best slot (time) to start/do a task
- Otto
- Realm
- PrettyTime
- Butterknife
- Dagger2
- JodaTime
- Retrolambda
- Retrofit2
- RxJava
- RxAndroid
- probably some more
Hack on iPoli and send a pull request
This Android app is MIT licensed (do whatever you want with it)