Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 908 Bytes

TODO.md

File metadata and controls

26 lines (22 loc) · 908 Bytes

general

  1. Build on windows, build on windows phone
  2. More tests!
  3. Http interface (enable calls to HTTP from c++, this could also just be an existing http library in c++)
  4. C++ github client (probably start at this endpoint and go from there, or find one based already in c++)
  5. Generic query interface (register for query, get updates when it changes, CoreData like)
  6. once all the above are finished, and the api has stabilized, example apps for many platforms

Android

  1. JNI bindings && Java wrappers for api.hpp
  2. example Android app
  3. run Android build and perhaps the example app in Travis
  4. HTTP interface implementation

iOS

  1. update table view with not yet built query interface ^^
  2. build example app in travis
  3. HTTP interface implementation

Windows

  1. build system
  2. travis hooks

Windows phone

  1. build system
  2. travis hooks